Hi
You can replace the item number from smart list with an icon using a plugin like Font Awesome 4 which works fine with the theme. Select an icon which you want to display it, copy the css class and paste it in the file corresponding with the smart list that you’re using: http://screencast.com/t/XWxkwxwaeK – http://screencast.com/t/dNpgmlAk
The smart list works as an individual post so you can’t separate the items by categories. To achieve that you need to change the way smart lists works. Please consider that this is a complex task which require many customizations in theme files and also involve good coding skills. If you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer from sites like: http://studio.envato.com/ to do this for you as we can’t offer customization services at the moment.
If this is not what you mean please provide more details.
Thanks!
Hi
If you’re referring at the grey space around the image, that happens because the image it’s smaller then the thumb where it’s displayed. WordPress won’t enlarge images, only crops them so make sure that the image it’ at least by thumb size.
If this is not what you mean please provide more details about you issue.
Thanks!
Hi
I’ve checked this on my side and the fonts works fine: http://screencast.com/t/IDalMdyRGW2 – http://screencast.com/t/yyj0PlV5 Try to deactivate all plugins except Visual Composer, clear all caches and test again. If the problem persist please provide your site url so we can inspect this closer.
Thanks!
Hi
To remove the scroll bar add this css in theme panel > custom css: http://screencast.com/t/zIlZdT6vBO Also to remove All word please follow this link: http://screencast.com/t/N7mkW1gT3bA
Thanks!
Hi
This errors happens when you try to access the theme’s index.php file directly, usually it displays a Fatal error: Call to undefined function get_header() and it shouldn’t be picked up by google’s crawler.
You can find more info about this in this tread: https://forum.tagdiv.com/topic/fatal-error-3/ and add a redirect rule for it.
Hope this help.
Thanks!
Hi
The less files are used only for development purpose and the changes made there don’t applies on the site. Also a part of the css for woocommerce is in style-woocommerce.css I’ve noticed that you’re some minify tool for css, which load all css from main css file of the theme, style.css, on the page instead of loading the file itself. The style.css contains a huge part of woocommerce style, that’s why that code appear on the page. If you want to remove a particular part of css code you need to edit the style.css file and delete that part manually.
Hope this help.
Thanks!
Hi
The classic blog from our demo it’ built with module 15 + sidebar right: http://screencast.com/t/7wTLBKtpVG5e You can try to use module 15 that will display entire post content but you can add from wordpres in every post the read more button where you want to stop displaying the content in homepage, like here: http://screencast.com/t/fdekkT2jVj
Hope this help.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
The only way is to alter the parent theme file as the td_module.php can’t be overwritten from child theme that’s why the changes don’t applies. You can check the files which can be overwritten with child theme in our documentation: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Sorry for inconvenience!
Thanks
Hi
To display the breadcrumbs on default template you need to add this code in page.php like here: http://screencast.com/t/VKc4DR0Eu – http://screencast.com/t/cqps7urucfAj
<div class="td-page-header td-pb-padding-side">
<?php echo td_page_generator::get_page_breadcrumbs(get_the_title()); ?>
</div>
Let me know how it goes.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
I am not sure what you mean, are you referring at smart sidebar? If so please make sure that you have it enabled in theme panel > template settings: http://screencast.com/t/5ksTqT3m Also please check our documentation for more details regrading smart sidebar usage with Visual Composer: https://forum.tagdiv.com/newsmag-smart-sidebar/
If this is not what you mean please provide more details about your issue.
Thanks!
Hi
We do our best to fix this issue in the next theme update but I can’t estimate when the update will be released. Unfortunately I can’t provide a temporary fix for this issue as require some serious investigations because this is a built in Visual Composer element and we need to double-check where the problem is.
Thanks for your understanding!
Hi
Social Counter plugin can retrieve information from Facebook only if the page don’t have any restrictions or security activated.
@rthomas please make sure that you added your Facebook ID according to our documentation: https://forum.tagdiv.com/newsmag-tagdiv-social-counter-tutorial/ clear all caches and test again. If the problem persist please provide your site url and your Facebook page so I can Inspect it closer.
@Enginklf your page have some restrictions: http://screencast.com/t/BIHCTjpCnOfC Please note that Social Counter can display the fans number of a Facebook page only if that is public.
@Sibienii I’ve checked your Facebook page and you have a security check: http://screencast.com/t/bQISewNA9HWS Try to remove it, clear all caches and test again.
@stuartmasson I’ve checked your Facebook page and you have a security check: http://screencast.com/t/zJPKWffEOZK Try to remove it, clear all caches and test again.
@mauricem I’ve checked your Facebook page and you have a security check http://screencast.com/t/TtLCv61x Try to remove it, clear all caches and test again.
Thanks!
Hi
Sorry for misunderstanding you.
Unfortunately the top bar wasn’t designed to display the child menu items, sorry for that. You can disply a the child menu only in main menu.
Sorry for inconvenience.
Thanks!
Hi
Try this css in theme panel > custom css: http://screencast.com/t/7CDdtLc0
@media (max-width: 768px){.td-main-menu-logo img {
position: absolute!important;
margin: auto!important;
}
.td-header-border:before{
height: 0!important;
}
}
Let me know how it goes.
Thanks!
Hi
The install process it’s a bit different for Revolution Slider 5 as we can’t bundle it with the theme. Please follow this guide to install the current version of this plugin, which is 5.0.4.1: https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
Hope this help.
Thanks!
Hi
To redirect the user at your login page you need to edit top-menu.php file like here:
http://screencast.com/t/jnlmAWV6Ff – http://screencast.com/t/NvsHitsuifh
Let me know how it goes.
Thanks!
Hi
There are lots of plugins with similar functionality but we didn’t test them and I can’t make any recommendation in this regard. I found here some information that may help you choosing a plugin for that:
https://premium.wpmudev.org/blog/wordpress-category-plugins/
Thanks!
Hi
You can do it via css but is not a very efficient way as you need to add postid-x class for each post from which you want to remove the header. The images don’t appear because js call a class which was in header and because it can not find it, it generate an error. Please make sure that you don’t have the sticky menu activated: http://screencast.com/t/ZHgU2CjgJe and if the problem persist also disable the lazy load animation: http://screencast.com/t/UTgWnKWhaoj
Thanks!
Hi
We didn’t tested the wordfence security plugin with the theme and there is a chance to appear conflicts with this plugin. I am not sure why it create issues as I am not aware of its functionality but you can try to contact the author and ask him for advice.
Thanks!
Hi
Try this code &autoplay=1 in td_video_support.php here: http://screencast.com/t/jmsnHNMYdEQ0
Thanks!
Hi
You’re using bbpres for the forum and the plugin’s options should be in admin dashboard: http://screencast.com/t/wVqplk5limhm Could be a conflict with another plugin so try to deactivate all plugins except Visual Composer and bbpres, clear all caches and test again.
I’ve found some informations related with issue in bbpres forum, you can check this link, maybe will help: https://bbpress.org/forums/topic/plugin-disappeared-on-wordpress-dashboard/
Thanks!
Hi
If your’re using a cache plugin you need to enable the ajax view count: http://screencast.com/t/T5lteYh7M7d
Also make sure you empty all caches including browser cache then test again.
Let me know how it goes.
Thanks!
Hi
You can try a plugin like this: https://wordpress.org/plugins/disable-author-pages/ but we didn’t test it with the theme and I can’t say how will work. Also you could try this code in author.php: http://screencast.com/t/0VUXzJLSGz3
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: /");
?>
Hope this help.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
You can use products block from visual composer, this block allow you to control the products number displayed on the row: http://screencast.com/t/YX6LCHlwV – http://screencast.com/t/7KU64jJPzWq5 You can find all woocommerce blocks in visual composer here: http://screencast.com/t/7JPEzQcZxl
Thanks!