Hi there!
I have a problem showing article ratings in my Avada theme. When I choose the option "show before content" or "after content" the article raing is shown three times 🙁
I think that's because I use the Layouts-Feature provided by avada and handles each section I add to a layout as "content". When I disable Layouts everything is fine. But I need the different layouts 😉
Is there any way to place the rating with a shortcode (or some php-code) manually?
Regards
Lars
Hello Lars,
Please leave a screenshot of the section "Display Ratings" option and an example URL as well.
section.fusion-tb-header > #wpd-post-rating, .fusion-page-title-bar > #wpd-post-rating {display: none !important;}
Many thanks, that works fine.
regards from germany
Lars
The easiest way you can hide the first two sections using the CSS code:
Dear Asti, will using your code in CSS remove wpDiscuz duplicates from source code?
Okay, thank you.