Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #375704

    Hi Team,

    for some reason, the anchor links this page doesn’t work smoothly and goeas too far:

    http://justcom-hamburg.de/filialen/

    When you klick on the Icon with #1 on the Map and then on “Zur Filiale”, the anchor link directs you to #city color section below. But it’ll go there without the normal smooth animation and go too far. The conent is hidden behind the sticky menu navgation on top.

    Please advise,
    Jan :)

    #375759

    Hi Jan!

    If you open up /enfold/js/avia.js and look on line 88 you’ll see how we add the smooth scrolling.

    $('a[href*=#]', container).avia_smoothscroll(container);
    

    I think the problem is that the google maps are loaded via AJAX so this function does not apply to them. I tried calling it again on an event after the markers get loaded but I couldn’t get it working so I’m not sure if it’s possible to do that inside the google maps.

    Regards,
    Elliott

    #375828

    Hi Elliott,

    thank you for the info. That’s too bad :(

    One more thing then: Can I resize the thumbnails of the portolio grid with 4 columns to the size as if 5 were displayed?

    Please compare this grid (5 columns):
    http://justcom-hamburg.de/#av_section_1

    With this grid (4 columns but should have the same thumb-sizes like 5 columns):
    http://justcom-hamburg.de/service/#services

    I tried to do it with columns in the page builder but it wouldn’t work.

    Thank you,
    Jan :)

    #376326

    Hi!

    Our portfolio grid shortcode can display 1 – 6 columns so I’m not sure what your referring to here. Are you talking about the icons in your link? Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.

    Cheers!
    Elliott

    #376887

    Hi Elliott,

    I have 4 columns in my portfolio grid on http://justcom-hamburg.de/service/#services but I want these to have the same proportions as If I had 5 columns. And it should be aligned center. Like this mockup:

    Any chance displaying 4 columns portfolio smaller?

    Cheers,
    Jan

    #377243

    Hi!

    Looks like you figured it out by adding transparent gap on each side of the images. Is that right?

    Best regards,
    Ismael

    #377326

    Hi Ismael,

    no, I only did that in Photoshop ;)

    I don’t want to manipulate the thumbnails. If the customer adds two more services, alle thumbnails would have to be redone.

    Any ideas? Only narrowing the portfolio grid on this particular page für 20% or so probably?!

    Thanks and cheers,
    Jan

    #377986

    Hey!

    Try dragging the shortcode into a 1/2 or similar column.

    Cheers!
    Elliott

    #378304

    Hey Elliott,

    how would I do that? Can you help? :/

    Thanks and cheers,
    Jan

    #378308

    Hey!

    You can add 1/2 column element or similar, then add a code block element inside it and add your shortcode inside that code block element.

    Best regards,
    Yigit

    #378315

    Oh, now I get it.

    I tried thet. 1/5 + 3/5 + 1/5 is the online possible way for a portfolio grid in the 3/5 column, isn’t it? And that is too small then.

    I would nee 4/5 for theis portfolio grid and this to be aligned centered on the page as the page builder doesn’t allow me to add two columns around it. Do you get what I mean? :/

    Jan

    #379560

    Hi!

    Send us a WordPress login please.

    Best regards,
    Elliott

    #379598
    This reply has been marked as private.
    #379929

    Hi!

    Use the previous images, the larger ones without the transparent gap then add this on Quick CSS to make them smaller:

    .fullsize .grid-col-4 .grid-image {
    padding: 20px;
    }
    

    Cheers!
    Ismael

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