I tried using Regenerate Thumbnails plugin and it seems to have fixed the issue for the posts already published, but the problem still remains if I try and publish a new video format post, the thumbnails does not show up in any module/block elsewhere on site.
Any suggestions?
I want my main menu to have white background with black text. What changes do I need to make in the original css file to prevent default main menu backgound color and the blue line above it from loading first?
I tried changing:
.td-header-main-menu {
background-color: #222222;
position: relative;
z-index: 2;
/* responsive portrait phone */
}
to this:
.td-header-main-menu {
background-color: #ffffff;
position: relative;
z-index: 2;
/* responsive portrait phone */
}
but it didn’t work, the default color and blue line still loads first.
What do I need to edit?
Hey Chris,
it appears that my posts have the author meta tag, so I don’t think that is what is causing the errors:
page source from a random post: http://i.imgur.com/RSxqlTb.jpg
I already use the SEO by Yoast plugin, but I’m not really sure what I should do with the settings regarding my author problem.
Maybe I should create a new username and assign all the posts written so far to the new author. Do you think that might fix the problem?
They do have author name assigned to them. My author name is the nickname I chose for my admin username. Could my nickname be causing this?
I have same problem.
Hi,
can you please explain why I shouldn’t use the minify options? I searched for guides on google for the best settings when using W3TC and CDN. All of them seem to recommend enabling minify + other options like browser/database cache.
Do you perhaps have some screenshots or maybe video going over the optimal settings in W3TC? I don’t have the minify option enabled under the W3 general settings – but if I click on the minify below the general settings
JS minify and CSS minify are enabled. Should I disable those too?
Actually nvm, I have decided to go with Disqus and it seems to work perfectly with the theme 🙂
Ran into more problems, facebook comments do not appear on video post formats and I also noticed that the comment box is stretched more than it should be, it does not align with the rest of the post structure. (these problems are fixed if I remove the schortcode from the loop-single.php, and enable comments again on post from FB comments settings)
This worked in moving the comments below the social buttons but now I have a new issue that wasn’t there before. The original WordPress-styled comments box reappeared underneath the facebook comments box, so I have 2 comments boxes now, the FB comments and the WordPress Comments. I would like to have only the facebook comments. Any suggestions?
Screenshot of the problem: http://i.imgur.com/aoI9Lqb.jpg
worked great, thanks!
I want to add something similar to my website so it would be great to know the solution.