Hi,
Do you have a menu there or what?
If yes use this:
.td-sub-footer-menu li a {
font-family: your font;
}
If not give me a link to see the issue.
Thanks!
Hi,
Edit like here: http://screencast.com/t/pwgs8rKQPcVp
and add this CSS in Theme panel -> Custom CSS
.td-sbig-title-wrap .td-sbig-title {
background-color: rgba(77, 178, 236, 1);
}
Thanks!
Hi,
Use this CSS, add it in Theme panel -> Custom CSS
.td_popular_categories li a {
font-size: 18px;
}
.td_social .td_social_type {
font-size: 18px;
}
Thanks!
Hi,
I see that you have managed the issue. https://forum.tagdiv.com/newspaper-v-3-7/
Thanks!
Hi,
We will fix this in the next update for those files.
Thanks for the message!
Hi,
Do you use plugins? Please disable all plugins or one by one and see if works!
Make this first and if nothing works, you can give us access to your WordPress and we will take a look. Send the details via email at contact@tagdiv.com
Thanks!
If you want that, we can provide you an *.XML file with all demo content. Just send us an email at contact@tagdiv.com
Thanks!
Thanks for reporting this, I’ve added this in installation doc.
Thanks!
You use other plugins instead of recommended because could cause incompatibility!
Thanks!
Hi,
Here is the function for the author box from posts: http://screencast.com/t/GsahqqBVBhFk if you want to change something.
Also here is the code for the box from author page: http://screencast.com/t/2TvSs2e3kKhS
Thanks!
Hi,
We have the tab issue on our track issues list, will be fixed asap.
Thanks!
Hi,
@cirtoska all should work fine, please make sure you have the latest sprites file. (elements.png and elements@2x.png) http://screencast.com/t/gvZcLhE9O
Can you provide a link to see the issue?
Thanks!
Will be fixed, we need more time!
Hi,
Was not tested by us, what I’ve know is the Templatera – Template Manager for Visual Composer works with the theme.
Thanks!
We hide some featured because is not used for news/publishing sites, is not a business theme to use a call action, or similar. If you want to show all stuff from VC make this: http://screencast.com/t/ZXP9vMry
The Call To Action probably have no style defined in CSS, because we never used that.
Thanks for the message!
Hi,
Leave the code in main theme if not work in Child, I’m not sure why not work in Child theme.
Thanks!
Hi,
If you want to hide the comment on entire site make this: http://screencast.com/t/Lpya7761zHV
Thanks!
Hi,
1. Add this code:
function get_social() {
$social_sharing = 1;
$buffy .= '
<div class="td-social-sharing">
' . $wrapper_post_tags;
if($social_sharing == 1) {
$image = wp_get_attachment_image_src( get_post_thumbnail_id( $this->post->ID ), 'single-post-thumbnail' );
$buffy .= '
<div class="td-tags-and-social-wrapper-box td-tags-and-social-wrapper-box-bottom-line">
<a class="td-social-sharing-buttons td-social-twitter" href="https://twitter.com/intent/tweet?text=' . $this->title . '&url=' . urlencode(get_permalink()) . '&via=' . get_bloginfo('name') .'" onclick="window.open(this.href, \'mywin\',
\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;" ><div class="td-sp td-sp-share-twitter"></div><div class="td-social-but-text">Twitter</div></a>
<a class="td-social-sharing-buttons td-social-facebook" href="http://www.facebook.com/sharer.php?u=' . urlencode(get_permalink()) . '" onclick="window.open(this.href, \'mywin\',
\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><div class="td-sp td-sp-share-facebook"></div><div class="td-social-but-text">Facebook</div></a>
<a class="td-social-sharing-buttons td-social-google" href="http://plus.google.com/share?url=' . get_permalink() . '" onclick="window.open(this.href, \'mywin\',
\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><div class="td-sp td-sp-share-google"></div><div class="td-social-but-text">Google +</div></a>
<a class="td-social-sharing-buttons td-social-pinterest" href="http://pinterest.com/pin/create/button/?url=' . get_permalink() . '&media=' . (!empty($image[0]) ? $image[0] : '') . '" onclick="window.open(this.href, \'mywin\',
\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><div class="td-sp td-sp-share-pinterest"></div><div class="td-social-but-text">Pinterest</div></a>
</div>';
}
return $buffy . '</div>';
}
here: http://screencast.com/t/FRoZLoFTFFQ
2. Add this: <?php echo $td_mod_single->get_social();?> like here: http://screencast.com/t/oQ587egNmFo
Thanks!
Hi,
We will take a look about the double popup issue!
Thanks!
Hi,
The size have defined a best ad size for each section. If you want other sizes you can change it from here: http://screencast.com/t/3WtAYvSt68
Also no matter what size you choose from Adsense, the ad system will use only your ID data to manage the ads. (I mean if you get a code from Google to a 300×250 banner size the theme will display the recommended size banner for that area, for example Header section will show a 728×90 banner is is set to Auto)
Thanks!
Also please rebuilt your thumbnails following the steps from here: https://forum.tagdiv.com/using-the-theme-with-existing-content/
Hi,
@Jim Daugherty is everything fine there?
Can be fixed with a CSS.
Hi,
@innovationfactor can you provide a link to see the issue? Do you men you don’t have thumbnails images?
What you can test is to add a youtube URL here: http://screencast.com/t/UkyaHIutN
Thanks!
Great! I’m glad that works now!
Hi,
We will try to fix the TABS in the next update.
Thanks for reporting this!