This thread is resolved. Here is a description of the problem and solution.
Problem:
The issue here is that the user's content template wasn't displaying how they wanted it and a few images were there from the theme.
The custom wanted to hide these images. Solution:
To do this you can use some css but first you need to inspect the element to find the id or class of the element that you want to hide.
Then just apply this css if its an ID
#idname{
display:none;
}
If its a class selector then you do this.
.idname{
display:none;
}
This support ticket is created 6 years ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Suddenly my post content template that was displaying fine previously, is no longer working. I am sure this is my fault but I cannot pin it down to any changes I have made.
An example of how the product displays: hidden link
Previously, the product was displayed using this content template : hidden link
Then I am a little confused: The large product image that is displayed at the top of the page is not referenced at all in my Divi design? It did not appear previously, is this somehow the featured image that is being displayed for some reason?
Also, the images are displayed horizontally instead of in a single row. Again, I do not recall making any changes from when they were displaying correctly?
I can assist you with these changes. Could you let me know using a screenshot the sections that should be fixed and a description of what they should look like ?