
-
AuthorPosts
-
October 30, 2018 at 7:30 pm #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
– ChrisOctober 30, 2018 at 10:49 pm #1028240Hey Chris,
The login credentials provided above are not working.
Best regards,
Jordan ShannonOctober 31, 2018 at 12:00 am #1028290Hey Jordan,
Thanks for trying. Please see the information below.
Best regards,
– ChrisNovember 3, 2018 at 6:17 am #1029403Hi,
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?
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- 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 ). - Click ” Submit “.
- 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,
VinayNovember 3, 2018 at 9:51 am #1029459Hello Vinay,
Thank you so much.
Please see the data below.
Best regards
Chris-
This reply was modified 6 years, 6 months ago by
chris.
November 4, 2018 at 1:28 am #1029541Hi,
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,
VinayNovember 4, 2018 at 1:49 am #1029542Hello 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
chrisNovember 7, 2018 at 2:09 pm #1030863Hi,
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,
MikeNovember 9, 2018 at 2:12 am #1031477Hello 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
chrisNovember 9, 2018 at 5:17 am #1031508November 10, 2018 at 12:51 pm #1032005Hello Mike,
Thank you. I transfered the pages.
The data below should work now. :)Please help me move the language switcher.
Best regards
chrisNovember 10, 2018 at 5:35 pm #1032046Hi,
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,
MikeNovember 10, 2018 at 9:27 pm #1032102Hi,
Please see below.
Best regards,
chrisNovember 10, 2018 at 11:17 pm #1032115Hi,
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,
MikeNovember 11, 2018 at 12:56 am #1032119Mike,
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
chrisNovember 11, 2018 at 2:49 pm #1032215Hi,
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,
MikeNovember 15, 2018 at 10:10 am #1033868Hello 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
-ChrisNovember 15, 2018 at 2:35 pm #1033977Hi,
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 -
AuthorPosts
- The topic ‘Full width widget under Main Menü’ is closed to new replies.