Hi,
I have checked you page and the widgets from sidebar are exactly those that you have set – http://screencast.com/t/zFbFFumxhCr9
Thanks!
Hi,
We know about this and it is on our list, till then please follow this solutionhttps://forum.tagdiv.com/topic/please-fix-block-title-in-vc/
Thanks!
Hi,
You edit for example category template and add a condition to the footer – http://screencast.com/t/ryaRmX5zYI and use is_category function with an array where you add categories ID, you can find more about this function here – https://codex.wordpress.org/Function_Reference/is_category
If you don’t know how to do this I suggest to hire a You can hire a freelancer from site’s like to do this for you: http://studio.envato.com/
Thanks!
Hi,
2. I’m not sure what is happening please try to change the size for your ad from Theme Panel > Ads: http://screencast.com/t/JfusNez2Xwv and it should render the ad at that size.
Also I did not found any ads on your homepage: http://screencast.com/t/whZHwE6ci – http://screencast.com/t/k3ySzhYW4L
9. Please add td-ss-row class to the row of the sidebar – http://screencast.com/t/1gHBk0giHF
10. On this post you use template 7, this post style doesn’t display featured image on post page, use the featured image thumb only on block/modules – http://screencast.com/t/46Ozopy0E5cO
So please set another post template if you want to display featured image: http://screencast.com/t/4IE9szK3Ywtf
11. You can hide it via custom css in Theme Panel > Custom Css: http://screencast.com/t/YsuvnR6IkV
.td-related-title .td-related-right {
display: none;
}
.td-related-title .td-related-left {
border-radius: 3px;
}
12. There is an option in Theme Panel to disable breadcrumbs: http://screencast.com/t/FOKeZBpq
Thanks!
Hi,
I have checked you site and seems to work fine now – http://screencast.com/t/e0M0XUzu5d
If you still have this issue, please take a look at this topic maybe will help – https://forum.tagdiv.com/topic/facebook-share-in/#post-45153
Thanks!
Hi,
We use this size of image (300×194) and use css to make it small to not cut so many images also on 200×130. Like you can see that thmub size is used on more blocks – http://screencast.com/t/KfhxeDOV6 but if you want you can create something similar in td_config.php – http://screencast.com/t/aU3WEMID8Pka and use it in td_module_mx4.php used on block 16 – http://screencast.com/t/upVDPQSKAo
Please regenerate thumbnail if you make this change: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Thanks!
Hi,
I have checked your site and ads rotate seems to work fine – http://screencast.com/t/8fRGeXjugnw – http://screencast.com/t/rnpR4e4v9CL
Thanks!
Hi,
Please try this css: http://screencast.com/t/yNxNAjTkpk
.single .getty.embed.image {
display: block !important;
margin: 0 auto !important;
}
Thanks!
Hi,
Please try this custom css: http://screencast.com/t/qJ04gNYOO
.td-post-content .full-image {
left: -50%;
position: relative;
transform: translateX(-60%);
}
.full-image img {
max-width: none !important;
}
Thanks!
Hi,
Depends where you want to display the code. Please take a look at loop-single file and you can see that are called there all post elements: title, meta info, featured image, content… – http://screencast.com/t/O6AyIzdo then this file(loop-single) is called in single template and there are 3 cases: http://screencast.com/t/s1faGQPUmgz
So if you want to add a code in the default post template, loop-single is most used because there are almost all post’s elements.
Thanks!
Hi,
The theme ads system was designed to work with adsense code, for banners we recommend to be used in these divs: https://forum.tagdiv.com/ads-system-full-guide/ just replace them image and the url.
Thanks!
Hi,
You use a shortcode with full width row – http://screencast.com/t/npAuhitKEYjW
Please try to paste the code like this and see if it solve the issue:
<?php echo do_shortcode ('[td_block_ad_box spot_id="custom_ad_8"]'); ?>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
What do you mean to center the ad, please provide more details, as I have checked and it is centered – http://screencast.com/t/wmmh1E1lXjl – http://screencast.com/t/sawUggh8wp0L
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/T39fJWrOkF
.single .fb_iframe_widget span {
border-top:1px solid rgb(230, 230, 230);
}
Thanks!
Hi,
@DarkCrash that is what I’m trying to explain you, the read more tag works only on module 15 that takes the entire content of the post (it not take excerpt) and it is used to limit that content. The tagdiv blocks display excerpt that can be controlled (length) from Theme Panel, they don’t get the content of the articles, so cannot be limited by tag. Hope this make sense!
Thanks!
Hi,
If you want to get the link when you click on a menu item with submenu on tablet please follow this solution – https://forum.tagdiv.com/topic/tap-menu-on-ipad/
I also made some test but I couldn’t recreate your issue with login bar. You might try this without any plugins active maybe some settings of a plugin cause this.
Thanks!
Hi,
For footer 2 area you have to edit the template file and increase posts limit – http://screencast.com/t/sCHHCLF8iy – http://screencast.com/t/MfemzUQIS
If you want to hide the number of articles for each category in footer 3 please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/2mPlnSeXb
.td-footer-container .td_block_popular_categories .td-cat-no {
display: none;
}
Thanks!
Hi,
@ajaffarali If you use 4.2 WordPress version I strongly recommend to update your theme. Anyway you shouldn’t use an older version than 4.1.2 of WordPress as this was a security realease – https://wordpress.org/news/2015/04/wordpress-4-1-2/
If you use an older version of WordPress with latest version of the theme may loose the settings due a WordPress bug that was fixed in 4.2 version.
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/sLx7yqHhX1r – http://screencast.com/t/LvetKBLGE
.sf-menu a.sf-with-ul {
padding-right: 11px;
}
.sf-menu > li > a {
padding: 0px 1px 0px 8px;
}
.sf-menu .td-icon-menu-down {
padding-left: 2px;
}
.sf-menu {
margin-left: 0px;
}
.top-header-menu li a {
margin: 0px 10px 0px 0px;
}
@media (min-width: 768px) and (max-width: 1023px) {
.sf-menu > li > a {
font-size: 10px !important;
padding: 0px 10px 0px 0px !important;
}
.sf-menu a.sf-with-ul {
padding-right: 18px !important;
}
.sf-menu .td-icon-menu-down {
font-size: 8px !important;
}
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
I have checked again your site and the ad appear also on small screens – http://screencast.com/t/gQQebmTQd
Please empty cache.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Yes I know but that css that I provided to you doesn’t cause this issue. Try to disable this wp-mailinglist this may cause this issues – http://screencast.com/t/7invaqnjQ
Thanks!
Hi,
Unfortunately I’m not aware about files that were changed and a patch was not generated, please update the theme again via ftp – https://forum.tagdiv.com/how-to-update-theme/
Sorry!
Hi,
If your ad is responsive try to paste only the code there or use a div without that class td-visible-desktop
Thanks!
Hi,
I have checked your site and you use your code in this div – http://screencast.com/t/boEHllrjKND to display it like we recommend to display image banners – https://forum.tagdiv.com/ads-system-full-guide/
Try to paste your code directly in header ad section without any div or use all those divs also for tablets and phones.
The css code is added automatically to that class on mobile devices – http://screencast.com/t/JfGky8Dv – http://screencast.com/t/ff21kn4jdpof
Result: http://screencast.com/t/ltoVVENqX
Thanks!