Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #531424

    Hi!
    on mobile devices there are now serveral pictures plus describtion/title between page and footer shown. Pictures, that are not used on the page, some of them not even used at all, that are just in the mediathek without use. This occurs only on single page!
    Screenshot mobile iphone

    Also the menue on the mobile view is not sticky. how can i fix this?

    please help!
    greets
    Lucie

    #531996

    Hi Lucie!

    Thank you for using Enfold.

    Please re-update the masonry gallery element in the page. Right now, it is empty. http://artbase-software.de/test/wordpress/wp-admin/post.php?post=3902&action=edit

    Sticky header is disabled on mobile devices by default. You can add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
        position: fixed;
    }
    
    .responsive #top #main {
        padding-top: 80px !important;
    }
    }

    Cheers!
    Ismael

    #540711

    Hi Ismael!

    thx, the code for the sticky header worked.
    In the massonary there are 6 pictures; i wanted to display them as shop thumbnails. it is not working. no matter what kind of view i put in, it always scales them in the same wrong way.

    the other problem (screenshot) is solved.

    could you take another peek? login is still active for you

    • This reply was modified 9 years ago by aB-Agenta.
    #542817

    Hey!

    I checked the page again but the masonry element is missing. Please create a test page where we can check the issue.

    Regards,
    Ismael

    #543083

    Hi Ismael!
    it is right there: screenshot
    the pictures are supposed to be scaled…
    another thing on this site: the special headings have no padding-bottom. i used this custom css code:`.av-special-heading {
    padding-bottom: 20px !important; }`
    but unfortunately it is not working…
    best regards
    lucie

    #544939

    Hi!

    Alright. My bad. Did you replaced it with a gallery? Please create a test page so that we can check the issue. What do you mean by “it is supposed to be scaled”? Try to set the Size Settings to perfect grid.

    Cheers!
    Ismael

    #545052

    dear ismael!
    i moved to an own thread for the pic problem, that i created earlier to keep it apart from the mobile problem i had…
    https://kriesi.at/support/topic/bug-image-scaling-doesn-t-work-with-gallery-simple-slider
    greets
    Lucie

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