Hello slawtenko,
Unfortunately, I do not understand very well what you want to mean… Please provide more details about your problem, so I can be able to provide a more accurate response.
Thank you for your understanding!
Hello fergusga,
I’ve checked your website and I saw that you have an error in your console -> http://screencast.com/t/2buk6RzlGoWv Please try to disable the lazy load from Theme panel->Template settings->Lazy load like this: http://screencast.com/t/vQzewW7wcLuV Also, please try to disable all the active plugins, except Visual Composer, clear all cache and install only the plugins that come bundled with our theme and try again. After these changes, if your problem is still there, please let us know.
Hope this helps!
Thank you for the message!
Hello Pramodc,
You have 2 possibilities to achieve this thing. You can use block 9, 10 because this kind of blocks do not have thumbnails in our structures or you can use any block you want and you should hide their thumbnails with a bit of css. For the second solution, I need to know what modules you use for implement this with Css.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello koliman,
If you want to have this option, please try to update your theme to the new version. Always make a full backup of your current installation – https://codex.wordpress.org/WordPress_Backups and then do a clean update, meaning that we recommend that you delete the old version of the theme before uploading the new one – https://forum.tagdiv.com/how-to-update-the-theme-2/ update also the plugins that come with the theme files from the /plugins folder. In the “how to update” guide is specified that you will have to run the script that will import from database your settings.
Thank you for the message!
Hello ylnahar,
Unfortunately, our theme does not have the option to control this feature from Theme panel. Please try the code below and place it in Theme panel->Custom Css area, like this: http://screencast.com/t/TemZPzoWy
The result you should see here: http://screencast.com/t/Ra9u0EfJ52Xb
Thank you for the message!
Hello temp2escape,
Please try to use a code below to increase a padding-top. Place the code in Theme panel->Custom Css.
.td-header-menu-wrap.td-affix {
padding-top:15px;
}
Hope this helps and let us know how it goes!
Thank you!
Hello Promyk,
Our theme comes bundled with 5 plugins. After installation of the theme, you have to install these from plugins section, like this: http://screencast.com/t/ZxRhCRfF
Thank you for the message!
Hello skyscorcher,
I’ve checked your domain with this styling and everything seems to work properly. The result you should see here: http://screencast.com/t/E1M0PlPtThWe
Hope this helps and let us know how it goes!
Thank you!
Hello pupi,
You can get rid of that white space if you hide the meta_data_info with a bit of Css. Please try the code below and place it in Theme panel->Custom Css area.
.td-module-meta-info {
display:none;
}
The result you should see here: http://screencast.com/t/KxiKEsTkz
I hope that is what you wish.
Hope this helps and let us know how it goes!
Hello ocusmedia,
Unfortunately, our Mega menu feature was designed to function only for items in the main menu and not for sub menus. To implement this thing in our theme is not a simple task and are required custom work. If you are not aware, about these steps, please consider hiring a freelancer/developer to do this thing for you, because we cannot provide custom work for the moment, sorry. Another alternative would be to use a plugin, for example, MAX MEGA MENU, which @tripledm gave you as an example. Please note that this plugin has not tested on our theme.
Hope this helps and let us know how it goes!
Thank you for the message
Hello StockFanatic,
You should update the theme and install Visual Composer that come bundled with our theme. The update will come with new version of Visual Composer. For more information about how to update Visual Composer, please check here: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ .
Thank you for the message!
Hello insidestl,
You should use a block 15 as sidebar, in Visual Composer to achieve as you wish. The result you should see here:
http://screencast.com/t/OJxTisgpP For more information about sidebar, please check our documentation here: https://forum.tagdiv.com/sidebars-tutorial/
Hope this helps and let us know how it goes!
Thank you for the message
Hello NickSi,
Please provide your URL website so I can inspect it closer. Also, please provide more details about your problem. (some screenshots would be useful). I need to know these details so I can be able to provide a more accurate response. Before this, please try to disable all the active plugins, except Visual Composer, clear all cache and install only the plugins that come bundled with our theme and try again.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello slawtenko,
Please make sure you have the latest theme version: 6.6.2, otherwise, please update the theme. If not, you need to follow this guide to update your theme: https://forum.tagdiv.com/how-to-update-the-theme-2/ This problem with category pagination it was solved in last updated.
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.1 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.
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.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello rodrigocarlos,
Unfortunately, there is no option to add more social sharing option to our social icons. You can add only the Google+ social link from Visual Composer->Social Counter Settings, like this http://screencast.com/t/SDZXd2A4ivg but not the rest LinkedIn, Pinterest, etc. on our theme.
It is possible to add this but is not a simple task and it is necessary to make some customization in back-end and also, better coding knowledge are required. If you are not aware, about the steps, I consider hiring a freelancer/developer to do this for you, because we do not provide Custom Work for the moment, sorry.
P.S We add these things/suggestions to our list of fixes and on near future/updates, it would be possible to implement it in our theme, as well. Our developers will decide these things.
You can use this topic as a reference to see how it can be done: https://forum.tagdiv.com/add-a-new-linkedin-button/ – https://forum.tagdiv.com/topic/i-would-like-to-edit-the-social-media-share-buttons/
Sorry for the inconvenience and thank you for your understanding!
Hello agente_smithx,
Yes, it is possible to put more than one source name and source URL on any posts, but it is necessary to alter the code in file core, td_module_single_base.php and td_set_post_settings.php.
Changes in td_module_single_base.php -> http://screencast.com/t/Kgs6QVGwRnQ
The part of code is here: http://pastebin.com/KMSn3yNc
Changes in td_set_post_settings.php -> http://screencast.com/t/i2PraxRJ
The part of code is here: http://pastebin.com/aHgkymUa
The result you should see here: http://screencast.com/t/lZtDZ5tI6U – http://screencast.com/t/gIp1QXdhy
Please follow the steps above and let us know how it goes! If you want to have more than two sources, you should multiply the code with copy/paste and rename the variables with $source_url3 , td_source_url3 , td_source3, … .
Hope this helps!
Thank you for the message!
Hello sejpost,
Sorry, here you should see the link: http://themeforest.net/item/newspaper/5489609
Thank you for the message!
Hello pupi,
First of all, please provide your URL website so can I inspect it closer. Also, please provide more details because I did not understand well what you want to do. (some screenshot would be useful). I need to know these details so I can be able to provide a more accurate response.
Thank you for your understanding!
Hello Aldemi,
Replied here: https://forum.tagdiv.com/topic/changing-the-size-of-the-logo/
Thank you for the message!
Hello Ayudaenibiza,
Please try to disable all the active plugins, except Visual Composer, clear all cache and install only the plugins that come bundled with our theme and try again. It may be a conflicting plugin. If your problem is still there, after these changes, please send us an email at contact@tagdiv.com and provide your log-in information so we can take a look at your page setup. Please also provide a link to this topic so we know who you are.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello skyscorcher,
Please try to use the code below and place it in Theme panel->Custom Css area. The result you should see here:
http://screencast.com/t/hPzvV3Qu
.td-post-content a {
text-decoration: underline;
}
.td-ss-main-sidebar a {
text-decoration: underline;
}
Hope this helps and let us know how it goes!
Thank you for the message!
Hello Aldemi,
If you want to have for each menu item a different color, you have to use a bit of Css. Place the code below in Theme panel->Custom Css area, like this: http://screencast.com/t/hdusc4o0C1
Each item, has a different ID, like this: http://screencast.com/t/r8nmHtzg
li.menu-item-912 a {
color:red!important;
}
li.menu-item-913 a {
color:green!important;
}
li.menu-item-914 a {
color:pink!important;
}
li.menu-item-915 a {
color:blue!important;
}
For your second request, you can control the “Homepage-News” from SEO Yoast plugin->Title&Meta section, like this: http://screencast.com/t/InZUJXjXiU. Plese install this plugin and follow the steps.
Hope this helps and let us know how it goes!
Thank you for the message
Hello dan958,
I’ve tested on my side this option with no sidebar and everything seems to works fine. Please make sure you do not have set it the sidebar only on your post, otherwise, those settings will be overwritten and on this post you will have a sidebar even if you set in Blog and Post Templates ->no sidebar. http://screencast.com/t/qnuuwgD4LG
Hope this helps and let us know how it goes!
Thank you for the message!
Hello bebiboy,
Please try to disable all the active plugins, clear all cache and install only the plugins that come bundled with our theme. You have to regenerate the thumbs for the images with the Force Regenerate plugin https://wordpress.org/plugins/force-regenerate-thumbnails/ Most of our clients who have used this plugin were satisfied.
Unfortunately, the Photon plugin does not work with our theme and we do not recommend it. Also, this is known to be a problematic plugin and you should find an alternative. I will recommend you to use a WP Smush, as you can see in our documentation, here: https://forum.tagdiv.com/how-to-make-the-site-faster/ .
Hope this helps and let us know how it goes!
Thank you for the message!
Hello cororay,
Unfortunately, there is not simple solution for this. As I was saying above, all the elements are related to each other and if you modify any of them will spoil anything else. To display more levels you need custom modifications and I suggest to hire a freelancer to do this for you as we cannot provide custom work at this time, sorry!
Thank you for the message and we are sorry for the inconvenience!