Forum Replies Created

Viewing 30 posts - 12,991 through 13,020 (of 25,536 total)
  • Author
    Posts
  • in reply to: Upgrade Enfold 4.5.4 #1083919

    Hi frankpty,

    Can you try doing this procedure to update (make sure to have a backup first):
    1. Switch to a default wordpress theme like twentynineteen
    2. Delete the Enfold theme
    3. Upload the latest version of Enfold (enfold.zip) then set it as the active theme again.
    Next time you update you just need to go to Enfold > Theme Update, for now just use this procedure since themeforest/envato had made changes to their API and Enfold 4.4.1 code for theme update didn’t contain the code to adapt to this change.

    Best regards,
    Nikko

    in reply to: Instagram Widget #1083918

    Hi hulisescontreras,

    I have checked it and it seems to be working fine now.
    Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Subnavigation Menu – Active State #1083916

    Hi RS,

    Try adding these codes in Quick CSS, located in Enfold > General Styling):

    I’m trying to change the active state in the sub-nav. I want it to be bold and black. The other links should be default black with an underline.

    #top #wrap_all .av-subnav-menu li a .avia-menu-text {
        text-decoration: underline;
    }
    
    #top #wrap_all .av-subnav-menu li.current-menu-item a .avia-menu-text {
        font-weight: bold;
        text-decoration: none;
        color: black;
    }

    I’m also trying to update the main menu (in main nav) to be black, with underline in hover state, and white in active state (with no underline) – except on homepage

    It seems you have already done this.

    Best regards,
    Nikko

    in reply to: I Need help with Custom CSS #1083914

    Hi adaptiveseosolutions,

    Can you try including this code:

    @media only screen and (max-width:767px) {
      #top #header #header_main, 
      #top #header #header_main .av-logo-container, 
      #top #header #header_main .inner-container, 
      #top #header #header_main .logo {
        max-height: 100px;
      }
    
      #top #header #header_main .logo {
        display: block;
        padding-top: 10px;
      }
    }

    Best regards,
    Nikko

    in reply to: Enfold Shop – Woocommerce Produktbild Größe ändern #1083911

    Hi brandgeist17,

    Try adding this code in functions.php:

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
      $size['shop_catalog'] = array('width'=>200, 'height'=>300);
      return $size;
    }

    Best regards,
    Nikko

    in reply to: After Upgrade Color Section continue till bottom #1083910

    Hi formelfun,

    I just checked it and it seems fine on my end.
    The accordion slider is showing on top of the page.
    Screenshot in private content.

    Best regards,
    Nikko

    Hi hsanz,

    Thanks for pointing it out.
    I tried to login however I could not go to the login page.
    Using wp-login.php returns a 502 bad gateway (screenshot in private content)
    wp-admin returns redirected too many times.

    Best regards,
    Nikko

    Hi ceiton,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Logo loading twice #1083860

    Hey sdigit,

    In your WordPress Dashboard, go to Enfold > Header > Extra Elements (tab) > Phone Number or small info text, there should be a logo there.

    Best regards,
    Nikko

    in reply to: please match the requested format #1083859

    Hi hsanz,

    Thanks, will reply to you on the other thread.

    Best regards,
    Nikko

    in reply to: Transparent PNG overlay #1083858

    Hi sugadaddy,

    Try setting it’s position to relative.
    z-index will not work when position is set to static, it only works when it’s relative or absolute.

    Best regards,
    Nikko

    in reply to: Block Editor, Advanced Layout Builder didn't work #1083853

    Hi chajecdawid,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi biomeris,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Sticky posts by category in blog grid #1083851

    Hi Maureen van Goethem,

    Can you try doing this instead, please add:

    if( is_front_page() ) {

    below this code:

    function avia_post_slide_query_mod($query, $params) {

    then add this code:

    }

    just above:

    return $query;

    Best regards,
    Nikko

    Hi Roger,

    That’s just a static image, you can use this css code and place it in Quick CSS, located in Enfold > General Styling:

    #top .avia_fb_likebox .av_facebook_widget_imagebar {
        background-image: url(image_url);
    }

    just replace image_url with the community image of Ellenas Kitchen.

    Best regards,
    Nikko

    Hey blacknetguy,

    There’s a hook called ava_after_body_opening_tag which you can use for the same purpose, here’s an example of how to use it:

    function after_body_opening_tag_fn(){
      echo '<div id="fb-root"></div>';
    }
    add_action('ava_after_body_opening_tag', 'after_body_opening_tag_fn');

    so you don’t need to modify header.php and just make changes inside your child theme’s functions.php
    What you suggested also works (and if hooks are not available this would be a goto solution) the only problem I see with it is when there are new changes in Enfold’s header.php file, you’ll need to update your header.php file again then re-add the modifications made.

    Best regards,
    Nikko

    in reply to: Error Message in Framework #1083493

    Hi jumamedia,

    We apologize for the delayed response.
    What php version are you using? and what version of Enfold are you using?

    Best regards,
    Nikko

    in reply to: Cannot update the page #1083488

    Hi Michael,

    Glad to hear that it’s working properly now. :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi mzgn,

    Thanks for helping out and posting the solution.

    Best regards,
    Nikko

    in reply to: After Upgrade Color Section continue till bottom #1083486

    Hey formelfun,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    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 an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Subnavigation Menu – Active State #1083485

    Hi RS,

    The login credentials didn’t work, please check.
    The code you’re using seems to be correct but I could not verify why it’s not working on your site since there’s no submenus on your main menu.

    Best regards,
    Nikko

    in reply to: Cannot update the page #1083458

    Hey scorpion10,

    Where and how can we see this error? for the meantime try doing this procedure to update (make sure to have a backup first):
    1. Switch to a default wordpress theme like twentynineteen
    2. Delete the Enfold theme
    3. Upload the latest version of Enfold (enfold.zip) then set it as the active theme again.

    Best regards,
    Nikko

    in reply to: BUG? Pagination buttons on posts do not work #1083456

    Hi ycinformatik,

    This issue has been resolved in the latest release of Enfold version 4.5.5 which includes this fix:

    - fixed: an issue with pagination links in WordPress 5.1

    Try to update it to the latest version but don’t forget to make a backup first just in case.
    You can check on the latest changes and fixes in the latest version in our changelog: https://kriesi.at/documentation/enfold/changelog/

    Best regards,
    Nikko

    in reply to: Upgrade Enfold 4.5.4 #1083426

    Hi Frank,

    You can check it in Layerslider WP > Options > System Status.
    Or you can just go to the link below in private content.
    The php version you have is 5.4.45, however the minimum required for the latest versions of Enfold is 5.6.3 but I suggest using 7.x versions of php.

    Best regards,
    Nikko

    in reply to: Enfold Shop – Woocommerce Produktbild Größe ändern #1083419

    Hi Joerg,

    The defaults in Enfold are:

    $avia_config['imgSize']['shop_thumbnail'] 	= array('width'=>120, 'height'=>120);
    $avia_config['imgSize']['shop_catalog'] 	= array('width'=>450, 'height'=>450);
    $avia_config['imgSize']['shop_single'] 		= array('width'=>450, 'height'=>999, 'crop' => false);

    but this can be overriden in the Theme Customizer > Woocommerce.
    I can’t really find 192 x 290px image dimension anywhere in the code, can you point us to the right page? maybe it’s css.

    Best regards,
    Nikko

    in reply to: Can't update theme #1083406

    Hi Linseed_Studio,

    Can you try to check your file and folder permissions?
    Try to set your folder permission to 755 and file permissions (except .htaccess) to 644? let us know if this helps.

    Best regards,
    Nikko

    in reply to: Position caption title and button in full-width slider #1083400

    Hi Brautgalerie,

    I see, on my end it looks great (screenshot in private content).
    However in a smaller screens the text goes on top of those leaves and flowers, I tried adjusting the background position however changing it doesn’t really look nice.
    Try adding this css code instead:

    #top.home #fullscreen_slider_1 h2.avia-caption-title {
        background-color: rgba(255,255,255,0.6);
        display: inline-block;
        padding: 4px 8px;
    }

    It will add a white semi-transparent background which should make the text more readable.

    Best regards,
    Nikko

    in reply to: Block Editor, Advanced Layout Builder didn't work #1083395

    Hi chajecdawid,

    I have disabled the classic editor plugin.
    Then in Enfold > Theme Options > Select Your Editor > Use WP Classic Editor.
    The page now loads properly on my end, let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Can't edit pages #1083388

    Hi blakehagemeier,

    Can you create a staging site? basically it’s just a duplicate of your live site, we would like to check on this issue further however we will need to debug and isolate the issue and it would mess up your live site since it may involve enabling deactivating plugins, switching themes and errors display on the site and we don’t want to risk your live site since you may have some visitors checking up on your site at the time of our testing.
    Here’s a tutorial on how to create a stage site: https://themeisle.com/blog/wordpress-staging-site/
    Please include an ftp access for the staging site as well.

    Best regards,
    Nikko

    in reply to: I Need help with Custom CSS #1083380

    Hi adaptiveseosolutions,

    You just need to adjust the minimum height in this code:

    .logo ,.logo a,.logo img {
    min-height: 120px;
    }

    Best regards,
    Nikko

Viewing 30 posts - 12,991 through 13,020 (of 25,536 total)