Hello rodrigocarlos,
In order to be able to set your mega menu, please try to consult carefully our documentation here ->
https://forum.tagdiv.com/mega-menu/ Unfortunately, Our theme does not have such an option for Custom Header Menu for your mega menu, sorry! If you want to display more levels in our theme and you are not aware with the steps in this regard, please consider hiring a freelancer/developer to implement this for your because we cannot provide custom services at the moment,
Thank you for the message!
Hello salimnazer,
Please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect the issue and your page setup. Also, please provide the link of this topic so we know who you are and what the issue is.
Thank you for the message!
Hello gekkie96,
If you want to change the color for all the links in your posts content, please try the code below and add it in Theme panel->Custom CSS area.
.single .td-post-content a {
color:red!important;
}
If is not what you mean, please provide more details about your desired changes.
Thank you for the message!
Hello tagdiv-da-beast,
In order to change as you wish, I suggest you creating another thumnail using API method. For more information about how to do this, please consult our documentation here -> https://forum.tagdiv.com/td_api_thumbadd/ This is the best solution for this. Please notice that after this, you have to do some additional customizations for a good design. We cannot recommend changing the sizes of the thumbnails by using CSS code because it is not a simple task and could cause some layouts spoiled.
Hope this helps!
Thank you for the message!
Hello studiotopo,
If you want to add the link for your sub footer section, please check this topic -> https://forum.tagdiv.com/topic/add-a-link-to-the-sub-footer/
Thank you for the message!
Hello ArtisMedia,
I have checked your website and your social buttons appears in the both cases when you switch the language. For your second request, we cannot provide support because Q Translate X is the untested plugin with our theme and we cannot provide support to implement untested plugins, sorry! I suggest you address to the author plugin because he is able to provide a more accurate response and guide you to the right direction.
Thank you for your understanding!
Hello shaikh,
I am sorry about this situation. Please make a request for full refund send us an e-mail at contact@tagdiv.com. Also, please provide the link to this topic so we know who you are and what the issue is. Do you have any problems with our theme or you have encountered problems with the theme and you have not received help from us?…I have checked the forum and this is your first topic…I am curious to know why you are upset us…our goal is to help our customers and make them happy.
Thank you for your message and sorry for the inconvenience!
Hello hedfox,
I have tried with a playlist to give you an example because the first time I thought that you are referring to the image that will be displayed from the cover of the video playlist and then I understand what you want truly.
Thank you for the message!
Hello Richbilt,
The theme will display only the code that you have entered in the specific field and not anything else. Since you have changed the code with another one, the theme will display the latest ad as well.
Thank you for the message!
Hello Snaru,
I do not think that the problem comes from the SEO Yoast because this kind of plugin is tested with our theme and works as expected. I suspect that your problem comes from your untested plugins that could cause some interference between SEO Yoast and our theme and can produce some errors. We recommend using only the plugins that come bundled with our theme and also our tested plugins -> http://screencast.com/t/kRc7zojb3HR
Hope this helps!
Thank you for the message!
Hello jenosize,
1)If you want to change your category top posts style, you can do it from Theme panel->Categories like this ->
http://screencast.com/t/1drxqTkBg2la
2)Unfortunately, our theme does not have such an option to filter the post for the category. If you want to display more levels 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!
3)If you want to remove the meta info (Author name, date) and Category name from Category page, you have to target the certain category page by ID category and after module used by the category. Below I gave you an example for one category (that use module 11).
The code is ->
.category-6 .td_module_11 .td-module-meta-info, .category-6 .td-page-title {
display:none;
}
The result -> http://screencast.com/t/817DissQUnK
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!
Hello dubbedup,
Please send us an email at contact@tagdiv.com with your log-in information (WP-admin) so we can further inspect your setup page. Also, please provide the link to this topic so we know who you are and what the issue is.
Thank yu for the message!
Hello Sayeed,
Please consult our tutorial with Facebook Share and please ensure that you have followed all the steps in order to achieve a better result when you share a post on facebook. -> https://forum.tagdiv.com/facebook-share/
Hope this helps and let us know how it goes!
Thank you for the message!
Hello Snaru,
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 check it again. If your problem is still there after this changes, please let us know.
Hope this helps!
Thank you for the message!
Hello dubbedup,
Please make a fresh install via FTP by following this tutorial: https://forum.tagdiv.com/install-via-ftp/ Your settings will not be affected as they are stored in the database. Simply download the latest version of the theme and install it directly. Also, please install only the plugins that come bundled with our theme, clear all cache and try it again and see how it work for you.
Thank you for the message!
Hello Woozoo,
1)Please ensure that you use the full image size when you add your image like this -> http://screencast.com/t/nAWzXa4vz and if you want to be bigger, you have to use a bit of CSS to increase the width or height for each image. Below I gave you an example for a featured image from default post template.
.td-post-template-default .td-post-featured-image img {
width: 900px;
height: 400px;
}
2) If you want to reduce that vertical space, you have to decrease the width of the td-outer-wrap container. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-boxed-layout #td-outer-wrap {
width: 1116px;
}
The result -> http://screencast.com/t/0T2gpO9V
If is not what you mean, please provide more details about your desired changes.
Thank you for the message!
Hello SAPeople,
Glad that I could help you!
Thank you for the message!
Hello Snaru,
If you want to hide this feature, please try the code below and add it in Theme panel->Cusotm CSS area.
The code is ->
.td-pulldown-filter-display-option{
display:none;
}
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!
Hello dreammy,
I have checked your website -> http://radiodisneyclub.fr/ and everything seems to work as expected. Generally, this kind of issue appears when the URL of the image are not set it, like this -> http://screencast.com/t/y9hlMOphz
If your problem reappears and if you need more assistance in this regard, please provide the specific link for the problematic post.
Thank you for the message!
Hello jaafuli1992,
If you want to add the border for each image in posts, you have to use a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.single img {
border:1px solid black;
}
Hope this helps!
If is not what you mean, please provide more details.
Thank you for the message!
Hello libtetto,
If you want to remove that line, please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-header-gradient:before {
content: none;
}
The result -> http://screencast.com/t/q8jWelG3oe
Thank you for the message!
Hello jaafuli1992,
Unfortunately, our theme does not have such option to switch the mobile version to desktop version on mobile mode, sorry! Our mobile feature was implemented by our developers in order to make navigation easier for mobile mode. If you want to display more levels in our theme and you are not aware with 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!
Thank you for the message!
Hello SAPeople,
Please check the author template from Theme panel->Template settings and try to reset it, like this -> http://screencast.com/t/te9pFBSGgtA This kind of issue appears because some modules were changed in new update or were renamed and displays this error.
Thank you for the message!
Hello hedfox,
I am sorry for my wrong understanding. If is not possible what you want and you cannot add the playlist in the feature video field because the playlist will do not be displayed. This feature is only for VIDEO and not for the PLAYLIST VIDEO.
If you want to display more details in our theme and you are not aware the steps in this regard, please consider hiring a freelancer/developer to implement this for you on our site because we cannot provide custom services at the moment, sorry!
Thank you for your understanding!
Hello GreatTaste,
I suppose that you are referring to the light-box image ->modal image for our theme, like this -> http://screencast.com/t/QDY9vflp and the pretty photo feature from Visual Composer like this -> http://screencast.com/t/yqXzN5TWv
If is not what you mean, please provide more details about this, so I will be able to point you in the right direction.
Thank you for the message!