Forum Replies Created

Viewing 30 posts - 1,951 through 1,980 (of 25,536 total)
  • Author
    Posts
  • in reply to: Featured image for sensei is cropped #1394969

    Hi peterolle,

    Can you setup a staging site? so I can check on it further.
    Just post the credential in private content.

    Best regards,
    Nikko

    in reply to: Photos of articles on category #1394478

    Hi radis92,

    Can you tell us what Blog Styling and Blog Layout you are currently using? you can find this in Enfold > Blog Layout.

    Best regards,
    Nikko

    in reply to: Transparent Header issue on multi-language page #1394476

    Hi iainski,

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

    Best regards,
    Nikko

    in reply to: Navigation Anchors Non Working #1394475

    Hi Bruce,

    The in-page anchor links are case sensitive, since you are using the id about, instead of using #About as a link, please use #about.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Text size issue next to radio buttons in Forminator form. #1394474

    Hi Christopher,

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

    #top .forminator-radio-label {
        font-size: 17px;
    }

    Best regards,
    Nikko

    Hi Cody,

    Thanks for contacting us!
    Can you give us the purchase code as well as the email you used to register? so we can try to check on our database.
    Just put these things in private content.

    Best regards,
    Nikko

    in reply to: Background colour of heading element. #1394348

    Hi sarthakchoudhary,

    Please replace the code I gave you with this one:

    .full-width-section .container {
        width: 100%;
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    Best regards,
    Nikko

    in reply to: Can’t update theme #1394029

    Hi Reinhard,

    To update the theme, a child theme isn’t required. It is only suggested when you want to extend the functionality of the Enfold theme or make some tweaks in the theme files and don’t want to lose it when the theme updates (any changes done on the Enfold theme files will be lost during a theme update).
    As for font problems, can you try to disable CSS File Merging And Compression in Enfold > Performance as it may just be some caching issue.

    Best regards,
    Nikko

    in reply to: Background colour of heading element. #1394028

    Hi sarthakchoudhary,

    Please try to add a Custom CSS Class to the Color Section, name it full-width-section and then add this CSS code in Enfold > General Styling > Quick CSS:

    .full-width-section .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: tab icon color #1394025

    Hi NCATIT,

    Each tab counter has a unique class name which you can use, try to use the following code (with comments)

    /* All tab icons */
    #top .tabcontainer .tab_icon {
        color: blue;
    }
    
    /* 2nd tab icon */
    #top .tabcontainer .tab_counter_1 .tab_icon {
        color: yellow;
    }
    
    /* 3rd tab icon */
    #top .tabcontainer .tab_counter_2 .tab_icon {
        color: red;
    }

    .tab_counter_3 would be the 4th tab counter and so on.
    I hope this helps.

    Best regards,
    Nikko

    in reply to: Featured image for sensei is cropped #1394023

    Hi peterolle,

    Will this affect everything or just Sensei? (There are pages, blog post, etc…)
    Yes, it affects pages and blogposts, everything that uses entry_without_sidebar image size.

    In order for this to only affect Sensei Course page, then you will need to do the following (remove the previous code I gave):
    1. Use a child theme.
    2. In the child theme’s functions.php code add:

    $avia_config['imgSize']['course']= array('width'=>600, 'height'=>600 );

    3. Add a new file and name it single-course.php then paste this code https://pastebin.com/RxinjScd
    4. Create a new folder and call it includes
    5. Inside the includes folder, create a file called loop-course.php and paste this code https://pastebin.com/EGjciWeX

    If you need it for Lessons in Sensei, just duplicate single-course.php and rename it to single-lesson.php

    Which plugin you recommend to regenerate images?
    I use this one: https://wordpress.org/plugins/simple-image-sizes/ since you can choose which image sizes you can regenerate, but if you are following the 5 steps I mentioned then it is not necessary.

    Best regards,
    Nikko

    Hi Eric,

    I have posted a screenshot link in private content how it looks on my end, I compared both preview and not-logged version yesterday and I don’t really see any difference even when I inspected the width, paddings and margins, I think it may just be due to cache as what you have mentioned.

    Best regards,
    Nikko

    in reply to: Firefox Updating Issue #1394019

    Hi vantagepointmg,

    The errors are completely fine to ignore according to a Mozilla Staff: https://www.reddit.com/r/firefox/comments/fpptyj/firefox_content_security_policy_console_output/
    Can you give us temporary admin access? and also give us the steps to reproduce the issue and we’ll try to test it on our end and see if the same issue shows up and maybe try to find anything that can help fix the problem.
    Just post the credentials in private content.

    Best regards,
    Nikko

    in reply to: Icons not displaying properly after 5.3.1.1 Update #1394016

    Hi ihf-eramstad,

    I tried to check the database using better search & replace plugin for wpenginepowered.com however none is found.
    Code for fixing CORS does not work including a third-party plugin for enabling CORS.
    The problem is, your site is using https://subdomain.wpengine.com however fonts are loaded in https://subdomain.wpenginepowered.com
    I think the possible fix/options in the WordPress Dashboard as well as FTP has been tried and I think the next step would be asking help from WPEngine support for the said issue.

    Try backing up your site first and try to use the last version of Enfold you used or the last backup of your site.
    If it produces the same result, the next step would be asking help from WPEngine support for the said issue.

    Best regards,
    Nikko

    • This reply was modified 2 years, 6 months ago by Nikko.
    • This reply was modified 2 years, 6 months ago by Nikko. Reason: remove some links

    Hi Eric,

    Thanks for giving us admin access.
    I have checked some pages including the homepage and compared the preview page however it looks the same on my end.
    Is it only on specific pages?

    Best regards,
    Nikko

    in reply to: alb footer gone for Costumer #1393849

    Hi Tobias,

    Did the issue get fixed when you tried to temporarily disable the User Role Editor plugin?
    As for why it doesn’t work even though it’s popular, it’s because there are too many plugins so we can’t really test on each one but we test it on major ones such as woocommerce, yoast seo, events calendar, rankmath, etc. and each one has its own development and implementation which may cause conflict with our theme or other plugins.

    Best regards,
    Nikko

    in reply to: Special Heading Unable to Space Text #1393848

    Hi Debra,

    Thanks for giving us admin access.
    The issue is caused by Check & Log Email plugin, after disabling it, space was working properly.
    Please review your site.

    Best regards,
    Nikko

    in reply to: Issues with template adding links to an image #1393847

    Hi janmalone,

    I have checked the debug.log file and it is pointing to Out of memory error (sample error in private content).
    I tried to check the memory limit in Tools > Site Health and it seems to be large enough 256MB, it seems to be some memory leak on the server, please ask for assistance from your hosting provider.

    Best regards,
    Nikko

    in reply to: Featured image for sensei is cropped #1393843

    Hi peterolle,

    Please try to add this PHP code at the bottom of your child theme’s functions.php code:

    function enfold_customization_modify_thumb_size( $size ) {
      $size['entry_without_sidebar'] = array('width'=>1210, 'height'=>600);
      return $size;
    }
    
    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );

    Then use an image regeneration plugin to regenerate images or manually re-upload the featured images.
    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: alb footer gone for Costumer #1393842

    Hi Tobias,

    Can you try to temporarily disable User Role Editor plugin? and see if this fixes the issue.
    If it does, try to change some of the settings and see if that helps.

    Best regards,
    Nikko

    in reply to: Anchor links appear behind sticky header #1393841

    Hi Steve,

    We’ll leave this thread open then, just post back here once the header design is finalised.

    Best regards,
    Nikko

    Hi Eric,

    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: solved #1393839

    Hi Ericbkr,

    We’re glad to hear that :)
    We will be closing this thread then.

    Best regards,
    Nikko

    in reply to: Can’t Import Demo Data #1393838

    Hi djohnson0726,

    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: Special Heading Unable to Space Text #1393837

    Hi Debra,

    I’ve inspected the page and there was no space.
    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: Firefox Updating Issue #1393834

    Hi vantagepointmg,

    Can you try to check the web console? and see if errors are appearing in there.
    Do you have browser extensions installed in firefox? try to disable them if there are.

    Best regards,
    Nikko

    in reply to: change table text color #1393830

    Hi jeel147,

    The colors from the table are fetched from Enfold > General Styling > Main Content’s Main Content font color and Main Content secondary font color
    You can change them however it will also affect other elements, to make sure it only affects the table, I have added the CSS code below to Enfold > General Styling > Quick CSS:

    .main_color tr {
        color: black;
    }
    
    .main_color tr:nth-child(even) {
        color: gray;
    }

    Please review your site.

    Best regards,
    Nikko

    in reply to: captcha field not readable #1393829

    Hi jeel147,

    I’m glad that Yigit could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Icons not displaying properly after 5.3.1.1 Update #1393828

    Hi ihf-eramstad,

    It might be due to some policy changes within the hosting provider.
    Try to disable CDN on your site and see if this removes the issue, please go to the WordPress Dashboad, then go to WP Engine > Caching > click Disable CDN link which will redirect you to the WP Engine login link, I believe once you logged in, you will see an option to disable CDN.

    Best regards,
    Nikko

    in reply to: Enfold questions #1393827

    Hi Mike,

    Yes and you will be able to update the theme to the latest version since APIs don’t work anymore for theme updates.

    Best regards,
    Nikko

Viewing 30 posts - 1,951 through 1,980 (of 25,536 total)