Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1120398
    happyben
    Participant

    Hey,

    i thought the homepage is nearly finished and i checked the homepage mobile and was shocked.
    The mobile homepage is not the same. How can i solve that problem. Can you please help me ;-(

    URL: https://fussballtreff-regensburg.de

    here one screenshots

    Thanks Benjamin

    #1120400
    happyben
    Participant
    This reply has been marked as private.
    #1120730
    Christian
    Moderator

    Hey there,

    Your setup is incorrect. You have a paragraph inside a custom headline. Please use a Text element.

    Thanks.

    #1121201
    happyben
    Participant

    Hey Christian,

    thanks for news. Which object is meant by “paragraph inside custom headline”? Which object i have to change in a text element?

    Thanks for your help,

    Benjamin

    #1121306
    Rad
    Moderator

    Hi Benjamin,

    Another support here. It’s the custom headline element on first section. You added this code within that custom headline,

    <span><span style="color: #000000;"><img class="wp-image-373" src="https://fussballtreff-regensburg.de/wp-content/uploads/2016/08/Logo-Fußballtreff-Regensburg-groß-2.png" alt="Logo Fußballtreff Regensburg groß" width="500" height="500"></span><p></p>
    <p style="text-align: center;"><em><strong>Wir spielen jeden Montag und Mittwoch auf einem Rasenplatz in der Nähe der Regensburger Innenstadt. </strong></em><em><strong>Das Spiel beginnt mit dem Aufwärmen um 18:15 Uhr und startet mit dem bilden der Teams um 18:30 Uhr.&nbsp;</strong></em></p>
    <p style="text-align: center;"><em><strong>Wir spielen bei jedem Wetter! &nbsp;</strong></em></p>
    <p style="text-align: center;"><em><strong>Du kannst dich hier für einen oder beide Tage anmelden!</strong></em></p>
    </span>

    You should utilize the text element when adding HTML content like that.

    It also displays differently on mobile because the applied CSS aren’t responsive. Example, this CSS is meant for desktop from https://fussballtreff-regensburg.de/wp-content/uploads/titan-framework-cfc-css.css?ver=4.5.3

    #cfc {
        margin: 250px;
    }

    And in mobile, it squeezes your form because it shouldn’t be declared like that. You should exclude it from mobile view, example,

    @media ( min-width: 980px ) {
    #cfc {
        margin: 250px;
    }
    }

    Thanks.

    #1125289
    happyben
    Participant

    Hi,

    i changed the custom CSS and created text with the same content. Now it is nearly perfect.
    Can you help me with:
    1) Images background is mobile to short. Is there a reason or is there a need for other images?
    2) Menu “Foto” opens a new page but it shall be only a uber menu for the galleries.

    Thanks for your help, Benjamin

    #1125526
    Christian
    Moderator

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Also, please give us more details there.

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1120398 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>