Home User profile
tagDiv Member
I am Shashank Shashank, a boy who does things in his own way and the Founder and Editor-in-Chief of Whimable !!!
Shashank Shekhar
tagDiv Member

Why did I not get the warning? ๐Ÿ˜›

Shashank Shekhar
tagDiv Member

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 ๐Ÿ™‚

Shashank Shekhar
tagDiv Member

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!

Shashank Shekhar
tagDiv Member

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&#8217; 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?

Shashank Shekhar
tagDiv Member

Yeah I agree to mehedi, no auto updates please.

Shashank Shekhar
tagDiv Member

I’ve not seen it yet, but it’s good idea.!
Many websites will not be updated with the new theme now. ๐Ÿ˜› Very good

Shashank Shekhar
tagDiv Member

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. ๐Ÿ™‚

Shashank Shekhar
tagDiv Member

Sure ๐Ÿ™‚

Shashank Shekhar
tagDiv Member

@Steven thanks got it ๐Ÿ™‚


@paulberrow
, that works great. Thanks a lot. ๐Ÿ™‚

Shashank Shekhar
tagDiv Member

I have checked that site an it’s not using the plugin you’ve mentioned.

Shashank Shekhar
tagDiv Member

Thanks @Steven, can I see your site?

Shashank Shekhar
tagDiv Member

@Lucian thanks, you were a bit late, I already did that. ๐Ÿ™‚
Thanks a lot for replying.

Shashank Shekhar
tagDiv Member

Thanks everyone and @tcdraper, I changed the line height in style.css and that did it. ๐Ÿ™‚

Shashank Shekhar
tagDiv Member

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? :/

Shashank Shekhar
tagDiv Member

Could it be due to manually minified style.css file?

Shashank Shekhar
tagDiv Member

Thanks tagDiv ๐Ÿ™‚

Shashank Shekhar
tagDiv Member

@joventu first disable all of the plugins and then enable them one by one to find which plugin is causing the problem.

Shashank Shekhar
tagDiv Member

Done without mod_pagespeed upto some extent. !

Shashank Shekhar
tagDiv Member

Thanks @Chris ๐Ÿ™‚

Shashank Shekhar
tagDiv Member

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.

Shashank Shekhar
tagDiv Member

The thumbnails are still not progressive !
Mod_pagespeed does nothing.

Shashank Shekhar
tagDiv Member

The code for wordpress default compression by Christopher was somehow not working. The plugin “WP Resized Image Quality” did it and its okay now!

Shashank Shekhar
tagDiv Member

@Thakksy all the best, how much traffic increase did you notice?

And I applied with a site 10 days old!

Shashank Shekhar
tagDiv Member

Eeee.. Got rejected! ๐Ÿ˜€

Viewing 25 posts - 151 through 175 (of 288 total)