Home User profile
tagDiv Staff
Passionate for gaming, mountain biking and traveling. I face every task as a new challenge to bring my skills to the next level.
Bogdan B.
tagDiv Staff
Menu - reply

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!

Bogdan B.
tagDiv Staff

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!

Bogdan B.
tagDiv Staff

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!

Bogdan B.
tagDiv Staff

Hi,
Please use this guide for 7 days post sorting: https://forum.tagdiv.com/7-days-post-sorting/
Hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
In this case you will have to add conditions to this code:
http://screencast.com/t/H23JT3q4ohttp://screencast.com/t/A60hJE4Ah7K1
Thank you!

Bogdan B.
tagDiv Staff

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!

Bogdan B.
tagDiv Staff

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!

Bogdan B.
tagDiv Staff

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!

Bogdan B.
tagDiv Staff

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.

Bogdan B.
tagDiv Staff

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!

Bogdan B.
tagDiv Staff

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.

Bogdan B.
tagDiv Staff

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!

Bogdan B.
tagDiv Staff

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.

Bogdan B.
tagDiv Staff

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!

Bogdan B.
tagDiv Staff

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!

Bogdan B.
tagDiv Staff

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!

Bogdan B.
tagDiv Staff

Hi,
Please disable all plugins except visual composer, clear cache and reset cdn files. Then check menus again. This is most likely a plugin conflict as you have errors in your browser console.
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The head tag in our theme can be found in header.php here: http://screencast.com/t/ysKFuowa2ww7
Thank you!

Bogdan B.
tagDiv Staff

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.

Bogdan B.
tagDiv Staff

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.

Bogdan B.
tagDiv Staff

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.

Bogdan B.
tagDiv Staff

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!

Bogdan B.
tagDiv Staff

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.

Bogdan B.
tagDiv Staff

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.

Viewing 25 posts - 15,201 through 15,225 (of 22,378 total)