Hello,
We are using ad block here all the time on multiple browsers and we didn’t encounter this before.
1. try this: disalbe all plugins
if that doesn’t work.
2. try to install your site on another domain: instead of http://test.beatzmag.com/ use http://mysite.beatzmag.com/ or something like that.
One of adblocks filters removes some content from the theme and I don’t know which one.
Radu from tagDiv
Hello,
The pagination issue is some kind of incompatibility. In general the theme pagination should work well without any modifications.
Radu from tagDiv
Hello,
you can try this: http://screencast.com/t/oJRbaGHeuexx
Only via code: edit that file and move that line of code: http://screencast.com/t/I13U1n6UmJ
Hello,
Unfortunately our Magazinly theme doesn’t supports that 😐
I’m sorry for the inconvenience.
Hello,
1. go to theme customizer
2. newspaper: theme options
3. try this setting http://screencast.com/t/DSUZRxdw4VWe (the full list of modules is here: http://import.tagdiv.com/newspaper/doc/#blocks )
4 …
😉
Hello,
make the modification again and make sure to save and to not overwrite the file. The theme does not change any files ever. All the settings are stored in the database.
Hope this helps
Hello,
please give me more details… (url to site + what box)
Thanks for your message
Hello,
with adblock I get a strange message: http://screencast.com/t/H0ERWNf1M
That message is from one of the installed plugins.
Radu from tagDiv
Hello,
Unfortunately the theme doesn’t supports that our of the box and it will have to be heavily modified to support that.
Hello,
sorry for not mentioning that: http://screencast.com/t/RLfs4UlPWISt
Can you please give me an url ? 😉
Hello,
I’m so sorry for this problem. Disable our tagdiv page booster plugin. It is interfering with the ads.
Radu from tagDiv
Hello!
thanks for posting here on the support forum:
.td-sub-footer-wrap {
background-color:red !important;
}
That should do the job.
Hello all,
can you try this:
—————— test 1
on the slow site. Remove the social widget and try the loading speed.
—————— test2
1. backup the faster site (theme files)
2. update the theme on the faster site and see if it remains fast.
ALSO:
are you using a vps or a dedicated server? I can have a look at your server configs if you want but I will need ssh access for that. contact@tagdiv.com
@helder the discussion is moved here: https://forum.tagdiv.com/topic/real-theme-speed-v1-0-1-vs-v1-7-2/
Hello,
it’s because of a bad design decision that I’ve made. I will try to fix this. It’s an issue that is affecting a lot of our clients.
Sorry for the inconvenience,
Radu from tagDiv
Hello,
unfortunatly the theme dosn’t supports custom background on post / pages.
for clicking on banners:
jQuery('body').click(function(e){
var target = jQuery(e.target);
if(target.is('#inner-wrap')) {
window.location.replace("http://google.com");
}
});
Hello,
after searching a lot about what could be the cause of all this and I’m mostly sure it’s an misconfiguration issue. Please try this:
edit wp-config.php from you http://filmmaker.com.br/ wordpress install and replace:
/** MySQL hostname */
define('DB_HOST', 'localhost');
with:
/** MySQL hostname */
define('DB_HOST', '127.0.0.1');
let me know if it works.
-
This reply was modified 12 years by
Radu.
If you have the code for the button I can try to integrate it.
Radu from tagDiv
Hello,
This is the variable that instructs the ajax part what columns to load: http://screencast.com/t/CrdGo3RN . You can hardcode it but it will affect all the modules. You can also check the block type with this: http://screencast.com/t/vJcjhFy2N
hope this helps,
Radu from tagDiv
Hello,
use this: http://screencast.com/t/MSj3xEGHA1
Hello,
We are looking to fix it. Thanks for your feedback.