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 murakami9

If you want to replace standard comments with the Facebook comments, you have to use the shortcodes provided by the plugin: http://screencast.com/t/t6De3HwW and replace the standard comments from the theme files in every template. http://screencast.com/t/wNkcby3T05.

I hope this helps.

Bogdan B.
tagDiv Staff

Hello Mohammad,

There is another topic on this issue here:
https://forum.tagdiv.com/topic/related-posts/

I hope it helps!

Thank you!

Bogdan B.
tagDiv Staff

Hello publicenvoy,

Our documentation covers that along with tons of other useful information regarding our theme:
https://forum.tagdiv.com/how-to-update-the-theme-2/

Thank you.

Bogdan B.
tagDiv Staff

Hello geopal,

You can find all sorts of useful information and tutorials/guides in our documentation, including an update guide: https://forum.tagdiv.com/how-to-update-the-theme-2/

I hope this helps
Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can change the tab colors from visual composer:
http://screencast.com/t/bD0X3JqChttp://screencast.com/t/qYf6QxC5

If you mean the title of the tabs not the tabs themselves, you need to use custom css to style the H2 title of the block. You can target the h2 inside the container using child selectors and apply your styles to it.

Example:

.vc_tta-container > h2{
color:red;
background-color:green;
display:table;
padding:8px
}

If this is not what you mean, provide more details so i can better understand how to help.
Thank you.

Bogdan B.
tagDiv Staff

Hi,

Sorry! I seem to have overlooked that part. Here is the CSS for the comment counters.

.td-module-comments a{
background-color:red
}

PS. the code you entered is OK.

Thank you!

Bogdan B.
tagDiv Staff

Hello Kenneth,

Maybe you’re doing something wrong, or it could be a plugin issue. First try to disable all plugins except visual composer and see if the problem is still there.
You can read our documentation for header ads: https://forum.tagdiv.com/header-ad/
If you want a custom spot for your ad, you can read this part here: https://forum.tagdiv.com/custom-ad-spots/
If the problem persists, provide more details so we can take a look and understand the issue better.

Thank you

Bogdan B.
tagDiv Staff

Hi,

If you want to change the design of the slider you need to customize the core files of the theme and is no easy job to do. As for a plugin that can replicate that slider, we tested only ‘Revolution Slider’ which comes with the theme.
Revolution Slider supports a lot of customization. You can try and have a go at it and see how it turns out.
You can read more about it and see some demos here: http://revolution.themepunch.com/

Thank you!

Bogdan B.
tagDiv Staff

Hello g10ktk,

1)You can add captions when you create your gallery, under the image: http://screencast.com/t/uO4FynvtL
http://screencast.com/t/uO4FynvtL. http://screencast.com/t/SAw2mGshYaI

2) You can add this custom CSS code in the theme panel and you can change size (i set it to 15 pixels)

.td-gallery-slide-copywrite{
font-size:15px;
font-family:"Times New Roman", Times, serif;
}

Result: http://screencast.com/t/NF8QP7Zv
You can chose your fonts from this list of web-safe fonts: http://www.cssfontstack.com/

I hope this helps

Thank you.

Bogdan B.
tagDiv Staff

Hello,

There is no ideal size that I’m aware of, but you you can read this topic here on a similar topic: https://forum.tagdiv.com/topic/background-image-is-driving-me-mad/
Bottom line: you can try out a size of 1440×924.

Thank you!

Bogdan B.
tagDiv Staff

Hello murakami9,

You can remove the whole related articles section from the theme panel: http://screencast.com/t/cWMaBfbH
You can also remove just the ‘more from author’ tab by commenting out this code: http://screencast.com/t/Okmq7lxTDzGd
The result: http://screencast.com/t/W7Ad8fqDf

Thank you.

Bogdan B.
tagDiv Staff

Hello murakami9,

Our theme uses the WordPress standard comments module just styled differently. You can use a plugin like ‘Facebook comments’ https://developers.facebook.com/docs/plugins/comments , which adds comment boxes but you will need to remove the default ones from the theme files. Replace theme’s default comments for each post template – http://screencast.com/t/wNkcby3T05.
You can read more about it in this topic here: https://forum.tagdiv.com/topic/how-to-install-new-official-facebook-comment-update/.
If you do not want to modify the theme files there are other plugins that can replace the comments without you modifying the theme files, but we have not tested them and cannot make a recommendation.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

We have not tested that particular plugin but we have no complaints about it causing trouble either. You can try it out and see how it goes.

Thank you!

Bogdan B.
tagDiv Staff
Menu - reply

Hello Myra,

You could do that using a custom CSS but be carefull because it will stretch the white container over your content: http://screencast.com/t/30mgfGny

.block-mega-child-cats {
overflow-x: visible;
overflow-y: visible;
max-height: 400px;}

Thank you!

Bogdan B.
tagDiv Staff

Hello ruslangr,

To do that you will have to modify the core files of the theme. You will find the file that needs to be modified here: http://screencast.com/t/tL5WDsYcvwPR
You have another option, to use a footer style that doesn’t contain demo content and add your own content in footer 1, 2 and 3 widget areas. https://forum.tagdiv.com/footer-templates/

Thank you

Bogdan B.
tagDiv Staff

Hello habhajansingh.

I have checked your site and it seems that on the mobile version your theme changes to “Minileven”
http://screencast.com/t/mi9NQX4Nwt
The code you see onscreen is visual composer code which cannot display properly.
Try to disable all of your plugins except visual composer and see how it works out.

Thank you.

Bogdan B.
tagDiv Staff

Hello tripledm,

You need to target the ‘td-affix’ class in order to apply changes just to the sticky menu. Use this code and see how that goes

.td-affix .sf-menu > li > a{
font-size:20px
}

Thank you.

Bogdan B.
tagDiv Staff

Hello svetaznalec,

1) If you do not want the edit button you can remove it by adding this custom CSS to the theme panel: http://screencast.com/t/DJHYJCvQi

.td-admin-edit{display:none!important;}

2) The easiest way to do that is by using a plugin something like: https://wordpress.org/plugins/seo-redirection/

I hope this helps.

Thank You!

Bogdan B.
tagDiv Staff

Hello Kelly,

There are a lot of topics open on this subject and there are a number of things you can do to make your site faster:
First we recommend reading our pagespeed guide in the documentation: https://forum.tagdiv.com/how-to-make-the-site-faster/. You can also read what some of our members found out:
https://forum.tagdiv.com/topic/pagespeed/
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/

I hope this helps.

Thank you for your message.

Bogdan B.
tagDiv Staff

Hello publicenvoy,

You can use visual composer on posts as well: http://screencast.com/t/hwKF5MsSH9, but this feature is not tested.
You can create your own sidebar to display then add widgets to it from appearance->widgets.
http://screencast.com/t/SdKZIMOUDe
You can read more in our documentation about it: https://forum.tagdiv.com/sidebars-tutorial/

I hope helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello t-user,

You can try to upload the plugin via ftp. You can find it in the /plugins folder from files that you download from themeforest – http://screencast.com/t/9vFPNCUhK0
connect to your server, go to the /plugins folder, unzip the Visual Composer upload it – http://screencast.com/t/kD3YPsT9nj
It is similar procedure to updating the theme via ftp, but instead just upload the Visual Composer in the plugins folder – https://forum.tagdiv.com/install-via-ftp/

Let me know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hello Mohammad,

Unfortunately there is no option in the theme for that yet. You can control a few settings from the theme panel: https://forum.tagdiv.com/related-articles/
But in order to select the category displayed you need to change the core files of the theme: http://screencast.com/t/VIB4HaZnoyQC and http://screencast.com/t/Ln4hAoWvncFD

Thank you.

Bogdan B.
tagDiv Staff

Hello Alessandro,

You can change the tags color from the theme accent color. But this also changes other element colors as well.
If you want to target the category tags specifically you have to do it with CSS. Add this code in the Theme panel->custom CSS:

.td-post-category{
background-color:green!important;
}
.td-post-category:hover{
background-color:red!important;
}

There are 2 parts to this code. The color and the hover color. You can set this to your preferred color by changing it in the code. you can add transparency to it if you want and setting a RGB color. You will find this color picker handy for converting colors to RGB: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Colors/Color_picker_tool

Thank you!

Bogdan B.
tagDiv Staff

Hello Sanalsantiye,

You will still have access to this forum and to the theme updates even after the 6 months period. It’s just the support that gets limited.

Thank you!

Bogdan B.
tagDiv Staff

Hello Richard,

You can change the link colors in posts with this custom CSS:

.td-post-content a{color:blue
}

Add it in the theme panel like so: http://screencast.com/t/bnddyVptkk
Note that this only applies in posts.
I hope this helps.

Thank you!

Viewing 25 posts - 22,101 through 22,125 (of 22,378 total)