Favorite List Displays Twice
-
I have visited all previous articles related to this question but all of their recommended solutions have failed.
My favorites page can be found at https://www.UndergroundFlix.com/MyFlix
It was previously displaying the list a total of three times.
Twice at the top and then once in its designated spot in the ‘content’ section.
I changed it to say [wp-favorite-posts] and now it only displays one additional time at the top of the page above my header and logo.I attempted to add the code below to my themes style.css it did not work.
.page-template-default .wpfp-span { display:none !important; }
.page-content .wpfp-span { display:block !important; }
.article .wpfp-span { display:block !important; }Do I need to place this in a certain spot? I tried several different locations in the code and all failed.
I have had to disable this plugin until I get this resolved. Please help.
https://www.ads-software.com/extend/plugins/wp-favorite-posts/
- The topic ‘Favorite List Displays Twice’ is closed to new replies.