Hi,
The author on blocks is hidden by default, please uncomment this line from modules: http://screencast.com/t/U3tIdOnq
Thanks!
Hi,
Please use the same condition like above but to the header style that you use and add also else including there header style that you want to use on other pages: http://screencast.com/t/3PDeShhA
Homepage: http://screencast.com/t/ysI5ya4wxV
Post: http://screencast.com/t/YhgL0yygUI5L
Thanks!
Hi,
Please contact us via email contact@tagdiv.com and specifying in your message that you want a refund. Sorry for inconvenience!
Thanks!
Hi,
I have checked your site and social counter seems to work: http://screencast.com/t/ivqJgDDn
http://screencast.com/t/MrHLSMpkUc1n
http://screencast.com/t/4t9UDtgoGe35
Also I see that it is added a post created yesterday: http://screencast.com/t/Gy4IVtDawzb4
For the other issues please deactivate all plugins, leave only Visual Composer active, also make sure you empty cache and purge files if you use CDN host service.
Thanks!
Hi,
Please try this solution, edit td_fonts.php and add . ', sans-serif' like this: http://screencast.com/t/p0uNkfx7UW8
After you make this change please save again from Theme Panel to refresh this: http://screencast.com/t/SAxsrGSZAzdU
Thanks!
Hi,
Using css you will only hide them and this will not reduce the number of requests to the server.
If you want to hide them please use this custom css: http://screencast.com/t/E4XuIhYN
.span4.column_container .td_mod3 img{
display: none;
}
.span4.column_container .td_mod3 .item-details {
margin-left: 0px;
}
Or you can delete this line from the module, but will affect all blocks that are using the module: http://screencast.com/t/DcdNaYYQUc
Also you will have to use css after that: http://screencast.com/t/iUd9Vx1Q
.span4.column_container .td_mod3 .item-details {
margin-left: 0px;
}
Thanks!
Hi,
After you add the line, on every page that use template “Homepage-blank” you will have comments.
Let me know how it goes!
Thanks!
Hi,
Please take a look also on categories in Theme Panel and where is positioned the sidebar there. I say that beacuse this setting overwrite template settings: http://screencast.com/t/J8VIfhrRv
Also please provide more details. Where is positioned sidebar on that older posts?
Thanks!
Hi,
Unfortunately the theme doesn’t have an option for this and you would need custom work this as it is not an easy task. We cannot offer custom work 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.
Sorry for the inconvenience!
Thanks!
Hi,
Can you provide more details about how you set up the logo? Header logo or footer logo?
And what do you mean with page name? Page title? Or site name?
If you have installed W3 Total Cache after you activate it from plugins: http://screencast.com/t/OKvo4AV5O3T
You can find it here: http://screencast.com/t/eBgL1S2K4i
Also please read this: https://forum.tagdiv.com/w3-total-cache-configuration/
Please follow our documentation, make sure that you have installed the theme properly and the plugins that comes with it especially Visual Composer plugin: https://forum.tagdiv.com/newsmag-documentation/
See if you still have issues and try without any plugins active, leave only Visual Composer active.
Let me know!
Thanks!
Hi,
There are only few colors that are apply directly from shortcode color: green, black.. what I tested and the #hex codes does not apply, but you can add to the color something like this: http://screencast.com/t/OFPaysLX2
And use that like an extra class, so you can change background only for that button or if you have more buttons that you want to have the same color with custom css: http://screencast.com/t/QSueg06MT
.vc_btn-your text on color{
background-color: #3C89AB!important;
color:white;
}
Hope this helps!
Hi,
The Big Grid like each block can be set to display posts from specific category: http://screencast.com/t/sfZ3vDmlU
It can’t display uncategorized posts if it is set to not display them.
Please provide your site URL so I can inspect this.
Thanks!
-
This reply was modified 11 years by
Lucian.
Hi,
Block13 use module 14 when is used on full width and for 2 columns layout, but in a single column it use module mx3: http://screencast.com/t/Rt0zOkETb
So you have to change the font for that module.
Thanks!
Hi,
Thanks @Chris S
@johel Did you managed to solve this?
You have to set this option: http://screencast.com/t/9f3MpRQTbv
Now you can enable Unique Articles: http://screencast.com/t/lCrIonx5b
You can read/see more about Unique Articles here: https://forum.tagdiv.com/unique-articles-and-offset-newspaper/
Thanks!
Hi,
Please add td-ss-row class to the row where you add the widgetisedsidebar: https://forum.tagdiv.com/topic/hitting-a-roadblock-to-achieve-infinite-scrolling-with-smart-sidebar/
Thanks!
Hi,
This can’t be done with wordpress editor, you can find the file following path /Includes/Modules/td_module_single.php. You can use Notepad ++ to edit: http://notepad-plus-plus.org/
Thanks!
Hi,
I’m not sure if I understant. If you want to show 3 posts on block8 like you have: http://screencast.com/t/w3ggt7hLIK
Just add reviews to those posts: http://screencast.com/t/LAIKHWaJ -see Screen options if you don’t have product review: http://screencast.com/t/UyOwqV574KXG
Result: http://screencast.com/t/NvgqlyjORrg
Please provide more details if this is not what you want.
Thanks!
Hi,
You can use Style 2 from block settings: http://screencast.com/t/3X4nAa6kYY
Or with custom css: http://screencast.com/t/wWmsMP8cxJL
.td_block_trending_now{
background: red;
}
Thanks!
Hi,
The code that you pasted here works, but it put the sidebar’s blocks in a Text Block:
http://screencast.com/t/Y9lYeUs39ALT
http://screencast.com/t/b35k0SbxY
http://screencast.com/t/qngfUIy4rQdo
Please delete the Text Block and add those blocks(ad box, block6 and block8) again using Visual Composer plugin.
Sorry again for inconvenience!
Thanks!
Hi,
Sorry, I forgot about Breadcrumbs on posts, that only parent category can be hidden. You can add a category to the post if you want to use breadcrumbs or disable breadbrumbs(if you don’t want to use it).
Let me know if you still have issues!
Thanks!
Hi,
I see that it works: http://screencast.com/t/OMyz0HPIip1
You can try also this custom css if you like how it looks: http://screencast.com/t/pCbsUbsKl
.footer-text-wrap{
padding-bottom: 5px;
}
.footer-logo-wrap {
padding-bottom: 0px;
}
Thanks!
Hi,
@Mauras Please add and use the social counter widget right using this guide: https://forum.tagdiv.com/how-to-manage-the-social-counter/
Make sure you install it from the /plugins folder that was provided together with the theme files when you’ve downloaded it from themeforest. You have to deactivate and delete the version that you have installed and re-install the version 2.7 provided with the theme.
The social counter plugin included into the latest theme version is 2.7 so make sure you have it like this: http://screencast.com/t/YqAjnWg7IO
I also tested this with your ID and it works: http://screencast.com/t/25rUcaFpx
Result: http://screencast.com/t/nimduh7N7elR
@jlee620 If you have the latest version like I said above please try to deactivate all plugins, leave only Visual Composer and Social Counter active and see if this work, also clear cache. Let me know if you still have this issue and provide your site URL.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
The default color load first, so you can replace the default color(#4db2ec) like this: https://forum.tagdiv.com/topic/about-default-theme-colors/
Thanks!
Hi,
Please read and try this solution: https://forum.tagdiv.com/topic/about-default-theme-colors/
Thanks!
Hi,
Please make sure that you deactivate all plugins, empty cache then check again maybe it’s caused by a plugin conflict. Also please update the theme if you are not using latest theme 4.6.1.
I also tested this and found no issues.
Thanks!