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,
Please follow this topic and the tutorial on page 1 to see how to set up your counter: https://forum.tagdiv.com/topic/social-counter-facebook-fan-count-incorrect/
Thank you!

Bogdan B.
tagDiv Staff

Hello,
It depends on the particular image setting itself. The general modal image simply activates it overwriting the image setting but it does not turn it off if the image setting is set to on. Basically you need to remove modal image for images with external links. If the general option does not do it, it means you have to go in and manually change the modal image to off from image settings. Sorry for the inconvenience but this is the way our lightbox works. It needs to link to the image in order to get the image from the link itself.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please clear your cache and reset cdn files if you use it as the options are affected by cache and they will only apply when the cache is cleared.
Let us know how it goes.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
1) You can use this css to reduce the footer height:
.td-footer-wrapper{
padding-top: 20px!important;
padding-bottom: 0px!important;
}
.td-footer-bottom-full{
margin-top: 0px!important;
padding-top: 20px!important;
padding-bottom: 10px!important;
}
.td-footer-wrapper .block-title{
margin-bottom: 20px!important;
}

You can change these values to your preference.

2)The theme has a function in it’s code that grabs the header logo if no footer logo is specified. You cna hide the footer logo with css like so:
.footer-logo-wrap{
display:none!important
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately there is no php box to add custom code and the theme has no editing options for these fields. If you want to add extra content to your category pages you need to edit these files: http://screencast.com/t/WwI5XAfS9
Thank you!

Bogdan B.
tagDiv Staff

! Please do not make duplicate topics.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I’m not sure why your issue occurs. Now it seems to display fine. They might have been affected by cache so the changes only applied when the cache was cleared. The WordPress update did not change nothing regrading the thumbs/images. If you still have this issue without any plugins, then please send us an email at contact@tagdiv.com and provide wp-admin so we can take a look. also provide a link to this topic.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The code should work fine and not affect any other parts of the website as it’s specific enough not to.
It’s safe to use it.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
You are not using the mega-menu option properly. please follow this topic to see how it should be done:
https://forum.tagdiv.com/topic/mega-menu-not-working/
Thanks.

Bogdan B.
tagDiv Staff

Hello,
Unfortunately I could not see any floating video box on the site you mentioned. Maybe they removed it. However, our theme has no such option so you might try to find a plugin that has such an option. We cannot make any suggestions however as such plugins are not tested.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The top menu should get the color from the theme panel except for your main menu which is a plugin option.
please change it in the theme panel and clear your cache afterwards.
If this still does not work it could be conflicting with your menu plugin so you can use css to change it also if you do not want to disable the plugin:
.td-header-wrap .td-header-top-menu-full{
background-color:transparent!important;
}

Thanks.

Bogdan B.
tagDiv Staff

Hi,
There is a size option when uploading your logo that most people miss as it’s in the bottom right of the page. This happened to lots of people: http://screencast.com/t/vrnP0WrPe
Thanks.

Bogdan B.
tagDiv Staff

Hello,
The sidebar issue seems to happen when this change is made. You will have to apply your sidebar widgets again unfortunately. As for the shortcodes, some of theme were changed. You can follow this topic to get them to display again: https://forum.tagdiv.com/topic/rebuilding-wordpress-newspaper-quotes-still-work/
Thank you!

Bogdan B.
tagDiv Staff

Hello,

The links are affected by the theme accent color: http://screencast.com/t/JWlBslIVJi but this setting does not affect only the links unfortunately. On blocks you can change the link colors from the block setting: http://screencast.com/t/aq1ZQJRSYpa but this will also change the title background color.
You have an optical ilusion going on with the modules/blocks links They do not seem to match the ones in the top menu or the footer (but they are the same color) so I assume that is what you wish to accomplish. In this case to make the modules and blocks hover color for the links match the links from the header and footer, you can use this css:

.td_module_wrap:hover h3 a{
color:#932222!important
}

(side-note: It’s best to provide as many details as possible with your requests. There are multiple links on a site and they come from different places. Simply ‘changing the colors of the links’ won’t do it. What links? where?)
If this is not what you mean, please provide more details.

Thanks.

Bogdan B.
tagDiv Staff

Hi,
This is a simple modification you can make from wordpress:
http://screencast.com/t/iZ7sbcCOS59http://screencast.com/t/jy89GRr9N4L
Thanks.

Bogdan B.
tagDiv Staff

Hi,
I replied the solution via email.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately there is no easy solution for this. The theme has no option for it so it will have to be hard-coded. We recommend hiring a freelancer to help out on this one as there is no simple solution for it. The code has to be created for the module to detect if the featured image is applied to the post.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
It is hard to figure out where it is conflicting with the theme code. Plugins were designed for the standard wordpress code. In most cases the conflict comes from using the same worpdress hook that injects code inside a specific wordpress event. If our theme uses the same implementation as a plugin, and the code was not designed to work on with another then these conflicts appear. In most cases plugin implementation is very hard as theme functions need to be changed. In most cases you will need to remove features of the theme in order to get the plugin to work.
You can read more about it here: https://forum.tagdiv.com/topic/any-idea-why-plugin-myeffecto-is-not-working-not-showing-with-newsmag/
Thanks.

Bogdan B.
tagDiv Staff

Hello,
We have not tested this type of ads so we have no idea of their functionality. Our theme was designed to work with adsense by default. If you use any other ad system you need to use this method to do it: https://forum.tagdiv.com/using-other-ads/
I hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
Please check the implementation of the video files. Try it with the default videos provided here: http://screencast.com/t/NJZ97KeY4e
If this one still does not work, then please try top disable all plugins except visual composer, clear cache and reset cdn if you use it.
Let us know how it goes.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
Unfortunately the plugin is not tested to work with our theme and we have no idea of it’s functionality. THe visual composer blocks are set to display posts by default, but if you have none,m it will display nothing. We have gotten the blocks to work with the events plugin though. you can add your custom post type from your plugin (It could be ‘video’ or ‘media’ or how your “video post” taxonomy is called) and add it here: http://screencast.com/t/xZasYhD3fOr
I hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
I understand your issue. The category page for ‘ulkomaat’ does not display the sidebar. You will need to access the theme panel here: http://screencast.com/t/LpupAEHa
If for some reason you do not have the per category settings, then please try to disable all your plugins except visual composer, clear cache and reset cdn if you use it. Then check the theme panel again. This should rule out a plugin conflict. If your settings are still not there, please send us an email at contact@tagdiv.com and provide wp-amin so we can take a look. Also include a link to this topic.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The WordPress codex offers this information (that’s where we get it also). There is a function called has_tag:
https://codex.wordpress.org/Function_Reference/has_tag
if has_tag(‘noads’)
Thanks.

Bogdan B.
tagDiv Staff

Hi.
Style 1 displays the fetured image caption by default. Please check your image settings and make sure you have captions set to it: http://screencast.com/t/C5fput4jsnhttp://screencast.com/t/nLURzLLA
Result: http://screencast.com/t/M8CnJ4AIM
Thanks.

Bogdan B.
tagDiv Staff

Hi,
Thank you for your suggestion. I will add this to our list of updates for a future version of the theme but the development team decides what gets done or not so I cannot promise anything.
Thank you!

Viewing 25 posts - 18,026 through 18,050 (of 22,378 total)