Hi,
I guess that you refer to the Big Grid posts. Unfortunately Big Grid block doesn’t have an option to set number of posts to display or pagination.
Thanks!
Hi,
I just tested this and this is happens because of custom ad that you use. If you use above divs the ad will be centered: http://screencast.com/t/nm1cP7X9w
And for margin top you will need to use this custom css like the default ads: http://screencast.com/t/BZQdbCen
.td-a-rec-id-home_300{
margin-top: 20px;
margin-bottom: 20px;
}
Thanks!
Hi,
I have checked your site an did not found any issues with the plugin: http://screencast.com/t/FA5OWHI7OAE
Please provide more details as I checked your site with Iphone 5 and did not found any issues. What device did you use and what space you don’t see?
Thanks!
Hi,
Please try this custom css:
.td-sp-ico-home:hover{
background-image: url('http://localhost/paper1/wp-content/themes/Newspaper/images/header/elements-menu.png')!important;
}
.current-menu-item .td-sp-ico-home{
background-image: url('http://localhost/paper1/wp-content/themes/Newspaper/images/header/elements-menu.png')!important;
}
Thanks!
Hi,
Do you refer to post’s reviews?
If you do please enable it like this: http://screencast.com/t/3pk4MPAB
Hope this helps!
Hi,
Please edit td_social_counter_009.php and change to channel. Please follow this topic: https://forum.tagdiv.com/topic/problem-with-youtube-option-on-social-counter/#post-38559
Thanks!
Hi,
PLease try this custom css for your home page: http://screencast.com/t/2wAp3ZZ3nJ
.home .span4 .td_block5 .td_mod4{
border-bottom: 1px solid black;
}
Hope this helps!
Hi,
We did not tested the plugin with the theme, but you ca try to disable all plugins, leave only Visual Composer and WordPress Related Posts plugins active, clear cache and see if it works. Maybe there it is a conflict with another plugin(s) that you use.
Thanks!
Hi,
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,
I also tested this and it works fine: http://screencast.com/t/mEAUzV55G5js – http://screencast.com/t/bCjgNS9G3fm
Please try this without any plugins active, leave just Visual Composer active, clear cache and try again. I think that a plugin css code it is apply: http://screencast.com/t/ZyCQLsKUY
Also you can add an extra class to the button and apply the color with css code: http://screencast.com/t/9gaNHQB94W8
Add css code in Theme Panel > Custom Css: http://screencast.com/t/g98UTmu9c
.wpb_btn-danger.yourclass{
background-color: blue !important;
}
Hope this helps!
Hi,
Please deactivate all plugins, leave only Visual Composer plugin active also empty cache and check if the issue is still there. If it is not please activate your plugins one by one and which one create this issue. Also if you have custom modifications to the page template or footer files please check it. Let me know how it goes.
Thanks!
Hi,
Unfortunately the theme doesn’t have an option for this, but you can try to use post style 5 like this: http://screencast.com/t/Rr1Xc1bsS
Result: http://screencast.com/t/9QToHPWPmn
Hope this helps!
Hi,
That’s because you use Newsmag theme and you have different options in Theme Panel, so please set transparency/opacity from Theme Colors section: http://screencast.com/t/tehUt1nGCg
Also please post your issues in newsmag section – https://forum.tagdiv.com/forum/newsmag/
Thanks!
Hi,
You have to add a background image like it is made when you change color from Theme Panel, but this only when you hover. Please try this custom css in Theme Panel > Custom Css:
Color black from Theme Panel: http://screencast.com/t/cmGuVMuC
When you hover: http://screencast.com/t/gsXzrHbX35uB
.td-sp-ico-home:hover{
background-image: url('http://localhost/paper1/wp-content/themes/Newspaper/images/header/elements-menu.png');
}
Hope this helps!
Hi,
For adsense code it should work options from Theme Panel: http://screencast.com/t/CRgIdbbbim
If you still have issues please provide a link, a screenshot with ads and some details about which of them you want to hide and I will try to provide a css solution.
Thanks!
Hi,
1. Here is the default css for different screen sizes, please change it like you wish as I don’t know exactly values that you want:
.td-grid-wrap {
padding: 49px 13px 0px 13px;
}
@media (min-width: 1200px){
.container-fluid {
padding-left: 35px;
padding-right: 35px;
}
}
@media (max-width: 1018px) and (min-width: 768px){
.container-fluid {
padding-left: 11px;
padding-right: 11px;
}
}
@media (max-width: 767px){
.container-fluid {
padding-left: 8px;
padding-right: 8px;
}
}
2. Also you ca reduce top padding from the above code and paste the code in Theme Panel > Custom Css: http://screencast.com/t/7ZHkGatw
For example I reduced top padding to 20px and is this is not apply please use !important
.td-grid-wrap {
padding: 20px 13px 0px 13px !important;
}
Hope this helps!
Hi,
You can add an extra class to the sidebar column and use that class to hide sidebar on mobile: http://screencast.com/t/iza4uIDLEfd
@media (max-width: 767px) {
.yourclass{
display: none;
}
}
Hope this helps!
Hi,
Please try this with another video and see if you still have this issue. The featured image is created from the youtube/vimeo video so the theme cannot control that: http://screencast.com/t/4lh79G2ByS
Thanks
Hi,
Please deactivate all plugins, leave only Visual Composer plugin active, also empty cache and check if you still have that issue. If this solve your issue please activate your plugins one by one to find out which cause this problem.
Thanks!
Hi,
Please use these divs to show banners just add the image src for each device in the divs below:
<div class="td-visible-desktop">
<a href="http://google.com" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec728.jpg" alt=""></a>
</div>
<div class="td-visible-tablet-portrait">
<a href="http://google.com" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec468.jpg" alt=""></a>
</div>
<div class="td-visible-phone">
<a href="http://google.com" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec320.jpg" alt=""></a>
</div>
I tested with this and the result is: http://screencast.com/t/qoAE3aTUTf
You can find more info on our documentation: https://forum.tagdiv.com/ads-system-full-guide/
Hope this helps
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please try to add date after the div: http://screencast.com/t/xCTZ4Hx9
Result: http://screencast.com/t/FHb0bbOrbQDU
And result with your custom css: http://screencast.com/t/JsTSAow85k
Hope this helps!
Hi,
I have checked your site and you have this custom css that hide all span4 from the row: http://screencast.com/t/mzLp70PL3VaQ – http://screencast.com/t/nxiemo1Iq
Please check your Custom Css from Theme Panel and see if you find it or you can try to overwrite it: http://screencast.com/t/nNusinrWWrq
@media (max-width: 767px) {
.container .span12 .row-fluid .span4 {
display: block !important;
}
}
Hope this helps!
Hi,
Unfortunately that happens as the module uses a small thumb and on mobiles it gets enlarged (stretched) via css.
If you don’t mind using a larger thumb image for module 10 thumbs you could try to change the thumb size for it. Edit the td_config file and change the width and height of the thumb from here: http://screencast.com/t/oaBaVnCOMDW ..then regenerate thumbnails using this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Please also consider that changing this thumb sizes will also affect mega menu and block 11 which also use this thumbs.
Or you can use the same size for images like there are on desktop also on mobile screen using this custom css: http://screencast.com/t/ALLD1c6teqj
@media (max-width: 767px){
.td_module_10 .td-module-thumb {
width: 180px;
}
}
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please try to remove this part from above custom css and it should work fine:
.single .td-full-screen-header-image-wrap .td-backstretch{
height: 500px!important;
}
Thanks!
Hi,
I have checked your site and seems that is missing a class there, so please update your theme to the latest version 1.6 following this guide and use FTP method: https://forum.tagdiv.com/how-to-update-theme/ Also update the plugins that come with the theme’s files from /plugins folder: https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/
Let me know if you still have issues with this after update.
Thanks!