Why did I not get the warning? ๐
In the following files: loop-single.php, loop-single-1.php, single_template_2.php, single_template_3.php, single_template_4.php, single_template_5.php
Replace
<?php echo $td_mod_single->get_author();?>
with
<?php echo '<a itemprop="author" href="' . get_author_posts_url($post->post_author) . '">' . get_the_author_meta('display_name', $post->post_author) . '</a>';?>
Hope that helps ๐
Okay, now try this.
Copy the admin-ajax.php to my theme directory and removed the unneeded stuff. Then use it for your ajax calls instead of the wp-admin one.
<?php get_template_directory_uri(); ?>/admin-ajax.php
You can check yourself which files call the admin-ajax.php and modify them.
Ask tagDiv for the files that call the admin-ajax.php
or
You need to change the variables in the get_admin_url() function to force the AJAX requestion to use http instead of https. Change it to look like:
get_admin_url(null,'','http');
I hope this helps a lot of people!
XMLHttpRequest cannot load https://www.oralanswers.com/wp-admin/admin-ajax.php. No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://www.oralanswers.com’ is therefore not allowed access.
You got to call admin-ajax.php it from the same url as of your site. Either use http:// or https:// for both.
Getting?
Yeah I agree to mehedi, no auto updates please.
I’ve not seen it yet, but it’s good idea.!
Many websites will not be updated with the new theme now. ๐ Very good
Yeah @Steven ๐
@paulberrow use .td-a-rec-id-sidebar and .td-g-rec-id-sidebar with the same css.
You can also look at the source (because your widgets may have different classes) and add more classes. It worked for me. ๐
Sure ๐
@Steven thanks got it ๐
@paulberrow, that works great. Thanks a lot. ๐
I have checked that site an it’s not using the plugin you’ve mentioned.
Thanks @Steven, can I see your site?
@Lucian thanks, you were a bit late, I already did that. ๐
Thanks a lot for replying.
Thanks everyone and @tcdraper, I changed the line height in style.css and that did it. ๐
Hi @tcdraper, I have already tried doing that but it does not works. Thanks for looking into the issue.
As far as I have seen, changing the line height of .block-title to 29px does it. But when I change the line height from theme panel > custo typography, I can not see the change.
Want to say anything about it? :/

Could it be due to manually minified style.css file?
Like this? http://www.styzic.com/tech/gadgets/retina-display-macbook-air-colors/787/
Use plugins like sharaholic
Thanks tagDiv ๐
@joventu first disable all of the plugins and then enable them one by one to find which plugin is causing the problem.
Done without mod_pagespeed upto some extent. !
Thanks @Chris ๐
I can do the optimization part @Chris but I fail when making it compressive. As you told earlier, godaddy supports mod_pagespeed. So I added a line in htacces to convert images to progressive but nothing happens. Even the url of the image doesn’t changes.
The thumbnails are still not progressive !
Mod_pagespeed does nothing.
The code for wordpress default compression by Christopher was somehow not working. The plugin “WP Resized Image Quality” did it and its okay now!
@Thakksy all the best, how much traffic increase did you notice?
And I applied with a site 10 days old!
Eeee.. Got rejected! ๐
