Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #229470

    Lisbeth L
    Participant

    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!

    #229696

    Friech
    Moderator

    Hi 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 / password

    Don’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.embed

    Cheers!

    #230452

    Lisbeth L
    Participant
    This reply has been marked as private.
    #230550

    Friech
    Moderator

    Hi 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!

    #231025

    Lisbeth L
    Participant

    Hi

    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

    #231212

    Nico
    Moderator

    Hi 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!

    #231825

    Lisbeth L
    Participant

    Hi 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

    #232132

    Nabeel A
    Moderator

    Hi 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!

    #232956

    Lisbeth L
    Participant

    Hi
    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 returning

    Although 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.
    /Lisbeth

    #233148

    Rad
    Moderator

    Hi Lisbeth, Good work! Thanks for sharing 😉