Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #854993

    hello, at this page ive choosen six gallery columns, and im getting five.
    if i choose five columns, im getting four. ???

    on another website, its the same. here on every page ive used the galery, i have to fill in one column more in settings to obtain the number of columns i actually want!

    • This topic was modified 7 years, 2 months ago by yampieters.
    #855247

    Hey jelle,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #855333

    hello , see below

    #855789

    Hi yampieters,

    That’s weird. Could you please enable the Advanced Layout Builder debug mode . Here is how to do it: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    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

    
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a.lightbox {
        width: 14.6667%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    • This reply was modified 7 years, 2 months ago by Victoria.
    #873730

    in fact, maybe it s related to this problem: if i put some words in Onderschrift, probably Caption in english, there is nothing in caption but only in
    the black box whichs appears when i put my mouse over the thumbnail. so , the text is appearing on the wrong spot!!

    • This reply was modified 7 years ago by yampieters.
    #874936

    Hi,

    the text is appearing on the wrong spot!!

    That is the default caption behavior in the theme. It’s going to display as a “tooltip”. The default caption style is disabled.

    Best regards,
    Ismael

    #874973

    so, how can i get a caption below my lightbox large pics?

    • This reply was modified 7 years ago by yampieters.
    #875043

    Hi,

    Please edit the images in the Media > Library panel. Set the description, title and caption settings there manually.

    Best regards,
    Ismael

    #875063

    but ive did so before, without result. i know its hard to believe but there is no text appearing, probably due to the fact mentioned in this item before.
    (see above (“hello, at this page ive choosen six gallery columns, and im getting five.” etc).

    • This reply was modified 7 years ago by yampieters.
    #875147

    hmmm, i think ive found it, it my css was:

    /*geen captions onder galerijfotos */
    .mfp-title {
    display: none !important;
    }

    thats probably it…

    nb: the problem of the columns though is still a mystery, but im allright now for the caption.

    • This reply was modified 7 years ago by yampieters.
    #875310

    Hi yampieters,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #876957

    sorry to bother you again, but this just aint right.
    ive put columns to 5 but there are only 4.
    if youll have a closer look you can see it looks like there is more white space on the rihgt than on the left.
    as an invisible columns is taking the space.

    ive tried debug mode but that didnt help.

    ————————-

    ive discoverd the error:
    /* hoe de thumbs in beeld komen*/
    #top div .avia-gallery img { border-style: none; padding: 0; }
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { margin: 10px; }

    this is what causes the problem.
    as soon as you give them a margin the columns reduce from for example 5 to 4..
    so the question is: how can i obtain white space/margin but not loose a column?
    giving them a PADDING instead of a margin is one solution.

    having said this:
    why is the layout such a mess, look at pic “untitled”.
    why is there suddenly a pic below the row?

    • This reply was modified 7 years ago by yampieters.
    #877378

    Hi,

    https://screenshots.firefox.com/RRSR5Th5riXNt3BP/huubdekort.com
    http://huubdekort.com/2008-2/

    Please try the following css code.

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
        width: 25%;
        display: inline-table;
        margin-bottom: 30px;
    }

    http://huubdekort.com/wp-content/uploads/2017/11/Untitled-1.jpg
    http://huubdekort.com/2006-2/

    That is the actual generated thumbnail.

    // http://huubdekort.com/wp-content/uploads/2017/11/30-Zevenluik-2006-7x40x40_7luik_thumb-180×180.jpg

    Best regards,
    Ismael

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