evabo
Forum Replies Created
-
Forum: Plugins
In reply to: [Gwolle Guestbook] Import IntenseDebateThank you for your fast reply. I am going to try it, and I’ll get back to you if I need more help.
Forum: Plugins
In reply to: [Meow Lightbox] Lightbox not opening after 3.1.3My problem is solved!
Changed the Selector to: .gallery, .mgl-gallery, .wp-block-gallery
The Anti Selector is set to: .archive, .emojiAnd now everythings works fine again ??
Forum: Plugins
In reply to: [Meow Lightbox] Lightbox not opening after 3.1.3Same problem here @ davidvos.nl.
Is there a possibility to downgrade?I hope someone can help to resolve this problem.
Thank you!Forum: Plugins
In reply to: [Meow Lightbox] anti selector for just 2 images on 1 pageHi Thomas,
Thanks for your reply. Unfortunately I had to replace the MEOW lightbox because it was causing problems on the whole site ??
But maybe you can help me with another issue: how can I disable the lightbox for the images in the posts on the homepage of totonho.com. ON mobile it’s impossible to open the posts, so disabling the lightbox would be the solution.
Thanks!
EvaForum: Plugins
In reply to: [GenerateBlocks] mobile background generate blocksHi!
I manages to solve my problem! Like this:
`@media(max-width: 768px) {
.gb-container.mobile-hero-image,
.gb-container.mobile-hero-image:before {
background-image: url(‘the_full_url_for_your_mobile_image’);
background-size: contain;
background-repeat: no-repeat;/* set background sizing */
/* Remove fixed background if present */
background-color: #829D93;
}
}
And now it looks exactly like I wanted ??Best!
EvaForum: Plugins
In reply to: [GenerateBlocks] mobile background generate blocksHey!
I already registered ans posted my question again ??
Thanks!Forum: Plugins
In reply to: [GenerateBlocks] mobile background generate blocksThank you! I cleared the browser’s cache on my cell phone and tried it, no luck… Now I am waiting for my account at gererateblocks.com/support to be approved ??
Thank you so far!Forum: Plugins
In reply to: [GenerateBlocks] mobile background generate blocksHi, this is Eva again. I successfully used the given options to change backgrounds. Now I am trying this for another web site, but I can’t get it working. Would it be possible for you to take a look? I only want to change the background of the last block for mobile…
How can I send you the link?Thank you!
EvaForum: Plugins
In reply to: [GenerateBlocks] mobile background generate blocksThank you so much, David. That works really well!
All problems solved ??Forum: Plugins
In reply to: [GenerateBlocks] mobile background generate blocksHi Tom,
Thank you! I changed the background from the block to the body, and now it works! Just one more question, is there a way to use a semi-transparent color for the Optional background color (@media(max-width: 768px) {
.gb-container.no-mobile-background,
.gb-container.no-mobile-background:before {
background-image: none;
background-color: #000; /* Optional background color */
}
}Thank you!
Forum: Plugins
In reply to: [GenerateBlocks] mobile background generate blocksHey David,
Thank you so much for your help! I used the first option for the smaller blocks and it works like a charm.
For the full background image I used the second option with a smaller version of the full picture, but it still looks weird. I tried switching the size from cover to contain, but then it only looks good on the first block. Are there any other options here?Thank you!
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] image box overlay and widthHey, yes this does the trick!
Thank you very much!Forum: Plugins
In reply to: [Page scroll to id] Always scrolling back upHey,
Thanks for the super fast reply! It works like a charm now ??
Great plugin!Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Unexpected error Image BlockHi, thank you for your answer. I assume the problem will be solved with the next release?
Will be waiting for it ??
Thanks,
EvaHi @gambitph,
Sorry for my late reply, I was busy with another project. Adding !important worked. Thank you so much, problem solved!