No search results were found in Documentation!
Hi,
Please try this without any plugins active and also make sure you empty cache as well and make sure the theme actually saves settings. The issue with saving settings usually appears because the server security module blocks the access to admin-ajax.php file. Try to verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.
Thanks!
yEs, i see i too.
Sorry for this – i dont know that the iphone had a cache and i dont know how i empty the cache on mobile
now it works thank you
Hi,
Please check if you don’t have any custom css that may affect this and also you can disable all plugins leave just Visual Composer and Woocommerce active, clear cache and see if you still have this issue maybe there is a plugin conflict.
If this doesn’t help you can try to target more specific and use this custom css: http://screencast.com/t/Mpy2RPq8Oo
.woocommerce .td-main-page-wrap div.product .woocommerce-tabs ul.tabs li.active {
background-color: #0d732f !important;
}
Thanks!
Hi
We had some issue in the last update with this settings and he hope to fix it in the next update. Meanwhile you can add this code: http://pastebin.com/ThVMqM38 to the td_config.php file like this: http://screencast.com/t/fkuChv4i4cP5
The news ticker it’s not visible because it’s empty, appears on the page as block but doesn’t have any content, http://screencast.com/t/25hvyjrwF You can try to delete and insert again the news ticker and see how it works, also empty the cache.
Thanks!
Hi
I found an javascript error on your site http://screencast.com/t/jUYsaPs5nX which may be caused by a plugin and it’s possible to affect the site functionality, so you can try to deactivate all plugins except
Visual Composer and also make sure you empty all caches then test again.
It’s possible that this issue with saving settings appears because the server security module blocks the access to admin-ajax.php file or the file it’s not found. Try to verify if this happens when you save settings in other cases in theme panel and also verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.
You should also check the max_input_vars directive from you php.ini file and make sure that it’s set above 2000, you can check this in system status section within theme’s panel: http://screencast.com/t/V8MumQISR
Thanks!
Hi
Please use our theme documentation and follow the instructions provided in our page speed guide: https://forum.tagdiv.com/page-speed-guide/
Please note that recently we have tested the theme withe the Wp Super Cache plugin so we recommend it instead of the W3 Total Cache which has lot’s of settings and it’s more difficult to be used properly. Make you use the default settings for the Wp super Cache.
If you don’t have basic coding experience and you’re not aware of the steps you need to do regarding page speed we suggest you get an experienced wp user to do it for you.
Thanks!
Hi
The css it’s tested on your site and should work fine http://screencast.com/t/RdMUB9sk also I’ve tested your site on iPhone and Ipad and the top menu appears.
Make sure you also empty all caches.
Thanks!
Hi,
Not sure where and when you have this issue as I have checked your site and did not found any issues – http://screencast.com/t/3ng8Etqt please clear cache.
Thanks!
Hi,
I use qTranslate X. Never tried WPMU but I read about it when I faced the same question as you. You said “either WPMU or creating a multi site” but if I recall correctly, WPMU works as a multi site management system. WPMU physically creates X entries per content (1 per language) while plugins like qtrans create only one with all languages inside [sorry this is wildly phrased]. Multi site is supposedly good for performance because having the content separated makes it easier to serve it, while qtransx has to slice the content and extract the desired language upon request. Cache can fix this. Multi site is supposedly worse regarding compatibility and content consistency. It depends on the kind of use your site gets, and whether your content will greatly vary across languages or will be just straight forward translation.
I started with qTranslate and then moved on to mqTranslate, which was deprecated in favor of qTranslate X some time after. It’s not perfect but it’s the only alternative to the multi site option of WPMU, I believe, and it works very well, for a free plugin at least. The plugin is actively being supported and developed which is nice. The only thing missing is native multi slug support (same post has different URLs, one per language) but there’s a plugin for that and they say they will incorporate it in the future.
qTransX can give you a bit of work if you use some “non-mainstream” plugins as these sometimes do not take multi language support into consideration. Many mainstream plugins work flawlessly and others have plugins to extend qtransx compatibility. For instance, I use these ones:
WPBakery Visual Composer & qTranslate-X
WordPress SEO & qTranslate-X
WooCommerce & qTranslate-X
qTranslate slug (for the language based URLs)
Some configurations can have a performance impact in cheap servers, but with a well configured cache it’s actually pretty solid. I run a shitty shared server (for the time being) with ease but I do not use features like browser-language detection and redirection, I use the simple “language in the url” option (example.com/en/ example.com/pt/ etc).
In the end I think it comes down to the degree of support needed. “Hands on” kind of persons might be better off with qTransX, otherwise it might be good to check out WPMU forums and documentation to see if they offer the support it usually comes with premium stuff.
Cheers!
Hi Alin,
I’m afraid your screenshot doesn’t match with newspaper 4.6.3. In the “Theme Fonts” section now called “Custom typography”, I don’t see any subtitle section. Where is it hidden?
Regarding to the CSS tweak, it didn’t change a thing! Still left aligned. The cache has been emptied, and the change in the custom CSS field saved. What did I miss?
Thanks
Hi
The Visual Composer plugin it’s tested with the theme and should work fine, so you can try to deactivate all plugins except Visual Composer, clear the cache, purge the cdn file if you’re using and test again. Also make sure you installed the plugin properly as it’s indicated in our documentation: https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/
If the problem persist please let us know what theme version you use or make sure you use the latest version (2.0) and VC 4.5.3
Thanks!
Hi
We recommend Wp Super Cache plugin as it tested with the theme and should work fine using the default settings.
You can use the instruction from our documentation about the page speed: https://forum.tagdiv.com/page-speed-guide/ to improve your page speed score.
Thanks!
Hi,
In version 6 the logo can be used at 272×90 size like you already know, unfortunately it was designed like this and you can change it using custom css. You can upload your the size that you use in the footer and check it with this custom css in Theme Panel > Custom Css – http://screencast.com/t/exoB9n4gwr3 – http://screencast.com/t/jv6fQi15iDN
.td-header-style-1 .td-header-sp-logo img {
max-height: none !important;
}
.td-header-style-1 .td-header-sp-logo {
height: 115px;
max-height: none !important;
}
@media (min-width: 768px) and (max-width: 1019px) {
.td-header-style-1 .td-header-sp-logo {
height: 100px;
}
}
Regarding second issue I could not recreate this so please provide a link where you use this bloc so we can take look and inspect this. Also test it without any plugins active, leave only Visual Composer active, clear cache and see if the issue is still there.
Thanks!
Hi,
You should also overwrite the verdana.. fonts: http://screencast.com/t/o7QGO6tqs in theme’s style.css file: http://screencast.com/t/MFRJMO4J then test again.
The open sans and roboto and open sans fonts are still loaded to the page, so make sure that you also empty all caches and purge files after commenting them from the mentioned file.
Thanks
Hi,
Please check this only with the theme’s plugins active, clear cache and purge your file if you use cdn, as I have also checked this and did not found any issues – http://screencast.com/t/Cf7jz3uQTx there might be a plugin conflict.
Thanks!
I just did that.
All deactivate, no cache plugin is installed and still not working! 🙁
Why?
Hi,
Please provide more details about these errors, any details that can help us recreate it and also make sure that you use the latest version of the theme 6.3 I also recommend you test this without using any plugins, leave just the Visual Composer active, empty all caches and check again, as this might be caused by a plugin.
Let us know how it goes and also provide your site’s url.
Thanks!
Hi,
Please check this without any plugins active except of Visual Composer, clear cache and purge your files if you use CDN. Also re-save your permalinks and see if you still have this issue. I also checked this using latest version of the theme and did not found any issues and when you click on author it link to author page.
Thanks!
Hi,
I have checked your page and did not found any issues with gallery – http://screencast.com/t/jVEcF8vymp please clear cache.
Thanks!
Hi,
Please deactivate all your plugins, leave just Visual Composer active, clear cache and purge you files if you use CDN then check if you still have this issue. You have some js errors in the console that can affect functionality for log in/register widget – http://screencast.com/t/LzAsHWZ7xK Also please disable any css/js minifications.
Thanks!
Hi,
We recommend to use WP Super Cache on default settings – https://forum.tagdiv.com/how-to-make-the-site-faster/ We use it like this also on our demo.
Thanks!
Hi,
Please disable all you plugins, leave only Visual Composer active, also clear cache and check again if you still have this issue. Do you have this problem also when you save the settings? Also verify the console for errors while you try to open the custom ads.
Thanks!
Hi,
Please disable all plugins except of Visual Composer, clear cache and purge your files if you use CDN and check if you still have this issue. Also disable any js/css minifications. I did not found any issues with this using latest version of the theme with plugins that come with the theme’s files, also you can check our demo.
Thanks!
The plugin “WP Super Cache” is working properly, but once I activate the “MaxCDN”, the abnormal code will be displayed on “Sharing”; and the symbol “>” also shows wrong.
I need your assistance.
FYI… some of what rocket loader does is also built into the next generation of http which is children of mod_pagespeed and mod_SPDY … mod_SPDY is awesome because it also “packages the page” then sends out one file and caches it, vs multiple files and whatnot. Been testing this awhile with our https site and pretty freaking amazing. 🙂
Lots of great solutions out there, but they all need A/B testing to see what works best for you.
Would be great if Radu did a tutorial at some point on how to optimize site with CF since that does seem to be getting to be super popular this year.