Hi
Please make sure that you have enabled that filed from screen options in your dashboard: http://screencast.com/t/bTcCk5NT then test again.
Thanks!
Hi
On indicated demo we use big grid 5 on top of the homepage so if you want to achieve the same result just edit the page with Visual Composer and add that grid on top of it: http://screencast.com/t/kDNjKE2i3
Let me know how it goes and if this is not what you mean please provide more specific details about the desired result, also a screen pointing to it would help, so I can inspect it closer and get back to you with a more accurate answer.
Thanks!
Hi
Please provide your site url so I can have a closer look at this issue and get back to you with a more accurate answer.
Thanks!
Buna
Inspectand site-ul tau am observat ca folosesti o versiune mai veche a plugin-ului Visual Composer: http://screencast.com/t/2JUwGluqy Incearca sa updatezi plugin-ul la versiunea 4.11.2 care e include in pachetul teme apoi incearca sa editezi pagina din nou.
Multumesac.
HI
To increase the font size for text in smart-lists use this css:
.td_smart_list_8 .td-sml-description p {
font-size: 15px;
}
This code will work only for smart list 8 but you can use it fro other lists, just adjust the class with smart-list’s number.
I am not sure what you mean by Back and Next more prominent so please provide more specific detail about what you’re trying to do so I can inspect it closer and ge bck to you with a more specific answer.
Smart-lists were not intent to display article to ad bu you can achieve that by editing the file which generate each of theme and add this code here: http://screencast.com/t/uSLAiBwXmL
$buffy .= td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'content_top'));
The above example is for smart list 8 but you can do it for each smart list, just edit the corresponding file. For example the required file for smart list 5 is td_smart_list_5.php
Thanks!
HI
I am not very sure what you mean so please provide more specific details about what you’re trying to do so I can inspect it closer and get back to you with a more accurate answer.
Thanks!
HI
I’ve checked your site and now it works fine; http://screencast.com/t/D8x1pjlt If you’re referring at Social Counter which displays 0 fans for Facebook please make sure that you added all required informations as it is indicated in our documentation: https://forum.tagdiv.com/tagdiv-social-counter-tutorial/
I’ve also checked your site an Chrome and Firefox and posts displayed are the same: http://screencast.com/t/iJVFteuCAZg
Let me know if you need further assistance on this.
Thanks!
HI
1. Unfortunately whether widget cannot be translated for the moment, however I’ve added this on our todo list and we will consider it for future updates.
2. Try this css in theme panel > custom code > custom css:
.td_block_weather .block-title{
display: none;
}
Thanks!
Hi
Please provide more specific details about the menu issue, also a screen pointing the desired result would help, as I’ve checked your site and the menu works fine on my side.
To change the title’s color on hover use this css in theme panel > custom code > custom css: http://screencast.com/t/rabBiPsgdEw
.td-animation-stack:hover .entry-title a {
color: red;
}
To remove the date from sidebar use this code:
.home .wpb_widgetised_column .td-post-date{
display: none;
}
Thanks!
Hi
As you mentioned above on category page posts are displayed from latest to oldest and unfortunately there aren’t other filters available before the page’s load. You can use this live filter: http://screencast.com/t/mbiGFOTnziXI so the visitor can chose its own filters but the page will load normally for first time.
Thanks!
Hi
Make sure that you enabled the elements from top bar to appear on the site: http://screencast.com/t/u0KbMjbA For more details in this regard please check our documentation: https://forum.tagdiv.com/top-bar-templates/
If you still need assistance on this please address us via email at contact@tagdiv.com with a link to this conversation and also give us wp-admin so we can have a closer look.
Thanks!
Hi
1. I am not sure what you mean, do you want to ad posts in min menu? If so then yes, they will work fine so you can add any post there.
2. Please provide more specific detail about what you’re trying to do because I don’t understand your question.
3. You can use this template fro Visual Composer to replicate the same layout as on our demo: http://screencast.com/t/VAcE5Yq2MW
4 Try this css in theme panel > custom code > custom css to reduce the distance: http://screencast.com/t/J56dfBtuK
.td-header-style-7 .sf-menu > li > a{
line-height: 36px;
}
.td-header-style-7 .sf-menu {
margin-top: 45px;
}
Thanks!
HI
I still cannot duplicate the issue on my side and I can’t inspect it. When I access the site from mobile devices the logo is displayed fine. Please make sure that you access the site using one of the browsers included in this list: http://screencast.com/t/7QNRdSgsZZ Also if there is any specific configuration that must be followed in ordere to recreate the issue please provide more details about it.
In the mean time try to deactivate all plugin except Visual Composer then test the site again.
Thanks!
Hi
To achieve that you have to edit td_block_related_posts.php and comment this line: http://screencast.com/t/msLrHZzisF – http://screencast.com/t/bgJcGbgcw
Let me know how it goes.
Thanks!
Hi
Yes you can remove that word, just edit td_module_single_base.php and delete it from here: http://screencast.com/t/Y5gedGgiTC
Hope this helps.
Thanks!
HI
That happens because you have a background color set in theme panel > theme colors. Try to remove that color then test the site again: http://screencast.com/t/lkoO3caZaa8C
When a background-color or back-ground image is used the theme switch in boxed layout and none of page parts can exceed the 1164px.
Hope this helps.
Thanks!
Hi
I assume that you’re referring at this “gap”: http://screencast.com/t/KLw3W3sC There is not actually a gap, the image have a white section, that’s why appear like that. Here is an example which illustrate how the original image looks like: http://screencast.com/t/fuon9euI – http://screencast.com/t/Amx2U61iskha
Basically the theme picks the full image but because there is a white color on it seems that the image is smaller.
Thanks!
Hi
You can try to use tabs element from Visual Composer: http://screencast.com/t/05i5GOkzULE – http://screencast.com/t/8bzmJ8Ncu
Let us know how it goes and if this is not what you mean please provide more details about what you’re trying to do, also a screen pointing the desired result would help.
Thanks!
Hi
Mobile theme can’t be activated only for some specific pages of the site, it can be used only for the entire site. To make it control only some parts of the site are required some customizations in its core files. This is a complex task which involve lots of customizations in order to be achieved. We can’t offer customization services at the moment so if you really need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi
Please provide your site url so we ca have a closer look.
Thanks!
Hi
Css works fine as I’ve indicated above but it has to be written properly, here is an example: http://screencast.com/t/tP1LgMMjQjqw – http://screencast.com/t/RWjddpCKcn
Check these links for more details about how to target containers with js: https://api.jquery.com/hasclass/ -https://api.jquery.com/append/ – https://api.jquery.com/removeclass/ These are only few examples but there are many ways in which you can target a container, but that depends by the action which will be executed on it.
Keep in mind that this is not a copy paste task, you can’t just say to js “hide that container”. First you have to understand what js can do, how it works then do some tests on your side to check how it works. A staring point in learning js could be here: http://api.jquery.com/ – http://www.w3schools.com/js/default.asp
Thanks!
Hi
The html structure for search menu can be found in header-menu.php file: http://screencast.com/t/YA8aYLZmz You can try to use it in different places of the page but this involve some customizations in js and also will be required a new css for it.
Note that this is a very complex task which involve good codding skills and also lots of customizations in order to be achieved. We can’t offer customization services at the moment so if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi
The theme uses the default system from wordpress when gets post’s author. There is no option to add a co-author for posts and to achieve that you’ll need some customizations in theme’s core files. This task involve lots of customizations and unfortunately we can’t provide a solution for the moment. If you really need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi
I’ve checked your site and now the Instagram widget have a full width layout: http://screencast.com/t/asGVBojKlyYc
If you still need assistance on this please provide more details and we will get back to you in shortest time.
Thanks!
Hi
You can remove relate article box from theme panel > post settings > relate articles: http://screencast.com/t/DFDFSlQZab
Let me know how it goes and if this is not what mean please provide more specific detail about what you’re trying to do so I can inspect it closer and get back to you with a more accurate answer.
Thanks!