Hi,
With that is not possible, is done only for our demo. Sorry for the inconvenience!
Hi,
This is not an easy task, we have to change the theme structure to support this. Sorry for the inconvenience!
Have a nice day!
Hi,
You don’t use the right template, edit your homepage and use on Homepage template from here: http://screencast.com/t/Uujk3zub4UK
You use there the default template which is with title and breadcrumbs
Thanks for the message!
Hi,
I check your site and i see that you have disabled the via and source, is everything ok now?
Thanks for the message!
Hi,
Thanks for the suggestion, i will add this on our todo list for the future updates.
Have a nice day!
Hi,
You can make something similar editing the author box widget http://screencast.com/t/pzHlnhCTbH5T
You have to add this code to get the description of the authors
$buffy .= '<div class="vcard author"><span class="fn">';
$buffy .= get_the_author_meta('description', $author_id);
$buffy .= '</span></div>';
http://screencast.com/t/aHFRz3yAzL12
Also you have to make some CSS changes.
.td_top_authors img {
height: 100px !important;
max-width: 100px !important;
width: 100px !important;
}
.td_top_authors .item-details {
margin-left: 122px !important;
}
Hope this help!
Thanks!
Hi,
@cagdas you have managed the issue?
What you can do is to disable all plugins, disable minify and re-save the permalinks
Thansk!
Hi,
We will fix it in the next update, today.
Thanks for the message!
Hi,
@ciprianrpp try with find and replace function from a text editor like Notepad++ and replace the fonts with Arial in style.css, should work.
Also please change here to http://screencast.com/t/nVlcpBEM
Hope this help!
Thanks!
Hi,
The bottom article ad is fixed in v 3.1.1 Please update the theme.
Thanks!
Hi,
Add this CSS in Theme panel -> Custom CSS
/* responsive phone */
@media (max-width: 767px) {
.td_block_slide_big {
display: none;
}
}
Thanks!
Hi,
Please edit your homepage and add the title here: http://screencast.com/t/QTRdi2nUpNJ3
Thanks!
Hi,
Please add this CSS in Theme panel -> Custom CSS
.menu-top-container li a:before {
display: none;
}
Thanks for the message!
Hi,
The correct shortcode is [td_ad_box spot_id="custom_ad_1"]
Thanks for the message!
Hi,
Please re-save the permalinks and see if works.
Thanks!
Hi,
We have this on our todo list. Is like that because the sidebar column is first.
Thanks!
Hi,
Sorry about that :|, we will try to do the best, please can you send us an email at contact@tagdiv.com and write in message title “for MARIUS” and paste a link from this conversation.
Thanks!
Hi,
The max-size not work, you can use this, add it in Theme panel -> Custom CSS
.gallery-columns-1 .gallery-item {
max-width: 500px !important;
}
Hi,
1. That widget is not from our theme, please take a look about that widget if have an option to display only posts.
2. The recent post widget is default from WordPress and is styled to have only title post without image. IF you want with thumbnail you can use a block like you used for LATEST section, the results are the same.
Thank for your message!
Hi,
Here is all image sizes defined and used by the theme http://screencast.com/t/MFYjTbYgBa
You can comment(with //) each line if you don’t need and use a particular size from there.
*** Please be aware if you comment these lines, modules who use those images will not displayed properly
Here you will find a guide where each image is used: https://forum.tagdiv.com/quick-info-guide/
Also what you can do is to replace the default wordpress crop size with our theme crop sizes http://screencast.com/t/BxcnLDqV5W3
Thanks for the message!
Hi,
Is here: http://screencast.com/t/aCEZHub4VOw
Hi,
You can make this somehow with a different single.php, that will fit your needs. You can take a look here how to load a different single on a particular category
http://wordpress.org/support/topic/have-a-second-singlephp-file-for-different-single-post-look
http://elliotjaystocks.com/blog/tutorial-multiple-singlephp-templates-in-wordpress/
Hope this help.
Thanks!
Hi,
Please re-upload the whole theme again and see of works. Also you can disable all the plugins and check in browser console to see if you have js conflicts.
Thanks for your message!
Hi,
I’ve tested your code on the default wp theme and the post is the same like on our theme, is something with your code.
You can test it on the default theme to.
Thanks!
Hi,
Thanks all for the suggestions, we will add this on our suggestion list.