Hi,
I have checked your site and you have background: http://screencast.com/t/zSswxxaXIJW
Did you solve the issue? Please provide more details, if not.
Thanks!
Hi,
If you refer to child categories of selected category, unfortunately there is no option in Theme Panel, but this can be changed with css code in Theme Panel > Custom Css: http://screencast.com/t/GLBzgRlRreF
.block-child-cats a {
font-family: 'Roboto Slab', sans-serif;
font-size: 10px;
}
Result: http://screencast.com/t/LhHYhvwhJ
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please edit this file: http://screencast.com/t/q48aC5Ed4H and change to 'url' => "http://www.youtube.com/channel/your channel",
Here are some examples:
https://forum.tagdiv.com/topic/problem-with-tagdiv-social-counter-youtube/
https://forum.tagdiv.com/topic/tagdiv-social-counter-and-youtube/
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please edit that image and change link to custom url and add your link: http://screencast.com/t/4kJhWUd9
Also if you want to open link in a new web page: http://screencast.com/t/LZXpHrT8XSXB
Thanks!
Hi,
Please use this custom css, it will apply on both pages: http://screencast.com/t/AtQDLozy59a – http://screencast.com/t/SnqvweZNca
.archive .header-content-rec .td-a-rec-id-header{
margin-bottom: 15px;
}
Feel free to change that margin’s value how you like!
Thanks!
Hi,
1. Try to change again span from menu-top.php but now like this and see how it goes: http://screencast.com/t/LWb0WDwz
This change will increase the width: http://screencast.com/t/kWHHVFiAFg
2. Please use this css code for logo in mobile view: http://screencast.com/t/Q01I58cibx7H
@media (max-width: 767px){
.header-style-3 .td-logo img {
position: absolute;
right: 0px;
top: auto;
}
}
Thanks!
Hi,
1. Please add this css in Theme Panel > Custom Css and use a solid color for background: http://screencast.com/t/hnBnXvtWOr
.td-sbig-title-wrap .td-sbig-title {
background-color: #4db2ec;
}
.td-big-grid-title .td-sbig-title-wrap {
background-color: #4db2ec;
}
2. Please use this custom css, it will apply to all links: http://screencast.com/t/QbAU9FOfHU
a:hover{
text-decoration: none !important;
color: red !important;
}
3. You will need custom modification for this, unfortunately we cannot offer custom work because we work hard on the development, updates, fixes and support.
I gave you a solution for this above. Use a page template without articles list: http://screencast.com/t/hq6MZc8jB and instead use a block for Latest Articles. It will look something like this page from newsmag demo(Scroll to Latest Articles): http://demo.tagdiv.com/newsmag/homepage-infinite-scroll/
Please follow block’s settings(this block settings are exactly to show Latest Articles like above page):
http://screencast.com/t/geiG1TUvEFux
http://screencast.com/t/Wl8nOauLcQf
Use Infinite Load and show Load More button after x pages: http://screencast.com/t/asRKs5uZ
Also you can translate Load More from Theme Panel > Translations: http://screencast.com/t/VLp9RxDcBN
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please take a look in Theme Panel > Template Setting what sidebar are you displaying for articles: http://screencast.com/t/CSe2u5y1FS1
Also check the category sidebar: http://screencast.com/t/FGVEls1dzc the post uses category sidebar’s settings.
There is a sidebar for your posts, but is empty. So take a look in Widgets if you have maybe you have a custom sidebar empty and also is set for your articles: http://screencast.com/t/jVfFTPL1
Thanks!
Hi,
I also tested this but I did not found any issues with tag page.
Please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin access so we can take a look.
Thanks
Hi,
Please edit this file and add if-else statements: http://screencast.com/t/5amz5U7QRtY
if (is_front_page()){
locate_template('parts/header/header-style-7.php', true);
} else {
locate_template('parts/header/header-style-1.php', true);
}
You have to use Header Style 1(default): http://screencast.com/t/I8TGdtJnBi
Homepage: http://screencast.com/t/AeA5uq3d5qTb
Post: http://screencast.com/t/utPevH8ryE5
Thanks!
Hi,
Please deactivate all plugins leaving just the Visual Composer plugins active then empty cache and also purge files if you use any CDN host services then check again. I also tested this with the last theme version and found no issues. If you still have that issue please provide your site URL so I can inspect this.
Thanks!
Hi,
Please edit td_smart_list_2.php and make this change: http://screencast.com/t/DZ0vo2ylp68A
Result: http://screencast.com/t/8O5cVoDTIlf
Also you can use this css for counter in Theme Panel > Custom Css: http://screencast.com/t/7fH1iQV90Ry
.td_smart_list_2 .td-sml2-current-item-nr{
font-size: 30px;
}
Thanks!
Hi,
Please provide your site URL so I can inspect this and provide to you an accurate solution.
Thanks!
Hi,
Adding this custom css in Theme Panel > Custom Css should apply only at Big Grid’s excerpt:
.td-big-grid-post .td-excerpt{
color:white;
}
Thanks!
Hi,
Thanks @DavisBeatz
@Afterglow
You have to enable the unique articles feature and you will get posts just once on your page: http://screencast.com/t/DhQxmXUIW
If you have pagination unique articles doesn’t work, try the offset feature or use a different category on blocks.
Please take a look here: https://forum.tagdiv.com/unique-articles-and-offset-newspaper/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I tested this with your ID and seems to work: http://screencast.com/t/qDtWyFVLE – http://screencast.com/t/qwyK4238vJD
I see that you use newspaper please let me know what version of Social Counter do you use. And also try this without any plugins active(leave only Visual Composer and Social Counter active) and empty cache.
Also make sure you use the social counter plugin right following this guide: https://forum.tagdiv.com/how-to-set-social-counter/
Thanks!
-
This reply was modified 11 years by
Lucian.
Hi,
Mainmenu’s font can be changed from Theme Panel > Theme Fonts > Header: http://screencast.com/t/tCrkB8yB
Do you refer to the block title: http://screencast.com/t/lhXGhSE0pt6v
You can change this to h2 from here: http://screencast.com/t/fticvPaGa
Thanks!
Hi,
Please add css code in Theme Panel > Custom Css: http://screencast.com/t/8SLx6FTK
Try and see if this work may need additional css customization.
Thanks!
Hi,
I have checked your link and found that this is default post style. So this can’t be targeted like the others templates.
You can add this custom css, but you have to add this above the code for others templates because if you not this will apply to all post styles. If you add this above it will be apply in cascade for other templates.
.single .header-content-rec .td-a-rec-id-header{
margin-bottom:15px;
}
Result: http://screencast.com/t/uNsTPHZTORS
Hope this helps!
Hi,
I have checked your link and seems that the page doesn’t exist: http://screencast.com/t/tuyCwD0EzERE
Anyway I tested this on other post and it work fine: http://screencast.com/t/RQYQmrey
Please provide more details if you did not solve this!
Edit: If you refer to this image: http://screencast.com/t/j8WCUPn9v please edit the image: http://screencast.com/t/G9bOW2Ji and link to media: http://screencast.com/t/ZZHhixSNq
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Try this custom css in Theme Panel > Custom Css: http://screencast.com/t/OQCEMKNdDV
.top-header-menu.td_ul_login{
float: right;
width: 100px;
margin-right: 10px;
}
.td-header-menu-wrap .td-social-wrap {
margin-right: 0px!important;
}
Thanks!
Hi,
Please make sure that the category you choose to display has subcategories:
http://screencast.com/t/M8YPYTCY6KdV
http://screencast.com/t/gfVZg79G
Result: http://screencast.com/t/hJGQbg5jI
Hope this helps!
Hi,
You can change font for blocks title from Theme Panel > Custom Typography > Pages: http://screencast.com/t/zGWALJ6AV6
Result: http://screencast.com/t/Q4kpNoSTrRJ
Thanks!
Hi,
Please update your theme if you are not using the latest theme version (4.6.1), use ftp method: https://forum.tagdiv.com/how-to-update-the-theme/ and make sure that the plugins that comes with the theme are also updated. You can find them in /plugins folder that comes with the theme files that you downloaded.
Also try this without any plugins active, leave only Visual Composer active and also make sure you empty cache/purge files then check again.
Thanks!