Hi,
Unfortunately the theme doesn’t have an option for it but you can do it via custom css and use the css I’ve pasted below in theme panel > custom css filed: http://screencast.com/t/A6nIWEC5
.td-big-grid-post .td-image-gradient:before {
display: none;
}
Thanks
Hi,
The same way here: http://screencast.com/t/lutGlDQDV4x
Result: http://screencast.com/t/yC0BT8qw
Thanks
Hi,
You can sue the same method I’ve explained here: https://forum.tagdiv.com/topic/how-to-add-an-adsense-code-below-of-the-latest-articles-in-homepage/ to add it, edit the category.php file and add it like this: http://screencast.com/t/P5JZa78sW
Result: http://screencast.com/t/kRT8GndaZ
Thanks
Hi,
You can add it directly on page template and use the do_shortcode() function to call the ad spot you want there.
To add and ad to the top of latest articles are you can also use the page builder and add it using the VC Ad box element to add it last on page so that it will appear right before the latest articles section.
To add it in the template you need to edit the page-pagebuilder-latest.php file and add it like this: http://screencast.com/t/DKTrJYAYLLWA
Use this line: <?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]') ?>
Result: http://screencast.com/t/ww9XPrN3mr6d
Please also note that you need to do this for all cases or for the one you want to use, in my ex you can notice I have done it for the nosidebar case.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Sorry for the delay! We are currently testing and investigating this issue and we will provide a fix for this in the next update. Meanwhile you can enable the big grid on categories: http://screencast.com/t/Z3qg5ser6gmd and the pagination will work.
Sorry for the inconvenience!
Thanks for the message!
Hi,
I haven’t tested it so I wouldn’t know please send your site’s URL so I can inspect it and also look for js errors in your console and make sure you go over the changes you’ve made and see if notice something wrong.
Thanks
Hi,
1. I have also tested this using your posts content and found the same issue on my local machine and just on firefox.
Noticed that the fonts couldn’t be loaded and this “Cross-Origin Request Blocked” error came up in the browser console: http://screencast.com/t/kq9Tjdy0T
We will continue to make tests and further investigate this so you could try this solution: http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Also noticed that you’ve changed the “ubuntu” font as it’s not loaded: http://screencast.com/t/H7eGKfRFSChk so I’m not sure if this also happens in your case but you could give this a try and let me know.
2. I haven’t noticed this on your page: http://screencast.com/t/HSG9Igto but you can use this css to remove it:
.single_template_6 .td-image-gradient:before {
display: none;
}
Thanks
Hi,
Thanks Giorgos!
@rimA Change this value to 6 to have 6 posts added to the big slider then use css to style it to look at you want it: http://screencast.com/t/7UvNHiaqvQ
Here is the css code for the big grid: http://screencast.com/t/9qRFpsCE
You also need to add a new image thumb or use the ones that already exist to build the grid, add your new image thumb here: http://screencast.com/t/noIcBcoufoqj and regenerate thumbnails afterwards. To regenerate thumbnails use this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
I suggest you make a backup of your current theme installation before you alter it and get someone to help you with it if you don’t know how to do it.
Thanks
Hi,
Yes, I have posted a solution for this here: https://forum.tagdiv.com/topic/sidebar-ads/#post-21850
Please let me know how it goes!
Thanks
Hi,
@Mucha K Sorry for the inconvenience caused and sorry for the delay we have somehow missed your post and this topic. Glad to find that you’ve managed to solve this. Please let us know if you have any other theme related issues.
@crusader3k4 Please also follow Chris suggestions and if you can’t managed to install it let us know and provide your wp-admin user name and pass so we can assist and send them at contact@tagdiv.com and also send an URL to this tread or specify your issue in detail.
Thanks
Hi,
I have checked your site and noticed this scripts error in your console: http://screencast.com/t/69SCsgxIad cause by a plugin which can also cause the issue you have so please make sure you disable all plugins, empty cache and check for this issue again.
Please let me know how it goes and also make sure you update your theme to the latest version which is 4.6.1 if you are not using it already!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
We had some issue with the social counter plugin on previous theme versions but we have them fixed so if you are not using the latest theme version which is 4.6.1. I suggest you update your theme and also install the social counter from the /plugins folder.
If you still have issues with this please make sure you sue the social counter right: https://forum.tagdiv.com/how-to-manage-the-social-counter/ and also try it without any other plugins active and make sure you empty cache.
If nothing helps please provide a link to a page which contains the social counter with this issue so I can check this.
Let me know how it goes!
Thanks
Hi,
It’s possible and you can do it by altering the code here: http://screencast.com/t/A6bmaF2Xc
Unfortunately you need custom work for this which we cannot provide at this time as we work on updates/development and support. I suggest you to get someone to help you with this if you need it and don’t know to do it.
Thanks for the message!
Hi,
We know about this issue and we have it on out todo list and we will try to fix this in the next theme versions. You can try to find and use a plugin for this.
Sorry for the inconvenience and thanks for understanding!
Hi,
Use this custom css in theme panel > custom css field to center the menu, like this: http://screencast.com/t/MFh2qyFzBE
#td-top-menu .sf-menu {
display: table;
float: none;
margin-left: auto;
margin-right: auto;
}
You have an option to show the author under title on post pages in theme panel: http://screencast.com/t/if0C81y1k28
Disable author box from here: http://screencast.com/t/nWbqQQBU
Thanks
Hi,
Unfortunately I can’t help you with this as I’m not aware of the plugin you sue and of the method the plugin uses.
The theme’s light box/modal view is added using js trough the "td-modal-image" class which is added to the image when the modal view option is selected: http://screencast.com/t/l6AUl2Eeb6Xv
Hope this helps!
Thanks
Hi,
Unfortunately this two modules aren’t aware of the single template 5 option of not displaying the feature image and both of them are loading the whole post content and also an feature image if one is set.
I can think of an simple solution for this so I suggest to change the module or not set an feature image for posts you don’t want the feature image.
Sorry for the inconvenience!
Thanks for the message!
Hi,
The qTranslate plugins was initially tested and offered as solution for adding multilingual content and translation support but since it hasn’t been updated we haven’t tested it recently. You can use the new one and share your experience so others can benefit from it.
Please make sure you backup your theme first then try it.
Thanks
Hi,
Unfortunately we haven’t been able to make any progresses with this and the latest update was an update of the Visual Composer plugin which was creating issues when used with the latest version of WordPress 4.1: http://screencast.com/t/MwFBO2oHi
We are working to a new grid which will support all VC elements which will be available on 2/3 mounts.
Thanks for the message!
Hi,
You can do it via custom css. Please provide more details about which slide background you want to change and your site’s URL so I can provide an accurate solution for this.
Thanks
Hi,
When you add an image the theme automatically creates several thumbs, with fixed dimensions, which are used on modules/blocks/posts..: http://screencast.com/t/j0KBl4IEjt and are called on modules like this: http://screencast.com/t/ZALOh49KO5TB so the same thumb size for a post image should appear at the same dimensions on all module or on for posts with the same template and so on..
Please let me know when I can access you site so I can inspect this.
You can also try regenerating thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Thanks
Hi,
Glad you’ve found it and managed to fix this. Please let us know if you have any other theme related issues.
Thanks for the message!
Hi,
Yes, just install the demo data like this: https://forum.tagdiv.com/install-demo-data/ If you also need the xml files of the demo you can make a request for it on email and we will send it to you.
Send your request at contact@tagdiv.com and also include a link to this topic.
Thanks
Hi,
Use this custom css ion theme panel > custom css field: http://screencast.com/t/uynNMtQNFMM7
#outer-wrap {
background-color: #e5e5e5 !important;
}
.td-header-bg {
background-color: #e5e5e5 !important;
}
.td-header-bg .container {
background-color: #fff !important;
}
Thanks