Forum Replies Created
-
AuthorPosts
-
Here is a screenshot from my iPhone showing the hover effect.
Thanks Dake. I added this code into quick css but it still doesn’t seem to work. When I’m on the homepage of my site on my mobile device and pull up the mobile, when I touch a menu item the background hover color shows up (like in the image above) but once I go to any other page on my website and pull up the mobile menu this does not happen anymore. I provided temp access so you can take a look to see what is going on. Thanks!
Ok thanks. You can close this thread.
Thanks Josue. I put the code back in so you can test. Thanks!
I want to keep the color of the font white. Will this work?
Thanks. I tried inputting the code but it didn’t help. The hover color still isn’t working on my mobile device.
Thanks but this code doesn’t make the image hover effect work on my mobile devices. Any other code I can try?
You can close this thread.
Never mind, I fixed this. You can close this thread.
Ok that helped. I was able to figure it out, thanks! You can close this thread.
Just what I was looking for, thanks! You can close this thread.
Thanks Andy! Can you please give me an example of quick css for this page and then I can duplicate for the other pages? I know how to find the page-id and have a custom class of contact-form set for each of the contact forms I need to apply this code to. The problem is that this code is affecting the transparent form that I was having an issue with above. The border and background color are being applied to the transparent contact form and that is what is causing the issue, when I remove that code the transparent contact form works fine on mobile.
I just need an example of some quick css to modify the code below to remove the border line around the contact form and change the background color to #f5f5f5 for each of the input fields on this specific page/form and then I can duplicate for the other pages. Thanks!
#top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area { border: none !important; background-color: #f5f5f5 !important; }
- This reply was modified 9 years, 4 months ago by djshortkut.
Ok that will work, thanks! You can close this thread.
Thanks Yigit. I’ve already tried that and it sort of works but it moves the black background of the mobile menu down so there is a gap between the header and the mobile menu where you can see the page behind it. I was wondering if there is a way just to move the text down with quick css. Maybe add some padding to the black background of the mobile menu? Thanks!
- This reply was modified 9 years, 4 months ago by djshortkut.
I’m hoping Yigit or somebody with an iPhone can take a look at this and provide me with quick css to move the close button so it overlaps the menu button correctly in landscape mode. The screenshot I posted above is happening on my iPhone 6 in landscape mode. It lines up correctly in portrait mode. Thanks in advance!
Ok, so I finally figured out the code that it conflicting with this code to make it show up incorrectly on my mobile devices. The background color is what is causing the issue. What I want to do is have the background color of all of the contact forms on my site have a background color of #f5f5f5 Can I either target these with a page id or a custom class? They all use the default style contact form. I have a custom class of contact-form selected for these contact forms. I have provided all of the pages that currently have the default style contact form in use where I want the background to remain #f5f5f5
So to recap I want to have the background color of all of the default contact forms #f5f5f5 so this code doesn’t affect the light contact form anymore. Thanks!
#top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area { border: none !important; background-color: #f5f5f5 !important; }
- This reply was modified 9 years, 4 months ago by djshortkut.
No it isn’t fixed yet. What browser and device are you using? It’s supposed to look like your screen shot but on my iPhone 6 and iPad 4 the email box has a solid white background. Instead it should have a 3px white border and a transparent background. When I resize my browser window it shows correctly so I don’t know why it wouldn’t show correctly on these devices. I have flushed the cache numerous times and refreshed the browser and it doesn’t help. I have also tried friends iPhone’s and iPad’s that have never pulled up the site before and the same thing happens so it definitely isn’t a caching issue. Not sure why the iPhone and iPad wouldn’t just display the same thing that you see on a browser.
You can close this thread.
Awesome! You can close this thread.
Thanks Dake! Everything appears to be working as it was before. The only issue I’m still having is the email field not displaying correctly on my mobile devices. If someone can please help me fix this I would greatly appreciate it. Thanks!
I’ve cleared my browser cache and refreshed my website several times and it’s still not working correctly. It works ok perfectly in portrait mode with the code that was supplied but not in landscape mode. I am using an iPhone 6 if that makes a difference. As you can see from the screen shot it is still showing up this way. Even when I adjust the values of the code, the menu close button does not move at all so it looks like the code isn’t working.
Thanks so much! You can close this thread.
Figured it out. You can close this thread.
You can close this thread.
Thanks Andy but this code did not work. Is there some quick css you can give me that would make it so the mobile menu hide button is always lined up with the mobile menu toggle button universally on any screen size? That might make it easier than adjusting it on each screen size. For some reason no matter what I put in, the hide button won’t adjust in landscape mode for some reason. I provided my login credentials if it’s easier for you to do while logged in. Thanks!
Thanks Elliott but this code did not work.
It’s still not working correctly on my mobile devices and whatever you changed screwed up some of my site.
1. I had it set before so that the “submit” buttons on contact forms upon hover would have a background of #018db0 and the text would be white which is no longer working.
2. When the shrinking header shows up, the active title is supposed to be #018db0 and when you hover over each menu item they are supposed to be #018db0. The code that made this work is below. Not sure what was changed to make this stop working.
#top .av-main-nav li a:hover .avia-menu-text, #top .av-main-nav li.current-menu-item > a > .avia-menu-text { color: #018db0 !important; }
Can you please help me fix?
- This reply was modified 9 years, 4 months ago by djshortkut.
Yes, I noticed that too. On all browsers it works fine, and even when you resize the browser. It just doesn’t display correctly on mobile devices for some reason. Here’s the login information.
No. What device are you using to pull it up like that? When I pull it up on my iPhone 6 and iPad 4 it still looks like the picture I attached for some reason. I have flushed the cache numerous times on these devices so not sure why it keeps showing up like that. Any other ideas?
Thanks Rikard. So I was able to adjust the button in portrait mode but it won’t move it in landscape mode for some reason. What can I do to move the mobile menu close button in landscape mode so it lines up the same way as it does in portrait mode?
-
AuthorPosts