-
AuthorPosts
-
March 17, 2015 at 3:28 pm #229470
Hi guys
I updated to the latest version of X, and since then I experience the same error on all Revolution Slider sliders. I am using a child theme and previously I had version 1.8.5 installed.
The problem seems to be that the slider plays normally, but at the end it simply fades out and only shows the background image.http://ne.thecreativepixel.dk/
I also have a problem with the portfolio page. Here it went from being a slideshow with a link to the portfolio page, but now it has a white area below and the link is gone. http://ne.thecreativepixel.dk/galleri/
You write in your release notes for 3.2.0 you renamed some CSS classes. Do you have an overview of which classes have been changed and what the new names are?
Could you please help?
Thank you!March 17, 2015 at 8:57 pm #229696Hi There,
Thank you for writing in! Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
There were only handful of class changes on that release and was clearly state on 3.2.0 – release notes
.x-container-fluid is now .x-container throughout the theme. Additionally, we’ve done away with the .x-responsive-video and .x-responsive-video-shortcode classes, and simply given the outer video container a class of .x-video, and the inner container class an updated name of .x-video-inner. Because of this, now our video and audio shortcodes follow a similar output in class name and make it really easy to target what you’re wanting to style. Here is a quick example of the class output for the container element of each media shortcode within X now:
[x_audio_player] now outputs .x-audio.player
[x_audio_embed] now outputs .x-audio.embed
[x_video_player] now outputs .x-video.player
[x_video_embed] now outputs .x-video.embedCheers!
March 18, 2015 at 3:13 pm #230452This reply has been marked as private.March 18, 2015 at 4:58 pm #230550Hi Lisbeth,
On your slider settings (not slide settings) under the Loop and Progress panel set the Stop Slider option to Off.
Hope it helps, Cheers!
March 19, 2015 at 8:36 am #231025Hi
I tried it, but unfortunalty it doesn’t work.
I think there might be some script conflicts, because I also have a problem on the http://ne.thecreativepixel.dk/galleri/ page.
It doesn’t show the link to the portfolio item, and it has a large white area below…/Lisbeth
March 19, 2015 at 12:58 pm #231212Hi There,
If there could be some js conflicts. 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.
Hope it helps.
Cheers!
March 20, 2015 at 7:43 am #231825Hi guys
Well the problem with the revolution slider, might have been solved. To be honest I don’t know how, I just simply opened it, clicked on update and then it worked…
But the problem with the gallery/portfolio page is still there. I tried:
- Uninstall all plugins – no effect
- Regenerate the thumbnails, to have the same size – no effect
The problem seems to only be there, when there is a tall image among the gallery images. Then the permalink doesn’t work, and there is a large white area below (the difference between horizontal and vertical image).
I thought that regenerate the images would make them all the same height, but this doesn’t seem to be the case.What can I do? Can you help?
/Lisbeth
March 20, 2015 at 6:29 pm #232132Hi Lisbeth,
Can you please try adding the following CSS code via Appearance > Customize > Custom > CSS:
#post-10268 .x-slides li:nth-child(2) { margin-right: 0 !important; }
Let us know how this goes!
March 22, 2015 at 3:55 pm #232956Hi
I doesn’t quite work as hoped, because
1: there is still the problem with different heights, so the large empty area below horizontal pictures is still there.
2: After image no. 2 the pictures all lay outside the frame.
3: It only targets the specific post # 10268 – this should apply to all galleries, as the problem will be returningAlthough it might not be the most clean solution I added the following css:
.x-slides li {max-height: 400px;
overflow: hidden;
}
This solves the problem with the height and therefore also the permalinks.
/LisbethMarch 22, 2015 at 10:44 pm #233148Hi Lisbeth, Good work! Thanks for sharing 😉
-
AuthorPosts