Viewing 30 posts - 31 through 60 (of 68 total)
  • Author
    Posts
  • #494061

    I managed to add the code without errors, check it now.

    #494063

    Hi Josue,

    Now the language selector is on the left over the logo and the flags are still there on the right side of the menu…

    Could you please get back to me quickly because this is even worse than before…

    Thanks,

    Tim,

    • This reply was modified 8 years, 7 months ago by timpro.
    #494067

    Sorry, it’s disabled now. Can you post a screenshot/mockup of what would be the ideal look?

    #494068

    Hi again,

    Ideally it would be to have a small selector of languages in the top bar at the right side.

    If that’s too complicated than have the flags put there instead of on the other side.

    Thanks,

    #494784

    Hi!

    try this code:

    ul.avia_wpml_language_switch.avia_wpml_language_switch_extra {
    left: 900px;
    top: -27px;
    }
    div#header_meta {
    top: 20px;
    }
    

    and adjust as needed.

    Cheers!
    Andy

    #494979

    Hi Andy,

    Where should I put this code?

    I tried in the functions.php but it’s not changing anything.

    Tim,

    #495611

    Hi!

    You should add the code on Enfold > General Styling > Quick CSS field. All css modifications should go there.

    Regards,
    Ismael

    #504686

    Hi again,

    Sorry for the late answer. None of the solutions provided has worked so far…

    Is it possible to hire one of you to fix my 2 problems:

    1. Menu goes over the logo
    2. WPML flags position

    Let me know,

    Tim,

    #504719

    Hi!

    I tried to login, but couldn’t, can you check login details and post them again here? A mockup showing what you want to achieve would helps us a lot (use imgur or dropbox). However, feel free to hire a freelance developer for this job.

    Cheers!
    Andy

    #504722

    Hi Andy,

    I already sent a mockup through dropbox. See above.

    I will re-enable access.

    Thanks,

    #504725

    Hi!

    alright, I see. Let us know when you are ready to provide us admin access.

    Regards,
    Andy

    #504727

    Hi Andy,

    You should have access now.

    Tim,

    #504755

    Hey!

    I implemented this code (which I already have given to you in one of my previous pos!) into your Quick CSS field:

    ul.avia_wpml_language_switch.avia_wpml_language_switch_extra {
    top: -27px;
    right: -1150px;
    }
    div#header_meta {
    top: 20px;
    }
    

    Now it looks to me as in your mockup.

    Regards,
    Andy

    #504761

    Hi Andy,

    Look at the attached picture.

    It does not look at all like my mockup… The menu is all messed up now…

    Tim,

    #504767

    Andy,

    Could you please put it back the way it was if you cannot fix it?

    Furthermore, I would prefer to have the language selector instead of the flags.

    What about the menu over the logo issue?

    Let me know if I need to hire someone for these issues.

    Thanks,

    #504792

    Hi!

    I adjusted the code and now it looks like this for me: see private content

    Please review your website and let us know.

    Cheers!
    Andy

    • This reply was modified 8 years, 6 months ago by Andy.
    #504796

    Hey!

    if you want any language selector you have to go to settings of WPML plugin. Please ask WPML support if you have questions about it.

    Cheers!
    Andy

    #504797

    Hi,

    It looks like this to me.

    Tim

    #504811

    Hey!

    that’s weird. Clear browser cache and hard refresh a few times. However, use this code to control position of the flags which I already implemented:

    ul.avia_wpml_language_switch.avia_wpml_language_switch_extra {
    right: -1350%;
    }
    

    and adjust the “right” value until it fits for you. You can also use px instead of %.

    Best regards,
    Andy

    #504834

    Hi again,

    I adjusted to -2050% which does the trick for me except for the french language.

    When the french flag is selected, the flags go back in the middle (despite the exact same implemented CSS code as the other languages) and the Dutch flag disappear… very strange….

    By the way I just tried on my laptop and there I don’t see the flags at all.

    Let me know what you see.

    Thanks,

    Tim,

    • This reply was modified 8 years, 6 months ago by timpro.
    #504914

    Hey!

    ok, I found a much better solution. I added this code:

    .sub_menu {
    float: right;
    }
    

    and replaced this one:

    ul.avia_wpml_language_switch.avia_wpml_language_switch_extra {
    right: -1350%;
    }
    

    with this:

    ul.avia_wpml_language_switch.avia_wpml_language_switch_extra {
    left: 100px;
    }
    

    which looks good to me now. Can you confirm?

    Regards,
    Andy

    #504928

    Hi Andy,

    Yes this works on both a laptop and a desktop the same way! Looks great!

    The french flag issue remains however and the phone number is spaced out from the rest.

    We’re getting close :)

    Tim,

    #504969

    Hey!

    you can control phone number with this code:

    .phone-info {
    left: -20px;
    }
    

    Adjust as needed.

    Weird with this disappearing durch language flag. Did this happen before as well (before applying all this custom CSS)? Try to deactivate all other plugins but WPML to see if one is causing this issue.

    Regards,
    Andy

    #504998

    Hey,

    I deleted the phone code altogether and it works fine except again for the french language.

    I disabled all plugins and the issue was still there.

    Tim,

    #505351

    Hi Andy,

    Any updates on this? Would you be able to fix this issue?

    It’s quite urgent unfortunately.

    Thanks,

    Tim,

    • This reply was modified 8 years, 6 months ago by timpro.
    #505484

    Hi!

    refuse from bumping into your own thread, because it marks it as answered and pushes it behind in our queue.

    Does it disappear as well when you remove the custom CSS code we implemented to move it to the right? Please ask WPML support about this issue as well, as they know their plugin best.

    Cheers!
    Andy

    #505515

    Hi Andy,

    Ok good to know for the thread queue.

    The issue already occurred before the code. I already asked WPML for support but aren’t theses flags part of Enfold’s theme?

    Let me know if there’s nothing more you can do from your side.

    Thanks,

    Tim,

    #505587

    Hi!

    could be so many things why this is happening. You are using a caching plugin. Go into it’s settings and switch off caching. Afterwards deactivate this and all other plugins. Then clear browser cache and hard refresh a few times. Do this for all caching plugins you are or you have used in the past.

    Regards,
    Andy

    #505605

    Hi Andy,

    I already did all these test.

    One solution I would see is to replace these flags by WPML language selector.

    I have the PHP code here: <?php do_action(‘wpml_add_language_selector’); ?>

    I’m just not sure where to place this code so it appears instead of the flags?

    Tim,

    #505614

    Hi!

    what does WPML say about this? try to put it inside your (child theme) functions.php.

    Best regards,
    Andy

Viewing 30 posts - 31 through 60 (of 68 total)
  • The topic ‘Menu over logo’ is closed to new replies.