OK, no problem. You can simply type in another reply and let us know you found the solution. Most people do so.
Glad you figured it out. The answer was in the docs here: https://forum.tagdiv.com/sidebars-tutorial/
Thank you!
Hi,
Sorry but there is no simple solution of adding infinite scroll. The theme was not built with this in mind and it is very complicated to modify the theme to be compatible with infinite scrolling. We are searching for a viable solution but one was not found at the moment. There are lots of things to take into consideration. When we find a solution for this request, we will implement this feature, but for the moment we do not have anything to offer in this regard.
Thank you!
Hi,
Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Also check your cloudflare settings and only use these recommended ones: https://forum.tagdiv.com/cloudflare-cdn/
Thank you!
Hi,
@adityakuber please try to re-create your homepage or set a wordpress blog hopmepage from reading settings and see if that shows up.
If it still does not show up, please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then test again.
Thank you!
Hello,
Please try to disable the post author and date from both these settings: http://screencast.com/t/frzJYodetJI and here: http://screencast.com/t/LNf1osK83
Even so, Facebook could still grab the information. Our theme cannot control the information grabbed by FB.
You can use SEO Yoast to have more control over social network sharing.
Thank you!
Hello,
The maximum size for images when there is no sidebar is 1068 px. That is the content width so if you add an image that has at least 1068 px width, the image will position as wide as the text: http://screencast.com/t/JNqzYziqx
Thank you!
Hello,
We have no reports of such error. Please provide an example where you see these errors and provide a link to your site so we can inspect it.
Thank you!
Sorry for the inconvenience but not all plugins are compatible with our theme. The one you mention is not tested. That does not mean it will not work but there is a chance it will not. We cannot say for sure. These are the only tested and approved plugins: http://screencast.com/t/LHbVCI1tE5u
Anything beyond this list is not tested and you have to use at your own risk. If a certain plugin does not work with our theme, plugin implementation is not part of the theme support: https://forum.tagdiv.com/support-policy-2/
If you need to implement an untested plugin you will have to get some hired help for this task as we cannot offer any plugin implementation servicess.
Thank you!
Hello,
Unfortunately without the mobile theme plugin there is no simple way of having a reduced version of the desktop content. You can try to use css and media queries if you know your way around css to remove certain elements, but there is no setting for this. It has to be hard-coded.
Thank you!
Hi,
Unfortunately we have no simple solution to provide as our theme uses the default user roles of WordPress. So we do not change the default functionality. If you want to ad or remove certain permissions to a user you will have to either edit the user roles of wp or use a plugin as Chris suggests
Thank you!
Hello,
Well if the plugins caused the issue, I think the solution is obvious. The plugins are not tested and are not working with our theme. This is the case with all premium themes. The code is custom and not all plugins recognize it. Plugins are built for the default WordPress themes and sometimes they conflict with one another as well, not just with the theme. Please remove the plugins that caused the issue and either find other plugins or find a different solution to hide the widget. you can use simple css to do it, not use any plugin.
Thank you!
Hi,
Glad you solved it. WordPress only supports standard characters in the sidebar names so any symbols or language specific characters will cause WordPress to strip a sidebar of content.
Thanks.
Hello,
You can try to use this code for smartlist 7 for example:
.td_smart_list_7 .wp-caption-text, .td_smart_list_7 .wp-caption-text a{
position:relative;
margin-top: -51px;
text-align: left;
line-height: 20px;
margin-left: -8px;
}
But there is a problem. Your images are not all the same size and the caption is positioned in a fixed position. It will display different based on the image size and proportions.
You can try to change the positioning of the element using the css positioning methods of your preference:
http://www.w3schools.com/css/css_positioning.asp
Thank you!
Hello,
Please follow this guide to increase page speed and remove render blocking js and css: https://forum.tagdiv.com/search/faster/
Also please follow this topic on the speedbooster plugin: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thank you!
Correct.
It is implemented as a simple plugin like any other. Deactivate the plugin and the mobile theme will be deactivated.
Thank you!
Hello,
The mobile theme was not tested with other plugins as the main theme is. It is a different theme altogether. We are not aware of this but there could be just a specific feature of jetpack causing the issue. Try to change settings a bit in jetpack and figure out which setting affects the mobile theme as jetpack has lots of options you can tinker with.
Thank you!
Hi,
You simply need to add the code in the theme panel->custom css box. If the code does not work, please provide an example of a spot that still has an excerpt so I can inspect it and provide the proper code for it.
Thank you!
Hello,
In order top increase your page loading speed we recommend following this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
Follow each step carefully and read this topic on the speedbooster plugin: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thank you!
Hello,
I have checked your site and saw that you have a js error in your console. Your tabs are not working currently. It’s probably a plugin conflict so try to disable all plugins except visual composer, clear cache and reset cdn files if you use it.
FOr the tab setup, you only need to create a tab element with 5 sections and add a big grid 5 to each section, then for each big grid, you need to specify a separate category from block settings. Please read this guide to learn how to filter posts inside blocks: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hello,
The standard implementation for the tagdiv social counter is in the sidebar. A CPT will show sidebars so you only need to add it on the sidebar you use on your custom post type. Simply access the widgets area of wordpress and add the social counter on your sidebar
Thank you!
Hello,
When updating the theme, modifications done to the php files will be lost. If you do not know what was changed you can use winmerge to compare the theme files if you still have the old version intact somewhere. (you need to compare the same version of files in order to see what was modified.) and then make a back-up of the modifications and try to re-apply them to the new theme files. There is no simple way of customizing the theme and maintaining the modifications when updating. There is no update proof method to modify the theme files.
As for the plugin mentioned, we have no idea of it’s functionality .I cannot say for sure if it will work or not with our theme as it is not tested.
Thank you!
Hi,
You are not looking in the right plugins folder. You need to look into the main theme package, not the theme files. The main archive you download from envato. Not in newspaper/includes/plugins
Thank you!
Glad you figured it out!
We try to help out where we can but unfortunately we have no customization department so we cannot tackle such tasks.
Best of luck on your project!
Hello,
Unfortunately you can only have different menus if you use the mobile theme. the standard responsive version uses the same menu on desktop and mobile.
Thank you!