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

I suppose that you want to remove the gradient for your Big Grid Slider. Please try the code below to do that.

The code is ->

.td-big-grid-slide .td-grid-style-1 .td-module-thumb a:last-child:before{
opacity:0;
}

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

For your second request, please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-big-grid-slide .td-icon-left, .td-big-grid-slide .td-icon-right{
opacity:0.7!important;
}

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

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.

Thanks.

Catalin
tagDiv Staff

Hello kamoe,

I have checked you image and I have noticed that you have not set correctly your mega menu. Before you achieve good results with mega menu, please try to understand the method for implementation of this feature. To do that, please check our documentation here -> https://forum.tagdiv.com/main-menu/ Please check and these screenshots -> http://screencast.com/t/VZPBhRc5gLPo -> http://screencast.com/t/xngrjV9p

Thank you for your understanding!

Catalin
tagDiv Staff

Hello Vencko,

Unfortunately, our theme has not been designed to use this kind of width, sorry! We do not recommend to increase/decrease the width of the site because the layout will be broken. Please notice that it is not enough to change only the width for good results and it is necessary to do some additional customizations trough code to adjust the whole of the theme to the new width. If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry! Also, please keep in mind that we cannot offer support for your customizations if the layout of the theme will be broken after your changes.

Thank you for your understanding!

Catalin
tagDiv Staff

Hello kapunas,

If you want to hide the Next/Prev button for desktop and show them for the mobile mode you have to use a bit of CSS code. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

@media (min-width:768px){
.td-next-prev-wrap {
display:none;
}
}

If you want to reduce the dark gradient for Big Sliders, you have to use a bit of CSS code. Try the code below.

The code is ->

.td-module-thumb a:last-child:before {
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 100%)!important;
}

For your final request, please provide more details about what you want to change because I do not understand better. Also, please provide your website URL so I can further inspect the place.

Thanks.

Catalin
tagDiv Staff

Hello thoronews,

Please provide the both your websites so I can saw what it happens and also so I further inspect them to give you a more accurate response.

Thanks.

Catalin
tagDiv Staff

Hello applepexky,

I have checked your code and I saw that you have some differences about your code. As you can see in this screenshot here -> http://screencast.com/t/zueHP8G5aI9n appear differences to your quotes. Please copy/paste the code directly from here -> http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co and not from our forum because the code will be affected and will still do not work. Most of our users that use CDN and have this problem was solved with this workaround. If you do not use CDN file and yet you have this issue with the fonts (Chinese fonts), please check your hosting provider in this regard.

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello hatchet9,

I suppose that you want to have for Block 5 3 column for desktop mode and 2 column for Tablet mode. Unfortunately, our theme does not have such an option in this case, sorry! Please notice that our Blocks are built in modules and have a precise layout in the theme. If you want to change this functionality to some cases, please notice that is not a simple task and require more additional customizations through code that involve custom work. As a hint, here you can see the code for Block 5 -> http://screencast.com/t/uiMSCAREKu and there you have to do the changes if you want to change the functionality for this kind of block. If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you in this case, because we cannot provide customization services at the moment, sorry!

Thank you for your understanding!

Catalin
tagDiv Staff

Hello

If you want to change the font size for this kind of Visual Composer element, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.vc_separator {
font-size:50px
}

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

And also, please notice that you can change the separator settings from the panel, like this -> http://screencast.com/t/G1IXy614

Hope this helps!

If is not what you mean and for an accurate code, please provide your website URL so I can further inspect it closer.

Thank you for the message!

Catalin
tagDiv Staff

Hello

2)As you can see in this screenshot here -> http://screencast.com/t/jFkFImgG8L3 if you want to have the same layout for your sidebar you have to add Block 21 into your Sidebar area.
3)4a) That is Block 2 -> http://screencast.com/t/CBwmpEXudqy Please consult our demo here -> http://demo.tagdiv.com/newspaper/block-2/
6)Yes, these are WP plugins and for more information about these, please consult the documentation here -> https://wordpress.org/plugins/regenerate-thumbnails/ -> https://wordpress.org/plugins/thumbnail-upscale/ Please notice that these kinds of plugins are not tested with our theme but seems to work as properly with the theme and a lot of users uses them and we have no bad reports about its functionality.
7)If you want to see any changes into your footer when you add some widgets in this section, you have to use Footer template style 5 because it is a custom template and you can customize it as you wish.
-> http://screencast.com/t/VZxZPXTa

New question:
1)Unfortunately, our theme does not have such an option to change this duration, sorry! If you want to change it, you have to alter the code and this involves custom work. If you want to do this and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
2)Please check your setup page for your homepage and try to remove them from there. -> http://screencast.com/t/aJcX7URFC I suppose that H4 tag with ul attribute was put manually from the panel or maybe come from your plugins.
3)In this case, is used Block 19 and the meta info are included into the thumb as in your screenshot -> http://demo.tagdiv.com/newspaper/block-19/
4)You can change the link only from Theme panel, like this -> http://screencast.com/t/RRs7JudGATB and if you want to change the color of the link you have to use a bit of CSS code to do that.
The code is ->

.footer-email-wrap a {
color:white!important;
}

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

5)Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more {
background-color:red;
}

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

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello Albert,

I am glad that I could help you!

Thank you for the message!

Catalin
tagDiv Staff

Hello roger,

Unfortunately, our theme does not have such an option for your desire, sorry! Please notice that to achieve as you want it is necessary some additional customizations that involve custom work. As a hint, you can use a background image from Theme panel, like this -> http://screencast.com/t/QDGy2ynj and then you have to transparent your header section using a bit of CSS code.

The code is ->

.td-header-wrap .td-header-top-menu-full {
background-color: transparent;
}
.td-header-menu-wrap-full {
background-color: transparent;
}
.td-banner-wrap-full{
background-color: transparent;
}

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

Also, you can use the Revolution Slider plugin but also, as you can see this is a complex plugin and require more knowledge about it to accomplish as you wish. Also, you can check the documentation here -> https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Thank you for the message!

Catalin
tagDiv Staff

Hello Pawelpingpong,

I have checked on my side on latest version 6.7 and everything seems to work as expected. Please ensure that you have followed all the steps which are presented you on this topic, here -> https://forum.tagdiv.com/topic/add-a-link-to-the-sub-footer/ and then, please make sure that you have right inserted the link in sub footer section area, like this -> http://screencast.com/t/0pTxw7fYaZ and the result you should see here -> http://screencast.com/t/spc8cI3P As an instance, you can use the link below ->
<a href="http://www.w3schools.com">Visit W3Schools</a>

Thank you for the message!

Catalin
tagDiv Staff

Hello marcop,

Please notice that all the above explanations are only for advanced users. If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to helps you because we cannot provide customization services at the moment, sorry! Another possibility for you would be to try to make a 301 redirect from WordPress, according to this documentation, here -> http://www.inboundnow.com/how-to-properly-set-up-wordpress-301-redirects/

Thank you for your understanding!

Catalin
tagDiv Staff

Hello Albert,

Please notice that if you not set the featured image from your editor, you will not have displayed the featured image on your blocks. Any smart list you use, the featured image have to be set it manually from the editor. Please notice that smart list and post template is 2 different things. The Smartlist is part of post template. As you can see in our documentation, we have a lot of post templates, each with different characteristics (post template default, style 1, style 2, and so on…) The post template style 5 is the single one that does not display the featured image on the top of the post and because of this is recommended to be used for the smart list to avoid the duplication image. You have to use without problem the smart list 2 or smart list 5 with the post template style 5 set it from editor, like this -> http://screencast.com/t/2PsHrz92VVR

Hope this helps and let us know how it goes!

Thanks!

Catalin
tagDiv Staff

Hello Cedasie,

Ok, I am glad that you have managed solving this problem. On the future, if you need more assistance we will glad to help you.

Thank you for the message!

Catalin
tagDiv Staff

Hello fajrialhadi,

1)If you want to set the category for your Block used you have to use Ajax Filter option from each Block Settings, like this -> http://screencast.com/t/rFRdqK71tFqJ and the category ID you can get in this way -> http://screencast.com/t/L3WGJUsAT For more information about Block Settings, please consult our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/

2)If you want to include the some Blocks in Sidebar you can do it from the panel, like this -> http://screencast.com/t/tiCirt6h and for your homepage, you have to use Widgetised Sidebar, the element from Visual Composer. For more information about Sidebars, please consult our documentation here -> https://forum.tagdiv.com/sidebars-tutorial/ -> https://forum.tagdiv.com/smart-sidebar-2/

3),4a)Please notice that you can have control over the layout of the page from Visual Composer, like this -> http://screencast.com/t/r9v6IxfQIp For more information about how to use Visual Composer, please consult our documentation here -> https://forum.tagdiv.com/how-to-use-visual-composer/ Also, please notice that you can use what kind of Block you want, for example -> http://screencast.com/t/Wg8GMUOVhU For more information about our Blocks/Modules, please consult our documentation here -> https://forum.tagdiv.com/theme-thumbs/

4b) Please notice that Related Articles is a feature of the theme and you can have control over it only from Theme panel. Please ensure that you have enabled this option from Theme panel, like this -> http://screencast.com/t/nmT851KWF For more information about this feature, please check our documentation here -> https://forum.tagdiv.com/related-articles/ This kind of feature take only the featured image from your posts.

5)I suppose that you referring to the sidebar on your posts. In order to achieve as you wish, please consult Sidebar documentation as you can see above. Also, please ensure that you have enabled the sidebar option for your posts, like this -> http://screencast.com/t/46gCUiSx7Z -> http://screencast.com/t/uX6i3EmdhrQh

6)In this cases, I recommend you using Upscale Thumbnail & Regenerate Thumbnail because our theme does not enlarge the image if it is smaller than the thumb, but only crop it from center to top. In order to know the image size for this feature, please check this section from Theme panel, like this -> http://screencast.com/t/qzflV661BM

7)As I can see in your screenshot, is used a plugin to achieve that (Facebook embed-untested plugins). If you want to include the widgets into your footer, please consult our documentation here -> https://forum.tagdiv.com/footer-templates/

As you can see, the most your answers have the responses in our documentation. Please trying to read it competent, trying to understand all the elements and then trying to implement these on your site. Also, you can try to check our YouTube channel, here -> https://www.youtube.com/user/tagdiv because there you can see a lot of useful tutorials, which helps you to accomplish your website.

Hope this helps!

Thank you for your message!

Catalin
tagDiv Staff

Hello applepexky,

This issue is known when using CDN or loading fonts from a different source. Please try to use this solution and take a look at this: http://screencast.com/t/AMjW530CSH6 and this: http://screencast.com/t/dLjEUGGwQUZ
The solution to this issue is simple. You will need to add some code to your .htaccess file like this post suggests: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello ondesyn,

What version of the theme are you using? The woo commerce file is no longer present in the current version as it’s been divided into single-product and archive product. Please make sure you have the latest theme installed https://forum.tagdiv.com/how-to-update-the-theme-2/ and make sure your woo commerce plugin is up to date.

Hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hello thoronews,

I suppose that you want to disable the mobile version on mobile for to be the desktop version for your mobile, correct? Unfortunately, our theme does not have such an option for your desire, sorry! The mobile version is a design choice and it is default implemented on the theme by our developers for a better result in mobile mode and also for responsiveness. If you want to have the desktop layout on your mobile, please notice that is not a simple task and require more additional customizations for better results. If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to implement this option for you in our theme because we cannot provide customization services at the moment, sorry! Usually, we recommend the developers from studio.envato.com.

Thank you for your understanding!

Catalin
tagDiv Staff

Hello jkellerer,

I have checked your website and I saw the difference between your Likes on Facebook. Also, I have noticed that you are using an older Version of Visual Composer (V.4.9.2) Please try to update it to the latest version v4.11, clear all cache and check after if your problem is still there. Also, please try to disable all the active plugins, leave just Visual Composer to active, clear all cache again and install only the plugins that come bundled with our theme and rule out the conflicting plugins. It is possible which your untested plugins to interfere with our theme and Social Counter and from this to appear this errors.

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello janamtrup,

If you want to add more ads, it is necessary to create another custom ad (custom ad 6, custom ad 7, etc). Please follow the steps in the topic to create another custom ad: https://forum.tagdiv.com/topic/create-additional-custom-ads/

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello marketingapex7,

Please ensure that you have right inserted the code in that field. I have checked your website and the theme display the ad container but it is empty as you can see here-> http://screencast.com/t/ifC9cxwRGhg . Please check your Adsense code to be valid because it seems that is not working as properly. Please notice that the theme only displays the code which you have inserted in the ads filed and do not affect the structure of the code. If your problem persists, I recommend you to address at Google Adsense for checking your ad code because they will be able to provide a more accurate response about the structure and functionality of the code. As you can notice, everything related to the theme is executed but if the code is broken, I cannot provide any support because I am not able in this case, sorry! Also, please try without untested plugins and see how it works. Try to disable all the active plugins, leave just Visual Composer, clear all cache and rule out the conflicting plugins.

Thank you for your understanding!

Catalin
tagDiv Staff

Hello k2point0,

For your first request, if you want to change the position of the meta info you have to do some additional customization in code in order to achieve as you want. If it is about page display, you have to change it from your modules/blocks settings. For example, if you use are using module 1 (used by Block 3 ->http://screencast.com/t/SndrQ6HLNJ) you have to do these modifications like this -> http://screencast.com/t/dw8cRUf6rK and the result you should see here -> http://screencast.com/t/f4fCOWrMEwRC

For your second request, it is an option for it in Theme panel, like this -> http://screencast.com/t/J6fVODX1ceF8 and for more information about this, please consult our documentation here -> https://forum.tagdiv.com/category-tag-on-modulesblocks/

Thank you for the message!

Catalin
tagDiv Staff

Hello sarawakv,

I am glad that I could help you.

Thank you for your appreciations!

Have a nice day!

Catalin
tagDiv Staff

Hello sarawakv,

Please notice that each post template has 2 core files as you can see here -> http://screencast.com/t/2cjql8RW8b
(loop-single.php ->single.php ->post template default and so on…). If is not what you want to know, please provide more details so I will be able to provide a more accurate response.

Thank you for your understanding!

Viewing 25 posts - 21,001 through 21,025 (of 23,298 total)