My site that i just put online is working but has some little quarks

My site that i just put online is working but has some little quarks. So when is switch from english to french the list
of post is not working fine its all in one vertical line to the left of the screen see screen shot for reference

I also would like my englis and french menu items to be like this image

Hi there,

Would you mind providing the URL of the site in question so that we can check it?

For the mean time, please make sure that you have cleared all your cache and checking for a third party plugin conflict.

Thank you.

Hi thanks for your prompt reply. here is the url.

Hi There,

Thank you for the URL, if you view-source the page of your site and search //localhost:8888, you’ll still see a lot of it. That means your migration process failed. Please redo your migration process and follow the Migrate Cornerstone Data from Site to Site guide provided here.

Let us know how it goes,
Cheers!

I just ran a search and replace and my links look fine now. can you help me with the plugin mal functionning. and also I asked a question regarding the frenc and englich menu at the bottm of my menu so theyr could be both on one line and aligne like on the screen shot I provided.

Thank youI

Hi There,

Thanks for writing in!

I can see your post are coming fine in both the language. I tested in different browser.

Let us know if the issue has been resolved in your end.

For the menu, please use this following css to your global css.

#sfm-sidebar ul {
   text-align: center;
}    
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0>li:nth-child(9),
    #sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0>li:nth-child(8) {
       display: inline-block;
    }
#sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0>li:nth-child(9) a,
    #sfm-sidebar.sfm-sidebar-exposed .sfm-menu-level-0>li:nth-child(8) a {
       font-size: 12px !important;
    }

You can adjust the font size if you want.

Please let us know how it goes.

Thanks

I still get weird layouts when i go from french to english or vice versa… For the menu it worked thank you. Can you still try to figure out the ^problem…

Ok I figured something out the posts content are on the left side of the screen all under one line when i load the page. When I resize the window all the post content square appear. Do you have any idea why? Its like it wasnt not responsive.

Hi There,

I could replicate the issue on my end.

When I logged in on your website I saw the error. Switched to French and it looked good, switched back to english and it also looked good.

Do you have any performance or cache plugins? If yes, purge the cache and turn of those plugins.

Also lets try to improve your memory limit.

Hi There,

Would mind adding this in your wp-config.php located at the root directory of your site.

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can add it before the line

/* That’s all, stop editing! Happy blogging. */

Let us know how it goes.

Thanks

I did what you asked me to do… Now what? The problems is still not fixed…

https://dl.dropboxusercontent.com/s/6mmmvxijykqy3f3/Screen%20Shot%202018-01-23%20at%2012.42.05%20PM.png?dl=0

Hi there,

It’s different on my end as when I access your site, what I see is Shopify page with the message Sorry, this shop is currently unavailable.. Is it still on DNS propagation?

Thanks!

Can you send me a screen shot…

Hello There,

I have checked your site and it is now accessible. I do not see any issues with it.
This is what I am seeing right now:

Maybe you are having some browser caching issue. Please clear your browser cache or use private browsing mode and test your site again.

Thanks.

The issue happens on all browser and different device. From my desktop mac and pc to my smart phone on different browsers. SO im not sure it is a caching issue.

Thanks

Hi there,

It’s because of the preloader that you installed. The page is loaded and rendering functions are executed before your loader is even finished. The layout is based on the visible container, and since it’s hidden due to page loader, the calculated dimension becomes zero. Please try disabling your preloader or try resizing your browser, it will render okay. The resize functionality will re-trigger the rendering functionality of the grid.

Thanks!

I disabled the plugin loader but still when i hit the browser back button t is still doing it… Any idea?

Hi There,

I’m still seeing a custom loading screen on your site. The issue is really erratic sometimes its happening sometimes its not, whether switching language or hitting the back button. Try adding this to Theme Options > JS.

jQuery(document).ready(function($){
  $(window).resize()
});

Hope that helps,
Cheers!

Thanks a lot it seems to be working fine now…

Thanks again!!!

One little thing i noticed…

When i go from the home page to the news section it still does the quark. Not all the time though. But it still does it a little not all the time.

Thanks

ANy idea

Seb

Hi Seb,

I cant replicate the issue on my end anymore? So it seems the JS code works.:slight_smile:

Cheers!