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

    To whom it may concern,

    Can you kindly let me know why when viewing on mobile, the excerpt and blog featured image disappears from the blogs archive page ?

    View post on imgur.com

    Regards

    #1326334

    Hey,

    Thanks for contacting us!

    Could you please post a link to your page? As far as I remember you have made some customizations and it sounds like this is related to those customizations :)

    Best regards,
    Yigit

    #1326338
    This reply has been marked as private.
    #1326339
    This reply has been marked as private.
    #1326342
    This reply has been marked as private.
    #1326345

    Hi,

    Could you please post temporary admin logins here privately as well? :)

    Best regards,
    Yigit

    #1326347
    This reply has been marked as private.
    #1326350

    Hi,

    There is a conflict with following codes in Appearance > Customizer > Additional CSS

    #top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap {
        height: 160px !important;
    }
    
    #top .avia-content-slider-inner .slide-entry-wrap {
        display: flex;
    }

    If you added those to target a specific element, please edit that element, go to Advanced > Developer Settings and give it a custom ID (“custom-id” in example below) and then update the codes as following

    #top #custom-id.avia-content-slider, #top #custom-id .avia-content-slider-inner, #top #custom-id .avia-content-slider-inner .slide-entry-wrap {
        height: 160px !important;
    }
    
    #top #custom-id.avia-content-slider-inner .slide-entry-wrap {
        display: flex;
    }

    Then, please add following code to Quick CSS in Enfold theme options > General Styling

    @media only screen and (max-width: 480px) {
    .responsive.av-no-preview #top #wrap_all .av-mini-hide, 
    .responsive.av-no-preview #top #wrap_all .av-mini-font-size-hidden, 
    .responsive.av-no-preview #top #wrap_all .av-mini-font-size-title-hidden {
        display: none;
    }}

    Best regards,
    Yigit

    #1326457

    Hi Yogot,

    Thanks for this.

    I have updated everything but im afraid im still encountering same errors :/

    Regards

    #1326597

    Hi,

    Thank you for the update.

    Looks like you are using two blog posts element and you have selected a different blog style (List Layout – Excerpt) for mobile view. Please note that the featured image and meta info will not display if this style is selected. We disabled the blog posts element with the list layout and set the first blog posts element to display on mobile view instead.

    Best regards,
    Ismael

    #1326773

    Perfect :)

    This is working perfectly now.

    THank you so much. This can be closed :D

    #1326965

    Hi,

    You are quite welcome! Please let us know if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Mobile Blogs Archive Page’ is closed to new replies.