Hi
Try to deactivate the Speed Booster plugin clear all caches then check if the problem is still there.
It’s good to know that not all plugins will work fine with speed booster because some of them create problems when their’s css/js resources are moved at page bottom. Checking a plugin’s behavior when Speed Booster is active can be done by adding it on allowed plugins list: http://screencast.com/t/dCMffJFq As Alin said this is an optional plugin and if you still have issue with it you can disable it.
Hope this help.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
Replied you here: https://forum.tagdiv.com/topic/sidebar-on-custom-taxonomy-issue/#post-74682 Also you can find more useful information regrading taxonomies here: https://codex.wordpress.org/Taxonomies – http://code.tutsplus.com/articles/building-dynamic-taxonomy-pages-with-wordpress–wp-23298
Hope this help.
Thanks!
Hi
Note that the settings from custom taxonomies are from the taxonomy page: http://screencast.com/t/4z5PhD5h8 – http://screencast.com/t/kIFh4UXmA For posts you need to set the sidebar position from post settings: http://screencast.com/t/IIaCxHpydFN – http://screencast.com/t/BOo4tEezJuq
Thanks!
Hi
Thanks @ThryveWell and @Chris for your suggestions!
@pfarelo first of all your site is set to display the latest article not a static page. If you want to change that go at Settings > Readings and chose a static page to be displayed as front page: http://screencast.com/t/VSDcbdz7tP If you want to change the post template for the blog page, that can be done from theme panel > template settings: http://screencast.com/t/4p9bgL2DAS
Also you can check our documentation for more information about page templates and how to personalize the homepage: https://forum.tagdiv.com/homepage-how-to-build-and-set-it/ – https://forum.tagdiv.com/page-templates-2/
Hope this help and if you need further instructions please let us know.
Thanks!
Hi
Remove the previous code from theme panel and add this one: http://screencast.com/t/LLMU9Djcj0yc
.prot{
background: #3498db;
background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
background-image: -moz-linear-gradient(top, #3498db, #2980b9);
background-image: -ms-linear-gradient(top, #3498db, #2980b9);
background-image: -o-linear-gradient(top, #3498db, #2980b9);
background-image: linear-gradient(to bottom, #3498db, #2980b9);
-webkit-border-radius: 28;
-moz-border-radius: 28;
border-radius: 28px;
font-family: Arial;
color: #ffffff!important;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.prot:hover {
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
}
Let me know how it goes.
Thanks!
Hi
Try to deactivate all plugins except Visual Composer and test again. If the problem persist please address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.
Thanks!
Hi
You can increase the width’s of article top ad by modifying the indicated value from td_block_ad_box.php file: http://screencast.com/t/07D6rrrB – http://screencast.com/t/B5lToMsnqBZy
Let me know ho it goes.
Thanks!
Hi
The quotes wasn’t designed to work on pages if Visual Composer it’s used but you can try this custom css in theme panel > custom css: http://screencast.com/t/R1USfvkXOa
.td-container .td_quote_box p{
font-family: 'Open Sans', arial, sans-serif;
color: #777;
font-size: 13px;
line-height: 21px;
text-align: left;
padding-bottom: 16px;
margin: 0;
text-transform: none;
font-style: italic;
}
.td-container .td_quote_box {
background-color: #FCFCFC;
border-left-style: solid;
border-width: 2px;
border-color: #4db2ec!important;
padding: 15px 23px 0 23px;
position: relative;
top: 6px;
}
Note that this css will work fine only for this case, if you want different quotes, will be needed other customizations.
Let me know how it goes.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
1. Try this css in theme panel > custom css: http://screencast.com/t/ANcl5HZ5Ha
.td_block_13 .td-module-comments{
display: inline-block;
margin-left: 10px;
float: none;
}
2. To add Read More button you need to edit td_module_14.php file and add this code like here: http://screencast.com/t/xBI2Pdqp5FS
<div class="td-read-more">
<a href="<?php echo $this->href;?>"><?php echo __td('Read more', TD_THEME_NAME);?></a>
</div>
Then add this custom css in theme panel > custom css: http://screencast.com/t/RFjn3Gwjv
.td_module_14 .td-read-more {
display: block;
margin: 0 15px 20px;
}
.td_module_14 .td-excerpt{
padding: 12px 20px 20px 20px;
}
Note that this changes will be applied every time when module 14 is used.
Thanks!
Hi
The theme doesn’t have an option to add a widget in top bar area, you will need custom modification to achieve that. The file that need to be edited in this regard is top-menu.php: http://screencast.com/t/eMWOYHrZl Unfortunately we cannot offer custom services at this moment as we work hard on the development, updates, fixes and support but you can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Thanks!
Hi
To obtain that layout you need to edit td_block_1.php like here: http://screencast.com/t/IvFhnGIp8b or just replace the code from that file with this one: http://pastebin.com/xWk2kZGT – http://screencast.com/t/4hAFOUufipzo
Note that I’ve test this only with a 2/3 + 1/3 layout: http://screencast.com/t/Vt549TmPWL and only with block 1. For a different implementation you will need custom modification and 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
I suspect you’re using page builder + latest articles as page template in Visual Composer: http://screencast.com/t/eRU4fCDo You can find more informations about page templates in our documentation: https://forum.tagdiv.com/page-templates-2/ Also you can change the sidebar from page settings: http://screencast.com/t/7y3bwpnv2J and you can customize the latest article area from posts loop settings: http://screencast.com/t/IIpzqFa7hQ7 Regarding the sidebar widget that can be customized from Appearance > Widgets: http://screencast.com/t/UH5kUA4Dp IOn this section you can add or remove elements from that widged or change the blocks settings displayed in the widget.
Hope this help.
Thanks!
Hi
As the slide block to be displayed you need to have at least 2 posts in your custom post type. If you have more posts and want to display only some specific posts you can add a tag or include them into a category, then set in slide settings that category/tag to be displayed: http://screencast.com/t/N55dmtV3HQG
Thanks!
Hi
We have lots of messages and the response order is from older to newest. We will get back to you as soon as possible.
Thanks for understanding!
Hi
Please make sure that you updated the theme according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ also try to deactivate all plugins except Visual Composer, clear all caches and test again.
Let us know how it goes and if the problem persist please provide your site url so we can inspect this closer.
Thanks!
Hi
I am not sure for which element you tried to apply this css so please provide your site url and also more details about this problem, so I can inspect it closer.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
Try to deactivate all plugins except Visual Composer clear all caches and test again. Then activate the plugins one by one to see which plugin causes the problem.
Let me know how it goes!
Thanks!
Hi
Thanks for letting us know and for you message!
Hi
To achieve that you will need a script which defect if the visitor have an adbloker enabled and applies a css rule which remove the blank space. This is a complex tack which require lots of customizations and unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support, you can always get a freelancer from sites like: http://studio.envato.com/ to do it for you.
Thanks!
Hi
The theme doesn’t have an option to change the post displayed in blocks individually, but you can apply different filters like categories, authors, tags from block settings: http://screencast.com/t/waB0NSOVcZ5
If this is not what you mean please provide more details.
Thanks!
Hi
I’ve checked your site and the menu items are displayed fine: http://screencast.com/t/SKQGhwnn0 If you still have this issue please provide more details so I can inspect it. Regarding the category description, try to clear all caches again, browser cache too, deactivate all plugins except Visual Composer and test again.
Thanks!
Hi
Alin replied you via email!
Thanks!
Hi
Alin replied you via email!
Thanks!
Hi
You can change the tag used for posts titles in blocks from td_module.php like here: http://screencast.com/t/URv22SFSkaw Note that this change will affect the posts from every block as the function used to display the posts tiles on blocks is the same.
Thanks!
Hi
@elvinf if you decide to use the child theme your customization won’t be lost when you update the theme to a newer version but this doesn’t mean that all changes will work fine with the new update. You have to check if the customizations from child theme are compatible with the theme update and eventually adjust them properly. Checking the change log is the easiest way to see if the files you modified are on the updated list, so this way you will know which files you need to verify.
Hope this help!
Thanks!