Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1490202

    Hallo Enfold-Team,

    seit zwei Tagen reagiert Enfold nicht mehr korrekt. Ich verliere so langsam meine Geduld und bin wirklich ratlos…

    Beispiel 1: Ich gebe einer Zelle einer Rasterzeile einen neuen Innenabstand. Resultat: Der Innenabstand verschwindet komplett und auch die Hintergrundfarbe wird nicht mehr ausgegeben.

    Beispiel 2: Ich gebe einer Farbsektion einen neuen Innenabstand. Resultat: Der Innenabstand verschwindet komplett und auch die Hintergrundfarbe wird nicht mehr ausgegeben.

    Die Webseite war, bis auf kleine Korrekturen im mobile Design, komplett fertig. Nun traue ich mich nicht mehr Änderungen vorzunehmen, da ich die Webseite dadurch zerschieße.

    Woher kommen diese plötzlichen Fehler?

    Die Seite ist ein ehrenamtliches Projekt für die Grundschule meiner Kids und müsste bald fertig werden. Bitte helft mir.

    Danke und Grüße
    Sarah

    Übersetzung:
    Hello Enfold Team,

    Enfold hasn’t been responding correctly for two days. I’m slowly losing patience and am truly at a loss…

    Example 1: I’m giving a new padding to a cell in a grid row. Result: The padding disappears completely, and the background color is no longer displayed.

    Example 2: I’m giving a new padding to a color section. Result: The padding disappears completely, and the background color is no longer displayed.

    The website was completely finished, except for minor tweaks to the mobile design. Now I don’t dare make any more changes because I’ll ruin the website.

    Where are these sudden errors coming from?

    The site is a volunteer project for my kids’ elementary school and should be finished soon. Please help me.

    Thanks and best regards,
    Sarah

    #1490219

    Hey Sarah,

    Could you try updating the theme to the latest version (7.1.3) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/. If not, then please post admin WordPress login details in private, along with a detailed description of how to reproduce the problems that you are seeing on your end.

    Best regards,
    Rikard

    #1490336
    This reply has been marked as private.
    #1490342

    Hi,

    Thanks for that. Did you try to clear and deactivate all caches on the site? Also make sure to save the theme options in order to regenerate the stylesheets, and activate the option to delete old CSS and JS files temporarily under Enfold->Performance.

    Best regards,
    Rikard

    #1490352
    This reply has been marked as private.
    #1490362

    Hi,

    Thanks for the update, we’ll keep this thread open for you.

    Best regards,
    Rikard

    #1490410

    Hi Rikard,

    Unfortunately, it doesn’t change. Settings from the backend are transferred to the frontend late or not at all. The site was practically finished, and now I’m worried I’ll have to start from scratch. This hasn’t happened with any of my other Enfold websites so far. The examples remain the same as above, although some errors will be corrected after a while. Currently visible are the following errors:

    Menu “School -> Team”: The content is not displayed centered at 1/2 width, but rather at 1/4 width.
    Menu “School -> School ABC”: The content is not displayed centered across the entire width, but rather at 1/2 width.
    The same applies to the view of the contact forms.

    If I change the page spacing to optimize the responsive design, I lose all the formatting within the containers (color, margin, etc.). I’m not confident about optimizing this at the moment, as it’s currently displaying correctly again. Please check the cause. Would that work? I’m at a loss now.
    I completely deleted the cache plugin (W3) in case that’s the cause of the problem. But that doesn’t work either.

    Many Thanks.

    #1490453

    Hi,

    1. You have the content in a 1/4, and then what looks to be an empty 1/2 to the left of it.

    2. Content will be displayed within the container width, you can set that under Enfold->General Layout Dimensions.

    Best regards,
    Rikard

    #1490567
    This reply has been marked as private.
    #1490573

    Hi,

    Thanks for the update. I see that the container width has not changed on the front end, and it’s likely due to invalid CSS added in Quick CSS. Please check your code with a service like CSS lint and correct all the errors. Your settings should apply after that.

    Best regards,
    Rikard

    #1490679

    Hi Rikard

    That worked! Thank you so much. I simply used the code from your Enfold documentation, and now everything works as usual.

    I have one last question: Your code only supports one mobile screen size (max-width: 989px). What does the code look lik,e if I need to differentiate between mobile and tablet portrait modes – so that the margin-top is correct?

    @media only screen and (max-width: 989px) {
    .responsive #top #main {
    /* Margin top value should be equal to header height*/
    margin-top: 110px !important;
    }
    .responsive #top #wrap_all #header {
    position: fixed;
    }
    }

    Thanks
    Sarah

    #1490686

    Hi,

    You can add any media query that you need, this might help you out for example: https://stackoverflow.com/questions/6370690/media-queries-how-to-target-desktop-tablet-and-mobile, or this: https://www.w3schools.com/css/css_rwd_mediaqueries.asp

    Best regards,
    Rikard

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