Hi
The theme uses module mx4 to built the block 16, so you need to modify the td_module_mx4.php file like here: http://screencast.com/t/dCvRKPgd
Thanks!
Hi
Unfortunately the theme doesn’t have an option to filter the most popular article from current today, sorry.
For the most read articles from the last 7 days you have an option in every block http://screencast.com/t/sqw772neMj but make sure you enable the 7 day sorting from theme panel > block settings: http://screencast.com/t/A9Y4TAj9 and notice that this sorting option doesn’t work fine if you’re using cache.
Thanks!
Hi
The page set as mega menu have the layout that you created in Visual Composer, to achieve a mega menu page similar with the one present on the site you indicated you can try this layout in VC: http://screencast.com/t/RC8KAo7n – http://screencast.com/t/kCTaPQdmu Notice that it’s required a custom layout: 1/3 + 2/3. You can use the VC blocks to customize the page as you like.
Hope this help!
Thanks!
Hi
Try this custom css in theme panel > custom css: http://screencast.com/t/yadpqdGjj
.single .td-post-content a{
text-decoration: underline!important ;
}
This css underlines the links from all posts content.
Let me know ho it goes.
Thanks!
Hi
You need to use media queries and set your specific sizes for mobile devices, for example:
@media (max-width: 768px) {
.page-id-6233 .td-container {
/* your custm css */
}
}
Also you can use advanced css section in theme panel: http://screencast.com/t/rIWKUNpnnWc Please note that modifying them’s grid it’s not something we recommend, it’s not an easy task because modifying the them’s grid will require other css customization.
Thanks!
Hi
Not sure where you want to use the default WordPress login. In case you want to use it in top menu instead of theme’s login widget it’s need to edit top-menu.php file like here: http://screencast.com/t/WiUd4Y7q2jb – http://screencast.com/t/VEO9YoHxYvkP Also make sure you have the top bar enabled: http://screencast.com/t/DAKKwJwQ
If you want to use it in comments section when user must log in, must modify the comments.php file like here: http://screencast.com/t/9PyoRjy4
You can check this topic about User Pro implantation, maybe you will find some useful information: https://forum.tagdiv.com/topic/incorporate-userpro-plugin-into-loginsign-in-topbar/
Regarding to your suggestions I’ve added them all on our feature request list and the developers will consider them for future theme’s updates.
Thanks!
Hi
The theme wasn’t tested with upsell products, but I’ve added this on our list and we will fix it in the next update. Until then you can use this custom css in theme panel > custom css: http://screencast.com/t/5U9N0k3qnn
.woocommerce-page .upsells .products li:last-child {
margin-right: 0px !important;
}
Let me know how it goes.
Thanks!
Hi
To remove the search field from main menu you need to modify header-menu.php file like here: http://screencast.com/t/Bznq1cuOdE3 – http://screencast.com/t/91iqZWShxsN
Let me know how it goes!
Thanks!
Hi
Add this custom css in theme’s style.css file: http://screencast.com/t/VHV1YSbrir
.td-view-counter{
display: none!important;
}
Let me know how it goes.
Thanks!
Hi
The post you indicated use a custom pagination, and to achieve something similar you can try this solution: https://forum.tagdiv.com/topic/add-next-previous-buttons-to-pagination/
Thanks!
Hi
Notice that the Speed Booster plugin disable itself when an incompatible plugin it’s installed. We added this measure to avoid conflicts with the plugins that won’t allow to move their resources at page bottom. You can check the Speed Booster status here: http://screencast.com/t/kkxdhLZH To keep the plugin always activated please follow this link: http://screencast.com/t/HaOmyxJ45oX
Let me know how it goes!
Thanks!
Hi
@BeautyGeek I’ve checked your site and the Social Counter works fine for youtube: http://screencast.com/t/kV8crUBPy but you don’t have youtube subscribers that’s why the number it zero: http://screencast.com/t/maqLxySDk
Thanks!
Hi
The smart list are built differently than posts, and the images link directly to the attachment file even if you set a custom url.
Thanks for the message!
Hi
As @doucare1971 suggested you need to add td-ss-row on VC row like here: http://screencast.com/t/xO8qU8m8LbNI – http://screencast.com/t/0PGi5yLS8Zf
Let me know how it goes!
Thanks!
Hi
The theme have a scroll to top button: http://screencast.com/t/YriVuLys which appear after the the user scroll down over 400px.
The site you indicated use a page as mega menu, you can find more details about that in our documentation: https://forum.tagdiv.com/menus-newsmag/ – http://screencast.com/t/DNZfDIH3vtc5
Thanks!
Hi @ronaldliive,
You have below my recommendation on this:
1. To change the background color for sidebar you can use custom css as Chris suggested above, try this css code and add it in theme panel > custom css:
.td-main-sidebar{
background-color: aliceblue!important;
}
If you’re using a Visual Composer sidebar, the background color from column settings: http://screencast.com/t/ch0SpVxy – http://screencast.com/t/UGJOrSq1N
2. The first element is big grid 4 with with style 7 for layout: http://screencast.com/t/g19xf2RaiTp and second is big grid 5 with style 5: http://screencast.com/t/xkrEMpudb Those grids are available in Visual Composer plugin: http://screencast.com/t/BInPLbXt1zP
Thanks!
Hi
@GideonLupine please check this topic: https://forum.tagdiv.com/topic/registrationlogin-modal-captcha/ Lucian posted a solution there.
@doucare1971 this is on our feature request list, but we must find the right design for each header style. Implementing this feature may take some time because it requires testing across browsers, operating systems and mobile devices. We have this in our consideration for future theme updates.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
Please check the code you inserted in html row, as I’ve test it and seams to affect page html structure: http://screencast.com/t/lEssgxI9no and that’s why the site it’s not displayed correct: http://screencast.com/t/zcp3Sm5Q – http://screencast.com/t/3kkCWlELMAP
Thanks!
Hi
The theme apply a shadow effect on the gallery images, but that can be removed wit custom css if you like: http://screencast.com/t/v9gGYQAEfC
.mfp-figure:before{
background: none;
}
Also I’ve checked your site on iPod and the images are loaded fine, please provide more details and a specific link if you still have this issue.
Thanks!
Hi
If you do not want to display the featured image on post, you can use post template 7 which doesn’t display the feature image: http://screencast.com/t/zi7ciM7Q
Thanks!
Hi
Please make sure you’re using the latest them’s version (V 2.1.1) which is tested with the current WordPress version and works fine. Also try to deactivate all plugins, leave just Visual Composer and switch to a WP default theme, clear all caches ant test again. Let me know how it goes and if the problem persist address us via email at contact@tagdiv.com and provide wp access so we can inspect this issue, also include a link to this topic.
Thanks!
HI
We can’t make any recommendation on this regard. My advice it’s to look for a professional developer on sites like http://studio.envato.com/
Thanks for the message!
Hi
Theme’s blocks were designed to work on 1/3, 2/3 or 3/3 columns, and to be displayed fine on 1/4 columns it needs additional customization which involve custom work. Unfortunately we cannot offer custom work services at the moment as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Thanks for the message!
Hi
Unfortunately this is a very complex task and I cannot provide a quick solution. My advice it’s to hire a professional developer to do it for you. You can look for one on sites like: http://studio.envato.com/
Thanks for the message!