Forum Replies Created

Viewing 30 posts - 7,201 through 7,230 (of 25,536 total)
  • Author
    Posts
  • in reply to: portfolio pagination not working – portfolio entries #1267084

    Hi newmediologo,

    Please do the suggestion above.
    The issue will be resolved on the next release of Enfold but not on WordPress.

    Best regards,
    Nikko

    in reply to: Google maps API stops working #1267083

    Hi graphicsplus,

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

    Best regards,
    Nikko

    in reply to: Change uppercase font blog #1267082

    Hi mrsecommerce,

    Please try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    .html_elegant-blog #top.archive .post-entry .minor-meta, 
    .html_elegant-blog #top.archive .post-entry .post-title {
        text-transform: lowercase !important;
    }

    Best regards,
    Nikko

    in reply to: Icon Grid: Link in Flip Box #1267079

    Hey Jürgen,

    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: PHP problem? #1267077

    Hi marko7,

    PHP 7.4.12 was released after the latest version of Enfold was released, please try to switch to PHP 7.3 and see if it helps.

    Best regards,
    Nikko

    Hey koen_dieren,

    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: Blog Posts Missing from Blog Page #1267070

    Hey rpetru,

    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

    Hi Miguel,

    I tried the login link you gave however it only redirects to the homepage, please check.
    Can you tell us the PHP version you’re using? can you try to use PHP 7.3? and see if it helps.

    Best regards,
    Nikko

    in reply to: Enfold Update #1267067

    Hey Peter Colón,

    Thanks for contacting us!
    Since you are still using Enfold 4.4 which still uses API key to update, it’s not possible to update via Theme Options.
    Please backup your site first, then try to do the following steps:
    1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file and extract/unzip it.
    2. It should generate a new folder, open it and look for the enfold folder
    3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    4. Log in to WordPress as and Admin.
    5. Install and activate a maintenance plugin and put your site in Maintenance mode.
    6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    7. Click on the ADD NEW button.
    8. Click on the UPLOAD THEME button.
    9. Click BROWSE and choose enfold.zip file
    10. Click the INSTALL NOW button and switch to Enfold or your child theme.
    11. Remove the maintenance mode then deactivate and remove the maintenance plugin.

    Once done, generate an Envato personal token using the account you used to purchase Enfold then add the token in the Theme Options, you can check the details on our documentation: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Nikko

    in reply to: play icon not round #1267065

    Hi bobfurgo,

    I tried the credentials you gave on the popup box that appears however it does not work, please check.

    Best regards,
    Nikko

    in reply to: Advanced Layout Editor not working on my homepage #1267060

    Hi nick_obee,

    Thanks for giving us admin access.
    This is now fixed, the Head text in Head Teacher is the cause of the issue, the workaround to make it work is to wrap it inside a strong tag (bold), wrapping it in heading tags also work but when it’s a paragraph, it results in a 403 Forbidden Error since your server blocks this text and the page builder is not loaded.

    Best regards,
    Nikko

    in reply to: Google maps API stops working #1267049

    Hi graphicsplus,

    The reason you’re seeing those watermarked maps (For development purpose only) is because google maps is no longer free and the only way to remove that is to go to google and fill in the billing details.
    Here’s a link related to it: https://stackoverflow.com/questions/50977913/google-maps-shows-for-development-purposes-only

    Best regards,
    Nikko

    in reply to: Enfold trial option #1267048

    Hi Haim,

    Thanks for contacting us!
    can I download Enfold theme for trial?
    Unfortunately, we don’t offer trial version however if you don’t like the theme, you can contact Envato support and request a refund.
    And does it support RTL?
    Yes :)

    Best regards,
    Nikko

    in reply to: WPML Language switcher position #1267047

    Hi cocoagroup,

    Add this CSS code to fix the sticky header:

    .header-scrolled ul.avia_wpml_language_switch {
        left: 200px;
        top: 46px;
    }

    To switch flags to words, add this CSS code:

    #top .avia_wpml_language_switch li .language_flag {
        display: none;
    }
    
    #top .avia_wpml_language_switch li .language_native {
        display: block;
    }

    Best regards,
    Nikko

    Hi likefps,

    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

    Hi fcp,

    I’m not sure I understand what you’re trying to achieve, I checked the layer’s ending transitions and also the transition at the end and the slide layers seem to move/disappear with the image.

    Best regards,
    Nikko

    in reply to: Change cart icon WooCommerce #1267041

    Hi fcp,

    I have checked on your site and noticed that the font does not exist or atleast not registered.
    You’ll know if the font is recognized when you create an icon element and you’ll see it show up there.

    Best regards,
    Nikko

    in reply to: Page width using Avia page builder for posts #1267039

    Hey InspireCreations,

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

    .single-post #main > div {
        float: none;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: WordPress 5.6 #1267025

    Hi IntelligentSolutions,

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

    Best regards,
    Nikko

    in reply to: Your Site is Experiencing a Technical Issue #1267023

    Hi Srishti,

    Thanks for doing that.
    Just let us know if the problem appears again and also check if this occurs regularly.

    Best regards,
    Nikko

    in reply to: Avia loading problem #1267006

    Hi fastlook,

    If you could find the option in the cPanel to enable/disable Mod Security then I would suggest turning it on when you’re not modifying the site and turning it off when you edit something on your pages.
    But if you don’t have control over it then would suggest disabling it on your site since the settings on the Mod Security has some conflict with our page builder.

    Best regards,
    Nikko

    in reply to: Custom CSS for Video Element #1267004

    Hi Bruno,

    I have checked on your site and the background image points to (link in private content) and it’s white in color.
    You’ll need to use a different image and point it in css, if you’re not sure how to do this, then just post in private content the link to the dark play button image, then we’ll write some CSS code based on it which should work.
    As for autoplay, browsers have some sets of policy which prevents autoplay, in chrome for example it needs to be muted first. Also, you can try to disable Javascript file merging and compression in Enfold > Performance.

    Best regards,
    Nikko

    in reply to: how to change the default font in enfold ? #1266717

    Hi Fabrice,

    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: Avia loading problem #1266716

    Hi fastlook,

    Thanks for providing the admin access.
    I have checked on your site and I could verify this is not caused by any plugins.
    Can you try to disable Mod Security? I believe it should be fixed with this, here’s a similar thread: https://kriesi.at/support/topic/enfold-layout-builder-not-working-stuck-on-the-spinning-wheel-urgent/#post-1264797
    If you’re not sure how to disable Mod Security, you can ask your hosting provider for assistance or if you can give us temporary access to your cPanel we’ll do it for you.

    Best regards,
    Nikko

    in reply to: Grid Row – Columns 100% height #1266715

    Hi Alexander,

    Please replace the code I gave with this one: (this should adjust columns to equal height on desktop and tablets but not on mobile)

    function equal_height_columns(){
    ?>
    <script>
    (function () {
    	const wrapper = document.querySelector(".equal-columns");
    	const columns = wrapper.querySelectorAll(".av_one_full");
    	let media = window.matchMedia("(min-width:768px)");
    	let max = 0;
    	
    	function adjustHeight(el) {
    	  el.style.height = max + "px";
    	}
    	
    	function defaultHeight(el) {
    	  el.style.height = "auto";
    	}
    	
        function maxHeight(el) {
    		max = Math.max(max, el.clientHeight);
    	}
    	
    	function checkMediaWidth(myMedia) {
    		if (myMedia.matches) {
    			columns.forEach(maxHeight);
    			columns.forEach(adjustHeight);
    		} else {
    			columns.forEach(defaultHeight);
    		}
    	}
    	
    	media.addListener(checkMediaWidth);
    	checkMediaWidth(media);
    })();
    </script>
    <?php
    }
    
    add_action('wp_footer', 'equal_height_columns');

    Best regards,
    Nikko

    in reply to: WordPress 5.6 #1266522

    Hi IntelligentSolutions,

    Thanks for giving us admin access.
    I have inspected the page you mentioned and it shows the problem similar to the screenshot posted and I have inspected it on the pages with masonry gallery on my enfold site and the images are there and working properly.
    The thing I noticed on the frontend of that page are images are either returning Mixed Content Error and 404 Error Not Found, you can do this by right clicking on any part of the page and select Inspect Element, then go to Console. I created a page on your site just to test if the issues can be reproduced (test page link in private content) and it works properly. Another thing I noticed is that on Pages there are missing images showing (screenshot in private content). I can only conclude that the issue most likely triggered during the update but I’m not sure if it’s because of Enfold theme, because the plugins as well as the server also plays some role in it.
    All missing images (returns 404) are pointing to the same folder (link in private content).
    Also the workaround I can suggest is to recreate the affected masonry galleries.
    I hope it helps.

    Best regards,
    Nikko

    in reply to: stylesheet missing #1266224

    Hi redeyedprince,

    It’s fixed.
    The reason it appears is because of the documentation and license folders, I have removed it.

    Best regards,
    Nikko

    in reply to: Feature Image Sizes & Placement #1266222

    Hey HighFiveEvents,

    What Blog Styling and Blog Layout are you using?

    Best regards,
    Nikko

    in reply to: Forms not rendering #1266219

    Hi crtdude,

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

    Best regards,
    Nikko

    in reply to: Avia loading problem #1266218

    Hey fastlook,

    I tried to login using the credential you gave, however it returns:

    Hata: <username> kullanıcısı için girilen parola geçersiz. Parolanızı mı unuttunuz?

    please check.

    Best regards,
    Nikko

Viewing 30 posts - 7,201 through 7,230 (of 25,536 total)