Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #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
    robert

    #671188

    Hi suppenhuhn,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #671203

    hi!
    it’s still under construction – here’s the link.

    #671238

    Hi!
    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 7 years, 7 months ago by suppenhuhn.
    #671321

    Hi!

    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!
    Yigit

    #671399

    Hi,
    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 7 years, 7 months ago by suppenhuhn.
    #672686

    Hi,

    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,
    Andy

    #673162

    just 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 7 years, 7 months ago by suppenhuhn.
    #673235

    Hi,

    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,
    Andy

    #673367

    Yes, 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 7 years, 7 months ago by suppenhuhn.
    #674242

    Hi,

    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,
    Andy

    #674597

    Hi,
    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 7 years, 7 months ago by suppenhuhn.
    #674638

    Hi,

    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,
    Andy

    #674650

    made 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 7 years, 7 months ago by suppenhuhn.
    #674727

    Hi,

    I simply removed your Google Maps element and rebuild it afterwards. Now it’s working for me. Can you confirm please?

    Best regards,
    Andy

    #674729

    WOOOOOOOHOOOOOO!! Thank you :)

    #674744

    Hi,

    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

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Change Position Logo Area’ is closed to new replies.