-
AuthorPosts
-
August 10, 2016 at 12:06 pm #670800
Hi!
I’m using the enfold theme streched-layout and the logo/menu within the right sidebar. By default the logo-area is above the main-menu – but I’ll try to get the logo under the main-menu. Is there a quick and easy way to get this solved or do i have to hack ( which? ) templates?Thanks in advance
robertAugust 11, 2016 at 7:12 am #671188Hi suppenhuhn,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
RikardAugust 11, 2016 at 8:44 am #671203hi!
it’s still under construction – here’s the link.August 11, 2016 at 10:36 am #671238Hi!
And the google maps widget won’t work as well ( above the google-maps image on the kontakt page ) ? A new registered API Key is filled in the google services section.- This reply was modified 8 years, 3 months ago by suppenhuhn.
August 11, 2016 at 2:04 pm #671321Hi!
Have you referred to this post – http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/?
Please add following code to Functions.php file in Appearance > Editor
function av_move_logo(){ ?> <script> jQuery(window).load(function(){ jQuery(".html_header_sidebar .logo").detach().appendTo('.container.av-logo-container .inner-container') }); </script> <?php } add_action('wp_footer', 'av_move_logo');
Cheers!
YigitAugust 11, 2016 at 4:05 pm #671399Hi,
thanks for the quick response :-)- it works, but it’s not usable because each sitecall the logo jumps from the top to the bottom. isn’t it possible to fix this via css and/or within a template in my child theme ?
- yes i did it likein the api-key post
- This reply was modified 8 years, 3 months ago by suppenhuhn.
August 15, 2016 at 3:07 pm #672686Hi,
this doesn’t happen for, logo stays at the same place when I reload your page. Please clear browser cache and hard refresh a few times.
Best regards,
AndyAugust 16, 2016 at 12:36 pm #673162just look at the code..it should be called every sitecall ( i think so ).
it stays at same place because i’ve change the helper-main-menu.php in the includes folder :)
The only problem remains is the google maps widget at the kontakt site.
- This reply was modified 8 years, 3 months ago by suppenhuhn.
August 16, 2016 at 2:06 pm #673235Hi,
not sure what you mean, but as already said your logo looks good to me and stays for me no matter which site I call on your website.
Also Google Maps is loading fine for me on your contact site. Can you show us what’s going wrong for you please? use screenshots.
Best regards,
AndyAugust 16, 2016 at 6:39 pm #673367Yes, the logo looks good now – because i made some changes to the helper-main-menu.php in the includes folder and did not use yigit’s code.
I tried to load the kontakt-page with 3 browsers and the google-maps widget doesn’t work with none.
I think what you saw was a jpeg of google-maps which was placed inside a section -> now this image-section is deleted. There should be a google-maps widget/section at the top of the page – but there is only blank white space ( above the contact form and details ). Hope you’ll get what i mean.- This reply was modified 8 years, 3 months ago by suppenhuhn.
August 18, 2016 at 4:55 pm #674242Hi,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
AndyAugust 19, 2016 at 8:58 am #674597Hi,
there are no extra plugins installed. The only plugin is the LayerSliderWP, which came with your theme. But it’s not listed in the dashboard -> plugins, it has it’s own page dashboard -> LayerSliderWP.- This reply was modified 8 years, 3 months ago by suppenhuhn.
August 19, 2016 at 10:30 am #674638Hi,
update your WordPress and if this doesn’t help then there might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
Best regards,
AndyAugust 19, 2016 at 10:48 am #674650made the update and reinstalled the themefiles – but it still doesn’t work. Would you try your API Key in my theme – maybe there’s something wrong with my key ? Or try mine on your systems
- This reply was modified 8 years, 3 months ago by suppenhuhn.
August 19, 2016 at 12:42 pm #674727Hi,
I simply removed your Google Maps element and rebuild it afterwards. Now it’s working for me. Can you confirm please?
Best regards,
AndyAugust 19, 2016 at 12:45 pm #674729WOOOOOOOHOOOOOO!! Thank you :)
August 19, 2016 at 1:07 pm #674744Hi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy -
AuthorPosts
- The topic ‘Change Position Logo Area’ is closed to new replies.