Figured it out myself! Sorry to bother you guys!
I have the php code to call for it, the plugin is installed.
How do I add an element bellow the bottom ad?
Tried to place it Single.php just bellow the closing of
<?php //Below Post Banner … ?>
<?php pluginname(); ?>
and no results. Any idea? how to get this done?
Problems I’ve been facing after the upgrade:
1. Homepage pagination doesn’t work anymore.
2. Any SEO benefit offered by the plugin is currently not showing up in search.
I don’t recommend the upgrade either.
You are right mayestik2008. It is caused by the YOAST plugin update.
Really want to fix this without disabling the SEO plugin.
Thank you for your reply Christopher, I have tried several and I’m just not satisfied with the end result. + I do believe that because they already have the ad panel installed, developing some reporting tools(integrated within the theme) would be extremely beneficial and would take the theme to the next level.
I was going for the same thing that mbasche & Nadia are talking about.
Although the Mega Menu is great, I will not use it on my sites unless after I go on the Parent Category and hover on the sub-categories the articles are displayed.
Clicking on sub categories should take me to the category page not refresh the few articles on the right.
When it comes to functionality and UX therichest have done a great job and by implementing this to your Mega Menu you will be doing your customers a great service!
Thank you for your time!
I love it Marius! Amazing work!
It’s ok Marius, I’ll work on it myself and if I figure it out elegantly I’ll share it with you guys!
Problem solved. Thank you Stefan. It took a while to get rid of the cache!
Can you please post a link to the new Sprite files so we can download them. I don’t seem to find them in the 3.1 patch folder. Thank you!
I have replace every single SPRITE file I could find, Could you be specific about exactly what should we replace (destination files) and with what? There seems to be plenty of us with the same problem and we couldn’t figure it out ourselves. Thank you for your input! I look forward to implementing a solution for this!
I am facing the same problem after the update.
I have discovered that you guys took care of most of the issues I was facing in the 3.1 update ( I was still running 3.0.1 )
Amazing theme guys! Keep up the amazing work!
I have altered the php file to fit my needs & used this for custom Ads per device:
<div class=”td-visible-desktop”>
desktop ad code
</div>
<div class=”td-visible-tablet-l”>
tablet landscape ad code
</div>
<div class=”td-visible-tablet-tp”>
tablet portrait ad code
</div>
<div class=”td-visible-phone”>
phones ad code
</div>
I have found searching the forum this: http://screencast.com/t/2IcocCo2
and plan to edit it from there.
Question: Where do I add the Ad Code for each of these? because I want specific ad units for each size.
-
This reply was modified 12 years by
EmilAnton.
Hello Stefan, I want to show certain ads to specific devices.
On desktop I want the square 336×280 wrapped in text after the 1st paragraf. But if I add the code for it in the inline field I still end up with a banner ad.
Also, on mobile, the top banner ad is converted to a square ad. I just want to know where I can edit which ads are shown on which devices and in the sizes I want.
Thank you for your input either way.