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

Hello,

You would use a multi-site technique where you create sub-domains, install wordpress and the theme on each of them and then use redirect between theme. That is how our demo site is created.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please use the block filters available in block settings: https://forum.tagdiv.com/block-settings-guide/
There is no per-section filtering unfortunately. The blocks behave as a whole, and you cannot target each section of a block.
In a tab element as you showed above you can add a different block in each tab and simply filter a category in each one.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The black headers color is handled by this setting in the theme panel: http://screencast.com/t/jogyrvtkhttp://screencast.com/t/8sW0VLmkbhny
The post comment button and search submit will have to be changed with css:
.comments .form-submit input[type=submit], .widget_search input[type=submit]{
background-color:red;
}

The social icons do not appear to come from the theme. They are a plugin so maybe you should check the plugin settings.
As for the font sizes they are controlled from the fonts section.

Please provide an example of what red more button you are referring to.

Thank you!

Bogdan B.
tagDiv Staff

If you want to change the button style you can follow this guide: https://forum.tagdiv.com/increase-users-engagement-add-custom-buttons-posts/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

For facebook sharing, please use this guide: https://forum.tagdiv.com/facebook-share/
Our theme does not add the OG image tag needed for the fb share. You will have to use seo yoast.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Well you are not adding it correctly as you get a syntax error. Please make sure you add the code inside the head tags: http://screencast.com/t/oXk7TITMdIBr

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Blocks are predefined and do not have options to change the column numbers. The block layout is fixed and cannot be altered. You can change the post sorting and other block settings: https://forum.tagdiv.com/block-settings-guide/ but the column number cannot be changed.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

I just tested the visual composer grid builder with seo yoast and there was no issue present. Please disable all other plugins except visual composer and seo yoast, clear cache and reset cdn files. Then test again.
Let us know how it goes.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

I tested your site but could not see the mobile menu crash. It worked as expected. Please test again and provide more details to your request so I can better understand it. Please also test on a different machine.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

Our posts already have this functionality: http://screencast.com/t/BGaSKLfwTF4
The next and previous posts are found at the bottom of the articles. All smart lists have this functionality but it does not show the previous link on the first slide and the next on the last slide. it will show both next and previous on each slide.
http://demo.tagdiv.com/newspaper/smart-list-style-1/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please use this code on posts and change the url to your preferred one:
[vc_btn title="Buy now" color="danger" size="lg" align="center" link="" button_block="true"]

Then use this css in the theme panel-> custom css box:

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover{
border-color: black;
background-color: black;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then test your site again. If the issues are still present please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Sorry, but we never advertised our theme with RTL support. Please provide us exactly where did you read our theme supports rtl?
If you want a refund you can request it on envato and we will approve it, but please show us where did you see our themes described as rtl compatible

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please try a few solutions from here: http://wordpress.stackexchange.com/questions/208878/login-page-error-cookies-are-blocked-due-to-unexpected-output
We have only 1 other report of this issue here: https://forum.tagdiv.com/topic/cannot-login-error-cookies-are-blocked-due-to-unexpected-output/
I;m not sure what causes it, but let us know if any of the solutions from the links work

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The best thing to do when updating your theme from version 4 is to delete your old theme and simply install the new one. Please make sure you do a back-up before. Then you need to run the update script as suggested here: https://forum.tagdiv.com/how-to-update-the-theme-2/
Make sure you update the plugins as well. Some parts of your website will need to be recreated as elements became deprecated in visual composer so it will require a bit of work on your side.
Sorry for the inconvenience but this is the case when updating from newspaper 4. The new version of our theme was built from scratch so it will be like switching to a new theme (sort of, as we tried to keep compatibility between the 2 as much as possible)

Sorry for the inconvenience.

Bogdan B.
tagDiv Staff

Hello,

Wp super cache is the tested and approved plugin to use with our theme. W3 total cache could provide compatibility problems.
Please use these settings: https://forum.tagdiv.com/cache-plugin-install-and-configure/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This loading effect is just css as it changes colors from the default green ones to the yellow ones you selected. This effect is always visible but in some cases it is more visible than others. Using the speedbooster plugin will cause this effect to be more visible as it will move css to the footer. A simple solution is to copy this css directly in style.css:

.td-header-wrap .td-header-menu-wrap-full, .sf-menu>.current-menu-ancestor>a, .sf-menu>.current-category-ancestor>a, .td-header-menu-wrap.td-affix, .td-header-style-3 .td-header-main-menu, .td-header-style-3 .td-affix .td-header-main-menu, .td-header-style-4 .td-header-main-menu, .td-header-style-4 .td-affix .td-header-main-menu, .td-header-style-8 .td-header-menu-wrap.td-affix, .td-header-style-8 .td-header-top-menu-full{
background-color: #d33;
}
.td-header-wrap .td-header-menu-wrap .sf-menu>li>a, .td-header-wrap .header-search-wrap .td-icon-search{
color: #fff;
}
.td-magazine .td-header-style-1 .td-header-top-menu-full{
border-top-color: #ffc400;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1. If you want to add a custom ad at the top of the site, you can use a do_shortcode function and use it in the top menu file: http://screencast.com/t/szEdT7nC
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
This code will render the custom ad 1 spot in the theme panel

2. For a full logo you will have to use a header style that uses the full logo. These are styles 9, 10 and 11

3. For a language switcher you will need to use plugins as the theme has no such option.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You will have to test it out. i cannot say for sure if it will affect performance or not as we have not tested this. If you want to show specific posts in a block you do not have to alter the code. You can simply use the post id filter in the block settings: http://screencast.com/t/YdwlvDnK

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Unfortunately that is the only meta of the reviews, there is no other one. You can find all of the metas in this file: http://screencast.com/t/HPqNUov1v I’m not sure the theme reviews will work the way you want them to as we have not tried pulling the information into an external plugin. If you cannot manage to get it working, we suggest hiring a developer to help out as plugin implementation is not part of the theme support.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Already replied via email.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Sorry but the weather widget cannot be translated as it is grabbed from an external, server and the theme cannot change it’s content. You can change the widget title but not the widget content messages.
Only limited parts of the widget are defined here and can be changed, but not all parts: http://screencast.com/t/AwxwN7WLzoO

Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hello,

Sorry but opur theme has no such functionality. The category color is only added to the post category tags: http://screencast.com/t/pqmkjh5ij
They cannot be used in any other place on the site except through customization.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please try to restore the theme to it;s default state. You do not need any plugin for the theme to be responsive. Your site looks nothing like our theme demo. You altered the theme functionality so please restore it to the theme defaults and then test responsiveness again. Our theme is responsive as anyone on this forum can confirm.
Please redo any customization, disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then test responsiveness again. You can create a sub-domain for tests and install wp and the theme there to see how the theme should look in it;s default unaltered state. It should look exactly like this: http://demo.tagdiv.com/newspaper/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This looks like a caching issue related to the mobile theme. Please disable the mobile theme plugin and test again. We only recommend wp super cache and these settings: https://forum.tagdiv.com/cache-plugin-install-and-configure/ and for cdn: https://forum.tagdiv.com/cloudflare-cdn/
Also please cotact your host and ask if there is any host related cache as that can influence the theme as well.
Plugins can also cause these issues so please disable all plugins except visual composer, clear cache and rest cdn files if you use it.
If you use a child theme, switch to the main theme to test the posts again.

Thank you!

Viewing 25 posts - 11,326 through 11,350 (of 22,378 total)