nreddy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adding Space between an Ad and a Widgetused a plugin to place an ad right after the content. After this was done, I tried to remove the advertisement that was originally there which I added through single.php. However, when I did this, wp_link_pages(); (the next/previous button) moved down into the footer for some reason, rendering them unclickable.
For reference:
Sample article- http://topnewsdaily.us/2015/02/top-5-party-schools-in-the-us/
Original code- http://i.imgur.com/7Yzz5Wm.png
Original display – http://imgur.com/VgLWNUs
After the ad is deleted – http://imgur.com/Ve3XzKN
I do not understand why the next button moves all the way down into the footer. To remedy this, I was thinking about adding a blank white rectangle that has the same dimensions as the AdSense code.
Is there any way to create a white rectangle using <script> tags like AdSense uses?
Forum: Themes and Templates
In reply to: Adding Space between an Ad and a Widget*when i add <“br”> (I guess it did an actual br in the above post)
Forum: Themes and Templates
In reply to: Adding Space between an Ad and a WidgetIt’s not working for some reason. The wp_link_pages(); seems to float above everything else because even when I add
to the single.post the footer shifts down, but the next button stays in its place.Could an alternate solution be found by adding wp_link_pages(); to the footer? Simply moving the code to under <footer class=”entry__meta cf”> did not work because the position still is in the same place. Please let me know your thoughts.
Forum: Themes and Templates
In reply to: Adding Space between an Ad and a WidgetAnd thank you for pointing out the duplicate <div class=”entry__content”> . I deleted one of them.
Forum: Themes and Templates
In reply to: Adding Space between an Ad and a WidgetWhat do you mean by “Then
.myadsense { padding-bottom: 25px; } “
Where would this snippet of code be placed?