Hello,
Please use this guide for facebook sharing: https://forum.tagdiv.com/facebook-share/
Thank you!
Hello,
It seems to work fine on our end: http://screencast.com/t/4xBeM6zUXqM
Please test our demo version as well and see if the problem is still there: http://demo.tagdiv.com/newspaper/td-post-the-new-screen-savers-the-show-that-launched-video-into-the-stratosphere/
Your site provides the error, yes, which means there is something on your side that is affecting it. Please disable all plugins except visual composer, clear cache and reset cdn files. Also if you have any custom code added, restore the theme to it;s default values. If you use a child theme, please activate the main theme and test again.
Let us know how it goes.
Thank you!
Hi,
Unfortunately we have not tested this so we cannot say for sure if the mobile theme woks with network activation. I will add this on our list for further investigating. At the moment the mobile theme is in it’s first ever version so there are flaws and incompatibilities, but they will get fixed with upcoming updates. It is not a mandatory plugin so if you have trouble using it, you can simply deactivate it and use the standard responsive version of the theme. Activation problems with the mobile theme is most of the times related to plugin conflicts so please try to deactivate the other plugins first and try to activate the mobile theme without them.
Thank you!
Hi,
It is a css rule added in the theme style.css. This is the code:
.td-category-description p {
font-style: italic;
font-family: 'Open Sans', arial, sans-serif;
color: #777;
font-size: 16px;
line-height: 26px;
margin-bottom: 0;
margin-top: 15px;
}
You can change the code and use the !important tag and then place the code in the theme paenl->custom css box to override the theme code.
Thank you!
Hello,
Unfortunately our theme does not have this kind of option and the plugin you mention is not tested. Plugin implementation and custom work falls beyond what the theme support can offer you. You will have to get someone to help you or hire a freelancer as we cannot provide any customization services at the moment. Sorry.
Well if it does not work with adrotate either, then it will not work with the theme as well.. it means you are not implementing the code correctly. If the code requires a part to be added to the header, please use this method that is used on page-level ads: https://forum.tagdiv.com/topic/page-level-ads-problems/
Thank you!
Hi,
Unfortunately at the moment the ajax filter will not work properly with the offset function. We do plan on fixing this in a future version of the theme but for the moment please do not use ajax filters and offset.
Thank you!
Hi,
Please update your theme to the latest version by following this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/ and then update your plugins including visual composer, rev slider if you use it, and the social counter plugin. This method should help: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Please note that newspaper 7 comes with an optional mobile theme plugin that if used changes the style of the mobile version of your site. You can find more details about this here: https://forum.tagdiv.com/the-mobile-theme/
Also please note that visual composer and rev slider added registration messages in the newer version that must be ignored as the free versions cannot be registered.
You can see the new mobile menu with login options here: http://demo.tagdiv.com/newspaper/
Thank you!
Hello,
There is a setting in wp that most people miss when uploading background images. Please make sure it is set to full size here: http://screencast.com/t/kD5wSZWp
Thank you!
Hi, replied in the other topic.
Thanks.
Hi,
You can add the code in the theme panel->custom css code: http://screencast.com/t/X8OZ8Eu81U
Thank you!
Hello,
Unfortuantly since that is a font icon, you cannot make it thinner but you can change it;s size. please use this code:
.flex-direction-nav a:before{
font-size:30px!important;
}
Thank you!
Hello,
If you set a background image or color, the theme will go into boxed mode. Even white counts so please make sure you remove any image and press the clear button for the background color: http://screencast.com/t/AP5MS3UUW
Thank you!
Hello,
1) You create a new sidebar there, Yes, but you add elements to it in the wordpress widgets area where the other sidebars are present as well: http://screencast.com/t/ysCjGtvtadpu Try this guide to better understand how WP widgets work: https://ithemes.com/tutorials/using-wordpress-widgets/
2) You can try this code to remove the featured image:
.td_module_16 .td-module-thumb .entry-thumb{
display:none!important;
}
.td_module_16 .item-details {
margin-left: 0px!important;
}
Thank you!
hello Claudia,
Unfortunately the mobile theme plugin is not compatible with all plugins. it is a new project and we have not added any compatibility with any plugins to it yet. Not even the theme tested ones. if you need those plugins and they work with the main theme then simply disable the mobile theme and use the standard responsive version of the theme as the plugin is optional and not a requirement for the theme.
Thank you!
Unfortunately yes as the posts depend on the category page’s sidebar if the individual post sidebar is not set. Alternatively you can simply hide the sidebar with css for categories and leave the settings as they are.
You can use this code:
.category .td-ss-main-sidebar{
display:none!important;
}
.td-main-content{
width:100%!important;
}
Add the code in the theme panel->custom css box.
Thank you!
Hi,
Please provide a link to your site pointing at a post that does not display the image properly. You can try to disable all plugins except visual composer and clear all caches to exclude plugin conflicts.
Thank you!
Hi,
Font awesome released some faulty updates recently. It has been updated again so you can try it out as maybe the issue got fixed. It provided lots of errors in the previous update. A bit of a fail that one…
Thank you!
Hi,
Yeah, that’s right. Use style 4 then: http://screencast.com/t/qatr9TrY9 – http://screencast.com/t/CKqAjQx9m
Try them all out and see which one you like best as they are all available with the click of a button.
Thank you!
Hello,
Well the problem is old versions of visual composer. The plugins do not update along with the theme. You have to update the plugin manually. Please follow this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ After you install the new version of visual composer, it will work again. Simply delete the plugin and install it again by using the files in the main theme archive.
Thank you!
Hi,
Please download the theme again and use one of these 2 guides to install the theme. You probably did not copy every file properly: https://forum.tagdiv.com/install-via-ftp/ – https://forum.tagdiv.com/install-via-wordpress/
Thank you!
Hello,
Please check the slider to see if it has been imported properly. Please use this guide: https://forum.tagdiv.com/import-revolution-sliders-on-demos/
Thank you!
Hi,
Unfortunately there is no easy way of getting the latest articles at the top of the content. But since visual composer is a page builder, you can pretty much chose a theme block and name it latest articles and place it at the top of the page (use another page template not the latest articles one) http://screencast.com/t/V5GxC4mN
Thank you!
Hello,
You can do that by adding padding left and right to your post content inside the post itself by creating a new css class and setting the padding for it like so:
.paragraph-custom {
display: block;
padding-left: 10%;
padding-right: 10%;
}
Add this code in the theme panel-> custom css code and then place your post content inside a div with this class assigned to it like so: http://screencast.com/t/Jgc07K32
This has to be done in text mode in the mce editor.
Thank you!
Hello,
Our theme does not have this option so it will have to be made custom .For this you will have to know a bit of coding (html and css) as you will need to edit the theme files and create a custom container above the sharing options: http://screencast.com/t/rbjAiQxunhrE You will have to add the div to each post style you use. Every post style has it’s own file.
Thank you!