Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
nherious
tagDiv Member

So how do we turn off the update notification?

nherious
tagDiv Member

Still doesn’t work.

nherious
tagDiv Member

You can see the blocks are not aligned and the margins are close to the edge and they are not responsive on mobile http://screencast.com/t/7JPEzQcZxl

I’m having that same problem.

nherious
tagDiv Member

Wp Rocket works best for me.

nherious
tagDiv Member

I use WP Rocket. It’s very good.

nherious
tagDiv Member

never mind I got it working. You have to leave all the settings blank.

nherious
tagDiv Member

I’m having this same problem.

nherious
tagDiv Member

I can see your images.

nherious
tagDiv Member

thank you. works perfectly.

nherious
tagDiv Member

Great! now before I update how can I remove the new grids from mobile view?

nherious
tagDiv Member

Same here, where can we see the new grids?

nherious
tagDiv Member

I’m getting the same problems.

nherious
tagDiv Member

Do you have facebook comments or any facebook plugins installed?

add_filter( 'redirect_canonical','custom_disable_redirect_canonical' );
function custom_disable_redirect_canonical( $redirect_url ){
if ( is_front_page() ) $redirect_url = false;
return $redirect_url;
}

add that to your functions.php

nherious
tagDiv Member

I got this to work for newsmag as well. Thank you so much!

Viewing 14 posts - 1 through 14 (of 14 total)