Hi,
Like Chris S said in Appearance > Menus add your Homepage like this: http://screencast.com/t/xLxp8eJ8
Hope this helps!
Hi,
Please use this custom css:
.td-post-text-content li{
line-height: 30px;
}
Thanks!
Hi,
You can change font size for block title from Theme Panel like this: http://screencast.com/t/9GYc5ZcqchH
And you can make this changes in custom css for background you have to increase padding: http://screencast.com/t/q9gYqBEqT6hC
.block-title > span{
padding: 10px 15px 10px 15px;
}
If you want to center title to all blocks use this cutom css: http://screencast.com/t/WfhscBWPbBq
.block-title{
display: block;
text-align:center;
margin-left:0px !important;
}
If you want only for block 7 use this class .td_block_7 .block-title
Thanks!
Hi,
Those categories are placed on big grid, to hide them please uncomment this line: http://screencast.com/t/8kVD9Ej3mk
Thanks!
Hi,
You can use custom css for this: http://screencast.com/t/1eJg6E6qjk
.td-post-content p a {
border-bottom:1px dotted;
}
Thanks!
Hi,
You can add condition for the ticker to be displayed only on the first page like this: http://screencast.com/t/c7rJEjRz
if($paged < 2) {
echo do_shortcode('[td_block_trending_now limit="5"]');
}
Thanks!
Hi,
Unfortunately there is no option for social share to appear on top. Sorry for inconvenience!
But you can edit loop-single.php(or the post template that you use) and add this code
<?php echo $td_mod_single->get_social_sharing();?> like this: http://screencast.com/t/59nWNxxZFFFS
Result: http://screencast.com/t/w9QHdKmL
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Lucian.
Hi,
Please read this and try Lucian’s solution: https://forum.tagdiv.com/topic/theme-panel-post-settings-sharing/
Let me know if you managed to solve that!
Thanks!
Hi,
1-3-5 Yes, and also make sure you empty cache and purge files if you use any CDN host services.
2. It will create several different thumbs for images which the themes needs and will be used on module/blocks/sliders.
4. This works based on js which I noticed that isn’t working at all on your homepage disable all plugins and make sure that you test this without any plugins active.
6. Please also test this without any plugin active and see if this still happens.
Thanks!
Hi,
You can build your page using block 12 like in the demo: http://demo.tagdiv.com/newsmag/block-12/
If you refer only at Latest Articles you can use modules 11,12,13: http://screencast.com/t/hzw39hrsVyD
Please also follow our documentation: https://forum.tagdiv.com/newsmag-documentation/
Hope this helps!
Hi,
You can translate “Trending Now” from Theme Panel > Translations: http://screencast.com/t/5PnMu0Ll
If you want to remove it use this css:
.td-trending-now-title{
display:none;
}
Thanks!
Hi,
Please use this custom css: http://screencast.com/t/cYDWouLNa
.category .td-subcategory-header .td-pb-border-top{
border-top:0px
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please use this custom css in Theme Panel > Custom css: http://screencast.com/t/9jrfe7Os4X0
.td-post-small-box span {
background-color: red;
}
Result: http://screencast.com/t/OumY77gJ1m
Thanks!
Hi,
Please follow this for smart list image resize: https://forum.tagdiv.com/topic/change-image-size-smart-list-3/
To change background of “read more” button and comment’s icon use this css: http://screencast.com/t/YOl7cx6zA
.td-read-more a{
background-color:red;
}
.td-module-comments{
background-color:blue;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can use shortcodes and add the plugin shortcode directly into posts’s template using the do_shortcode function. You need to edit the loop-single.php file and add it above the title like this or replace our social sharing: http://screencast.com/t/JV4sz8Lzhn
You can disable the theme’s social sharing buttons from theme panel: http://screencast.com/t/42dPYTOMC1
Thanks
-
This reply was modified 11 years by
Lucian.
Replied via email!
Thanks!
Hi,
You have to edit td_config.php: http://screencast.com/t/J8I7jzd2oh3
Result: http://screencast.com/t/u4ufbwzX38Y
Thanks!
Hi,
Please try to regenerate your thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ and let me know if you still have this issue.
Thanks!
Hi,
You can edit loop-single.php (for default post template) and add the code like this: http://screencast.com/t/FFe9618uRBt
Please make sure that you check for this changes to the same post template you are also doing this changes as there are 8 different post templates besides the default one and you need to make this changes to each post template file if you want this on every post template.
Please use this custom css:
.meta-info p {
display: inline;
}
header time {
margin-right: 20px !important;
}
Result: http://screencast.com/t/b4RagDyN7p
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
1-3-5 Navigation, mega menu and search
have checked your site and noticed this scripts error in your console: http://screencast.com/t/izsj9JiIHtO8
This could be caused by a plugins as I have tested this using the latest theme version and haven’t had any issue with the pagination so please make sure you deactivate all plugins then empty cache and/or purge files if you use any cdn hosting service then check again.
2. Please try to regenerate your thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
4. Please make sure if you enabled smartsidebar from Theme Panel: http://screencast.com/t/cINIP3dq
This issue can be also caused by JavaScript error.
6. For smart list issue please read here: https://forum.tagdiv.com/topic/smart-lists/
Hope this helps and please let me know if you still have this issue after doing all this.
Thanks!
Hi,
Please try to make sure that other plugins aren’t causing this and to do that disable all plugins leaving just the Visual Composer plugin active, also set the permalink to “Post name”: http://screencast.com/t/J7AdSGziI317 and try again.
Also you can give me the content of the smartlist using http://pastebin.com , so I can also try on my side with your content.
Thanks!
Hi,
Yes, please use the theme update guide and use the FTP method and also remember to make a backup of your current theme installation so in case something goes wrong you can revert back to it. Here are the docs on how to update the theme: https://forum.tagdiv.com/how-to-update-theme/
Please let me know how it goes!
Thanks
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Lucian.
Hi,
Theme was designed to not show top menu on mobile view and there is no option for this.
Please use this custom css: http://screencast.com/t/BYx45vKqIg
@media (max-width: 767px){
.td-header-menu-wrap {
display: block;
font-size: 11px;
}
.top-header-menu, .td-header-menu-wrap .menu-post-and-page-settings-container .menu {
margin-left: 0px;
}
.top-header-menu li a, .td-header-menu-wrap .menu-post-and-page-settings-container .menu li a {
padding: 0px 2px 0px 2px;
}
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
