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

Hi
This issue was caused by the new version of WP. Please update your theme using this guide:
https://forum.tagdiv.com/how-to-update-the-theme-2/ and then update visual composer to the latest version using this one: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Newspaper 6 is more “heavy” due to lots of extra options added to the theme. For this you will need to make sure you have the requirements in order for newspaper 6:
https://forum.tagdiv.com/requirements-for-newspaper/
and make sure you increase your system status parameters following this guide:
https://forum.tagdiv.com/system-status-parameters-guide/
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I know they are beneficial but at the moment we cannot provide them as it will break our license agreement with ThemePunch if we hack the plugin. They introduced this activation system and implemented restrictions even if you have the files installed. We will make an announcement if we manage to find a solution that works for both parties.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately i could not access your site to inspect the ad. If your adsense code is new then it will take a couple of days before it will display on your site. Please allow it some time to do so. If the code still does not show up after 2 days from the code activation, then please provide a working link to your site so we can inspect it.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The “broken” image is actually an ad. It;s the article bottom ad you set in the theme panel and it is looking for an image in this path: http://www.wkup.org/wp-content/uploads/2016/04/rec728.jpg but there is none to show. If you want to get rid of this, simply delete the code in the article bottom ad section from the theme panel.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately there is no way of doing this automatically. If you want to have the same layout on every post, then simply create the structure you want and copy the code from text mode and keep it somewhere safe so you can paste it in when creating posts.
Thank you!

Bogdan B.
tagDiv Staff
BLUR - reply

Hi,
We have no plan on this yet as these images do not represent a priority at the moment. I’m not saying we will not improve our images system. We always try to improve our theme, but we have no plan on this at the moment. However, the new responsive images are on our list for future updates so that means we will look into it in the near future.
Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hi
This issue was caused by the new version of WP. Please update your theme using this guide:
https://forum.tagdiv.com/how-to-update-the-theme-2/ and then update visual composer to the latest version using this one: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!

Bogdan B.
tagDiv Staff

Hi,

I see you are using version 6.6.5 so do not use the update script meant for newspaper 4. That option is for people who still use the old version of our theme (1 year+ old). Please follow this guide to update your theme and the plugins:
https://forum.tagdiv.com/how-to-update-the-theme-2/
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

Thank you!

Bogdan B.
tagDiv Staff

Hi,
You can remove the gradient using this css code:
.td-header-gradient:before{
display:none!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately you cannot get the top menu to display inside the main menu. You can however use this css code to activate the top menu at the top of the site:

@media
(max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
.td-header-sp-top-menu {
display: block !important;
}}

Thank you!

Bogdan B.
tagDiv Staff

Hello Herwig,
Unfortunately sub-domanins are the only option at the moment (except plugins) as the theme has no options to change colors/headers/menus based on category. You can set up a multi-site and set it up with redirect links between one another.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please try to revert any changes that were made in the past 2 days if the option worked before. Maybe you installed a plugin or modified something that can cause this. Please try to disable all plugins except visual composer, clear cache and reset cdn files if you use it. Plugin conflicts are the number one reason for this type of errors.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I’m afraid you are not explicit enough with your request. Where are you trying to get categories or sub-categories to display as you wish? In the menu? in a block? on a category page? on a page?
Please provide more details so we can understand better how to help.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The same method applies if you want it below the related articles. Simply add the code below the related articles code you can see in the screenshot.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately our theme does not have such options and I cannot recommend any plugins for it as we have not tested any. You will have to try a few of them out with a bit of trial and error.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately there is no way to use visual composer on category pages. You can customize the categories from the theme panel settings or you can create a simple 301 redirect from your category to your custom page
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately the mega-menu was not designed to work with pages. It was created to work with categories and subcategories. What you can do however is create 301 redirects from the categories to your custom pages.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
In order to update the theme and plugins properly, please follow these 2 guides:
for the theme: https://forum.tagdiv.com/how-to-update-the-theme-2/
for Visual Composer: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!

Bogdan B.
tagDiv Staff

Hi,
It seems cybergetro used the Wp socializer plugin. I cannot say for sure how it works though as we have not tested it.
Thanks.

Bogdan B.
tagDiv Staff

Hello,

Unfortunately this error could come from a big number of problems. I believe it happens due to a server configuration which is not responding, it could be due to a delay or it could also be a temporary issue so you can try this a few times and if you still get this error please contact your host provider and let him know about this, ask them to unblock our demo in order to retrieve the theme data. It could also happen due to your wp install or other plugins might also cause this. Also make sure that your permission for the upload folder are set correct. You can check this by trying to upload an image in media library. If the process succeeds then the permission are ok. If not you can use the c-panel to change permissions (set them to 777) or if you do not have access to the cpanel, please contact your hosting provider.
Also make sure you meet the requirements for newspaper: https://forum.tagdiv.com/requirements-for-newspaper/

If you still cannot install the demo, please send an email at contact@tagdiv.com and provide wp-admin so we can take a look. Please also provide a link to this topic.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
You can target every post template with css like so:
.single_template_6 .post .td-sub-title {
color:#484848;
}

If you want the code to apply to multiple templates, use it like so:
.single_template_6 .post .td-sub-title,
.single_template_7 .post .td-sub-title,
.single_template_8 .post .td-sub-title {
color:#484848;
}

Thanks.

Bogdan B.
tagDiv Staff

Hi,
You can use it on the testing server and on the live server as well as there is no restriction for testing platforms as long as you do not use it on 2 different live projects.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
You can add a h1 title using a text block in visual composer above the big grid and simply add a h1 tag in the mce editor.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately the front-end editor of VC does not work with our theme so we deactivated it. Only the back-end editing is possible. You do not have to buy the plugin as we provide it freely with our theme. It prompted you to buy it but you did not have to as we will provide updates to the plugin after we test them out. We recommend using the version bundled with the theme.
Thank you!

Viewing 25 posts - 16,726 through 16,750 (of 22,378 total)