Forum Replies Created
-
AuthorPosts
-
Thanks! That fixes it. Had to change it to 990px though, as it also showed on tablet size :)
Cheers,
Thomas
Hey guys, anybody have time to check this out yet? :)
Cheers,
Thomas
Hi Basilis,
Sounds good, thanks for the heads up – I’ll make sure to put my time into something else then!
Gr. Thomas
Hi!
Almost there, but not entirely right now, sadly… What I’ve got now is that the logo changes back to the “regular” version on mobile. I understand why it does this, as it mimics the logo on larger screens, but I’d like to find a way to make it stop doing that.
I’ve also got another issue with targeting the font sizes of the items within the fullscreen slider. On larger screens, the code works, but on the smaller screens, I can’t get this to do what I want. I’m using this right now:
/* Fullscreen slider styling */
@media only screen and (min-width: 767px) {
.slideshow_caption {width: 54% !important;}
.avia-slideshow-button-2 {padding: 25px 56px !important; font-size: 16px !important;}
}@media only screen and (max-width: 479px) {
.avia-caption-title {font-size: 42px !important;}
.avia-caption-content.av_inherit_color {font-size: 18px !important;}
}That one doesn’t work, it’s nice he worked all that out, but it’s not the clean solution I’m looking for…
However, good news, because Nikko has gotten really far in this thread: https://kriesi.at/support/topic/mobile-menu-like-desktop-menu/
- This reply was modified 7 years, 4 months ago by dekkert.
Hi John!
I know how to select the burger menu, but let me clarify: the new fullscreen menu seems like it would work perfectly on mobile, or at least could work perfectly on mobile. How do I go about disabling the “old” mobile menu, in order to test the new burger menu on mobile?
I’d found the article you mention, but when using either one of those actions, the results are just not very good. I’ll look into it again, but couldn’t get a very nice results earlier :/
Kind regards,
Thomas
March 31, 2016 at 5:32 pm in reply to: Background videos in color sections shaking since Enfold 3.5.1 #606074My internet connection is entirely fine, I’m 100% sure. However, I’ve found that the “shutter” does indeed happen, but not always: I see it in Safari, but not in Chrome. This is on a Macbook Pro, latest version of OSX and latest version of both apps. Also happens on my 12″ Macbook at home, by the way.
It’s quite ugly, perhaps you could test it yourself, Vinnie?
Hi Yigit,
Thanks for the quick reply :) Alright, I requested the feature. Good to hear the update would let me add those, that’s good. Hadn’t done the update yet as I wasn’t sure it would leave everything intact and I don’t have time for fixes right now.
What if I wanted to get started on adding it myself? I could just replace all settings of one of the other sharing platforms with WhatsApp I guess, that was the way I was thinking I’d do it now. Just need to find a way to hook into an existing plugin :)
Nice! Works if you wanna get Gravity Forms working, but of course that doesn’t fix the menu/dropdown issue.
Good enough for me, for now, thanks Maratino!
Same here. I hope this can be fixed soon, I was hoping to finish some work today :/
Anybody know if it messes anything up front-end yet? I don’t see anything so far, but you never know.
Would like to know this as well, as they don’t show up in the Codestyling plugin :)
September 16, 2014 at 8:10 pm in reply to: Mouse-over caption effect on AJAX portfolio items #320118Hmm, that’s too bad. Alright, thanks for the reply Yigit!
CORRECTION: I have it at full-width right now, but would still very much like to know if I can set it to full-height as well.
This reply has been marked as private.The elements aren’t the problem, everything works fine, but I have to add it using a shortcode, as I can’t use the GF interface within the Avia Layout Builder :)
I did a small screen recording: http://miseenplace.nl/wp-content/uploads/gf-example.mov
Yes, I am running the latest version of both. Even with every other plugin turned off, it still does this :)
September 23, 2013 at 11:12 am in reply to: Parallax images on iPhone still not fixed (everything updated) #165091I’m alright with it not being fixed right away now, but is it safe for me to assume it’ll be incorporated into a coming update? :)
September 20, 2013 at 1:55 pm in reply to: Parallax images on iPhone still not fixed (everything updated) #164056Updated and I see some other things working now, so that’s great, but the parallax effect sadly still isn’t fixed on me and my coworkers’ iPhone :/
September 19, 2013 at 2:13 pm in reply to: Parallax images on iPhone still not fixed (everything updated) #163586@Ismael | Disabled everything, still looks like this: http://i.imgur.com/qAYkmGD.png
@Alex | Should be a lot easier to find answers when doing a search now that the tagging of post is easier. Lets hope more people do that! I do agree on the page with certain quick fixes or popular lines of css etc… DId you pitch it for the next version, in the ideas thread? :)
September 17, 2013 at 5:20 pm in reply to: Parallax images on iPhone still not fixed (everything updated) #162331Hmm, when I did the last update, I replaced ALL files, so that apparently didn’t fix it for me either.
1. Added the draggable/scrollwheel settings as you told me to and that works like a charm when I use with the widget, on my offices pages, thanks!
For the contact page however, I need a map with a whole bunch of our offices on it – I’m pretty sure I can’t do that with the Enfold Widget, so I used an iframe within the Layerslider to fix that. There’s a solution that seems to work to it on Stack Overflow, but I have no idea where to put the code. Any idea? http://stackoverflow.com/questions/7534888/embed-google-maps-on-page-without-overriding-iphone-scroll-behavior
2. Sorry, cache issue :)
FYI, I just updated, both issues are still happening :)
Another issue, is that when I put the Google Maps widget on a different page, it breaks the parallax image elsewhere on the page. Any idea what causes that?
First one works, thanks! Stupid I didn’t think of that…
Second one doesn’t work though, sadly. I can still drag it around :/
Also, how do I stop the Google Maps to allow scrolling within the iframe? If you view the page on mobile now, it’s difficult to go through the page.
Currently impossible with the theme’s contact form builder, but with plugins like Quform and Gravity Forms, this is definitely possible :)
Thanks Devin! Theme support for Quform would be nice, as I’m pretty sure I’m not the only one using Quform :)
I’ll fix it with a popup for now and look into Gravity Forms some more!
I’m interested as well, will test the plugin maybe this weekend, if it causes any problems, I’ll report them :)
Add this to your custom css to fix the spacing :)
/* Fixes Quform spacing */
.iphorm-element-spacer {
padding: 0 !important;
margin: 0 !important;
}
.iphorm-outer p {
margin: 0 !important;
}
.iphorm-outer br {
display: none !important;
}
I don’t know if the topic starter was helped by this, but it doesn’t work for me: http://mep.raffeltest.nl
I’ve managed to get rid of the Layerslider on mobile, but how do I easily target other sections?
-
AuthorPosts