Forum Replies Created

Viewing 30 posts - 4,651 through 4,680 (of 25,536 total)
  • Author
    Posts
  • in reply to: Breadcrumbs issue in product page #1300987

    Hi jskindustrial,

    It seems to be the correct breadcrumb.
    You are here:Home/Ceramic Ball/0.1-55MM 94.5% ZRO2 YTTRIA STABILIZED ZIRCONIA BALL since the permalink is /shop/%product_cat%/

    Best regards,
    Nikko

    in reply to: Second menu question #1300986

    Hi Roger,

    For your other issue, I tried to do the same setup but I can’t seem to reproduce the issue.
    Can you give us temporary admin access? so we can check on it.
    Just post the credentials in private content.

    Best regards,
    Nikko

    in reply to: Second menu question #1300985

    Hi Roger,

    Thanks for giving the link.
    Please add this CSS code in Enfold > General Styling > Quick CSS:

    #top #wrap_all .widget_nav_menu .menu li {
        border: none;
        margin: 0 0 4px 0;
    }
    
    #top #wrap_all .widget_nav_menu .menu li a {
        padding: 12px 27px;
        background-color: #eee;
        font-weight: 700;
        color: #444;
        -webkit-transition: background-color .1s ease-out;
        transition: background-color .1s ease-out;
        text-decoration: none;
    }
    
    #top #wrap_all .widget_nav_menu .menu li a:hover {
        background-color: #e2e2e2;
        text-decoration: none;
    }
    
    #top #wrap_all .widget_nav_menu .menu li.current_page_item a {
        background-color: #c00525;
        background-repeat: no-repeat;
        background-size: 9px 9px;
        background-position: 93% center;
        color: #fff;
    }

    Best regards,
    Nikko

    in reply to: round social icons small bar above header #1300964

    Hi John,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top #wrap_all #header .av-social-link-facebook a {
        color: #fff;
        background-color: #37589b;
        border-radius: 50%;
    }

    Best regards,
    Nikko

    in reply to: The link you followed has expired #1300961

    Hi deansy1978,

    Can you give us the login link of your site?
    Also, before anything else, can you try to increase the following:
    – PHP time limit from 30 to 240
    – Max input time from 60 to 240

    Best regards,
    Nikko

    in reply to: Contact form input text color #1300953

    Hi Patrick,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Texte pour chaque catégorie de boutique #1300952

    Hi Julien,

    I tried to check the link but it returns:

    This site can’t be reached

    Also, the code I gave uses this conditional tag is_product_category() which only returns true when viewing a product category archive (I have also tested it).
    You can see Woocommerce Documentation for further details: https://docs.woocommerce.com/document/conditional-tags/

    Best regards,
    Nikko

    in reply to: Show portfolio description in the frontend #1300948

    Hi mai,

    No worries, I believe the output of the code given before is near to the desired output, except it’s more narrow and centered.
    I believe this is the only code left to add in Quick CSS (you may need to adjust the values like the max-width):

    #portfolio-category-description {
        width: 80%;
        max-width: 800px;
        margin: 0 auto 20px;
        text-align: center;
    }

    Best regards,
    Nikko

    in reply to: Second menu question #1300945

    Hi Roger,

    You’re welcome :)
    Can you give us a link to your page with the second menu? so we can give some CSS code that should work.
    You can post it in private content if you don’t want the link to be shown by the public.

    Best regards,
    Nikko

    in reply to: Favicon for Mobiles #1300940

    Hi Luisgasser,

    Thanks for giving us admin access.
    I have renamed your functions.php to functions_old.php and created a new one, then added this code:

    function add_custom_code(){
    ?>
        <link rel="apple-touch-icon" href="https://www.gruppenchalets.com/wp-content/uploads/2020/12/gruppenchalets-favicon.png">
    <?php
    }
    add_action('wp_head', 'add_custom_code');

    Please review your site.

    Best regards,
    Nikko

    in reply to: Enfold – Heading Align Right #1300933

    Hi Luis,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Flaticon Server Error | Error Shows Cancelled #1300932

    Hi wpcupid,

    This is fixed.
    Please review your site.

    Best regards,
    Nikko

    in reply to: Breadcrumbs issue in product page #1300929

    Hi jskindustrial,

    You should be able to set it in Settings > Permalinks > Product permalinks.
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Favicon for Mobiles #1300840

    Hi Stefan,

    The code you posted should work.
    Can you give us temporary admin access? so we can try to inspect why it’s causing error.
    Please post the credentials in private content.

    Best regards,
    Nikko

    Hi wpcupid,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Spam Mails coming through enfold-contact-form #1300837

    Hi Michael,

    We’re glad to hear that :)
    Let us know if you still need further assistance or if we can close this thread.

    Best regards,
    Nikko

    in reply to: Second menu question #1300836

    Hi Roger,

    You can do the following steps.
    1. Go to Appearance > Menus, then create a Sidebar Menu and add items to it.
    2. Go to Appearance > Widget, create a Widget Area then add a Navigation Menu widget inside it and select the Sidebar Menu you have created.
    3. Go to the page, Add a Widget element (under Content) then assign the Widget Area you have created.
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Flaticon Server Error | Error Shows Cancelled #1300835

    Hi wpcupid,

    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
      ( to 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: Apply blur effect in image full width #1300833

    Hi Seb,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Product woocommerce sale price divided in two rows #1300832

    Hi altei,

    We could not view the page because we don’t have access to it.
    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
      ( to 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: Padding background color of text block #1300831

    Hi DaDex,

    Can you give us a screenshot or mockup of what you want to achieve? so we can have a visual image and try give accurate steps on how to achieve your goal.

    Best regards,
    Nikko

    in reply to: Enfold – Heading Align Right #1300830

    Hi Luis,

    You can justify the body of the text by selecting the text you want to justify then press Ctrl + Alt + J (Windows) or Ctrl + Option + J (Mac)
    Here’s a reference that might help: https://wpintensity.com/justify-text-wordpress/

    Best regards,
    Nikko

    in reply to: Problem After Update with Media Uploader #1300829

    Hi sasserp01,

    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
      ( to 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: Breadcrumbs issue in product page #1300827

    Hi jskindustrial,

    Can you give us a screenshot or mockup? so we can have a visual image of what you’re trying to achieve.

    Best regards,
    Nikko

    in reply to: Portfolio grid #1300825

    Hi Morcy,

    No worries, it happens to all of us :D
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Style Main Navigation buttons #1300822

    Hi Manfred,

    You’re welcome :)
    We’re glad that we could help.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Breadcrumbs issue in product page #1300735

    Hi jskindustrial,

    It’s showing that because the Shop Page is set to Footer.
    You can verify this in Woocommerce > Settings > Products > Shop page.
    Once you fixed this, this should also reflect in the permalink.

    Best regards,
    Nikko

    in reply to: Add button in header using widget #1300734

    Hi JantienM,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Upgrade Enfold from 3.8.4 to latest version #1300733

    Hi Chris,

    Yes, you are correct :)

    Best regards,
    Nikko

    in reply to: Portfolio grid #1300731

    Hi Morcy,

    Thanks for giving the screenshot.
    It seems the featured image was not set on that portfolio item, I just added it (but it is a bit short in height) and the image is showing properly.
    Please review your site.

    Best regards,
    Nikko

Viewing 30 posts - 4,651 through 4,680 (of 25,536 total)