Hi
To hide the “Related Article” section comment the indicated line of code: http://screencast.com/t/SOmbYZ4Z1wO and modify the style.css file like here: http://screencast.com/t/cYCTcKeltL
Thanks!
Hi
You can use a footer template that have the social icon included: http://screencast.com/t/umebpftr5Q and apply this css to modify their sizes:
.td-social-icon-wrap i{
font-size: 18px;
width: 30px;
height: 30px
}
The theme doesn’t have an option to ad social icons in sidebar area, sorry, those are available only on header and footer, if you need other customization on this regard please consult or hire a freelancer or a developer from a site like studio.envato.com
Thanks!
Hi
@shae101s unfortunately I can’t provide an exact answer but we consider to add in the next theme updates new post formats for Newsmag.
@nherious to hide the new grids on mobile devices you can use media queries like here:
@media (max-width: 767px){
.td_block_big_grid_7{
display:none!important;
}
}
This css hide the big grid 7 on mobile devices, just replace the grid class with the corresponding for the grid you want to hide.
Thanks!
Hi Marius,
Thanks for your help! I’ve also just now double-checked these exact steps and also tried adding your CSS. Still no luck. I tried disabling all plugins and that also has not solved the issue. I am feeling frustrated with the recent theme updates…. seems the site is always breaking 🙁
Where exactly do I “copy the vies function from td_module_single_base.php to td_module.php”… I mean, where in td_module.php do I place the vies function? Should the location placed matter in this case?
Thank you,
James
Hi
Try this css:
.td-category-description{
display:none!important;
}
If the problem doesn’t solved please provide a link so I can inspect it closer.
Thanks!
Hi
@Roney please make sure you have the whatsapp plugin installed: https://wordpress.org/support/plugin/whatsapp then go to plugin settings and set it where you want to appear on the post/pages: http://screencast.com/t/VQ4vE5bbAI4
To make the button visible on desktop add this custom css in theme panel > custom css:
@media (min-width: 1024px){
.wabtn_container {
display: block;
}
}
Let me know how it goes.
Thanks!
Hi,
Add the following css in Theme Panel -> Custom CSS: – http://screencast.com/t/RJS42yxAR
.td-category-header .td-pulldown-filter-display-option {
display: none;
}
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
The theme alters the adsense ad codes and makes them responsive so you can either add your css classes here: http://screencast.com/t/pqxg7Rr7sL or you can chose custom ad sizes for each ad sport form theme panel: http://screencast.com/t/CuDH0pnR2tl
Thanks
Hi,
1. You just create the page, find the page id and copy it on the mega menu. The page content will appear in the Mega Menu.
2. You could use css to hide uber menu on mobile devices, we use this on the theme top menu. You just have to find the class used on it’s container and use media queries, ex:
@media(max-width: 767px) {
.ubermenuclass {
display: none;
}
}
If you can’t find it please provide the site url and i’ll take a look.
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
You can change the background color on mobile devices via custom css in Theme Panel > Custom Css, please check this topic – https://forum.tagdiv.com/topic/mobile-logo-2/
Thanks!
Hi,
You can hide them using custom css in Theme Panel > Custom Css – http://screencast.com/t/SA84pQxJ
.comments #email, .comments #url {
display: none;
}
If you do this please make sure that you also disable this option so the users don’t need to add name and email – http://screencast.com/t/7vmNQ9qkmG
Thanks!
Hi Lucian/Support
Things have gone quite well replicating ad positions. A few questions as I finish off the move to Newspaper 6;
1. TagDiv ad block – for sidebar does this only have one ad and one widget? The one where you enter code in Theme Panel? I have used multiple Adrotate widgets instead.Can I use multiple instances of your TagDiv ad widget? Different ad code in each?
2. I have property pages – they are custom pages from Estatik plugin. in the shortcode from the plugin
[es_single_property] in generates the single property house or apartment – I need to remove all ads from that page and all like it – remove header ad/sidebar (sidebar which I’ve used a plugin for and removed the sidebar so that’s done) and all other banners – just need a clean page or no other real estate agents will pay to list properties with us. My previous theme had a tick box to remove all ads in WP editor for posts/pages. Is there some custom CSS or other code that I can put in to help with this?
also need all ads removing on ‘All Listings’ – ‘For Rent’ – ‘For Sale’ (accessible from dropdown menu) How can I do this?
3. Style 8 (posts) shows badly on smartphones – the parallax seems to corrupt
My staging URL is – http://147.e4d.myftpupload.com
Thanks so much
Pat
Hi Sid, Add the code below to your custom css in the theme panel.
.td-header-style-6 .td-top-menu-full {
display: none;
}
Hi,
I have checked your site and you have some js errors in the console that may cause this issue – http://screencast.com/t/Imbv3nUDSMlq So please make sure that you test this without any plugins active, leave only Visual Composer, clear cache and purge your files if you use CDN. Also please disable all js/css minification and see if you still have this issue.
Thanks!
Hi,
We use a custom css for blog logo on our demo – http://screencast.com/t/whvCqj6drpc – http://screencast.com/t/plpsS6pTKt
.td-header-style-10 .td-header-sp-logo img {
width: 540px;
}
Hope this helps!
Hi,
Please make sure that you use the latest version of the theme 6.3.2 and check this without any plugins active except of Visual Composer, clear cache and purge your files if you use CDN. Also disable any css/js minifications.
You have these errors in the console that causing this issue – http://screencast.com/t/VVlOIgW74XE also you can disable lazy load effect if you don’t need it – http://screencast.com/t/oD1T5EktqTfv
Thanks!
Hi,
It did solve the problem with the logo however it meant that all drop down menus from the top header were hidden behind the main nav bar so I hav to delete the custom css.
Hi Andrei
I don’t think it was a css problem
I found in your documentation that Visual Composer only works in pages, not in articles!
(https://forum.tagdiv.com/how-to-use-visual-composer/)
So I created a new article with CLASSIC mode (not Backend editor) and then I set up its sidebar in Widget Area.
Now the whole article has the right width, included its bottom sections as author box, related content and comments.
Maybe you can add this information in your documentation so that people know how to create and manage sidebar for articles.
Hi,
I have a problem on my home page.
Big Grid 4
+
Block 5
The items arent responsive. And there is a CSS problem I think. The boxes exceed the width size website.
My website : http://bit.ly/1MH6GwW
Thanks
Hi,
There is no option to have the same color for menu item border and this can be achieved only with custom css in Theme Panel > Custom Css. You can try this solution if you need this – https://forum.tagdiv.com/topic/menu-hover-border-color/ just change the item id and it should work.
Thanks!
Hi,
Sorry for the delay, we take each message from the old ones to the newest. If you bump the message it will go among the latest and the reply time will be increased.
Did you solved this issue? Please check this without any plugins active, leave only Visual Composer active, clear cache and purge your files if you use CDN. If you have the js/css compressed please disable it.
If you still have this issue please provide a link so we can take a look, also you can try to disable lazy load effect from Theme Panel > Template Settings – http://screencast.com/t/mMkDL3Sk5LmV
Thanks!
Hi,
I’m not sure why you still have this issue as it was fixed in 6.3.2 version of the theme – http://screencast.com/t/vEL3pAb6Esm please try without custom css and clear cache.
Thanks!
Found it in other post in this forum, Jeff… Try the following custom css and it will disappear
.td_block_slide .td-post-views {
display: none;
}
In Newsmag, I use CSS to define the size of ads by custom css, but it seems the theme override the custom css.
How to change it back?
My adsense code
<style>
.ads1 { width: 728px; height: 90px; }
@media only screen and (min-width: 0px) and (max-width: 321px) { .ads1 { width: 320px; height: 50px; } }
@media only screen and (min-width: 322px) and (max-width: 479px) { .ads1 { width: 320px; height: 100px; } }
@media only screen and (min-width: 480px) and (max-width: 1100px) { .ads1 { width: 468px; height: 60px; } }
</style>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle ads1"
style="display:inline-block"
data-ad-client="ca-pub-12345"
data-ad-slot="67890"
data-ad-region="enterpr1se_head"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
The theme will change to
!-- A generated by theme -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><div class="td-g-rec td-g-rec-id-header">
<script type="text/javascript">var td_screen_width=document.body.clientWidth;if(td_screen_width>=1024){document.write('<ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-12345" data-ad-slot="67890"></ins>');(adsbygoogle=window.adsbygoogle||[]).push({});}
if(td_screen_width>=768&&td_screen_width<1024){document.write('<ins class="adsbygoogle" style="display:inline-block;width:468px;height:60px" data-ad-client="ca-pub-12345" data-ad-slot="67890"></ins>');(adsbygoogle=window.adsbygoogle||[]).push({});}
if(td_screen_width<768){document.write('<ins class="adsbygoogle" style="display:inline-block;width:320px;height:100px" data-ad-client="ca-pub-12345" data-ad-slot="67890"></ins>');(adsbygoogle=window.adsbygoogle||[]).push({});}</script>
</div>
<!-- end A -->
Hi,
My setup is very similar to yours.. I’m also using siteground hosting, and W3 Total Cache i’ve found it to be be really good. I’m scoring 99/100 (without ads on pingdom).
– First thing to do is use some of Chris’s mods in particular remove the Emoji Support, and any other plugins that may be loading assets on your homepage (Share plugins, Contact Forms).. you need to conditionally load these assets
– Also i minified the main javascript file using http://javascript-compressor.com/
– Remove all CSS your not using (BBpress, Buddypress, Woocommerce) and minify your CSS here csscompressor.com
I hope you get this working soon, as i have had no issues with TagDiv themes