Hi,
I will add this on our todo list for the future updates.
Thanks for the suggestion!
Hi,
Try this one: jQuery Pin It Button For Images or similar plugins
Thanks!
Hi,
Can you provide us a link to see the issue? Also try from Theme panel -> Ads to change the auto size of the banner.
Thanks!
Hi,
I’m sorry if the solution not work as expected, I’ve tried. I recommend to hide a freelancer to make a custom code for your needs.
Thanks for understanding!
Hi,
We will fix this ASAP.
Thanks for the message!
Should work see here: http://screencast.com/t/jWvO9NDAZO
.td-sp-ico-comments {
margin-left: 0 !important;
}
.category-236 .td_mod5 .entry-date {
display: none;
}
Thanks!
Hi,
Please can you give us more details about your issue? What errors? Can you give us you site URL to see the issue?
Thanks!
Hi,
Thanks Christopher 😉
Hi,
Use center quote box this use full width.
Thanks!
Hi,
Is not a bug, but if you want to be like that edit the code to be like here: http://screencast.com/t/UdmUxnmlOd
if (empty($lenght)) {
$lenght = 25;
}
if ($this->post->post_excerpt != '') {
return td_util::excerpt($this->post->post_excerpt, $lenght, $show_shortcodes);
}
Thanks!
Hi,
You have this option in Theme panel -> Header http://screencast.com/t/v1rj1pve8
Thanks!
Hi,
You need to copy only your modified code in Child Theme not the entire function.php file.
Here is the Child the documentation: https://codex.wordpress.org/Child_Themes
Hope this help!
Thanks for the message!
Hi,
@leolion84 Add the code in function.php file.
Hi,
@Christopher
Style 3 is like your mentioned style 8
[ top menu + socials ]
[ full width logo ]
[ main menu ]
[ full width ad ]
Style 7 can be done easily combining those: http://screencast.com/t/Sh16OLMNkT
@Speedster
1. Can be done easily customizing the headers file used adding this line of code for each AD unit http://screencast.com/t/LO5ZsBdv0iJh here are the AD docs: https://forum.tagdiv.com/ads/
2. Can you show me exactly in which case, in a screenshot or something
3. Do you mean a header for ADS? The can be done adding this HTML above each AD:
<h4 class="block-title">
<span>My header line text</span>
</h4>
Hope this help!
Thanks for the message and for the suggestions!
Hi,
1. Add this CSS in Theme panel -> Custom CSS
.td-sp-ico-menu {
background-position: -20px -364px !important;
}
2. Is a litter difficult to move the menu on right, but anyway thanks for the suggestion.
Thanks for the message!
Hi,
1. The ad appear in sidebar, do you have a sidebar in your homepage? If not you can add the AD using the visual composer: http://screencast.com/t/IYQigAdpC
2. Here is the AD documentation, you can use shortcode to add an AD in posts, or use php if you want to add in code. https://forum.tagdiv.com/ads/
The theme have this if you want an AD at the end of the article: http://screencast.com/t/bpHNHqW8c Just paste your ad code there.
3. You can select from the widgets which ad you want to display: http://screencast.com/t/w5T1yMfVMnZ2
Thanks!
Hi,
and thanks for those nice words 🙂
1. I presume that you ask about on phone devices? If yes add this CSS in Theme panel -> Custom CSS section:
#td-top-mobile-toggle {
position: absolute;
top: 2px;
}
#td-top-search {
position: absolute;
right: 0px;
top: 0px;
}
.mobile-logo-wrap img {
left: auto;
margin-left: auto;
margin-right: auto;
position: relative;
right: auto;
}
.header-search-wrap .dropdown-menu:before {
right: 15px;
}
.header-search-wrap .dropdown-menu {
left: -280px;
top: 46px;
}
2. Use this CSS
@media (max-width: 767px) {
.td-full-layout .td-menu-background {
background: #66af2a !important;
}
}
Thanks!
Hi,
1. Move this code here: http://screencast.com/t/prKyI2haz
2. Here are the image sizes defined, those are for post, just change the size here then regenerate the thumbnails using this: https://forum.tagdiv.com/using-the-theme-with-existing-content/
Then use this CSS, add it in Theme panel -> Custom CSS
.post .thumb-wrap {
float: left;
margin-right: 21px;
}
Thanks!
Hi,
In v 3.2 we have changed the file structure and code, should be from there. Can you update to latest version and try again the customization?
Thanks!
Hi,
Add your custom CSS in Custom CSS section in Theme panel, no matter if you use The Child Theme. On updates you will not loose the CSS.
Thanks!
Hi,
I can’t replicate the bug, I’ve tested your site on android phones and for me works great and also the desktop version to, no blanks screen.
Can you make a video screen to see the issue?
Thanks for the message!
Hi,
Do you have WP 3.9? Seems like the 3.9 version of the WP brake the plugins. Probably the developers will make a fix for ajax_the_view and wp-postviews
Thanks for the message!
Hi,
The theme come with Featured category and to mark a post as featured just include a post in that category FEATURED
Sticky post just move the post in top in loops, don’t use sticky. Use Featured category.
Thanks for the message!
Hi,
@snowwatchGB i mean to give me a link to see the issue, to inspect it. And yes the ADS should be aligned in sidebar as default.
But do not worry, could be fixed via CSS.
Thanks!