Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #242173

    When viewing the website on the Iphone, WildcatMattress.com, we have the following issues:

    Iphone portrait mode = we can not see the 1 menu item ‘Policies” at right side of socket
    Iphone landscape mode =
    1. the arrow to return to the top of page is not visible
    2. any more than 1 menu item in the socket creates alignment issues

    Thank you.

    #242181

    Hi simplyaha!

    Please add following code to Quick CSS in Enfold theme options under Styling tab
    1-

    @media only screen and (max-width: 479px) {
    .responsive #socket .sub_menu_socket {
    display: block;
    }}

    2-

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #scroll-top-link {
    display: block;
    }}

    3- Can you add new menu items to socket and then let us know so we can take a look?

    Best regards,
    Yigit

    #242188

    Thank you for items 1 and 2. I will check those shortly.

    3- I added a couple of more menu items, alignment is ok but it looks like they are stacked in landscape mode. Maybe if we could remove all but the copyright – Wildcat in the left text?

    #242194

    Hi!

    For 3, please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #socket .sub_menu_socket {
    float: left; }}

    Best regards,
    Yigit

    #242211

    I added the 3 codes to CSS, cleared the Iphone browser a couple of times. No changes to socket menu in socket menu or ‘top of the page’ menu or arrow for portrait or landscape mode for the Iphone. Also and issue when I resize the browser window.

    #242238

    Hi!

    Can you flush once again and refresh your page few times? It does work fine on my end right now

    Cheers!
    Yigit

    #242353

    I can see the changes when I resize the browser on the computer but not the Iphone. Are you able to see the changes on a phone? Thanks.

    #242458

    Hey!

    Have you tried !important after the css values?

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #socket .sub_menu_socket {
    float: left !important; }}
    
    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #scroll-top-link {
    display: block !important;
    }}
    
    @media only screen and (max-width: 479px) {
    .responsive #socket .sub_menu_socket {
    display: block !important;
    }}
    

    Best regards,
    Ismael

    #242768

    Yigit,
    I have flushed the iphone browser several times. Still no sign of any changes on the iphone only the computer browser when resized. I wil try Ismael’s recommendation, i.e. !important..

    #242789

    We have tried adding !important… code to custom CSS as Ismael recommends. We flushed the cache and refreshed Safari and do not get a ‘top of the page’ arrow in iphone landscape mode or changes in the socket menu. They are functioning when the computer’s browser is resized, just not on the iphone. I will try again in a couple hours, hopefully it is a safari cache thing. If not, any other suggestions would be greatly appreciated. Thank you for your time.

    #242797

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can take a look?

    Best regards,
    Yigit

    #242803
    This reply has been marked as private.
    #242805

    Hey!

    I have added custom CSS code to bottom of Style.css file of your child theme in Appearance > Editor and it is now working fine. Please flush browser cache once again and check your website

    Best regards,
    Yigit

    #242810

    Hey Yigit,

    That did it. Thank you for your help.

    -Danny

    #242812

    Hey!

    You are welcome Danny, glad we could help! :)

    Cheers!
    Yigit

    #242813

    Should I leave the code in the styling – Custom CSS?

    #242814

    Hi!

    You can use Style.css file of your child theme for your custom CSS codes.

    Regards,
    Yigit

    #242818

    Since you added the code to Style.css, will leaving or deleting the code I added in theme>styling>custom css field, make a difference?

    #242821

    Hey!

    No it does not. You can move all custom CSS code you have in Quick CSS section to Style.css file and in future, you can add all your custom CSS codes to Style.css file and leave Quick CSS field empty

    Cheers!
    Yigit

    #242823

    Thank you.

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Iphone – socket menu and return to top of page arrow’ is closed to new replies.