Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1028201

    Hello lovely Chrisi Team,
    before i ask my question i wanna thank Chrisi and his team for this awesome theme!

    I have some questions, but i think its better to make separately threats for them. So here we go with the first one:

    I created a full width logo according to this:

    and put the language switcher in the secondary menu right above the full width logo.
    (there is only the language switcher from wpml in the menü, no other entries.)

    All i want is the language switcher to be in a full width widget under the menü.
    I attached some screenshots in the mod section. :)

    Thank you so much
    – Chris

    #1028240

    Hey Chris,

    The login credentials provided above are not working.

    Best regards,
    Jordan Shannon

    #1028290

    Hey Jordan,
    Thanks for trying. Please see the information below.
    Best regards,
    – Chris

    #1029403

    Hi,

    I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Vinay

    #1029459

    Hello Vinay,
    Thank you so much.
    Please see the data below.
    Best regards
    Chris

    • This reply was modified 6 years, 6 months ago by chris.
    #1029541

    Hi,

    Thank you for the login link but I still see maintenance mode is active.

    Are you using any security plugins or additional settings that needs to be changed?

    Best regards,
    Vinay

    #1029542

    Hello Vinay,
    i´m so sorry, i think the maintaince mode from the old installation blocked the other wordpress installation which is installed into a subfolder.
    i turned it off now.. please can u try again, it should work now.
    best regards
    chris

    #1030863

    Hi,
    Sorry for the late reply, both of the links you provided lead to a 404, but I see that your language switcher is now below your menu. Has this been resolved?

    Best regards,
    Mike

    #1031477

    Hello Mike,
    It seems that i really have trouble with some security add ons and i´m sorry for the delay.
    The problem isn´t solved – the page you see was created with the genesis theme and its my first attempt. I switched to enfold and will be finished soon.
    Then i will upload the page and try to send you the login data again. Please give me some more time. :)
    best regards
    chris

    #1031508

    Hi,
    Thank you, we will leave this open to hear back from you.

    Best regards,
    Mike

    #1032005

    Hello Mike,
    Thank you. I transfered the pages.
    The data below should work now. :)

    Please help me move the language switcher.

    Best regards
    chris

    #1032046

    Hi,
    I’m having some issues logging in, Please see the screenshot in Private Content area.
    please check the url and any security settings, thanks.

    Best regards,
    Mike

    #1032102

    Hi,
    Please see below.
    Best regards,
    chris

    #1032115

    Hi,
    I tried using a VPN in Germany and I was able to login to your site.
    I came up with a way to move your language selector below your menu, it looks like it’s down a little more than you wanted, but that’s because of how tall the menu items are (90px), if we adjust the height the language selector will move up some.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
      jQuery(window).load(function(){
      jQuery( "#avia2-menu" ).insertAfter( "#avia-menu" );
      });
      </script>
      <?php
      }
      add_action('wp_footer', 'custom_script');

    and add this code in the General Styling > Quick CSS field:

    #avia2-menu {
    float: right !important; 
    }
    #header_meta {
    display: none !important;
    }

    Please see the screenshot in Private Content area, and Please clear your browser cache and check after adding the code.

    Best regards,
    Mike

    #1032119

    Mike,
    THANK YOU SO MUCH. I adjusted the height of the menu and thats excatly what i was looking for.
    I´m sorry for the login problems, i didn´t even know, that the login is blocked for other countrys and which addon causes this problem.

    Since you are the only one who could log in to my site, please can you help me with one more thing?
    On every page i have a sidebar (the white box on the right side + the 2 buttons below).
    When the screensize is <900 px, i want the sidebar to dissapear and some sort of arrow should appear. When i click on the arrow, the sidebar should appear – same effect like the burger menu on mobile -> When i click the burger menu on mobile, the menu comes in from the right side.

    At the “enfold settings” -> “sidebar settings” i found the option to remove the sidebar on smaller screensizes, that comes in handy, but isn´t the thing i was looking for.
    Can you help me one more time? :)

    Best regards
    chris

    #1032215

    Hi,
    I would like to help with a slide out sidebar, it sounds like a great solution, but unfortunately it’s going to take more coding and time than what I can do here, thanks for your understanding.
    I did find a great article with code snippets for a sidebar slide out which may help. Also I recommend looking for a plugin that will do this.
    I can help with some css to adjust your sidebar and content for smaller mobile screens, I found that there is actually plenty of room on your site for the sidebar between 480px & 879px, so please try this css:

    @media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive #top #wrap_all .container .av-content-small {
        width: 60% !important; 
    }
    .responsive #top #main .sidebar.smartphones_sidebar_active {
        width: 40% !important;
        clear: none !important;  
    }
    }
    @media only screen and (min-width: 767px) and (max-width: 879px) {
    .responsive #top #wrap_all .container .av-content-small {
        width: 70% !important; 
    }
    .responsive #top #main .sidebar.smartphones_sidebar_active {
        width: 30% !important;
        clear: none !important;  
    }
    }

    If you try this code, Please clear your browser cache and check.

    Best regards,
    Mike

    #1033868

    Hello Mike,
    Sorry for the late answer and thank you for the hint! Its an improvement, additionaly i´m now looking for professional help to finish it.

    I also found out, that my hosting provider is – out of the box – blocking acces to my webspace from other countries. I now turned it – for the time beeing – off..
    Can you please check if the login works now without using an VPN?
    Furthermore, the Ticket can be closed.

    Thank you again for your help, this support is awesome!

    Best wished
    -Chris

    #1033977

    Hi,
    I was able to log into your site without using the VPN. Thanks for turning off the block.
    We will close this now, as directed. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Full width widget under Main Menü’ is closed to new replies.