Hi,
Sorry I forgot to attach the screenshot with errors – http://screencast.com/t/Vcj8jvjfIu and yes those error are related to cache plugin minifications. I don’t know exactly what settings you have on this plugin. but we recommend to use only page cache – https://forum.tagdiv.com/w3-total-cache-configuration/
I have checked your site again and the search is working properly and it is displayed on mobiles, also the mobile menu.
Thanks!
Hi,
Please provide a link so I can inspect this and try to provide a css solution.
Thanks!
Hi,
You can order subcategories by slug, please check this topic as reference – https://forum.tagdiv.com/topic/mega-menu-sub-categories-potioning/#post-48578
Thanks!
Hi,
You can remove it from here – http://screencast.com/t/mYZs5a8fuE but please note that it will be also removed from post templates – http://screencast.com/t/YHjLedh0c
Thanks!
Hi,
I suggested a solution(an example) above and as you can see it can be done. You will need custom modifications to achieve that, so if you don’t know how to do it I suggest to hire a freelancer to do this for you, we would have gladly made it for you but for the moment we cannot offer custom work, sorry.
Thanks!
Hi,
Unfortunately you cannot achieve this using custom css as the icons were designed like this – http://screencast.com/t/sDiKvIIdrY77 you can try to customize the icons using a soft like photoshop and change the grey color.
Also you can try to add a background and create an optical illusion – http://screencast.com/t/koowoTNt8npg
Thanks!
Hi,
If you use a template with bg the Big Slider is added automatically on the page and these are options from the backend – http://screencast.com/t/BVzwyKy8wV so it shows the featured articles. If you want to modify this you need to edit page-homepage-slider.php and change the sort order and specify a category(if you want to show articles from a specific category) please check this topic as reference – https://forum.tagdiv.com/topic/exclude-posts-from-big-slide-homepage-bg-no-article/
Or you can change the page template and add Big Slider from Visual Composer elements, so you will be able to change setting for Big Slider from backend – http://screencast.com/t/Kjb5Z6sshJ
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Your link doesn’t work. You can add/change the background of the row like this – http://screencast.com/t/2ESGmzFBluU also you can add background color to the column – http://screencast.com/t/p2MMksib6HJZ
Thanks!
Hi,
You have to create a contact page like already Christopher suggested and add it to the footer menu – http://screencast.com/t/rVbYKbE9
Thanks!
Hi,
Please remove the above code and try this custom css:
@media (min-width: 768px) {
.td-header-style-8.td-affix .td-li-wrapper-menu .sf-menu > li > a {
height: 76px !important;
line-height: 80px !important;
}
.td-header-style-8.td-affix #td-top-search {
top: 14px !important;
}
.td-header-style-8.td-affix {
height: 76px !important;
}
.td-boxed-layout .td-header-style-8 .td-menu-wrap {
height: 76px !important;
}
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I also checked this and worked fine on my side, please paste embed code in the html text editor(and make sure that you copy the right code) – http://screencast.com/t/VEQd5BHSP – http://screencast.com/t/u55erPov9
Thanks!
Hi,
Unfortunately the theme doesn’t have an option to set a different header for pages or categories, like Emil already stated we plan to improve this section, but we have a lot of features on the list and cannot provide a date for this. You can achieve this only with custom modifications, unfortunately we cannot offer custom work at this time as we work hard on development fixes and support.
Thanks!
Hi,
I’m not sure if this is what you mean, but you can use a plugin to add avatars to users like WP User Avatar and also you can add profile description from here – http://screencast.com/t/duc3a1aF it will be used also for forum profile – http://screencast.com/t/AL8WWkXT4
Thanks!
Hi,
You have to add login widget to the top menu(Top Right Socials) or you can add it to your sidebar – http://screencast.com/t/lZGwb0BNg
Unfortunately the theme doesn’t have other option to be used especially for forums, but we will improve this in future updates.
Thanks!
Hi,
I have checked your site and you have these errors in the console. Please check this without any css/js minifications and also disable all plugins except Visual Composer.
Thanks!
Hi,
Please try this custom css for that space – http://screencast.com/t/xrUXYJx7Ge1
.home .td-page-wrap .td-grid-wrap {
padding-top: 0px;
}
Thanks!
Hi,
I have checked your site and you still using version 1.5, so please make sure that you update the theme properly using FTP method. I have also tried to check your site using google testing tool and I get the following error – http://screencast.com/t/gS9TJ6OW So please solve these issues and then check and see if you still have those errors.
Thanks!
Hi,
You can use module 15 to display post with full content for your categories pages – http://screencast.com/t/57e1L13Nu also you can set this module for different templates like tag, archive – http://screencast.com/t/WCRgK1JOM6
Thanks!
Hi,
Thanks Chris!
@WakeUpCallProject Please remove or comment this code – http://screencast.com/t/mloyHc2rVZ6e and fetch new scrape using debugger tool to see if this is applied – https://developers.facebook.com/tools/debug/og/object/
Thanks!
Hi,
You can translate it using Theme Panel > Translations section: http://screencast.com/t/CxaLKXuNQfs
Thanks!
Hi,
Please make sure that you are using the latest theme version 1.7.1 and if you don’t please update it using FTP method – https://forum.tagdiv.com/how-to-update-theme/ also check this without any plugins active, leave just Visual Composer active, clear cache and check again if you still have this issue.
Thanks!
Hi,
I have checked your site and did not found the css that refers to the sidebar. Try to add also !important like this:
@media (max-width: 767px) {
.single .td-main-sidebar {
display: none !important;
}
}
It should work fine for your post’s sidebar.
Thanks!
Hi,
Sorry for delay, we don’t work on weekends and yesterday it was day off in our country!
You can remove the link for smartlist that you use – http://screencast.com/t/4RzQILAv Also you can use this custom css in Theme Panel > Custom Css to change the italic style – http://screencast.com/t/cSrXZjWlbn0
.td_smart_list_2 .td-sml2-current-item-title {
font-style: inherit;
}
Thanks!
Hi,
Please deactivate all plugins, leave only Visual Composer active, clear cache and check if you still have this pagination issue. If pagination works please activate your plugins one by one and see which one(or there is a conflicts between more plugins) caused this issue. Let me know how it goes!
Thanks!
Hi,
The top menu was not designed to work on mobile, that’s why it is hidden. But you can use custom css in Theme Panel > Custom Css to show it on mobile but you may need additional customizations for menu items that may drop on more rows – http://screencast.com/t/TT9KZLijK7fK
@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
}
And also for mobile screen theme has a special menu designed for it – http://screencast.com/t/x18VmP2cg
Thanks!