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

    Nachdem meine Seite auf einen neuen Hoster umgestellt wurde, verschwinden Hintergrundbilder auf der Startseite immer wieder. Auch bei der mobilen Darstellung werden nicht mehr alle Texte und Bilder korrekt dargestellt

    #1414290

    Hi Monikafrick,

    Thanks for giving us admin access.
    I think the problem may be due to caching.
    I have changed CSS file merging and compression and Javascript file merging and compression from Enabled to Use minified files.
    Please review your website.

    Best regards,
    Nikko

    #1414402

    Hi Nikko,

    das passt mobil leider noch nicht ganz. Das Bild “screen_2x24.jpg” wird abgeschnitten.
    Nach “Entwicklungsprozessen” ist ein sehr großer Abstand.
    “Humanenergetiker” ist am Smartphone bei mir das “r” abgeschnitten
    Nach “Energien” ist ebenfalls ein sehr großer Abstand.

    #1414452

    Hi Monikafrick,

    Unfortunately, that doesn’t quite fit mobile yet. The “screen_2x24.jpg” image is cropped.
    Please add an image element inside grid and use the same image as the background image of the cell, and show it only on mobile (Advanced > Responsive > Element Visibility)

    After “development processes” is a very large distance.
    You have a very large cell padding, you’ll need to adjust it on mobile.
    Edit the Cell, go to Styling > Padding > Cell Padding, click on the mobile icon and adjust the padding values.

    “Human energetics” is cut off the “r” on my smartphone.
    Can you provide a screenshot?
    Also, please try to adjust the cell paddings for mobile and font sizes.

    After “energies” there is also a very large gap.
    Please add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
        #recent > .flex_cell {
            height: auto;
        }
    }

    Best regards,
    Nikko

    #1414738

    Danke. Jetzt passt aber das letzte Bild (vor der Kontaktanfrage) nicht mehr (das ist jetzt viel kleiner).

    #1414888

    Hi Monikafrick,

    As for the last picture, please add an image element inside grid and use the same image as the background image of the cell, and show it only on mobile (Advanced > Responsive > Element Visibility).
    Hope it helps.

    Best regards,
    Nikko

    #1415740

    can you please send me an screenshot for this?

    #1415789

    Hi Monikafrick,

    I have added the image inside the grid and set the Element Visibility, you can check it, if you edit the image and go to Advanced > Responsive > Element Visibility.

    Best regards,
    Nikko

    #1415959

    Thanks Nikko.

    i now have a lot of empty space under “ich freue mich über ihre Kontaktanfrage”. Can you please help me here too?

    #1416010

    Und ein weiteres Problem (ist auf deutsch besser erklärbar):

    “Als diplomierte Lebens- und Sozialberaterin biete ich:” ist eine Spezielle Überschrift und hat wie “Als zertifizierte Humanenergetikerin biete ich:” den Typ H2 und die selben font faces im Reiter Stil. Trotzdem weerden diese in unterschiedlichen Größen dargestellt. Beide sollten bitte wie “Als zertifizierte Humanenergetikerin biete ich:” dargestellt werden.

    #1416085

    Hi,
    Thank you for your patience, as I understand your question though Google Translate, your H2 headings on the homepage should be like “Als zertifizierte Humanenergetikerin biete ich:” but this font size is very small at 0.7em:
    Enfold_Support_2875.jpeg
    via some custom css, the heading you want changed are set to 54px in the element options:
    Enfold_Support_2877.jpeg
    and look reasonable on the frontend
    Enfold_Support_2879.jpeg
    Do you really want the fonts tiny?
    I recommend removing the custom css that makes it tiny in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all .av-inherit-size .av-special-heading-tag {
        font-size: 0.7em;
        font-weight:300 !important;
    }

    and use the element option to set the size you wish:
    Enfold_Support_2877.jpeg

    Best regards,
    Mike

    #1416687

    Hi, thanks again. And hopefully last question:the way you had explained it, it then fit. Now I wanted to adjust the distance between “Als diplomierte Lebens- und Sozialberaterin biete ich::” and “Als zertifizierte Humanenergetikerin biete ich:” and have therefore adjusted the distance in the style of the special heading (so that they are the same high). But now the mobile font is so small again.

    #1416696

    Hi,
    When I check your page the text looks correct, please see the screenshot in the Private Content area.
    Try clearing your browser cache, please note that iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

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