Tell us what you are trying to do?
I am using my own template without problem but I noticed that before mine gets loaded the browsers shows a template that I believe is WP one and then loads mine. We're talking about 2 seconds or less.
Is there a similar example that we can see?
hidden link
What is the link to your site?
hidden link
Hello and thank you for contacting the Toolset support.
I noticed that for a short time we can see an image that is actually used later on the page. I believe that your theme uses Javascript to create the user experience, but before Javascript can run, there is something there that applied a style on the content of the page and displays the content without the desired style.
Check this screenshot from the Developer tools network panel hidden link
Javascript on the page applies some styles on the page, if you deactivate Javascript, check what style you will get.
I hope this helps. Let me know if you have any questions.
Hi Jamal,
I've been using toolset with Xtheme for about 3 years and this issue has always shown up. Before I had a developer solving it for me but this time I would kindly need your help to solve it. I assume disabling JS fully is not an option as other functionalities would be affected.
Thank you,
Matteo
Hi Matteo,
Maybe If I take a closer look at your website and how this page is built I can advise you better. I promise nothing as this might be something related to styling or Javascript animations that are out of the scope of this forum.
Your next reply will be private to let you share credentials safely. ** Make a database backup before sharing credentials. **
Hi Matteo,
Indeed the image is displayed by the theme template as the featured image of the project. At some point of the page loading, some CSS makes the image visible on the browser. I give it a try but could not find the part that causes that.
I'll suggest adding CSS code that will hide the image or overriding the theme template on a child theme and remove the section that contains the image, the title, and the meta info(author, date).
Remember that Toolset content template will be rendered in the_content() function call on the theme template https://developer.wordpress.org/reference/functions/the_content/
Check this screenshot from the browser console of your page hidden link
All the best,
Jamal
Hi there, I have hidden it from the CSS, however the problem is still there and it's a shame I couldn't fix it.
Thanks,
Matteo