4.5 Issues

Posted in: Newspaper
Post count: 64

Hello after updating to version 4.5 because of mobile issues seen in this forum I now am having multiple issues:

Our taboola ads are not showing up. This is the code I had in previous loop-single.php and it worked great:

    <div id="taboola-below-article-thumbnails"></div>
<script type="text/javascript">
  window._taboola = window._taboola || [];
  _taboola.push({
    mode: 'thumbnails-a',
    container: 'taboola-below-article-thumbnails',
    placement: 'Below Article Thumbnails',
    target_type: 'mix'
  });
</script> 
  <div id="taboola-below-article-text-links"></div>
<script type="text/javascript">
  window._taboola = window._taboola || [];
  _taboola.push({
    mode: 'hybrid-text-links-a',
    container: 'taboola-below-article-text-links',
    placement: 'Below Article Text Links',
    target_type: 'mix'
  });
</script> 

Also the menu doesn’t snap to the top despite the option clicked. The menu words now have an annoying blue bar under it when mouse over, and the menu still doesn’t work on mobile. Thanks for your help.

Post count: 6600

Hi,

First please make sure you have updated the theme right, following this guide: https://forum.tagdiv.com/how-to-update-the-theme/
Next make sure you deactivate all plugins and empty cache and check for this again.
Also consider, if using any CDN plugin to purge files as the old file version can be delivered and generate this issues.

Thanks

Post count: 64

Thank you for the help. I re-installed it. The taboola error was fixed, the mobile menu is still not working. Am I missing a setting somewhere? Thanks

Post count: 6600

Hi,

Please send your site’s URL, I need to inspect this so I can provide a fix.

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.