Self answer 🙂
Script had some kind of issue with plugin Enhanced Media Library
i disabled it, and now it is ok
you should select another footer template in theme panel, then you can add more and custom blocks wherever you want in sidebar Footer 1, 2 and 3. In this case you need Footer 3 sidebar
thx, it was something in my cache, now it is ok after clearing it
I have found and solved a problem.
Adblock Plus uses filters to block ads. Filters detect some words or classes to identify ads.
In our case we had 2 classes that causes Adblock to block images from site:
1. td-header-sp-ads
in my case used in file: /parts/header/header-style-1.php
2. td-header-ad-wrap
used in file: /parts/header/ads.php
I renamed both of those classes to: td-header-sp-adss and td-header-ads-wrap , and images showed againg with adblock turned on.
Later i added some custom css in my theme panel, and thats it.
adblock is widely used because of annoying ads that we see at other places. But it should not block self hosted simple image.
tnx, very easy and nice solution, maybe in next updates they should add it as an option to choose smart sidebar
can you please be more specific? which lines where? i too have same needs
i will try it, tnx
where do you put that line? functions.php?
I had similar question few days ago, and got this answer:
Alin [tagDiv]
#44002
Apr 7, 2015 at 8:48 amHi,
Please note within the latest theme version we have changed the child theme system (for which we will have a documentation available soon) and because of that at the moment module and parts files can’t be overwritten via child theme. Until then please make you change in the main theme file.
Sorry for the inconvenience!Thanks!
Can someone please find out why Header ad is not showing when Adblock Plus is turned on in browser, while sidebar ad is ok?
many users have this plugin installed on their browsers, and our ad is simple image with link (not google ads), can we solve this?
i solved fullscreen viewing, my photos were too big, so i scaled them and now they are viewable in fullscreen.
i still need to find solution for arrows in Chrome
i hAVe a similar problem with my gallery on link: http://www.visoko.co.ba/newsmag/savez-za-sport-i-rekreaciju-invalida-opcine-visoko-vlast-rusi-ono-sto-su-radnici-gradili/
i cant read photos in fullscreen in Mozilla, but it is readable ni Chrome.
In Chrome navigation arrows are not readable
i did it with this code:
.td-post-views {
display: none;
}
and it is working
i have same problem, i also want to have plugin to work, but i dont want it to be shown on my site. Hope this is going to be solved
for now i will try to hide views on front with css
well, at first i tried to use your css with that clean and simple anchors, but it didnt work, so i used table
That works, but every time i save some settings in Theme Panel code from Custom ad 1 dissappear, why is that?

in screenshot up is a code i use inside that box, but i need to copy it over and over
-
This reply was modified 11 years by
bhcrow.
i placed my code into another spot custom ad 1
then i called it in ads.php (in child theme) instead of header spot
i used code for displaying images with table :
<table >
<tr>
<th>
</th>
<th>
</th>
</tr>
</table>
now i have two images in a row, and i am trying to css them separetly, maybe there was a better way to do this, but this is how i done it for now 🙂
also, i tried to write css in my child theme (style.css), it had no effect, later tried with custom css in theme panel which was ok
i deleted anchors just to test pure image showing because of problems i had, now i want to try to split width for two ads in one row, i believe it can be done with coding
you are right, i had Adblock enabled in my browser, and for some reason it blocks ads from header, and not from sidebar. I disabled it on my site and i saw my ad 🙂
Thx for quick answer, maybe my experience can help someone else later



