Normally the shortcode gallery works out of the box (for example with the Bootstrap4 theme). Now I wanted to use it with Quark, but the images are not displayed correctly, but the fallback.jpg is displayed. Has anyone had the same experience or can anyone help me?
Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Plugins
Solved by pamtbaau View solution
Sounds like you're providing wrong images path. More info needed.
This still doesn't say much. How does your content look like in both cases? A couple of images would be enough as an example
@idna, Your test site is throwing an error in the console at line 124 of the page: Uncaught SyntaxError: Unexpected token ','
Your code is missing values:
TXT
$("#443266197").justifiedGallery({
rowHeight: , <-- line 124
margins: ,
lastRow: "justify",
captions: true,
border: ,
});
Your working site:
TXT
$("#1980437672").justifiedGallery({
rowHeight: 250,
margins: 5,
lastRow: "justify",
captions: true,
border: 0,
});
Thank you! That helped me!
I inserted the missing values in the plugins settings and the images were displayed correctly.
Thanks again
Log in to reply.
Suggested topics
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 2 | 43 | 1 week ago | ||
| 2 | 53 | 4 weeks ago | ||
| 3 | 1179 | 1 month ago | ||
| 1 | 48 | 1 month ago | ||
| 3 | 72 | 2 months ago |