Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #900359

    Hi look plz site http://matras.tmweb.ru/
    In main and secondary menu the link area moved down and in top. If my cursor is directly on word i can’t make click. I think you understand me.
    And i can’t use search widget in header((( because link aarea moved down too

    • This topic was modified 6 years, 10 months ago by pddcoms.
    #900407

    Hey pddcoms,

    Can you post a screenshot? I can’t see how the area is moved down and in top. As for the cursor can’t be clicked it’s because of the header widgets interferring, as for the 2 widgets, it can be fixed by adding this css code in Quick CSS (located in Enfold > General Styling):

    #header .widget {
        padding: 0 !important;
        top: 52px;
    }
    
    #header .widget_text {
        top: 24px !important;
    }

    As for the links on the right, you need to replace this image (link in private content), crop the image to include on the button and not the extra whitespace.

    Best regards,
    Nikko

    #900792

    Ok i will try.

    #901220

    Hi,

    Great, let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #903723

    http://jet-plitka.ru/ Here i have widgets in header and after update i can’t see them. You know something about this problem?

    #903725

    ohh all because update? i loose all in functions php. and how fix it? or it will be happens on every update?

    • This reply was modified 6 years, 10 months ago by pddcoms.
    #903741

    As I understood i need to install child theme and copy my code from functions php parent theme to child right?
    1. i see in child theme 2 files CSS and Functions. What about other files in parent theme where i made changes?
    2. Here jet-ceramic.ru I had a widget i header and than i install child theme i loose it. and i din’t know why..
    if i use parent theme i look like this https://yadi.sk/i/GQjnQ3Mc3Rqk9G
    and at child https://yadi.sk/i/bMa8cVuv3RqkFc i need like here!
    3. What theme must be activate when i make changes child theme or parent? and for all time?

    • This reply was modified 6 years, 10 months ago by pddcoms.
    #904033

    Hi pddcoms,

    You can export theme settings from the parent theme and import them to the child theme. All modifications in files should be done in the child theme. You need to copy the files that you need to modify to the child theme preserving the folder structure.

    The child theme needs to be active.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #904275

    Thanks. What about this?
    2. Here jet-ceramic.ru I had a widget i header and than i install child theme i loose it. and i din’t know why..
    if i use parent theme i look like this https://yadi.sk/i/GQjnQ3Mc3Rqk9G
    and at child https://yadi.sk/i/bMa8cVuv3RqkFc i need like here!

    #905302

    Hi,

    Thank you for the update.

    The text widget is there when I checked the site. Is this fixed?

    Best regards,
    Ismael

    #905503

    Yes, but search widget in secondary menu.

    #906085

    Hi,

    Can you try to check your child theme, there seems to be an unclosed font tag:

    <font style="font-family:comfortaa;font-size: 13px; color:#55565b;">

    try fixing this up, since it’s showing everywhere in the inspector (screenshot in private content). Also can you try to post the content of functions.php in https://pastebin.com/ (post the link here so we can inspect the content).

    Best regards,
    Nikko

    #913693

    Hi. Also can you try to post the content of functions.php in https://pastebin.com/ (post the link here so we can inspect the content). you need functions php child theme or main?

    #913958

    Hi,

    Only the child theme’s functions.php but if there are modifications in the functions.php of the parent theme as well, then please post it also.

    Best regards,
    Nikko

    #914244

    I put code here. ok? it’s all my functions php

    #914652

    Hi,

    The search widget is now inside the main header. Please add this css code to make it accessible.

    #header #search-4 {
        z-index: 10000 !important;
    }

    Best regards,
    Ismael

    #914761

    HI. It’s doesn’t work!

    #915191

    Hi,

    The css code is working when we test it directly in the browser. Please provide the login credentials in the private field.

    Best regards,
    Ismael

    #921060

    Hi i see this problem on all my sites where i use child theme. look here limoncake.ru

    #921406

    Hi,

    Thanks for the info. Please post your login credentials (in the “private data” field), so we can take a look at the dashboard.

    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 wordpress@kriesi.at ), 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,
    Ismael

    #922195
    This reply has been marked as private.
    #922753

    Hi,

    Thank you for the info.

    We adjusted the existing code in the functions.php file a bit.

    function custom_search_place(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('#menu-item-search').appendTo("#header_meta .social_bookmarks");
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'custom_search_place')

    Please remove browser cache or do a hard refresh before checking the page.

    Best regards,
    Ismael

    #926087

    Ismael. Thank you.

    #926486

    Hi,

    No problem. -Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 24 posts - 1 through 24 (of 24 total)
  • The topic ‘Main menu links’ is closed to new replies.