Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Ok, that’s it, thanks Kyle!
In my point of view, the problem still exists…2 colums change to 1 column in tablet view, but images are pretty small then, plus in mobile view, a black backround block is to be seen behind the images.
My CSS changes:
.gallery .gallery-item {
margin: 14px 14px 14px;
width: 47%;
}and as you told me:
@media only screen and (max-width: 767px) {
.gallery .gallery-item {
margin: 0 0 10px;
width: 100%;
}
}So I should add the gallery code into a page builder text box? Done that, but with the same strange behavior:
Right. The 5 page builder assets aren’t the problem, it’s about the native WordPress Gallery used below. In my opinion, your custom CSS does influence it, but not in the right way when switching to tablet/mobile. The scaling/line break is strange.
Best, Rüdiger
Hm, havent seen something like this before. As if the content left the containers:) Does this maybe happen sometimes when switching too often between classic editor and page builder? The page still looks good in frontend (except the gallery scaling problem…:)
Here is my screenshot, havent changed a thing, 5 Page builder blocks and the wordpress gallery code below. Looks ok.
Ok, works, thanks a lot!
This reply has been marked as private.Hi Kyle, thanks for your quick response… I applied your code but the gallery still doesn’t behave like the page builder content on top of the page.
http://hiddenrooms.de/studioproxy/
Desktop and Smartphone is ok, but in medium size (tablet view?), the gallery too quick switches to one colume style, and the images are not full width then.
Setting the @media only screen and (max-width: 767px) to 1024px didn’t help either…
Best, Rüdiger
Hey Rui, unfortunately I cant read your reply, it is set to private…
I uploaded a customer email:
http://hiddenrooms.de/download/customer%20email.html
The 1/2 code appears several times below the Billing/Shipping address area…
Hey Rui, thanks for checking this. Seems like it`s included in the new update 2.1.
Since I have to make too much individual changes to my customized theme before updating: Is there a changelog, to find out which specific files have been updated?
http://neighborhood.swiftideas.net/whats-new/
So I would just focus on fixing the issue with image asset caption output by myself.
Best, Ruediger
Hi Kyle, 2 days ago, I went to: http://themeforest.net/user/SwiftIdeas
and used the Contact Form to reach Ed, but no response by now. Why not using this forum for this? Providing a download for the fix here would save you guys time and help other users too, wouldnt it? Best, RuedigerHi there, I would also need the fixed version of the Neighborhod Single image caption issue… Best, Ruediger
Worked! Thanks
MY sample page: http://final.hiddenrooms.de/?product=abalage-1
-
Posted in: We hit Power Elite.