Hi,
Unfortunately there is no option to add the sharing like that, try to use a plugin if it’s possible.
Sorry for the inconvenience
Hi,
Try this custom CSS:
.header-style-3 div.td-grid-wrap {
padding-top: 0px !important;
}
…add it in Theme Panel Custom CSS like this: http://screencast.com/t/dBLKd9oR4R8
Thanks
Hi,
Thanks @murattopak01 for the suggestion.
Hi,
Use a Custom Ad instead the Article Bottom Ad:
1. Go to Theme Panel -> Ads and move the Adsense code from Article Bottom Ad to Custom Ad 1 like this: http://screencast.com/t/FBuM88yc5
Replace the code for the ad in the single.php file with this one:
<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?>
Then add this CSS in Theme Panel -> Cutom CSS:
.td-a-rec-id-custom_ad_1 {
margin-top: 20px;
margin-bottom: 20px;
}
Thanks
Hi,
The pagination are present only in loops, what you use there is a block, not module.
To do that, create a page, use Homepage - with article list template and set it like you want: http://screencast.com/t/rfoKoCUJ
Hope this help!
Thanks
Hi,
The CSS animation should work if you have the latest theme version and also the VC.
To fix the buttos, please add this CSS in Theme panel -> Custom CSS
.wpb_button_a span {
display: inline-block;
border-radius: 4px;
}
To fix the map from contact page add this CSS:
.wpb_gmaps_widget .wpb_map_wraper iframe {
width: 100%;
}
About the visual composer, we will update it in each theme update.
Sorry for the delay
-
This reply was modified 12 years by
Lucian.
Hi,
I’ve checked your site and it look fine, I saw you have managed to position them side by side.
Thanks
Hi,
In order to exclude a specific category from displaying in a bloc k you have to set the block to display all categories, for example, minus the category you want to display in another block like this: http://screencast.com/t/5DYi990oq
You can find the category ID’s like this: http://screencast.com/t/V5P2nJjIAgG
Hope this helps.
Thanks
Hi,
1. If you want to add more custom ad spots use this patch http://www.tagdiv.com/theme/users/9-custom-ad.zip
Just extract the patch in root theme. Or replace manually the files from archive(zip file) like this http://screencast.com/t/TJp8TFpUH
2. Unfortunately the theme doesn’t have an option that allows you to rename the sidebars, a solution, if it suits you, would be to remove and recreate the sidebar as it was but with another name.
Sorry for the inconvenience.
Thanks
Hi,
Please comment the following lines inside the index.php file like this: http://screencast.com/t/h0Rwr6MCj
Thanks
Hi,
Please make sure you have pasted the code corectly, I have checked it again, should work: http://screencast.com/t/ypUCS4bLL
Thanks
Hi,
A recent issue that we have solved was the conflict with the latest version of the SEO by Yoast plugin, but we had fixed. The problem with the W3 Total Cache exist, of course we found a solution that worked in past, but now I’m not sure that still work with latest WP version, but worth a try if you want to test it.
See here: https://forum.tagdiv.com/wp-postviews-post-view-counter-alternative-for-w3-total-cache/
Or disable the W3 total cache if you want views.
Thanks for the message!
Hi,
Please give me a link to see this issue and i will provide you a CSS to fix it.
Thanks
Hi,
Unfortunately we know about this issue, if you use load more feature on blocks, the unique article doesn’t work for the new post loaded from the block.
Sorry for this inconvenience
Hi,
Can you please turn cropping feature off, the cropping feature affects only the single post feature image.
You need to regenerate the thumbnails after turning off the cropping feature, please follow this steps: https://forum.tagdiv.com/using-the-theme-with-existing-content/
Thanks
Hi,
Please follow this steps and enable “Greek Support” and “Greek Extended Support” from Theme Panel -> Custom Fonts -> Font Settings -> Google Fonts Settings like this: http://screencast.com/t/R2vCBbapFWb
This should fix the issue if font used by you has Greek support
Thanks
Hi,
Please add this code:
<?php echo do_shortcode('[td_ad_box spot_id="content_bottom"]'); ?>
…to your single.php file like this: http://screencast.com/t/My2fHvSBj
Add this code in Theme Panel -> Custom CSS to move the ad box further from the diqus block:
.td-a-rec-id-content_bottom {
margin-top: 20px;
}
Should look like this: http://screencast.com/t/ZOFFoxhXNuB
Thanks
Hi,
1. Replace single.php file with this: http://pastebin.com/te1XynKV
2. Replace loop-single.php file with this: http://pastebin.com/11Z04FPy
3. Add this CSS:
.entry-crumbs {
position: relative;
top: 20px;
}
.span12 .td_grid_wrap {
padding-top: 25px;
}
.single-post .post {
padding-top: 35px;
padding-bottom: 0px;
}
.single-post .td-page-wrap .span12 .td-grid-wrap {
padding-top: 0px;
}
Hi,
Create a sidebar then go to Theme Panel -> Template Settings -> Archive display view and select your sidebar for the archive template like this:
http://screencast.com/t/tNsDzeNiv
Thanks
Hi,
We have this issue to our todo list and we will fix it in the next version, sorry for the inconvenience.
Thnaks for the message
Hi,
Add this CSS in Theme Panel -> Custom CSS:
.home .td_read_more {
position: relative;
bottom: -20px;
}
Thanks
-
This reply was modified 12 years by
Lucian.
Hi,
What you can do is to duplicate the the get_title function in td_module.php file and name it get_title_h3 for example, then replace the title tags with H3 tags like this: http://screencast.com/t/olfwpDqW
Then set the module 3 that you are using to get the title with that function like this: http://screencast.com/t/huW7XVCe84v
This should do the job!
Thnaks
Hi,
Please disable the automaticaly display at the bottom of the post setting from nrelate plugin panel like this: http://screencast.com/t/bXpEDrWxFU
Then add this code:
<?php echo do_shortcode('[nrelate-related]'); ?>
..to your loop-single.php file like this: http://screencast.com/t/647C6yfu
Then you will be able to use your article bottom ad and it will be displayed above the nrelate plugin http://screencast.com/t/KjuW20OeFQ
Thank you
Hi,
Go to Appearance -> Menu and in your Home Page menu item -> Navigation Label section add image source like this: http://screencast.com/t/NpbSx2vXF
Image Source should look like this:
<img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/logo-top2.png" />
Thank you
