• Resolved elmonarca77

    (@elmonarca77)


    Hi guys,
    forst of all sorry for my english..

    I have a problem with my site… in tablet and cell version, the top right menu becomes clickable, but when you click it appears a second and then disappears, not allowing navigation on the site..

    can you help me?
    thanks a lot!

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi,

    Thanks for reaching out about this issue, and thank you for using Vega!

    I just tested your site on iPhone and on a tablet, and the top right menu works perfectly for me, I’m able to navigate through your site (which looks very nice, btw!) with ease.

    Is there a particular page that this is happening on, or did you already resolve this issue?

    Thanks again for getting in touch!

    Thread Starter elmonarca77

    (@elmonarca77)

    Hi Steven, and thanks for the compliments…
    I was getting mad, because I tried everything.. and in some smartphone was ok.. and others no.. so I used a plugin for responsive menu for smartphone.. and I fixed it..
    I love this theme and can’t think to change it….
    Since we’re here.. I have 2 more questions about the theme…
    1) Why parallax effects doesn’t work on smartpohne? (I used Android)
    2) Chosing some static page for icon columns and CTA sections, when I change language (I’m using polylang for 2 language site), on the homepage I view always the page in main language and not the translated (just works with the page “homepage”)…

    (I hope my english is understandable)

    thanks a lot!

    Ah, I see…well I’m glad you were able to come up with a solution that worked for you. ??

    About the parallax effect…mobile devices have notoriously poor performance as far as parallax goes, and some are incompatible altogether, so the library used by Vega (and many others) intentionally disables the effect on mobile.

    I’m really sorry…I didn’t quite understand what your question was on the second item, could you possibly try it again? Thanks so much!

    Thread Starter elmonarca77

    (@elmonarca77)

    First of all thanks for your reply…
    ok for the first question.. I understand the reason…

    abput my second question, I’ll try to excplain better…

    as you can see, my site is translated in 2 languages, main (italian) and secondary (english, still not very well translated… LOL)

    to have 2 languages I used polylang plugin.. and it seems works as well…

    the problem is that.. when you open the site, the theme recognize correctly the home page, so if english language is chosen, it open correctly the page setted aas home for english language.. but about the other pages that you can see in the first page of theme (pages selected as content for ICON COOLUMNS and CTA sections), also if is chosen english language are visible only in italian (the page have translate in english)…

    I hope I have explained the problem well, and sorry for my english…

    what do you think? can I do anything to fix the problem?

    many thanks!

    I see what you mean now, you’re right. I’m not aware of an option in Polylang for supporting this type of scenario. It would be possible in theory to create a child theme and modify it significantly to accommodate PolyLang, but it would probably be a good bit of work. You’d need to use the pll_get_post() function throughout to return the translated pages’ content in all the template parts, etc.

    Thread Starter elmonarca77

    (@elmonarca77)

    Thanks again for reply, and sorry for late of my answer… here with coronavirus all is so strange..
    well.. ok.. I don’t think to be able to do this work creating a child theme.. I think I have to chose other solution… no problem…

    but I have others questions… ??

    in the tablet/cellular vision, the logo is aligned on the right.. can I change it?

    and always in tablet/cell vision, in some cell, the logo appear bigger than the white band where it’s positioned… can I fix it too?

    Hey, no worries- it’s perfectly understandable. Crazy time for everyone, for sure.

    This should center the logo and keep it within the header space:

    @media (max-width: 991px) {
        .navbar-custom .navbar-brand {
            margin-right: auto;
            margin-left: auto;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .navbar-brand.image-logo img {
            max-height: 100%;
        }
    }

    Let me know if you have any further questions, and stay safe! ??

    Thread Starter elmonarca77

    (@elmonarca77)

    WOW thanks for so fast replying me!!!
    it works.. just leave a last problem.. the logo now is aligned to center… and the height is perfectly responsive.. but, scrolling down, part of the logo is hidden from the top menu (always in tablet/cell vision…
    is possible to fix it?

    This is due to the plugin that you mentioned, the one for the responsive menu.

    Try adding this, it should do the trick:

    @media (max-width: 1024px) {
        .navbar-fixed-top {
            top: 30px;
        }
    }

    Let me know if you need anything else! ??

    Thread Starter elmonarca77

    (@elmonarca77)

    WOW!!! you’re great!!!!
    I’m definitively going to write a GREAT review for the theme!!!

    Thanks a lot!

    Hey thanks…that means a lot to us, really appreciate it!

    Take care!

    Thread Starter elmonarca77

    (@elmonarca77)

    Thanks!!! and take care too!!!
    I take advantage of the quarantine to fix a little the site a bit, maybe I’ll disturb you again later..
    ??

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Menu disappear on click’ is closed to new replies.