thats what i have there ( loop-single-1.php)
https://www.screencast.com/t/6KSTEYP5
thank you
jan
Hello Catalin,
thank you for your reply.. this is not working
<?php echo do_shortcode (‘[td_block_1]‘); ?>
i have added the code as you said to loop-single-1.php but its not doing anything..
other option : to add the shortcode to post builder is working, but thats not the way we want to do it.
as we using childtheme is there a option to add the code
<?php echo do_shortcode (‘[td_block_1]‘); ?>
for every post using functions.php
cheers
jan
.post {
text-align: center;
}
not working… could ot be somehow SQL issue?
Hello, Yes the problem is still there .as i have said i ghave installed the theme via ftp, disabled childtheme and all plugins.. still the same.. even tried csutom css align text but it did not work either.. where i can send the screen shots? you want me to send you screen shot of centered text?
i have treid to reinstall wordpress, disabled all plugins, VC also, cashe cleraed and disabled.. removed and copy theme files from scratch and still the same..
Hi I have treid swithc off all plugins, and laso swaped the theme as i am susing child theme..- with all plugins switch of and childtheme disabled the problem is still occuring:/ any other ideas?
it seems ok on IE browser
not workign again., all plugins switched off, cache cleared
its worrking now cheers
i have switched off all plugins but still anuble to uplaod any images.. there a new update of newsmag i will try to upgrade the web and see..
Hi, i have tried to add the code to custom ad spot, but its not showing anything..:/
hi iam already using the default ad spot for different ad…so that not the way probably….
i d like to add the sticky ad on mobile.. of course ma not using this ad code:) what bout the size there is nothig bout the size .. here is the code i ma trying to ad. http://screencast.com/t/NjHfIISZ86Mw
it doesnt work for me, tried all of the recommendations .. but still not working…:/
super, that works. cheers jan
Hi andrei, i have tried your code but its not working tho.. i have use mine and that ok.
$content = $content . “<div><small>Reklama</div></small>”;
can you send me the code so i cna just copy that and paste it. or please review whether the code you have sent me is ok.
cheers
Hi, thank you, this solution we have done alredy, but that means with each update we have to do this again and again, however i can live with it:) but you could put it on to next update.. i guess we all runing adsence and its seem to be necessery to avoind ban:)
i have figure it out this way as temp solution
//add bottom ad
if (td_util::is_ad_spot_enabled(‘content_bottom’) and is_single()) {
$content = $content . “<div><small>Reklama</div></small>”;
$content = $content . td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘content_bottom’));
}
however after each update it will be deleted.. is there any hook from child thene to call this?
cheers
jna
hello can you please let me know asap.. it very urgent matter for us.. as we need to get this othrewise we are risking to be banned from adsence:///
Hi i got this, however i am addin ads from theme panel and there is no such a option
http://screencast.com/t/wIHhdbKsg0ap
i need to get title for the ad within post.. the ad is bottom ad.
thank you
jan
Another question , we have placed add to under the article bottom ad. 600×250 but it displays add 468×60 is there any restriction or why it show smaller ad then its added??
cheers
jan
One more question for you guys. i need to add a sign to add block “advertisement” – “reklama” how do i do i? WE are also using child theme so please if there is FNC which we can hook on let me know… here is banner and the way how it should look like http://screencast.com/t/An39RJ7N..
ok thank you.. ! i have figured it out. thx for your help
Thank you guys for pointing this out.. i have read couple of discussion over the internet as well. it seems like every person have different opinion on this topic.
But we all know that google is the king and the savior of all the living on this planet:D. I dont want to get in to trouble so i have decided to switch off the sticky sidebar functionality.. :/
i dont want to but there are plenty other better positions which can be used… Sad — the web looks much better with the sticky sidebar…
Hello thank oyu for your promt reply. The issue we are facing is that the background add is propmted to not show to users who alredy visited the website. that works fine, however the background add when disappear there is white background whi is ok but its still clickable.. we use script to display the add ad google url which was added within the theme panel to make the add clickable.