Hi,
Not sure about this, I’m not aware how the adblock code is working and detecting ads.
It might be that the ads have been reported and added to their filters: chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/pages/adreport.html?url=http%3A//demo.tagdiv.com/newsmag/&tabId=502
You should try to find an explanation for this online.
Thanks
Hi,
Send you site’s url so we can inspect it and provide a custom css for it.
Thanks
Hi,
We will have a look into this, I’ll add this on our todo list for further testing.
For the source image issue please make sure that you regenerate thumbnail then empty all caches, purge files if you use cdn host then check again: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Thanks
Hi,
I’ve checked your and just the easy social sharing css is now detected as above the content: https://developers.google.com/speed/pagespeed/insights/?url=wefundex.com&tab=desktop
If you have added it to the speed booster plugin to be moved to the footer please make sure that you have added the stylesheet id right, as instructed in the guide/”Remove render blocking css/js – using the TagDiv Speed Boosterplugin (Advanced Users)” section: https://forum.tagdiv.com/how-to-make-the-site-faster/
This is recommended for advanced users only so if you don’t have php knowledge I suggest you get someone to help you with this.
The guide provides all the info you need to do this, you have to use the function provided in the tutorial, you could try to play with the priority, some plugins may load after it and that’s why it doesn’t return all js – http://screencast.com/t/7fhfjttAT8
http://codex.wordpress.org/Function_Reference/add_action
Hope this helps!
Please make new topics about your issues in the future.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
The 500 error is an internal server error, I suggest you contact your host provider and let theme know about this: http://www.checkupdown.com/status/E500.html
I see now the login page can be accessed: http://screencast.com/t/UbWLY0XP
If you have access to your error.log file, you can take a look at it and see if there’s any data that can lead to a conclusion on this. Also try to reduce the number of plugins you use and see if it happens again.
Thanks
Hi,
We’re sorry about this. Please note that we are currently working on a different translation system based on .po .mo files which will come with theme already translated in several common languages (via theme panel, .po .mo are also provided). All this will be available from theme version no 5 and this changes should also make the theme work with other translation plugins.
Sorry for all the trouble, please let us know of your decision on this.
Thanks
Hi,
You don’t need to add that filter.
Just add this code: http://pastebin.com/FweufJa9 to the page-category-slider.php file like this: http://screencast.com/t/JrYFkGsbK
Thanks
Hi,
Sorry fore the delay on which we are answering this, we’ve somehow missed your post yesterday, I believe this happened because we’ve answered to the most oldest topics and because you’ve added an new reply to your initial post yesterday, we’ve missed it.
We also celebrated our Easter holiday in our country so we had a different support.
We’re sorry for this!
Regarding your question, you can replace the code form the footer.php file: http://screencast.com/t/Qc2qDtnPlWv2 – with this one: http://pastebin.com/jveYSas2 I’ve added there the login widget code.
Depending on the content you have placed in the sub-footer you might need additional css customization as the sub footer section hasn’t been designed to support a login widget but basically you should get a result similar to this: http://screencast.com/t/xwio2DufQsH
Add this custom css to your custom css section in theme panel:
.footer-login{
display: inline-block !important;
}
Let me know how it goes and also noticed that you’ve rated the theme 2 stars and the reason is related to the bad customer support so considering that we have by mistake missed your posts we would appreciate if you could change your rating and let us know if you have matters on which we can help you.
Sorry for the inconvenience!
Thanks
-
This reply was modified 11 years by
Lucian.
Replied via email!
Thanks
Hi,
Unfortunately that is the way facebook like button is customized and works right now. We will consider your request for future updates. If you need a different one you can cuotmize your button here: https://developers.facebook.com/docs/plugins/like-button ..then replace the theme’s facebook like button here: http://screencast.com/t/GtsETqy43P0
Thanks
Hi,
Unfortunately that is not possible at the moment, the theme doesn’t have an option for that. You can hide them though on specific posts using custom css code or you can also use a plugin like Advanced Custom Fields and use this method to do it: https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/
I will add this on our request list and we will consider it for future updates.
Thanks
Hi,
According to Yoast SEO this in not “that” important so not sure how it will affect your SEO but you can use WordPress SEO plugin to strip the category base using this setting: http://screencast.com/t/kfTOpl1XsBP4
If you wish to translate/change it you can just change the category base from your permalink settings section:
* http://screencast.com/t/xcvyNDSm6B4
result: http://screencast.com/t/RHiKNFhT7ZT
For those category labels/tags you need to use custom css to change their size as the theme doesn’t have an option for it. Use your browser’s developer tools and inspect the elements to find their css and later it as you like: http://screencast.com/t/pVc3l7Wzx
Thanks
Hi,
I’ve also tested this but could not recreate this using the latest theme version.
What theme version do you use? Please make sure that you update it to the latest version which is 4.6.2 and test this again without using any plugins and also make sure you empty all caches.
Please use the instructions from the guide below to update the theme and the FTP method to do it and also make sure that you make a backup of your current theme installation so you can revert back to it in case something goes wrong.
Newspaper update guide: https://forum.tagdiv.com/how-to-update-the-theme/
If you still get this warning afterwards please let us know and provide more details bout this issue so we can try to recreate it and provide wp-access so we can have a look at this.
Use our email address to send us your admin login details and please also include a link to this tread so we can know who you are.
Thanks
Hi,
Try it like this: http://screencast.com/t/Q9DbHN67R
@media (max-width: 1018px) and (min-width: 768px){
.single .textwidget #vk_groups, .single .textwidget iframe {
width: 95% !important;
min-height: 100% !important;
}
.vk {
margin-left: 10px !important;
}
}
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
The file from the root of the theme, including the header.php file in which you can find the head tag can be overwritten via child theme so you can use it to alter it: forum.tagdiv.com/child-theme-documentation/
I understand, it might occur due to cache so make sure you test it without any other plugins active, just the Visual Composer plugin, empty all caches, and also purge files if you use cdn then test again.
If this still happens please provide wp-access so we can take a closer look at this and send us you wp-admin login credentials at contact@tagdiv.com and also provide a link to this tread so we know who you are.
Thanks
Hi,
Here you have a guide to create/use slides with the rev slider plugin:
https://forum.tagdiv.com/topic/revolution-sliders-source-post-not-working/#post-15382
Thanks
Hi,
I’ve replied you via email!
Thanks
Hi,
I can’t access your site to check this, your site isn’t available: http://screencast.com/t/3suF1v7Cl
We had some reports regarding the lazy loading causing issues and we are currently working on adding an on/of system for ti from next version.
You can follow the instructions provided by Emil in the tread I’ve pasted below to disable the lazy loading feature.
https://forum.tagdiv.com/topic/how-to-disabled-lazy-load/#post-42260
Thanks!
Hi,
Please add the js code from he embed: http://pastebin.com/p2LUw6C7 ..in the header file, like this: http://screencast.com/t/qhRl5Ziw5e6 Then use just the video code in post text sections, like this: http://screencast.com/t/gctgsJ9O
Should have this result: http://screencast.com/t/Ok85fdHc0T3
Thanks
Hi,
@Woolf00 Have managed to solve this as I’ve checked your site and seems that you image work now.
Let me know if you still have issues with this and provide an example.
Thanks
Hi,
I’ve also tested it on Mac however didn’t found any issues. Compare it with our demo and let me know if you see any differences.
Thanks
Hi,
Since version 4.4.2 the Visual Composer plugin has doubled in size and also has several new features therefore uses more resources.
If you have access to your error.log file, you can take a look at it and see if there’s any data that can lead to a conclusion on why the VC plugin has crashed.
You can also try to increased the memory limit in php.ini, might be your issue.
Let us know how it goes.
Thanks
Hi,
I’m afraid the mega menu hasn’t been designed to work with custom post types so if you need this I suggest you to get someone to help you with it as you need custom work for it and unfortunately we cannot offer any custom work at this time as we work hard on development, updates, fixes, and support so you would have to get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself. Sorry!
Let me know if this is not what you’ve meant.
For the authors filter, please remove this: http://screencast.com/t/mcvSFSAY
All user should appear in the author filter after doing this.
Thanks
Hi,
We’re sorry for all the trouble. We are still working on implementing solution for the issues reported in the latest version and we also plan to build and add a switching on/off system for lazy loading feature which could be the issues in your case also so you could try to disable it following the instructions Emil provide in this tread: https://forum.tagdiv.com/topic/how-to-disabled-lazy-load/#post-42260 …then check again.
If you still experience issues you can revert to 1.6 until we test and release the update. You can download the 1.6 version of the theme from here: https://www.dropbox.com/s/ah5r3rn3nqqqlqx/1.6.zip?dl=0
Thanks