Site looks different on every refresh

hi guys

i almost finished setting up my first site using X theme and i am really impressed about the theme.
now i am a bit confused why when i go to my website(not logged on wordpress) it looks different every time i hit refresh.

text is center then on refresh is left side. column is centered then on refresh is changing the position. what is causing this?

thx

Hello @Costache,

Thanks for asking. :slight_smile:

Your website is working fine on my end. I don’t see misalignment of elements upon reloading the page. Can you please confirm again? Please see screencast. https://screencast.com/t/qP6f08AK1h

Please clear cache and try loading again.

Thanks.

i see.not sure whats wrong in my browser.btw that bottom heading is not centered as i set it on editor.

thx

Hi there,

Please try to check your site in a different browser or reinstall the browser you are using an make sure that you have the update version of the browser.

I have checked the first heading close to the footer and it seems to be not centered in the settings. Please double check and set it to center in Cornerstone.

Hope this helps.

secured note

Hi,

Can you try disabling column animation and see if that fixes the issue.

disabled but the problem is still here. is not getting fixed.

Hi there,

I checked and it’s because of the animated upper content (not the animation of that current element/section), it starts empty and the animation fills it in. Hence, changing the height pushing the content below, but sometimes it fails so the alignment is greatly affected.

The solution is to retrigger the javascript once the page is completely loaded or disable all fade in the animation above that section that has this issue.

To re-trigger it, please add this code to your global custom javascript.

jQuery( function($){

$(window).load( function() {

setTimeout( function() { $(window).trigger('resize');  }, 1000 );

} );

} );

Thanks!

unfortunatelly not even this helps.add to golbal custom javas.
:roll_eyes:

Hello There,

Could you please disable the Minify plugin that you are using at the moment? I can see that both the CSS and JS files were combined and minified. We need to disable the minify plugin first to better resolve the issue. Or this could be caused by a 3rd party plugin. You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

If the issue still exist, please re install X theme and Cornerstone. There might be some files that were corrupted. You can review our update guide and see the Manual Update section to re install X.

Please let us know how it goes.

disabling everything that make my website a bit faster and with better page speed isn’t an option. the theme is already not optimized for speed and turning those plug ins off will me the theme even slower.i better find another layout.

thank you

Hey There,

​To assist you better with this issue, would you mind providing us the url of your site with login credentials so we can take a closer look?

To do this, you can create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

Thank you.

just discovered which plug in is doing this. is , page speed ninja, but it increase my google page speed score,if i disable it my score drop again. is there any plug in like this one that wont affect my site visually like this one do?

thx

Hi there,

That plugin should work, but have you have to manually manage its cache? Please try clearing your plugin’s cache to see if it will improve your site’s design. Plus, even if you use other optimization plugins, the result may be the same if you don’t manage your caches for every change and update you made to your site.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.