Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1056843

    Hi,
    I’ve upgraded to 4.5.2 (the most recent version) and have an issue with the placement of an element. I’m using the same technique used for the Enfold Medical Demo that uses a negative number to change the Margin-Top of the Row Settings to “push up” that row into the element above.
    I’ve included a link to both the live and development sites in the Private Content area. The live site HAS NOT been updated to 4.5.2, but the development site IS updated.
    Let me know what you think please!
    Steve

    #1057084

    Hey spidercreations,

    Please post admin login details to the dev site in private so that we can have a closer look.

    Best regards,
    Rikard

    #1057269

    See attached. Thank you.

    #1057411

    Hi spidercreations,

    Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.

    Best regards,
    Victoria

    #1057462

    Deactivated all plugins except Slider Revolution and Post Carousel Pro as those are needed to see the problem. You’re welcome to deactivate them, but then you can not see what the issue is.
    It certainly is possible the slider or PCP are the issue, but the only change was the Enfold theme.
    As mentioned, this is a development area secured by the plugin Force Login. I have backups, and you’re welcome to activate or deactivate plugins.

    #1057467

    Added to note. I realize that the code or the CSS in the two plugins may be the issue. That said, please understand those two plugins have not been updated since December. Those developers are suggesting it must be an Enfold change since everything looks fine with their plugins from December and the issue did not materialize until I updated Enfold last week.
    I’m in a situation where they are suggesting I contact you.

    #1058162

    Hi spidercreations,

    Hmm…. The code is the same, the css is the same but it does not affect the page layout.

    Why are you using the Revolution slider? It looks like a simple slider, even the Layer Slider will be too much to have just sliding images.

    The theme has the full-width slider and an easy slider. You can test any of those on a test page.

    Best regards,
    Victoria

    #1058187

    For my clients that request a slider, that’s what I use for all of them. I’m used to it, and it is a a popular option. It provides features I will need in the future for this website.
    Switching the slider is not really the answer.
    The only change has been the update of Enfold from 4.5 to 4.5.2
    As you can see – I built out a complete development environment – I’m using the same version of Rev Slider and the Carousel in both areas, live and development.
    If the Kresi team is going to state the Enfold theme is no longer compatible with Slider Revolution, please make that a formal thing.
    I don’t want to have to learn a completely new slider, Slider Revolution is very popular, frequently updated and supported and popular.
    Can we escalate?
    Let me know,
    Steve

    #1058197

    I just want to point out again. There are future business requirements my client has mentioned will need to be implemented soon – hence the Revolution Slider as it meets those requirements.

    #1058220

    I do appreciate you looking at this. Doing a Merge/Compare between 4.5 and 4.5.2, there does seem to be quite a few differences in many CSS and PHP files, as well as some JS files. Granted, some stuff may be very minor like a version change or removing some extra lines. But something is going on right?

    http://pr.spidercreations.net/wp-content/uploads/compare-45to452.xlsx

    Thank you,
    Steve

    #1059518

    Hi,

    The only difference I see between the sliders is the inline styling, which sets the height of the slider. You can try this css code to override that inline style.

    .html_header_transparency #top .avia-builder-el-0.avia-layerslider {
        height: auto !important;
    }

    Best regards,
    Ismael

    #1059660

    Thank you. This solved the issue but I have an important question.

    What CSS file is this overwriting? The slides are the same, siders are the same and the version of Slider Revolution is the same in both sites, but the only difference that I see is the versions of Enfold.

    Is it possible this is CSS associated with the Layerslider plugin that caused the issue? Note that I have Layerslider – which is activated by default – deactivated and removed from the theme directory since we are not using it. (This is a setting available in Enfold.)

    Also, there was no custom CSS applied to the sliders that I could find. So I’m trying to find out how that inline styling was changed and where it changed.

    Sorry for the additional question, I’m just trying to find the root cause so I can better understand what happened. I very much appreciate your help here.

    Steve

    #1060392

    Hi,

    The css is added as an inline style, so it doesn’t come from any external css files or stylesheets. I’m not sure which script is adding that inline css code though.

    Best regards,
    Ismael

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.