Hello,
Please can you give me your Twitter ID to test it myself. Should work as you can see on our demo we have followers there. It could be something with you twitter id’s, give me i will make some tests.
Also please give me your site URL.
Thanks for the message!
Hello,
At this moment the theme work and use featured images or video as thumbnail. There is some plugin that take first image or video from the post and use as thumbnail.
Install Auto Post Thumbnail plugin, this will get the first image from post as featured images http://screencast.com/t/p4a5mnihbP3
For video thumbnails instal Video Thumbnails plugin http://screencast.com/t/K2TZ5umY
We will make a solution built in for this. We have to analyze this in details how should work.
Thanks for the message!
Hello,
Can you give me a youtube link that not work for you to check it. What you can do is to disable all plugins and check if works, could be a conflict with a plugin or something.
If not work, please can you give me access to your WordPress to take a look.
About social counter you need to write there only the username(ID) nor the full URL, like we have this https://www.facebook.com/TagDiv and we wrote in social counter TagDiv
Hope this help!
Thanks for the message!
Hello,
Yes, upload a smaller logo. The header height depends by the logo and ad from inside.
Also if is there some margins can be removed from CSS.
Give me you site URL to inspect it.
Thanks for the message!
Hello,
Use the css provided above but don’t forget to change the menu-item-xxx with yours
.affix .menu-item-525 {
display: none;
}
Give me your site URL weith logo in menu and i will give you the fix.
Thanks!
Hello,
This is something from wordpress or jetpack plugin. Is not in comments.php file.
Is here: \wp-includes\comment-template.php search after this: must-log-in
or
here: \wp-content\plugins\jetpack\modules\comments\comments.php search after this: must-log-in
Hope this help!
Thanks!
Hello,
Upsss, sorry we gave you the path from the V3(we changed the file structure), follow the path from @rea-secret
Thanks!
Hello,
We have this on our todo list for the following updates, to make the author box(from posts) as a widget.
Thanks for the message!
Hello,
Can you give me a screenshot with the issue http://screencast.com/t/O8u4LC8Xib ?
or i have to make an account on your site to see the button?
To add the Login form like on our demo follow this steps: https://forum.tagdiv.com/how-to-use-the-log-in-window/
Thanks!
Hello,
Thanks @Christopher 🙂
Hello,
Please edit this file includes/app/shortcodes/td_authors.php and add this code like here: http://screencast.com/t/5ymjwCG3CI
if (count_user_posts($td_author->ID) != 0) {
Thanks for the message!
Hello,
I’m not sure i understood correctly what you want, please can you show me what you want in a screenshot or something.
The widgetised sidebar from visual composer select a sidebar that you can use it in the layout, and to manage the sidebar go to Appearance -> Widgets. Is just like a normal sidebar.
Also you can use Big slider and above you can add 2 column content + 1 column sidebar.
Thanks for the message!
Hello,
We will release today V3 that have offset option for posts and also an option that with just one click you will have unique article on the page(remove all duplicated posts)
Thanks for the message!
Hello,
It is fixed in the V3 , we will release this update today.
Thanks for the message!
In pots we have that shortcode generator if you want to use columns in posts http://screencast.com/t/8kIZsVKrNMt
Hello,
1. For the bottom shadow you can edit this image images/header/bg-shadow.png and make the shadow like you want.
2. You can use this if you want to generate a gradient from CSS http://www.colorzilla.com/gradient-editor/ or make it with a png and overlap it if is possible somehow.
3. Remove from widget the socials, and about ad on header, don’t use ads and the space will be empty.
If you use background image or color for categories the them will switch to boxed version.
Thanks for the message!
Please show us a link to inspect it.
Thanks!
Hello,
Another solution is to add the logo with <img src=""/> tag directly in menu as an item from menu and hide it from CSS with this code: *replace menu-item-525 with you CSS selector of the logo.
.affix .menu-item-525 {
display: none;
}
Thanks!
Hello,
We strongly recommend to hire a freelancer if you don’t manage to make the changes, took to much for us, and we are working very hard to make updates and lunch other projects.
1. Use this css
.td-header-menu-wrap {
border-top: 3px solid #2EC4DB;
}
For menu use this css:
.td-menu-wrap {
border-radius: 20px;
border-top: 1px solid #777777;
-webkit-box-shadow: 0px 4px 0px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 4px 0px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 4px 0px 0px rgba(50, 50, 50, 0.75);
}
Thanks for understanding and sorry for the inconvenience!
Hello,
What you can do is to use Block 3 and add the excerpt(because missing on that block)
Edit module_6.php file and add this line of code like here: http://screencast.com/t/8hq2Z4whmTH6
$buffy .= $this->get_excerpt(td_util::get_option('tds_mod5_content_excerpt'));
Thanks for the message!
Hello,
Comment this line like here: http://screencast.com/t/W9CkxZM5
Thanks for the message!
Hello,
Yes is posible, but you have to replace all the icons that you use with your in a sprite file, locate the size that you use and modify the file.
Edit the style you want to use.
Icons are here: http://screencast.com/t/gooeGcyQ
Thanks!
Hello,
In your case you can change it with this css, add it in style.css: or in V3 we have a new panel that have a custom CSS area.
.td-boxed-layout .td-menu-background .td-menu-wrap {
background-image:url('link to your image background') !important;
}
Thanks for the message!
Hello,
Only if you change in code, check in td_module_blog.php file, there are all those 2 functions that return the category and tags to.
Thanks for the message!