Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #1138746

    Hi,

    I was adding masonry gallery on my page, but there’s a large gap above the items and the category list, even on the responsive versions. (see attachment below).

    View post on imgur.com

    View post on imgur.com

    Please help.
    Thanks.

    K

    #1139344

    anyone can help please?

    #1139668

    Hi,

    I load the page on Chrome Windows and I see no gap.
    Is the issue fixed?

    Best regards,
    Basilis

    #1139784

    hi,

    Thank you for your reply, no, the issue is still here, I’ve tried safari and chrome, regular site and responsive site, there are gaps.
    Attached the screenshots of Chrome.

    View post on imgur.com

    View post on imgur.com

    #1140180

    I’m also using wpml for 2 more languages, the gap also appears in those languages’ pages. Please help.

    #1140577

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home #av_section_1 .content {
      padding-top:0 !important;
    }

    Best regards,
    Rikard

    #1140602

    Thank you for your reply but It didn’t work on the page that I mentioned. Instead it moved the headline on my home page.

    View post on imgur.com

    #1140871

    Hi,

    Thanks for the update, on which page do you want to remove the gap then?

    Best regards,
    Rikard

    #1140874

    Investor Relations page. The layout of the links below are basically the same, but there is always a gap at the top of the masonry gallery.

    #1141348

    Hi Kadence F.,

    This code in Quick CSS, causes the issue:

    .av-masonry-entry { width: 100% !important; min-height: 130px;}

    Please remove it, I have disabled CSS file merging and compression in Enfold > Performance to check which file it was coming from but before I could remove the code I mentioned and enable CSS file merging and compression, I wasn’t able to reach your site.

    Best regards,
    Nikko

    #1142270

    Hi Nikko,

    I can’t delete it, if I delete it my Masonry gallery will look like this.

    View post on imgur.com

    #1142535

    Hi Kadence F.,

    I see, can you try to replace it with this css code instead:

    a.av-masonry-entry { width: 100% !important; min-height: 130px;}

    Best regards,
    Nikko

    #1142588

    thank you so much Nikko!! the problem is finally solved!

    #1142596

    May I also ask, is there any ways I can show how many items in the Masonry? like, showing 200 of 1000items

    #1142662

    Hi Kadence F.,

    Well, it is not available out of the box at the moment. It needs to be custom-built if you really need it.

    Best regards,
    Victoria

    #1142907

    Hi Victoria,

    May I ask, how much would it be please?

    #1142908

    Hi,

    There’s a problem with the page number of the masonry.
    On the desktop site, from 1-3 page, the numbering layout seems fine

    View post on imgur.com

    But when it goes beyond page 3, the numbering layout gets longer.

    View post on imgur.com

    On the responsive site, it becomes like this:

    View post on imgur.com

    Is it possible to limit the numbering layout to certain number? like 4 circle max only?
    If not, is it possible to fix the responsive layout? for instance, scaling down the numbering?

    And, is it possible to jump to certain page like the screenshot below?

    View post on imgur.com

    Thanks!

    • This reply was modified 5 years, 1 month ago by hellokadence.
    #1143143

    Hi Kadence F,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Victoria

    #1143171

    What about the page number issue that I mentioned earlier, I believe that’s an issue of the theme, could you solve it please?

    #1143295

    Hi Kadence F.,

    Please share the link to the page where it is happening. I did not see it anywhere on the pages I looked.

    Best regards,
    Victoria

    #1143397

    On responsive site, when you scroll down to the page bottom, once you reach beyond page3, the buttons are placed wrongly as I mentioned above. I was using iPhone 8, iPhone XS and any mobile device.

    View post on imgur.com

    • This reply was modified 5 years, 1 month ago by hellokadence.
    #1144408

    Hi Kadence F.,

    Thank you.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    @media only screen and (max-width: 479px) {
      #top .pagination .pagination-meta {
          line-height: 35px;
          margin-top: 45px;
          position: absolute;
          right: 0;
          line-height: 20px;
          float: none;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1144421

    Thank you Victoria, the layout seems less messy as attached photo1, thank you very much.
    But the total page number disappeared on the responsive site when the page is at page1 and 2. (see photo2 below)

    View post on imgur.com

    View post on imgur.com

    #1145071

    Hi Kadence F.,

    Please try using the code like this:

    
    @media only screen and (max-width: 479px) {
      #top .pagination .pagination-meta {
          line-height: 35px;
          margin-top: 45px;
          position: absolute;
          right: 0;
          line-height: 20px;
          float: none;
      }
       #top .pagination {
         min-height: 80px;
       }
    }
    

    Best regards,
    Victoria

    #1145083

    Thank you so much, problem solved!

    • This reply was modified 5 years, 1 month ago by hellokadence.
    #1145300

    Hi Kadence F.,

    Glad we got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1275549

    Hi, recently i’m having troubles using the masonry gallery. If i have more than one masonry gallery in a page, it only shows one and it loads very very slow.

    #1275882

    Hi BlueSolution,

    Please open a new ticket for your problem. Provide us admin access to have a deeper look into the issue, as well as precise links where we can see the issue. Screenshots highlighting what’s going on would help a lot (imgur.com, dropbox).

    Best regards,
    Victoria

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