Hi,
I’ve tested with your Twitter ID and for me works fine:
http://screencast.com/t/NiRZjEXuN
http://screencast.com/t/eNsKitZRGj
Please make sure you have the latest plugin version (install it again from plugin folder)
Thanks!
Hi,
Because the length is defined at 13 manually in code and when is set to words will be 13 words and if you set it to letters will be 13 letters.
There we can put a condition when is set to letters to take a higher value like 70.
Thanks!
Hi,
Can you show us your site url to see the issue?
Thanks!
Hi,
I don’t understand your question? Do you want to have hover color on titles?
Hi,
You can change it on 3 columns but will affect entire modules. You can try it and see if work correctly.
Change like here:
1. http://screencast.com/t/CNni9IVMB
2. http://screencast.com/t/jk2hpONCOdI
Thanks!
Hi,
You need to change from CSS for some parts.
Try this CSS, add it in Theme panel -> custom CSS
.td_popular_categories {
font-family: -- your font family --;
}
For recent comments and test widget use this:
.textwidget,
.widget_recent_comments .recentcomments {
font-family: -- your font family --;
}
Thanks for the message!
Hi,
I found this, if is usefull: https://support.google.com/webmasters/answer/1306778?hl=en
They say this:
Google will only show authorship in search results when we think it will be useful to the user
Seems like Google decide if the image will show up or not.
Thanks for the message!
Have a nice day!
Hi,
What Theme and WP version you use? Also you have tried with SEO by Yoast plugin?
Can you give me your site url to see the issue?
Thanks!
Hi,Use this CSS
.header-logo-wrap img {
position: relative;
top: -8px;
}
If you make the logo at 100px height should be aligned without that CSS.
Thanks!
Hi,
I’m glad that you have managed the issue.
Hi,
Is not possible. The theme have the build in grid system and can’t be changed easily, sorry for the inconvenience!
All blocks are based on the grid and if you change the grid all things will be affected.
Thanks for the message!
-
This reply was modified 12 years by
Marius.
Hi,
Is like that because you don’t have a sufficient size image. In post if you want you can hide that gray box color adding this CSS in theme panel -> Custom CSS
.post .thumb-wrap {
background-color: #FFFFFF;
}
Also some thumbnails like this one: http://screencast.com/t/laS4P9vYh is not cropped. To test if the cropping works make a new post and add a large featured image and see if the thumbnails is cropped: http://screencast.com/t/efFT0u7z0o and see if the image is full or cropped.
If not could be from your missing GD library on your server or UPLOADS directory to have the right permissions.
Also a solution to scale up the thumbnails that you can try: https://forum.tagdiv.com/topic/unable-to-generate-larger-images-in-3-6/#post-10304
1. You can use unlimited sliders on a page.
2. To show the author to replace with this code
array_merge( get_users('role=author'), get_users('role=administrator') ); that http://screencast.com/t/Nmpl220gtFeu
Thanks for the message!
Hi,
Please check this settings: http://screencast.com/t/DZqv7yKR
Thanks for the message!
Hi,
If you use a version older then 3.0 you will lose some settings, but not the menu. Menu will not be affected. You will lose some settings like category settings (module used), ads code, fonts setup.
Thanks for the message!
Hi,
.entry-category a,
.header-search-wrap .dropdown-menu .btn,
.td-sub-footer-copy,
.td-tags a,
.wp-caption-text,
.entry-crumbs span {
font-family: 'Helvetica Neue';
}
If you want other changes you can easily inspect the elements using Inspector from Chrome or Firebug from Firefox and use the selector: http://screencast.com/t/x8LWxXw55EYg
Thanks!
Hi,
What do you want to sort and where? on a loop on a block? I’m nut sure if will work. Please provide us more details.
Thanks!
Hi,
I don’t understand your question. About the title on mobile is from your language, try this: http://screencast.com/t/PBbQMiIr
Thanks!
Hi,
What is not clear? When you post a comment you need to login on Disqus? http://screencast.com/t/nfmerRCj
You can’t login on Disqus using the WordPress account!!!
So if you comment you will comment with an user that is not your author.
And a solution is to change like above to read the comments count grouped by email address which is unique for WordPress accounts. And You WordPress account use an email address and when you login to Disqus you need to use the same email address and the counter will take the comments to from WP account and Disqus to.
Reply via email!
Hi,
I see that you have the Big slider, you have managed the issue? http://screencast.com/t/DtaiODms16q
Thanks!
Hi,
I don’t understand your question, sorry, can you be more specific, show me in a screenshot or something.
For the loop is used a general layout builder and will be on all modules(loop) if you change this.
Change like here:
1. http://screencast.com/t/CNni9IVMB
2. http://screencast.com/t/jk2hpONCOdI
Thanks!
Hi,
Your site have rel="author" all should be fine. About the missing photo you can take a look here:
http://blog.kissmetrics.com/google-authorship/
http://globerunner.com/google-authorship-photo-snippet-search-results/
or search on Google about the issue, you will find people complain about missing photo, can be from Google.
I see that on our demo the photo is missing to.
Also, nice photos on your G+ page. I like those with macro. Can you tell me what lens you used? I’m only an amateur with cheap lenses 🙂
Have a nice day!
Hi,
Is ok for your homepage, we used H1 on title posts. All the SEO stuff was done following the guide from SEO by Yoast. https://yoast.com/
Thanks for your message!
Hi,
Is like that becouse when you make a comment you need to login to disqus plugin to add a comment and you can login with your WordPress account.
What can be done here is to use the same email address on your WordPress account and on Disqous account and change like here:
http://screencast.com/t/9TheavFo
$comment_count = $wpdb->get_var($wpdb->prepare("SELECT COUNT(*) AS total FROM $wpdb->comments WHERE comment_approved = 1 AND comment_author_email = %s", $part_cur_auth_obj->user_email));
Thanks!
Hi,
Try this: http://screencast.com/t/vVq1YxZ9L
Thanks!