Forum Replies Created

Viewing 30 posts - 2,191 through 2,220 (of 25,536 total)
  • Author
    Posts
  • Hi Christopher,

    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: Changing the button color in menu #1371600

    Hi Ryan,

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

    Best regards,
    Nikko

    in reply to: Testimonials Not Showing Up Correctly Since Update 5.2.1 #1371599

    Hi VitaMedTech,

    Thanks for giving us permission.
    The issue has now been fixed on your site, the issue was caused by this CSS code in Quick CSS (the code is now removed):

    .avia-testimonial-content  {margin-top: -30px;}

    Please review your site.

    Best regards,
    Nikko

    in reply to: PHP Fatal error config.php:2318 #1371597

    Hi ttem,

    It is possible that those errors are connected however in order to find that out we need to isolate those issues and try to fix them.
    Can you create a staging site for us? so we can try to debug it further without worrying if there are any visitors on the site, if we deactivate any/all of the plugins.
    Also, please provide an FTP access for the staging site and post it privately.

    Best regards,
    Nikko

    in reply to: Changing the button color in menu #1371595

    Hi Ryan,

    I don’t think you will have any issues with SEO or speed since the size of the CSS files loaded is small.
    Though I would suggest enabling it a few days from now or probably a week.

    Best regards,
    Nikko

    in reply to: Custom Bullets [Again] #1371593

    Hi Stephen,

    We’re happy to hear that it’s working again :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: White border around "Slide-Show (full width) #1371591

    Hi sn82com,

    Thanks for giving us the link. :)
    We have inspected the image and it seems to contain a white border.
    I have posted the image link and screenshot link in private content.

    Best regards,
    Nikko

    in reply to: Tabs – Width Extending #1371590

    Hi B,

    Please try adding this CSS code as well:

    #top .av-tab-arrow-container {
        width: 160px;
    }

    Best regards,
    Nikko

    in reply to: Footer columns width #1371589

    Hi blaisen,

    I tried to check your site however, I got this error:

    Sorry [ip address], your request cannot be processed.
    For security reasons, it was blocked and logged.
    If you believe this was an error please contact the
    webmaster and enclose the following incident ID:

    Please check.

    Best regards,
    Nikko

    in reply to: Changing the button color in menu #1371588

    Hi Ryan,

    Thanks for giving us admin access.
    It seems that the problem is more of a caching issue, I have disabled CSS File Merging And Compression in Enfold > Performance to fix this.
    Also, you can change those colors in Advanced Styling, just change the colors in Menu Item Button.
    Please review your site.

    Best regards,
    Nikko

    in reply to: Parallax demo files not showing #1371418

    Hi ciskosv,

    Thanks for giving us admin access.
    We have imported the parallax demo, please review your site.

    Best regards,
    Nikko

    in reply to: Testimonials Not Showing Up Correctly Since Update 5.2.1 #1371417

    Hi VitaMedTech,

    Thanks for giving us admin access.
    It seems none of the safe solutions are working.
    Can you setup a staging site for us? so we can try to deactivate plugins and perform debugging further without causing any issues to your site visitors/customers.

    Best regards,
    Nikko

    in reply to: unable to use the Theme Forest token to register #1371413

    Hi ribit,

    Please make sure that the token has the following permissions:

    Best regards,
    Nikko

    in reply to: Cusrev conflict with Enfold #1371412

    Hi Illingco,

    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: Tabs – Width Extending #1371411

    Hi B,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top .av-inner-tab-title {
        width: 120px;
    }

    Just change the width as you see fit (default is 90px).
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Masonry Gallery Perfect Grid Spacing Issue #1371410

    Hi hmsvictory,

    We have added this CSS code in your Quick CSS:

    #top .av-inner-masonry {
        margin-bottom: 0;
    }

    Please review your site.

    Best regards,
    Nikko

    in reply to: "Weird" white space at top of landing page #1371407

    Hi Donkies11,

    We’re glad to hear that it is now working properly.
    Thanks for using Enfold and have a great weekend :)

    Best regards,
    Nikko

    in reply to: PHP Fatal error config.php:2318 #1371405

    Hi ttem,

    The undefined function shown is wc_get_notices however this function is defined in Woocommerce.
    There seem to be many files in your child theme and there maybe some code that cause it, try to temporarily switch to the parent theme (Enfold) then rename the log files and see if it helps.
    It maybe better if you use a staging site to troubleshoot the issue, since you might have visitors on your site.

    Best regards,
    Nikko

    Hi James,

    I see, you can remove those limit on widths via CSS.
    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    .responsive .page-template-template-acf .container {
        max-width: 100%;
    }

    If you want to remove the left and right padding, then use this CSS code:

    .responsive .page-template-template-acf .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: JS issue on my website #1371403

    Hi gruobes,

    I have deactivated Fusion et compression du fichier Javascript in Enfold > Performance and cleared cache from the plugin.
    Can you try to check if this helps on your end?

    Best regards,
    Nikko

    in reply to: Small Feature Request Partner/Logo Element #1371400

    Hi Tim,

    Your request has been forwarded already however, our devs have a lot of things in the queue.
    We will forward your request again.

    Best regards,
    Nikko

    in reply to: How to get 100% Sidebar Width? #1371399

    Hi hmsvictory,

    Thanks for giving us admin access.
    We have updated the CSS we gave you in Quick CSS:

    #main .container_wrap.sidebar_right .av-section-cont-open,
    #main .container_wrap.sidebar_left .av-section-cont-open {
        display: flex;
        flex-direction: column;
    }
    
    #main .container_wrap.sidebar_right .av-section-cont-open > *,
    #main .container_wrap.sidebar_left .av-section-cont-open > * {
        width: 100%;
    }
    
    #main .container_wrap.sidebar_right .av-section-cont-open .entry-content-wrapper,
    #main .container_wrap.sidebar_left .av-section-cont-open .entry-content-wrapper {
        padding-right: 0;
    }
    
    #main .container_wrap.sidebar_right .av-section-cont-open .inner_sidebar {
        margin-left: 0;
    }
    
    #main .container_wrap.sidebar_left .av-section-cont-open .inner_sidebar {
        margin-right: 0;
    }
    
    #main .container_wrap.sidebar_left .av-section-cont-open .content {
        padding-left: 0;
        padding-bottom: 0;
    }

    Please review your site.

    Best regards,
    Nikko

    in reply to: Links underlined with WP 6.1 #1371203

    Hi Bernd,

    The inline style is added by WordPress (specifically Gutenberg).
    You can see it mentioned here: https://github.com/WordPress/gutenberg/issues/37071

    Best regards,
    Nikko

    in reply to: Mobile view Grid Row #1371200

    Hi Diana,

    Thanks for giving us admin access.
    You’ll need to adjust the padding for the column on smaller devices such as the mobile phone.
    Here’s a screenshot:

    Hope it helps.

    Best regards,
    Nikko

    Hi zoik,

    Please try to create a new template, call it template-acf.php, copy the contents from Enfold’s page.php and paste it in.
    In line 2 of the template file, add a template name (just change the name as you see fit):

    /*
      Template Name: ACF Template
    */

    replace:

    get_header();

    with:

    get_header('new');

    and replace:

    get_footer();

    with:

    get_footer('new');

    Hope this helps.

    Best regards,
    Nikko

    in reply to: PHP Fatal error config.php:2318 #1371193

    Hi ttem,

    Thanks for giving us admin access.
    I don’t seem to see any issues when I checked your site, where can we find it?

    Best regards,
    Nikko

    in reply to: Strange form title #1371192

    Hi goodpixel,

    Can you try to clear cache from Siteground Optimizer? also try to temporarily disable it and see if it helps.
    If that still does not work, please give us temporary admin access so we can check further, just post the credentials privately.

    Best regards,
    Nikko

    in reply to: Page not found – strange #1371191

    Hi Patrick,

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

    Best regards,
    Nikko

    in reply to: Shop category thumbnail images are suddenly the wrong size #1371190

    Hi Anne,

    You can add the code by using this plugin: WPCode – Insert Headers and Footers + Custom Code Snippets – WordPress Code Manager if you don’t want to use a child theme. Also, we can help you with adding the code.

    Best regards,
    Nikko

    in reply to: JS issue on my website #1371189

    Hi gruobes,

    Thanks for giving us admin access.
    I tried to check your homepage (especially the slider) both logged in and out however I don’t see any issue on my end (no js errors on the web console as well).
    It may just be a local issue like a browser cache fetching an older js file, or a browser extension that maybe causing the conflict.

    Best regards,
    Nikko

Viewing 30 posts - 2,191 through 2,220 (of 25,536 total)