Can you please provide a link to your site for me to check out?
Also, please list the settings you are utilizing on the File Optimization tab of WP Rocket.
Thanks!
Hello, thank you.
here I have a testing site with the new ticker.
https://www.edfu.de/demo110/
At the Homepage I have the legacy version.
I have in wp rocket
css optimication
css display optimication
javascript load with delay
Regards
Thanks for the info. I am not seeing a ticker in the html source code for the page you’ve linked to. I do see a ticker on your home page and it is loading right away for me. Are you still having issues?
Thank you. I have added the Ticker between the two separator dotted lines. This expand but the ticker is not show. What setting must be set for Wp-rocket to display the ticker?
At the homepage I have the legacy version of a ticker and this work.
Thank you and best regards.
Thanks! I see the ticker now on the page. The ticker is actually there, but the h5 you are using to display the items elements are white, so they are blending into the background.
You can resolve this by adding the following css to the Layout you are using for your items:
h5 {
color: #000;
}
Thank you very much. It works now!
Regards.