Colorbox popup option not working
-
I have a strange issue with one of the options of the plugin.
I have selected that the links to be open using the colorbox option.
If I use the plugin’s shortcode[wp-rss-aggregator]
in a standard text widget at the sidebar it works fine and the html code is as follows :
<a class="colorbox cboxElement" rel="nofollow" href="https://www.naftemporiki.gr/finance/story/1034772/nea-upiresia-oi-kratiseis-mou-sto-site-tis-aegean">Title from the external site </a>
but due to the fact that we use super cache the feed does not get updated unless we clear the cache manually.
For improvement we placed the shortcode in a No Cache AJAX Widget text box so that section will be excluded from the cache plugin.
But the result is that the links are not formated correctly missing cboxElement as can be seen in the example :
<a class="colorbox" rel="nofollow" href="https://www.naftemporiki.gr/finance/story/1034772/nea-upiresia-oi-kratiseis-mou-sto-site-tis-aegean">Tile of the external link </a>
Any ides or tricks or hacks to correct this issue ?
- The topic ‘Colorbox popup option not working’ is closed to new replies.