-
AuthorPosts
-
September 21, 2017 at 6:12 pm #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.
September 22, 2017 at 9:03 am #855247Hey 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,
VictoriaSeptember 22, 2017 at 11:51 am #855333hello , see below
September 23, 2017 at 12:59 pm #855789Hi 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.
November 7, 2017 at 3:16 pm #873730in 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.
November 10, 2017 at 3:57 am #874936Hi,
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,
IsmaelNovember 10, 2017 at 5:21 am #874973so, how can i get a caption below my lightbox large pics?
- This reply was modified 7 years ago by yampieters.
November 10, 2017 at 7:14 am #875043Hi,
Please edit the images in the Media > Library panel. Set the description, title and caption settings there manually.
Best regards,
IsmaelNovember 10, 2017 at 9:25 am #875063but 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.
November 10, 2017 at 1:35 pm #875147hmmm, 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.
November 10, 2017 at 7:18 pm #875310Hi yampieters,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaNovember 15, 2017 at 8:40 am #876957sorry 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.
November 16, 2017 at 6:12 am #877378Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.