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 can do it by altering this file like so: http://screencast.com/t/udhyxeWD

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Also if you have a child theme, try to switch to the main theme to see if the problem does not originate from there.
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
It can override the category if you change the sidebar from default. Each post can have it;s own sidebar if it’s selected on the specific post. Only if the setting is left to the default sidebar will it fall back to the category sidebar. Setting a specific option on the post will remain on the post.
Thank you!

Bogdan B.
tagDiv Staff

Hello jan,

The menu items are positioned based on the header style that you use. Please choose another header style that has a centered menu if this is what you are after: https://forum.tagdiv.com/header-styles/
If you want to hide the logo, then simply do not add any instead of adding a logo and removing it with css: http://screencast.com/t/UbSeTh81lB8p The sticky menu can use the mobile logo: http://screencast.com/t/8U08kDtW

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please send us an email at contact@tagdiv.com and provide wp admin so I can point the counter out for you in the back end. Please also include a link to this topic so I can identify you.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
The theme’s modules and blocks will not pick up the colors of the category tags you set in the theme panel. That option is for posts only. The homepage has all of it’s category tags the same color. I cannot provide any solution for this unfortunately. CSS cannot do that. it will have to be done through hard-coding which falls beyond what the theme support can offer you.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

I have inspected your site and the ad code seems to be rendered by the theme properly. This however depends on the ad itself. Our theme works with the default adsense ad. If yours is a page-level ad for example, it will need a different implementation: https://forum.tagdiv.com/topic/page-level-ads-problems/
If it;s a standard adsense code and if it;s a new account, the ad could take up to a few days before the ad is displayed as google’s crawler needs a bit of time to do it’s magic.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
The license has nothing to do with it. Visual composer supports full width elements but there is a catch. Our theme elements cannot be used in a full width layout. You can use a stretched row and select the stretch row and content feature but it will only work with visual composer default elements, not our theme;s blocks and grids. In order to identify the visual composer elements and separate them from the theme elements you can simply enable a wp default theme so there will be no theme elements present in visual composer. You can reactivate tht ehtme once you complete your landing page. our theme elements were not designed to work in full screen. Our theme was built on a fixed width and all of the theme elements depend on this width.
i hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
If you use a child theme please switch to the main theme and see if the problem goes away. That should be a first check as custom code is in most cases the cause of the issues. A child theme is not update proof and people tend to miss this aspect. If you updated your theme and have files in your child theme that were modified in the main theme updated files, then it can cause issues with the theme. Let us know if it was the child theme and if not, 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

Hi,

You can use this code to do it:

.td-social-facebook, .td-social-twitter, .td-social-google, .td-social-pinterest, td-social-whatsapp{
background-color: grey!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1) Sorry but i don’t understand the question. What are you trying to translate?

2) Our theme has no such spot sorry. You can try to add in the code if you want to. You will have to edit these files: http://screencast.com/t/kPJnxsKOeZGY Y

Thank you!

Bogdan B.
tagDiv Staff

Hi,

In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}

or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please disable all plugins except visual composer. clear cache and reset cnd files if you use it. Also if you have wordfence please set the firewall on learning mode as it will affect the theme panel even if the plugin is disabled.

let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can add it to the post content but only in text mode lie so: http://screencast.com/t/RGaYWrKH4z
it will only work on posts though.

Thank you!

Bogdan B.
tagDiv Staff

Hello Jan,

We created the login widget based on the standard use roles and capabilities of wordpress. If this list: https://codex.wordpress.org/Roles_and_Capabilities is altered by a plugin, the login widget will not recognize other roles. We did not test our widget with custom user roles. Sorry.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please provide more details to your problem so we can better understand the issue. We cannot say for sure based on the resources you provided.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
We do not recommend using visual composer on posts. The example you mention is a page, not a post.
It can be done if you want to, but keep in mind that this is not tested and could provide mixed results. You can activate VC on posts from the plugin settings like so:
http://screencast.com/t/0KggIdVDZ

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Style.css is in the main theme folder, but any css modification is easier to make in the theme panel-> custom css box.
Try to add this code in the custom css box in the theme panel:
.td-grid-style-4 .entry-title{
background-color: rgba(0, 102, 153, 0.7)!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can show anything you want on a static page. Either a list of all posts, or a list of specific posts or a grid or blocks etc.
Please use this guide to see how you can create a homepage: https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
Also start using visual composer a bit to get a feel of what can be created with it. Only through visual composer can the theme show it’s blocks and grids and other cool content.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The issue could have been as follows:
The child theme is NOT UPDATE PROOF. People tend to have this misconception a lot (not pointing fingers)
If you set up a child theme and add a few files to it then modify those files..ok…everything works. But what happens when the theme gets updated? If one of the files you modified have been changed in the next update and the new code is a critical one for the theme functionality and other code is changed based on that code (as in most cases is). you will be serving the old code from your child theme when the main theme will expect the new code. You will have to constantly keep an eye out for the list of modified files for each new update and if you see one of the files on the list is the one you have modified in your child theme, then you need to remove that particular file from the child theme, replace it with the new file and then re-apply the modification to the new code and see if it works.

This is the proper way to use a child theme. Not saying you do (again…not pointing fingers :).) but this needs to be standard knowledge when using child themes.

I hope this helps.
Have a great day!
Bogdan B

Bogdan B.
tagDiv Staff

Hello,

When I open any post on your site from a mobile device, the subscription widget is not available: http://screencast.com/t/9dbdIjJ3s
If you want to remove the underline of the widget title, you can use this code:
.jetpack_subscription_widget .widgettitle::after{
display:none;
}

Thank you!

Bogdan B.
tagDiv Staff

Hi,
I have tried the video on my end but it works fine. Please contact us via email at contact@tagdiv.com and provide a link to your site and wp-admin so we can login and investigate this issue.
Please also include a link to this topic so we can identify you.
Thank you!

Bogdan B.
tagDiv Staff

Hello
If you use a video you must first set the post as a video post format: http://screencast.com/t/dEBXAxAvq, then paste the youtube, vimeo, dailymotion or facebook(only newspaper 7.3) video link in the featured video designated spot: http://screencast.com/t/KEasLE2x4lj
The theme will then automatically grab the featured image thumb from the video itself.
If you switched themes and did not regenerate thumbnail I recommend you do now using the force regenerate plugin.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Our theme does not have different image spots for the post and for the homepage blocks unfortunately. Our theme only uses one featured image creating different size thumbs for it and used both on the post itself and on modules and blocks.
I will add this to our list of feature requests and if it grows in demand we will consider implementing such an option.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please disable all plugins except visual composer, clear cache and reset cnd files if you use it. THis is most likely a plugin conflict.
Also if you use a child theme please switch to the main theme in order to rule out any custom code that might affect the pagination. Also if you have any custom code in the theme panel-> custom code boixes, please remove it (make a back-up) and test again.
Let us know how it goes.
Thank you!

Viewing 25 posts - 13,451 through 13,475 (of 22,378 total)