Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Catalin
tagDiv Staff

Hello bipulalam,

If you want to remove the Sidebar area from Visual Composer editor, please check the screenshot below and comment out/remove snippet of the code from editor-syle.css, like this -> http://screencast.com/t/wRbUXfm9UC

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello Navito,

Unfortunately, our theme does not have such an option to disable the background for the posts which are included in the category that has a background image activated…this is the behaviour of the theme. If you want to disable the background for the posts, you can hide it using a bit of CSS code. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.single .backstretch {
display:none;
}

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello Timo,

If you want to add blocks content underneath of the comment section for each post, you can do that if you are using do_shortcode method. First of all, you have to get the block shortcode from Visual Composer, like this -> http://screencast.com/t/0q9H5cbW -> http://screencast.com/t/Ei4AYqlilpc Please notice that you have to introduce the code for each single template is used by you.

The code is ->

<?php echo do_shortcode('[vc_row][vc_column][td_block_13][/vc_column][/vc_row]');?>

The result you should see here -> http://screencast.com/t/xn9hS5s9

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello Sylvester77,

If you want to change the color of the border, you have to use a bit of CSS to do that. Please try the code below and add it in Theme panel->Custom CSS Area.

The code is ->

.sf-menu > .current-menu-item > a:after, .sf-menu > .current-menu-ancestor > a:after, .sf-menu > .current-category-ancestor > a:after, .sf-menu > li:hover > a:after, .sf-menu > .sfHover > a:after {
background-color: red;
}

The result you should see here -> http://screencast.com/t/t9ZB0duyI

Please notice that this border is affected by the theme accent colors from Theme panel -> http://screencast.com/t/sAXVDtGUew6F

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello carmene,

If you want to add a link in your image caption, you have to use HTML tags in caption field, like this -> http://screencast.com/t/ZSeEFIDY0 and the result you should see here -> http://screencast.com/t/IzxO4QYbJLv

The code for my example is -> Press this <a href="https://www.google.ro/" target="_blank">Google</a> link

You have to follow the same steps in order to achieve as you wish.

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello Larane,

I have added your request to our list of improvements and in a future update it is possible but we cannot say for sure if it will get done in the next update because we have a big list of fixes, improvements and suggestions to implement. It’s hard to filter them and select which one gets implemented now and which one gets postponed. The developers decide if it gets done or not, though. Until we can do it, you can use a plugin.

Thank you for your suggestions!

Catalin
tagDiv Staff

Hello rishab55555,

Unfortunately, our theme does not have such an option to insert the ads after each paragraph, sorry! If you want to have this option, you have to implement it in your core file through coding. Please notice that is not a simple task and if you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment, sorry! As a hint, please check this file -> http://screencast.com/t/9JEmclIG8lvl and here you can see how is created the script that counts the paragraph for Article Inline Ad feature. You have to alter this script and do one similar to it to get what you want automatically. Another possibility would be to add these ads manually when editing your posts, like this -> http://screencast.com/t/dpvo9RCl5O -> http://screencast.com/t/Gpm31eBtM -> http://screencast.com/t/en86rgT1wLAp -> http://screencast.com/t/YR3FxYlA4Bt

Hope this helps!

Thank you for your understanding!

Catalin
tagDiv Staff

Hello m3dawy,

Unfortunately, our theme has not been designed for RTL mode, sorry! Please notice that the theme does not have such an option to switch to this mode and also it is not a simple task to accomplish this. It is required to do some additional customizations in order to achieve as you want and this thing involves custom work. If you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom work at the moment, sorry!

Thank you for your understanding!

Catalin
tagDiv Staff

Hello Arafat,

Unfortunately, our theme does not have such an option for setting the search box. If you want to do this, it is necessary additional customizations from the code. If you are not aware to the steps in this regard, please consider hiring a freelancer/developer to implement this for you in our theme or you can find some plugins with this functionality and see how it works for you because we cannot provide custom services at the moment, sorry!

Thank you for your understanding!

Catalin
tagDiv Staff

Hello smishra,

I suppose that you are referring to ABOUT US field from footer section, like this -> http://screencast.com/t/vw9KlN5jb If you want to not display this, please check your footer section and delete your content from here -> http://screencast.com/t/qWXaQc9MXwiB or simply you have to use a bit of CSS code to hide it.

The code is ->

.footer-text-wrap {
display:none;
}

Hope this helps!

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thank you for the message!

Catalin
tagDiv Staff

Hello stil0s0,

This kind of style for our header allows you to have what kind of logo you want. If you want to have a larger logo, you have to use a logo with high dimensions because the theme does not enlarge but only display the original size of this. For example, please check my screenshots and see the results for this header style -> http://screencast.com/t/QFahSrMT -> http://screencast.com/t/22QOyYuN

For more information about our header styles, please consult our documentation here -> https://forum.tagdiv.com/header-styles/

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello ldquocbinh,

In order to achieve best results, please try to disable all the active plugins, leave just Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. After you have done this, please consult the guide below and then check your social counter and see how it works.

1) Please make sure you have the latest theme version: 6.6.5. If not, you need to follow this guide to update your theme: https://forum.tagdiv.com/how-to-update-the-theme-2/

2) Having the latest version of the theme is not enough if you do not update the social counter as well. You need to remove the current version you use: http://screencast.com/t/4jvRwNzK and then install the version of the plugin that comes with the 6.6.5 theme: http://screencast.com/t/9AKKURjTjX
You can recognize if you have the correct version of the plugin when you see the new app key settings: http://screencast.com/t/CIXxklBanNl If you do not have these settings in your social counter it means you do not have the correct version.

3)You need to follow this guide to get the requirements from facebook:
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Please keep in mind that the social counter is not a live count. It will update once every few hours.

Once you followed all the above steps properly and made sure you have not missed anything, (and the social counter still does not work), then you can send an email to contact@tagdiv.com with your login information so we can further inspect the issue. Also, please provide the link of this topic so we can know who you are and what the issue is.

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello

I have checked your website and saw that you have used a plugin for your log-in because these fields do not come from our theme -> http://screencast.com/t/R5wYQ1Wa6EgF Please try to use the classic widget for log-in because we have no idea about this plugin and about the behaviour of the theme when you are using this plugin.

Thank you for your understanding!

Catalin
tagDiv Staff

Hello pasqualino77,

Unfortunately, our theme does not have such an option to filter your posts besides those presented in Widgets area from the panel. If you want to have more option in this regard, you have to alter the core file and add them in code. Please notice that is not a simple task and to accomplish this, is require to have a solid knowledge for PHP/HTML/CSS/JS and also that is custom work. If you are not aware to the steps in this case, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment, sorry!
Usually, we recommend developers from studio.envato.com

Thank you for your understanding!

Catalin
tagDiv Staff

Hello rcallejonvillalobos,

For an accurate CSS code, I need your website so I can inspect it closer your product page. Below, I gave you an example for our demo product…If you want to change the size of the product, you should increase the width for each product.

The code is ->

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
width: 35%;
}

The result -> http://screencast.com/t/xMKyvzeZkrT -> http://screencast.com/t/urquBSmxa

You have to try to implement in the same way as I have presented you above.

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello rcallejonvillalobos,

You have to create a new page for your shop section like this -> http://screencast.com/t/owpjCDT9a4 and then you can customize it as you wish. For more information about this implementation, please consult the documentation about this plugin here -> https://docs.woothemes.com/ Please notice that is not theme related, it is just a plugin and we cannot provide support for plugins, but only for our theme.

Thank you for your understanding!

Catalin
tagDiv Staff

Hello rcallejonvillalobos,

If you want to have your products on 4 columns, you have to set them from panel, like this -> http://screencast.com/t/kGIfxusN3Mix and also, you have to have a category for this products, like this -> http://screencast.com/t/WUA1OlXgbwa

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello smishra,

First of all, if you want to do not be shown your page as frontpage/homepage please do not set it as homepage like this -> http://screencast.com/t/b6MGdVbp4 After you have created the contact page, you have to add it in Footer menu, like this -> http://screencast.com/t/S2ms5BKGvL and the result you should see here -> http://screencast.com/t/4EyacMRy

If is not what you mean, please provide more details about this regard so I will be able to provide a more accurate response.

Thank you for the message!

Catalin
tagDiv Staff

Hello Sylvester77,

I am glad that I could help!

Thank you!

Catalin
tagDiv Staff

Hello @aro_007, @sushilk,

Please ensure that you do not have any additional customizations in your child theme which may affect the theme behaviour and also, please try to disable all the active plugins, leave just Visual Composer, clear all cache and install only the plugins that come bundled with our theme. Since the error is encountered only in your child theme and in the main theme everything works as expected, it means that the child theme (the customizations of this files) is the culprit. I have tested on my side using a default child theme and everything seems to work as expected.
If you try my advice and then your problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so I can further inspect you setup page. Also, please provide the link of this topic so I can know who you are and what the issue is.

Thank you for the message!

Catalin
tagDiv Staff

Hello Sylvester77,

1) Replied in the other topic.

2)Please try the code below.

The code is ->

.td-category-header .td-page-title {
color: white;
}

The result -> http://screencast.com/t/PmaKE6dRfx

Thanks.

Catalin
tagDiv Staff
Catalin
tagDiv Staff

Hello Matija,

If you want to have the Top Menu bar to be visible only for your homepage, you have to use a bit of CSS code to do that. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-header-top-menu-full {
display:none;
}
.home .td-header-top-menu-full {
display:block;
}

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello dizajn,

I have tested your website and saw that your social icons are there -> http://screencast.com/t/5fXJpj3eiLZ Also, please notice that for this option you have used an untested plugin and we have no idea about the theme behaviour with this kind of plugin and we cannot provide support for untested plugins.

Thank you for the message!

Catalin
tagDiv Staff

Hello Saba Pasha,

If you want to create a logo like fashion demo, please consider hiring a web designer to do this for you because this thing is not theme related. If you have any problems or questions about theme settings, please provide more details about what you want to change for your website so I will be able to provide a more accurate response.

Thank you for the message!

Viewing 25 posts - 21,401 through 21,425 (of 23,298 total)