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 Ruud,

Actually, that is the box’s purpose. You can create your code and add it to the custom CSS box. We usually use the browser inspector and an extension: ‘Live CSS editor’ to modify the code. After that you just copy the code from the extension to the panel.
Hope this helps.

Thank you.

Bogdan B.
tagDiv Staff

Hello,

You already received a reply here: https://forum.tagdiv.com/search/mobile+friendly/

Our theme was designed to be responsive and mobile friendly. I have done the test myself and the result was this: http://screencast.com/t/qVP6BlVhQG9
I have checked your site on different mobile phones and tablets and seems to display fine.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

I understand your request but unfortunately it is no easy task to do. The mega-menu was not designed to work inside a sub-menu. The easiest solution is to set it to activate on click http://screencast.com/t/qzHCWVkur so that your users will click on their menu choice. The other option involves a bit of js programming.
If you do not know how, we suggest you hire a developer to do it for you because we cannot offer custom work.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Normally it shouldn’t affect any of your settings/posts/categories/plugins. There are plugin updates in our new versions of the theme like rev slider 5 and new version of visual composer (plugins that come with the theme).
There is nothing to worry about. Just make sure to do a backup and then follow our update guide and things will be unchanged.
guide:
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
https://forum.tagdiv.com/how-to-update-the-theme-2/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

It is actually really hard to tell what the next version will bring, because we have literally thousands of suggestions and it is hard to keep track of all the improvements that can be done and features that can be implemented. It is the developer’s final word what makes it in the next update and what gets postponed though.

Thank you.

Bogdan B.
tagDiv Staff

Hi Pandian,

Sorry for the delay, we to not work on weekends.

1) You can see image sizes used in different locations in the theme panel: http://screencast.com/t/OpR8bRP5mA4f
2) use this custom css to style the slider header

.td_block_slide .td-slide-meta a{
background-color: rgba(77, 178, 236, 0.7)
}

3)You will have to update to the latest version to be able to use the new features. You will find a list of fixes for the 6.4 and 6.5 versions here: http://tagdiv.com/blog/

4) For the grey tint, try to regenerate your thumbs: https://forum.tagdiv.com/using-the-theme-with-existing-content/

Thank you

Bogdan B.
tagDiv Staff

Hello Kathrin,

It seems your image on pages is getting a ‘float:left’ and on posts or categories it doesn’t
You can use this custom css to cancel it.

.page .alignleft{
float:none!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Try replacing your CSS code with this one:

@media (max-width: 767px) {
.td-header-top-menu-full, .td-header-top-menu-full .td-header-sp-top-menu {
display: block !important;
}
.top-header-menu li a {
font-size: 12px !important;
margin-right: 5px;
}
}

This should display your full top menu.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can change the news ticker title from the theme panel – > translations http://screencast.com/t/lfHNFhS00l
The result:http://screencast.com/t/4syzgdjfZznu

Thank you!

Bogdan B.
tagDiv Staff

Hello Rob,

Sorry for the delay.
It can be done by inserting a custom link in your menu and adding an image to it (a standard ‘img’ tag) like so: http://screencast.com/t/BaAprd2Tgz4F

Result: http://screencast.com/t/jlpXi8iduu
The downside is that you will need custom css to properly position the logo and this depends on the size of the logo you add.

Thank you.

Bogdan B.
tagDiv Staff

Sorry for the delay, we do not work in weekends.

Try this one out. (it worked for me: http://screencast.com/t/KhtWEODVR)
I set your background color to it:

.td-category-grid {
background-color:#000028!important
}

And for post template 4:

.td-post-template-4 .td-post-title{
background-color: #000028!important;
}

Bogdan B.
tagDiv Staff

Hello robske,

It is possible but not from the theme settings. You can do it with a custom CSS code for styling the bullet list: http://www.w3schools.com/css/css_list.asp
You have to find a graphic you wish to use in the list and add this css code in your theme panel:

.td-post-content ul {
list-style-image: url(enter url here);
}

Enter the image URL in the parenthesis

I hope this helps
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately we have not tested any Captcha plugins and we cannot make a recommendation. Sorry!
There is another topic on this subject with more information: https://forum.tagdiv.com/topic/security-registration-wordpress/

Thank you!

Bogdan B.
tagDiv Staff

Prev-next button code did not work because you do not have the default pagination :).
This one will:

.td-post-next-prev-content a{
color:#4274c3
}

Thanks.

Bogdan B.
tagDiv Staff

3’d time’s a charm:

.td-category-header{
display:none;
}

Thanks

Bogdan B.
tagDiv Staff

Hello Steven,

Please be more specific with the first question because we’re all scratching our heads trying to figure out what to do.

For the second part, try this css:

.page-nav-post a{
color: #4274c3
}

Thank you!

Bogdan B.
tagDiv Staff

OK. You will receive your answer via email.

Bogdan B.
tagDiv Staff

Hello,
What you can do is try to regenerate your thumbnails: https://forum.tagdiv.com/using-the-theme-with-existing-content/.
I have inspected your website, and the image is there. It just has a width and height of 1. http://screencast.com/t/C1itfj8fWAiS
Try the regenerate thumbs method and let us know if the problem is still there

Thank you.

Bogdan B.
tagDiv Staff

Hi,

That is because theme version 6 is a totally new theme. It was built from scratch in order to have a more functional, cleaner code. Much was changed from version 4 to 6.
You can change post templates the classic way and edit every post and set the template manually, or you can try and use a plugin https://wordpress.org/plugins/better-search-replace/ to replace
single_template_4 with single_template_7 in your posts from the DB.
Just make sure to back-up your Database beforehand: https://codex.wordpress.org/WordPress_Backups

I hope this helps.
Thank you.

Bogdan B.
tagDiv Staff

OK. We’ll look into it!

Bogdan B.
tagDiv Staff

Hello,

Yes but there is also a category background. If you set a background to a category, all posts from that category uses that one, not the general theme one: http://screencast.com/t/8ssJCgXS.
In your case, the North America category uses this background and it’s passed down to your post as well.

Thank you

Bogdan B.
tagDiv Staff

Hello,

As i understand it, you want something like this: http://screencast.com/t/zC48vZmrku9
It can be done by editing the header-menu.php: http://screencast.com/t/7gkjLnoh
If this is not what you mean, please provide more details.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

You can send an email at contact@tagdiv.com so we can take a look, also paste a link to this topic so we can know who you are and what your issue is.

Thanks!

Bogdan B.
tagDiv Staff

Hi Rob,

You should first try do disable any plugins that might interfere with the theme settings. Disable all of them except visual composer and make sure you clean your cache.
If the problem is still there, please send an email at contact@tagdiv.com and provide wp-access so we can take a look. Also paste a link to this topic so we can identify who you are and what your issue is.

Thank you.

Viewing 25 posts - 22,001 through 22,025 (of 22,378 total)