Hi,
Please make sure you delete the VC plugin folder like instructed here: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/ and then install the version provided with the theme’s files. Let me know how it goes!
Thanks!
Hi,
Please set you specific page as static frontpage from Settings – http://screencast.com/t/Olj49OsS and when you go to all pages it should display which is your frontpage – http://screencast.com/t/kPyMOxXOIzy2
Thanks!
Hi,
Thanks for suggestion! Please provide more details if you have an issue with excerpt as it should work on all modules, also provide an example, a link!
About the issue with block 17, please provide a link so we can take a look.
Thanks!
Hi,
Please try to create your button in a page and then copy the shortcode in your post content, I think that is the best solution – https://forum.tagdiv.com/topic/creating-buttons-in-posts/#post-56162
Hope this helps!
Hi,
Please try this custom css for post style 9 – http://screencast.com/t/Qg20WzQrpzqI
.td-post-template-9 .td-post-featured-video {
margin-bottom: 20px;
}
Thanks!
Hi,
You can use Big Grid Slider it will be displayed like in version 4 on mobile devices(just set post limit to at least 8) – https://forum.tagdiv.com/topic/homepage-issue-with-big-grid-3-style-1/#post-55259
If you want to use another Big Grid you will need custom work to achieve that, so I suggest to get someone to help you as we cannot provide custom work at this time, sorry!
Thanks!
Hi,
We use there featured product shortcode in a text block and for the title we use html and the css is applied like on any block title – http://screencast.com/t/3hdEbosqGh
You can use a text block, change to html editor and add you title – http://screencast.com/t/l2UiaJHA – http://screencast.com/t/Tc2h6lfzC1xm Use this html for title:
<div class="block-title"><label>Your title</label></div>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I have checked your page and it looks like this on desktop – http://screencast.com/t/44EgC5bt and like this on mobile – http://screencast.com/t/0AKpcGGn please clear cache, maybe it is a caching issue.
Thanks!
Hi,
Please provide a link so we can take a look and inspect this.
Thanks!
Hi,
Your custom sidebars should be imported, but you will have to re-add your widgets there. Unfortunately you cannot make a backup for this, you can try to make a screenshot to see which widgets did you used and how they were positioned.
Thanks!
Hi,
You can make this change in the main theme for the moment, we will try to make more files to be editable by child theme in a future version.
Thanks!
Hi,
If you refer to this topic – https://forum.tagdiv.com/topic/sticky-menu-with-pagination-and-titles-on-single-post/ I have suggested here to try to find a plugin as the theme doesn’t have such of feature(as well Newspaper 6), sorry. The smart sidebar feature was implemented in version 6 of the theme – https://forum.tagdiv.com/smart-sidebar-2/ and you can create and use a custom sidebar for specific posts.
Thanks!
Hi,
We plan to improve social counter plugin in future, to add more social options there, but I don’t know if this will be implemented. Thanks for suggestion we will think about this, however we have over 250 features on our list we have to pick very carefully what we implement.
Thanks!
Hi,
You can use do_shortcode function and display it bellow the main menu in the code. Just set it in a page and take the shortcode – http://screencast.com/t/T92s4Uo8X1en – http://screencast.com/t/YxvbaQzfrX Then paste it like this in the header style that you use – http://screencast.com/t/AXRdDjrO
<div class="td-container ticker">
<?php echo do_shortcode('[td_block_trending_now navigation="" style="" header_text_color="" header_color="" category_id="" category_ids="" tag_slug="" autors_id="" installed_post_types="" sort="" limit="5" offset=""]');?>
</div>
You may need to add some margin top using custom css – http://screencast.com/t/RYECyNYB
.ticker {
margin-top: 20px;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
This usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into css stylesheet, which will make your colors to load first and stay that way. You could also deactivate the plugin if you don’t need it.
Thanks!
Hi,
Please make sure that you update using this guide(try FTP method) – https://forum.tagdiv.com/how-to-update-the-theme-2/ and also please make sure that you update the plugins that come with the theme files that you have downloaded from themeforest, you can find them in /plugins folder.
I have checked your site and it works, but you use version 4 of the theme. If you update from version4 please the above link, it is also specified there how to update from version 4, run the script..
Thanks!
Hi,
What version of Visual Composer do you use? Please make sure that you use the latest version – http://screencast.com/t/PoDVLgGFQGy
Thanks!
Hi,
You need to add this social network to appear in backend to your profile – http://screencast.com/t/MRiXU1ep8 – http://screencast.com/t/gjx0vplV and add a background image using custom css in Theme Panel > Custom Css, you can try this just change the image if you want – http://screencast.com/t/FWRrEMXl9I
.td-icon-xing{
background-image:url("http://t3n.de/news/wp-content/uploads/2012/10/Xing-Logo-Featured-595x333.jpg")!important;
width: 30px!important;
height: 20px!important;
background-size: 30px 20px;
background-repeat: no-repeat;
}
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I’m not sure if you can manage to show the co-authors on modules, you will need custom work and implement the coauthor plugin to display name of authors also on modules/blocks. You can try to add it also on modules but you need custom modification to the above code and I’m not sure if it will work – http://screencast.com/t/u5rSK2sD5CG
Thanks!
Hi,
Please check this solution – https://forum.tagdiv.com/topic/author-page-2/#post-56809
I have added this on our list and we will try to find a better implementation.
Thanks!
Hi,
You have to the code to move css/js on each function not at the end of content, please check this – http://screencast.com/t/0dPn8HH0m – http://screencast.com/t/bdNWW3avne
Thanks!
Hi,
The above css is for menu search button, please try this custom for you search template button – http://screencast.com/t/uXCePWPPMs
.search-page-search-wrap input[type=submit]{
background-color:#006bb3;
}
Thanks!
Hi,
You have to make this change in the main theme as this file cannot be overwritten by child theme – https://forum.tagdiv.com/child-theme-documentation-newsmag/
Thanks!
Hi,
Please remove that header for category page from Theme Panel > Categories – http://screencast.com/t/TiUVmJQHrtq and use do_shorcode function to place the news ticked above the big grid – http://screencast.com/t/iEJrDnBgSsjM
<?php echo do_shortcode('[td_block_trending_now limit="5"]');?>
Result: http://screencast.com/t/rv65mfqh
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please make a backup of your current td_module.php file and then replace date function – http://screencast.com/t/ziIvhEnJfZK0 with this code – http://pastebin.com/DJVQw7Vw just replace your category slug – http://screencast.com/t/2ULeeWBxGj with your category name slug – http://screencast.com/t/d7E115SAZ4c
Hope this helps!