Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1481013

    Hi,
    a few parts of the webpage are not loading, do you have any idea what the problem can be?
    Its after the galerie, the text is not loading and at the end the prices.
    Would be great to get some help :)

    Many regards rixi

    #1481043

    Hey rixi,

    Thank you for the inquiry.

    It’s possible that the sections below the gallery are not loading due to the number of images on the page. There are nearly 80 images in the gallery, and most of them are over 100KB in size, accumulating to almost 12MB in total, which is quite large. This could affect the script that triggers the animation for the elements. We recommend reducing the number of images or enabling the pagination or the “load more” button.

    Best regards,
    Ismael

    #1481059
    This reply has been marked as private.
    #1481077

    Hi,

    Thanks for the update. What exactly are you looking to change regarding the pagination buttons? If you have a screenshot highlighting your intentions, then that would help.

    Best regards,
    Rikard

    #1481079
    This reply has been marked as private.
    #1481111

    Hi,

    Thank you for the update.

    You can use this css code to adjust the style of the pagination:

    #top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
        height: 50px;
        width: 50px;
        line-height: 50px;
        margin-right: 6px;
        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
        font-size: 18px;
    }
    
    #top .main_color .pagination a {
        background-color: #f2f1ef;
        color: #000000;
    }
    
    #top .main_color .pagination .current {
        background-color: #d5d5d5;
    }
    

    Best regards,
    Ismael

    #1481122

    Hi Ismael,
    thanks a lot! That looks much better now. But when i click on page 2 its going to the header instead of page 2.
    And how could i change the size from the writing Seite 2 von 2 which is on the right side from the pagebuttons?

    Many regards rixi

    #1481172

    Hi,

    That is the default behavior of the pagination, which is why it’s recommended to place all post elements at the very top of the page. If you need the document to scroll to the appropriate section on load, you can try this modification.

    https://kriesi.at/support/topic/pagination-to-open-at-the-same-anchor-point-and-not-at-the-beginning-of-the-page/#post-1476867

    Best regards,
    Ismael

    #1481179

    Hi Ismael,
    ok, thanks a lot!

    Many regards Rixi

    #1481212

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Parts of the webpage are not loading’ is closed to new replies.