Hi,
@gili the latest version of Visual Composer provided with the theme’s files is 4.4.2 . So Emil referred to the latest version of the plugin there were some problems with it and switch to the previous version 4.3.5.
Please provide more details about your issue.
Thanks!
Hi,
Please follow this topic and edit loop.php file: https://forum.tagdiv.com/topic/how-to-add-ads-in-category-pages/#post-21940
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/8ieUjvdSfTz0
.single .td-g-rec-id-custom_ad_1{
float: left;
}
For google adsense you have to use td-g-rec-id-custom_ad_1 instead of td-a-rec-id-custom_ad_1 as I did not use adsense in my example.
And now you can hide one on mobile screen from Theme Panel > Ads: http://screencast.com/t/OcID8FG4Ua
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
@LulioSr Thank you for your good thoughts!
We are sorry for all issues occurred after update. We assure you that we made a lot of tests before the release on our side and we did not find any issues.
Thanks!
Hi,
Thanks Chris!
@recordere.dk Please send an email at contact@tagdiv.com with your request if you still have issues with this. Sorry for inconvenience!
Thanks!
Hi,
If you refer to the Big Grid – http://screencast.com/t/sZtsipmwEhNj unfortunately there is no option to autoplay as this is not a slider. The Slider has an option to autoplay from settings: http://screencast.com/t/LI1mLmBxR7
Thanks!
Hi,
Please edit you header style file and add a div with your logo image like this: http://screencast.com/t/Bd731Jokkn
And add some css code in Theme Panel: http://screencast.com/t/S6drJO1XY5vw
.yourclass{
float: right;
}
Also if you want to hide it on mobile please use this custom css:
@media (max-width: 767px){
.yourclass{
display: none;
}
}
Hope this helps!
Hi,
Please try this css for right border on posts: http://screencast.com/t/0tbHNTbi5aaV
.single .td-container-border:after{
background-color: white;
}
You can replace pinterest social button with your button here: http://screencast.com/t/0k7uhHTN – http://screencast.com/t/YYbPxKzH
When you update the theme Theme Panel customizations should not be deleted(only theme’s files modifications) but if you want to be sure you can make a backup anyway.
Thanks!
Hi,
Please make sure that you empty cache if you use a cache plugin and also browser’s cache and see if you still have this issue. Let me know!
Thanks!
Hi,
You can change footer logo, text from Theme Panel > Footer: http://screencast.com/t/q7Xg7iYgvEb
Also please make sure that you have installed Social Counter plugin from the theme’s files /plugins folder and activate it: http://screencast.com/t/inV38FNCT – http://screencast.com/t/cctgmhQBk
Our guide may be useful: forum.tagdiv.com/newsmag-documentation/
Hope this helps!
Hi,
You can try to use a fixed width also on mobile view like this and display title and excerpt under the image :http://screencast.com/t/eSzFdzj99vl
@media (max-width:767px) {
.home .td_block_11 .td-module-thumb .entry-thumb {
width: 180px !important;
}
}
Also if you want to display it the same like on desktop please use this css in Theme Panel > Custom Css: http://screencast.com/t/QLMicNRJF6Z
But on very small screens it will look like this: http://screencast.com/t/pHeQo2yiOz
@media (max-width:767px){
.home .td_block_11 .td-module-thumb .entry-thumb {
width: 180px !important;
}
.home .td_block_11 .td_module_10 .td-module-thumb {
position: relative;
float: left;
margin-bottom: 20px;
}
.home .td_block_11 .td_module_10 .item-details {
position: relative;
min-height: 135px;
margin-left: 200px;
margin-bottom: 40px;
}
}
Hope this helps!
Hi,
Sorry for delay! Please replace the code from loop.php file with this one – http://pastebin.com/mYVvgtvp
Hope this helps!
Hi,
Please try to add the code like this and also value for excerpt: http://screencast.com/t/yRCKkmKw
Hope this helps!
Hi,
You can try what css code you want/need in Theme Panel > Custom Css. I just explained to you how this new custom ads will be centered and apply some margin top, to look just like default custom ads. If you don’t have basic css/html experience I suggest get someone to help you with this as we cannot offer any custom work.
Thanks!
Hi,
@rumadlol Please try to remove Social Counter plugin then install it again from the /plugins folder that comes with the theme’s files that you downloaded from themeforest.
Thanks!
Hi,
This issue can be solved by css code because the ads can be targeted if you use the code in custom ads(I already provided to you an idea above): http://screencast.com/t/h31va6BUcT
.single .td-a-rec-id-custom_ad_1 {
float: left;
}
And like I said you can also hide it on mobile from Theme Panel options. Let me know how it goes!
Thanks!
No that it is not apply on that div. Please let me know how it goes.
Thanks!
Hi,
You also can change the image size in module 10 and use a fixed width(how it is by default) for desktop an tablet screens. And like this you will have a quality image on mobiles.
So you can add td_681x0 like in your example in module 10 file: http://screencast.com/t/uYz5hL5kgu6t and apply this css using @media queries: http://screencast.com/t/AlzFFuz5Obu
@media(min-width: 768px){
.td_module_10 .td-module-thumb .entry-thumb{
width: 180px;
}
Result on mobile screen: http://screencast.com/t/YDvcwHq9h
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please use those divs it will be automatically centered for all your custom ads. For example just paste this code in your custom ad:
<div class="td-visible-desktop">
<a href="" target="_blank"><img src="http://185.17.107.54/sitonuovo/wp-content/themes/Newsmag/images/demo/ad_sidebar/rec300.png" alt=""></a>
</div>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
1. I have checked your site and seems that you figured out how to disable top share: http://screencast.com/t/DT129uEQ
2. Please edit your second gallery – http://screencast.com/t/85eIiVzhP and change it to tagdiv gallery like this: http://screencast.com/t/wVgSYowH
3. You cannot add your widgets in the footer because you use the default style, so please change it from Theme Panel > Footer: http://screencast.com/t/fIFVX2KyUn0G and now you can add widgets in footer’s columns: http://screencast.com/t/dlA6g615RnYG
Hope this helps!
Hi,
Please change the site language and will be translated: http://screencast.com/t/mB76iuCU3089 and Featured Video from here: http://screencast.com/t/5I5ojUOBdj
Also you can remove that text from this file: http://screencast.com/t/fkdDJ6Rd3R
Thanks!
Hi,
If you want to remove category tag you can do this from Theme Panel > Categories > each category: http://screencast.com/t/VR6iisBiw
Or you can use this custom css in Theme Panel > Custom Css if you want to hide it only for mobile view: http://screencast.com/t/CDsaUjvvbkJG
@media (max-width: 767px){
.single .td-category{
display: none;
}
}
Thanks!
Hi,
Please try to ad the code in Theme Panel like I suggested above as I cannot target to hide it with css code and use this code to echo it in loop single(sorry that I did not posted the code above):
<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?>
<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_2"]'); ?>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
If you want change the width and height and also crop(center) of the thumb please edit the td_config.php file: http://screencast.com/t/MvPEw8AGR ..then regenerate thumbnails using this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
For example I edited like this – http://screencast.com/t/b7zifZGZLK then regenerate thumbs – http://screencast.com/t/cYyU8UxbXF
Before: http://screencast.com/t/bzJFlnc3VDsT
Result: http://screencast.com/t/MImsQmSf
Please also consider that changing thumb sizes will also affect other blocks/modules which also use this thumbs.
Hope this helps!