Hi,
I just updated to 4.4.2 and to the latest NewsMag update released Jan 8. I didn’t get a chance to update but now that I have I am noticing multiple issues
1 – On the following post there is a content.ad widget under the bottom share buttons. The widget is not visible when the post pagination is added. Additionally, pagination buttons is missing on page 2 and 3. You The buttons seem to appear again on page 4 and on. But sometime the bottom ad sense unit floats over the pagination buttons. http://bit.ly/1nObbMO
2 – http://bit.ly/1SYMFVL – The content.ad widget is missing here. This is using the bottom article ad spot from the theme panel.
This paginated post is working as it should here http://bit.ly/1PB9HQf
Hi
1. I’ve checked the indicated page and in page source does not appear any ad code or a container related with an ad code under the bottom share buttons: http://screencast.com/t/GMY47hPOm
I am not sure how you added this add in post content, as in it’s source does not show any of theme’s classes for ad-spots: http://screencast.com/t/Nk1BU8yTh The css display property for this ad does not apply correct and the pagination buttons are hidden under the ad.
Try to include the ad code in a text block or in a new container so it can be targeted with css. The required css look like this: http://screencast.com/t/DD2FBW9KKeY
.ads-container-name{
display: inline-block;
}
2. This post not uses the theme ad spots here: http://screencast.com/t/H2ubx7CP39rT None of the classes related with article bottom ad are present in page source which means that the theme does not execute that code.
Please make sure that you set the ads according with our documentation as I’ve test this on my side and they are displayed fine: http://screencast.com/t/8B7xiTo9Fw Also try to deactivate all plugins except Visual Composer, clear all caches and test again.
Thanks!
Hi Andrei,
1 – A. Thanks for the CSS tip. I made the modifications and the ad is no longer over the buttons
B. Re: The ad widget under the share buttons. The widget code on that page was inserted into the theme panel “Article Bottom Ad” I moved the ad spot to below the share buttons using the instructions giving to me in this post. https://forum.tagdiv.com/topic/pagination-buttons/
4. To display the pagination above the article button add you need to remove the the ad from post content: http://screencast.com/t/PWgzx852 then place the ad after the pagination function in posts’s template file, like this: http://screencast.com/t/pgCbyqSPF You can use the do_shortcode(‘ ‘) function and insert the ad shortcode from VC: http://screencast.com/t/W4SFKPnoShn – http://screencast.com/t/lqaJxdVdMee in every post template files coresponding for the post templetes used.
The article bottom ad is visible on non paginated post and on this paginated post: http://bit.ly/1PB9HQf but no on this one http://bit.ly/1nObbMO. All plugins are disabled.
Hi
Using the method that i gave you in that topic you’ll need to get this result: http://screencast.com/t/pgCbyqSPF – http://screencast.com/t/ZhW7uZ3NA6 Please make sure that you added the ads exactly as I indicated, clear all caches, deactivate all plugins except Visual Composer and test again.
Thanks!
