Parallax not working?

Hello There,

You will have to edit each of your pages and replace the classic sections with the v2 section. It’s more like recreating each of the sections so that you will be using the v2 sections.

How do on even bring out a v2 layout\sections?

  • Simply edit the page and insert a section. This new section that you have added is v2 section.

Hope this helps.

Hi again Ruenel!
i see, so whatever new section you make is basicly v2?, is there no way for me to see what version each section is ?

I’m getting the hang of it now. will using any classic elements in this new section give me the same type of issues like this?

Hello There,

You will have to inspect each section to see if it is a classic section or the v2 section. When you are in the section settings, you see something like this:

Classic Element
This is a classic element. These are supported, but have less controls to configure.

V2 section has more controls than the classic one. And all classic elements should work without issues inside a v2 section. If in case you are not seeing the advance controls, please enable the advance mode in X > Settings > Permissions > User Preference. For more details about permissions, please check this out: https://theme.co/apex/forum/t/permissions/32879/1

Hope this helps.

Aye thanks! i made it work with v2, these options should allways be on, why would you not want advance settings on

Hi Daniel,

You can simply go to X > Theme Options > Settings Icon (Bottom Left) and enable the Advanced Mode:

I understand your analogy about this matter that you think it should be obvious to have the Advanced Mode. But please consider that not all the users are Pro like yourself that uses advanced controls such as the Parallax, and for most users having too many options is confusing. That is why we default the X theme to the simple mode. For users like you, it makes sense that you enable the Advanced Mode by default.

Thank you.

I set-up a website with theme x early on, prior to v2 sections - so I have all classic sections. I had parallax functionality set-up on several sections of the home page. It was fine on Friday. The client must have upgraded the site because on Monday none of the parallax sections were working. I had to go into the website and and replace three sections on the home page - after I was lucky enough to find this thread. Your updates need to be backwards compatible. You cannot just break things and tell people they have to re-do their websites. When I recommend a theme to clients I have to know that it will not completely break with updates. This puts me in a very bad position with clients.

2 Likes

Hello @jvedder,

I can understand that broken updates does cause bad impression in front of clients and I am really sorry for the same. However, we always suggest our customers to update the theme and plugin on a staging server. That way even if any issues comes up you can troubleshoot the problem without effecting the live website. We follow a rigorous testing internally to make sure we find out issues and fix them before releasing the updates. Each team member is required to test the update on there system or server and report the bugs. We are actually encouraged by our leadership team to find out more bugs. After internal testing we release a public beta where we give the update to a limited group of public users and then collect there feedback.

So, it’s quite a rigorous process of testing. However, sometimes updates can gives teething issues as successful updates depends on number of factors, like:

  1. Server configuration: Whether or not server is running the recommended configurations that WordPress community has listed. Outdated version of PHP is the most common reason. Here is the link. https://wordpress.org/about/requirements/
  2. WordPress version: We have seen customers using quite an old version of WordPress and that cause compatibility issues.
  3. Plugins: If a site is using outdated plugin or if that plugin is not keeping pace with the industry development standards then it may cause issues.
  4. Cache plugins: Most of the times we see that cache is no cleared and because of that cached resources are getting rendered thereby causing problems.
  5. Updating from old version of X Theme or Pro: If you a customer is updating from a very old version of X Theme, then there is a probability of conflicts.

However, we do maintain a stability release that customers can use to rollback the website. You can find the same in your members area. Here is a screenshot.

I am really sorry for the trouble you faced. In case problem is still there, I request you to please create a new ticket and share the details in the same. I assure you that someone from support team will help you out.

Thanks.

I have to agree here! My site also broke! I always read the changelog before updating and saw NOTHING about this. I updated several sites without issue and told my clients it was fine for them to update, then BOOM …all the classic parallax pages BROKE without warning and caused me to scramble and see what was wrong.

Hi @geekgoddess,

Does the parallax works now? Or is it a different issue related to Advanced Mode? I will be more happy to check to see if this is javascript related, or just inactive by default. In that case, I strongly recommend opening a new thread and provide a URL and admin login credentials for further checking (in case it’s js related).

Thanks!

I have this issue on two of my client’s websites, I updated everything, turned on advanced settings but to no avail. The parallax images are still broken.

Here are the sites:
https://lightingnbeyond.com/

Sorry but this is not something that should be happening.

Hi,

I have forwarded this issue to our web development team for review.

For a temporary solution, kindly add the code below in Theme Options > CSS

/* temporary solution for parallax background */
.x-section.bg-image.parallax, .x-section.bg-pattern.parallax {
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

If that doesn’t help, you can try adding this code in Edit Page > Cornerstone > CSS

/* temporary solution for parallax background */
.x-main,
.x-section {
    position:static !important;
}

Thanks

This fixed the parallax issue but solution number 2caused a scrolling issue: Scrolling gets disabled when getting to the bottom of the page see it in action here: https://www.useloom.com/share/649a43ee3c174c68812a088bc8eb2bb0

Hey There,

If that is the case, please have the code updated and use this instead:

.x-section.bg-image.parallax, .x-section.bg-pattern.parallax {
  position:static !important;
}

Hope this helps.

Same problem here for the record.

Across all sites using classic sections - parallax now showing blank colours.

Poor show…

Hey @j300bac,

At this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

By the way, in your separate thread, please also confirm if you are using the latest version of the theme.
Our latest versions are:

  • Pro theme 2.1.6
  • X theme 6.1.6
  • Cornerstone 3.1.6

This latest release contains fixes for several issues so be sure to check out the changelog (http://theme.co/changelog/).

_After doing the updates, always remember to clear all caches (if you are using WP Rocket, WP SuperCache or W3 Total Cache) when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.-

Please let us know how it goes.

Nope didn’t want to open a separate thread - the fix is to rebuild using the new sections as the classic sections are no longer compatible with parallax which I have done on some sites but not all.

I just wanted to support anyone that may be lead to believe that this is an individual case when in fact jvedder is correct in that this is indeed a global problem.

Hope your last update addressed this issue moving forward. I won’t know as I had to emergency rebuild several websites using this feature before I had a stream of complaints.

Many Thanks

Hey @j300bac,

I personally could not replicate this issue. Both V2 and Classic parallax is working in my test site. See https://youtu.be/0Y96ZVGmlAc

But, as @paul.r said previously, he forwarded this to our development team for review.

Thanks.

Unfortunately that’s the case a lot of the time but as you can see from the above it’s a real thing and it’s happening across the board.

I hope the development team fix this as a matter of urgency for other users who may not even be aware that their sites aren’t appearing correctly.

Many Thanks

Hey There,

We have noted your feedback.

Regards.