WPML and PRO - Cornerstone issue

Hi there,

I’m trying to translate a page to french here:
http://www.coachingandfamily.com/

The issue is, on this page:

http://www.coachingandfamily.com/?lang=fr

I can’t access cornerstone because I get the ‘caching’ issue. However, there is no caching turned on for the site. What can be the cause? Here’s a screenshot of the issue.

Thanks!

Hi @Pbalazs89,

Thanks for reaching out.

Based on the console error, the page being loaded returns 404. But couldn’t verify if it’s the translation page, would you mind providing your site’s login credentials in a secure note? I will be more happy to check it :wink:

Thanks!

Hi, sure I added it :slight_smile:

Hi @Pbalazs89,

Please check it again, it’s due to WPML configuration. I change the Language URL format then re-saved the permalinks and it’s now loading okay.

Thanks!

Thanks for the tip!

Another question for the site:

http://www.coachingandfamily.com/courses/

There are courses displayed near the bottom of the page. They do not start at the same position though. The right one seems to have padding or something at the top, but I can’t see anything in the css. Would you mind to help a bit? Thanks!

Hey @Pbalazs89,

It’s because of your custom class. You applied float: none

I believe you want to restrict the column width? A more efficient way is to set a max-width to your row. I see you already have this custom class assigned to your row. You can override the global max width using by adding that class to the row’s class like this.

.x-container.max.middlerow {
    max-width:700px
}

Hope that helps.

Thanks for the tip. They are now the same height, however, they are not positioned in the middle. How can we fix this?

Nevermind, figured it out. Thanks a bunch!

Glad to hear that :slight_smile:

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