Hi,
The menu you are referring to is an ajax filter you can activate on all blocks. Please use this guide to learn about the ajax filter as well as other settings for blocks: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hi Nat,
Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. This will rule out a plugin conflict that most likely causes your errors.
Let us know how it goes.
Thank you!
Hi,
Ads do not show when you use the mobile theme and did not place ads in the mobile theme settings. Please read this guide to learn more about the mobile theme: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hi,
Please use this guide for 7 days post sorting: https://forum.tagdiv.com/7-days-post-sorting/
Hope this helps.
Thanks.
Hi,
In this case you will have to add conditions to this code:
http://screencast.com/t/H23JT3q4o – http://screencast.com/t/A60hJE4Ah7K1
Thank you!
Hi,
This depends on your install and hosting. if you have cache from hosting, you need to contact the host to instruct you how to clear there cache. if it’s a plugin there will be a clear cache button in the plugin settings. As for the cdn, depending on the server you use, there will be a “purge files” button in the settings.
Hope this helps.
Thank you!
Hi,
You need to create a sub-domain and install wordpress on it again as you did on your main domain. Install the theme on the sub-domain also and activate it as you normally would. There is no special requirement. Use these guides:
https://forum.tagdiv.com/install-via-ftp/
https://forum.tagdiv.com/newspaper-6-how-to-activate-the-theme/
You use the same activation code.
Thank you!
Hi,
The caption works on smartlists but please do not use html in the caption as this field will not work properly with html just simple text. Do not use anchor tags or div’s.
I tested the captions again on all smartlists and it works as expected
Thank you!
Hi,
For facebook sharing please follow this guide: https://forum.tagdiv.com/facebook-share/
And make sure you clear the cache after you change permalinks as this topic suggests: https://wordpress.org/support/topic/changed-permalinks-and-got-404-when-sharing-to-fb
Thanks.
Hi,
If you want to replace theme elements you need to use the custom field implementation method as specified here:
https://codex.wordpress.org/Custom_Fields and replace the theme elements from the theme files. (you will require coding skills for this): http://screencast.com/t/NNlYIGC3h
Thank you!
Hi,
It is too small. You are feeding only a thumbnail. Please check the full size when you upload a background here:
http://screencast.com/t/AKvHQxLwtwo
Lots of people miss that option.
Thanks.
Hi,
Please follow this topic to see how you can fix this issue: https://forum.tagdiv.com/topic/update-from-6-5-to-7-0-classic-blog-theme-logo-not-centered-display-on-left/
Thank you!
Hi Eddie.
please read this guide to see how updates are released for VC: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
We will include it in the next theme update. The new update for VC arrived immediately after we updated newspaper 6 so we did not get the chance to integrate it. We will include it in the next theme update.
Thank you!
Hi,
Please follow this topic to make the shop show more products:
https://forum.tagdiv.com/topic/more-products-on-shop-and-shop-category/
Thanks.
Hi,
I tested this option again and a subscriber cannot see the edit button. Please make sure the user you are testing is a subscriber as our theme uses the default user roles of WP. https://codex.wordpress.org/Roles_and_Capabilities
If you still get the edit button, please disable all plugins except visual composer, clear cache and reset cdn files. Thentest a subscriber account again.
Let us know how it goes.
Thank you!
Hi,
Unfortunately the best thing to do is replace the plugin and find one that works with our theme. These are not tested so I cannot recommend any. The alternative will require you to hire a developer to implement the plugin with our theme as plugin implementation falls beyond what support can offer you.
Thank you!
Hi,
There is no setting to activate it on mobile, but you can use this css:
@media (max-width: 767px){
.td-scroll-up {
display: block!important;
}
Thank you!
Hi,
The head tag in our theme can be found in header.php here: http://screencast.com/t/ysKFuowa2ww7
Thank you!
Hello,
Unfortunately altering the theme width is not recommended. Our theme was built with a fixed layout in mind and all elements depend on the fixed width. If you change the theme width, you will have to adapt every theme element for the new size otherwise the layout will break. You can however reduce the padding on the sides with this css:
.td-boxed-layout #td-outer-wrap{
width: 1090px!important;
}
Thanks.
Hi,
I have checked your site on mobile and the logo seems fine at the moment. Please let us know if you still have trouble with this.
Thanks.
Hello,
The block titles style is added by the demo you install .the default demo has these title tags: http://demo.tagdiv.com/newspaper/
If you want another style, you can pick another demo. pick one from the list on the right to see how it displays.
For your second question,
The color of the titles can be selected from here: http://screencast.com/t/m5dnpOFAbC
The category tag and the comments can only be targeted with css as there is no color setting for them. Try this code:
.td-post-category, .td-big-grid-meta .td-post-category, .td-module-comments a{
background-color:red;
}
Thanks.
Hi,
Our theme has a full width header and footer as wel.., but this will require you to remove any background image or color and chose a full width header (not a boxed one): https://forum.tagdiv.com/header-styles/
https://forum.tagdiv.com/background-introduction/
Test this on our demo as the header and footer are full width:http://demo.tagdiv.com/newspaper/
Thank you!
Hi,
Please follow this guide: https://forum.tagdiv.com/facebook-share/
This only applies with the theme default settings. If you use any external plugins for content, then we cannot say for sure why facebook picks up 2 images. Please provide a link so we can inspect.
Thanks.
hi,
Tables are only responsive if you create them that way. A fixed width is the main culprit here. you need to set the widths of the table in percentage. Try this link:
http://russellgoldenberg.github.io/responsive-table-generator/
or this: http://ianrmedia.unl.edu/responsive-table-generator-tool
Thanks.