Forum Replies Created

Viewing 30 posts - 271 through 300 (of 25,536 total)
  • Author
    Posts
  • in reply to: Adding a Bilingual Header Widget Area. #1425505

    Hi NCATIT,

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

    Best regards,
    Nikko

    in reply to: Update WordPress and Enfold #1425504

    Hi Arne,

    Yes, you will still be able to keep your content regardless of which method you choose to update.
    However, we would still recommend for you to always do a backup before doing any updates.

    Best regards,
    Nikko

    in reply to: Twitter icon not displaying after update #1425503

    Hi web4698,

    I tried to check on your site and I could see the X icon between instagram and facebook icon:

    Please try to clear your browser cache, or a hard refresh by pressing ctrl + f5 when refreshing the page.

    Best regards,
    Nikko

    in reply to: Hide post featured image in one Blog Post element only #1425502

    Hi Sandy,

    Thanks as well for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Ultimate Member Plugin doesn’t work – forms do not update #1425501

    Hi Benjamin,

    You’re welcome :)
    We will keep this thread open for you, just let us know how it goes.

    Best regards,
    Nikko

    in reply to: E_ERROR in Enfold functions file as well as in other files #1425305

    Hi SHR Design,

    Thanks for providing the video, I think those weird errors you’re getting is because of memory issue.
    If I check on Site Health, the memory limit is 896M however on this timestamp: https://youtu.be/usO0gsLTBF0?t=687 this error appears:
    Allowed memory size of 134217728 bytes exhausted
    Which is equivalent only to 128M.

    And on this timestamp: https://youtu.be/usO0gsLTBF0?t=773 this error appears:
    Service Unavailable
    The server is temporarily unavailable to service your request due to maintenance downtime or capacity problems.

    Which seems to specify that there’s some capacity problems.

    Here’s some causes of the error: https://bobcares.com/blog/litespeed-503-service-unavailable/

    I think the most probable cause is memory issue because Site Health can be tricked to have a higher amount of memory when the memory_limit is set even though the limit is actually lower. Also, those slowness you’re experiencing and some weird issues popping out in random is a sign that memory usage is at it’s limit.

    Enfold’s hosting requirement can be found here: https://kriesi.at/documentation/enfold/hosting-requirement/

    As for those deprecated errors, you can ignore them, the ones to look-out for are the fatal errors.

    Best regards,
    Nikko

    Hi p3nmarketing,

    That version is from 8 years ago (October 2015, version 3.3.2) and it is referring to this line of code:

    add_action( 'template_redirect',array($this, 'template_redirect'), 1000);

    In the latest version (version 5.6.8) you should see it in wp-content/themes/enfold/config-templatebulder/avia-template-builder/php/class-template-builder.class.php line 822

    add_filter( 'template_include' , array( $this, 'template_include' ), 20000 );

    I think the issue is not related to Enfold since it is not working even with only Ultimate Member and a WordPress Default Theme.

    Best regards,
    Nikko

    in reply to: Maintenance Mode #1425276

    Hi jnightingale,

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

    Best regards,
    Nikko

    Hi p3nmarketing,

    Thanks :)
    I tried to disable all plugins except for Ultimate Member and also switched to a default wordpress theme (Twenty Twenty-Two) and the issue still persists.
    I’m not really sure if the problems is in the settings but I don’t really see any errors, I think an Ultimate Member support should be able to help you better in this case.

    Best regards,
    Nikko

    Hi p3nmarketing,

    I’m able to see the problem but I don’t see any errors.
    Is this a staging site? can we try to disable plugins and switch themes on this site? if not, can you setup a staging site for us?

    Best regards,
    Nikko

    in reply to: How to remove the blog image #1425197

    Hi GB,

    Thanks for your kind words :)
    Thanks as well for using Enfold and have a great weekend!

    Best regards,
    Nikko

    Hi p3nmarketing,

    Thanks for giving us admin access.
    I have checked the page with the form shortcode (link in private content) and it seems the forms are the same in the frontend and backend, can you tell us more specifically what the issue is?

    Best regards,
    Nikko

    in reply to: Maintenance Mode #1425190

    Hi jnightingale,

    Thanks for changing the permission level.
    I have made the changes, can you try to check if the warning still appears on your end?

    Best regards,
    Nikko

    in reply to: How to remove the blog image #1425189

    Hi gb,

    1. The date of the post is placed at the bottom of the post, Can it be placed at the top of the post?
    I have added this code in WP Code to move the post date on the top:

    function move_postmeta(){
    ?>
    <script>
    	window.addEventListener('load', function() {
        	var postMetaInfos = document.querySelector('.single-post .post-meta-infos');
        	var featuredImage = document.querySelector('.big-preview');
    
        	if (postMetaInfos && featuredImage) {
            	featuredImage.parentNode.insertBefore(postMetaInfos, featuredImage);
        	}
    	});
    </script>
    <?php
    }
    add_action('wp_footer', 'move_postmeta');

    Then to adjust the styling, I added this CSS code in Quick CSS:

    #top.single-post #main .big-preview {
        margin-top: 0;
    }
    
    #top.single-post #main .post-meta-infos {
        float: none;
        font-size: 1em;
        margin-top: 0;
    }

    2. The post image highlights when the mouse hovers over and is clickable to enlarge. Which is unnecessary, can that be turned off?
    Yes, I added this CSS code in Quick CSS:

    #top.single-post #main .big-preview a {
        pointer-events: none;
    }

    As for the error, it occured when I inserted the code to modify the image size, since it was already declared in functions-enfold.php, but it’s already fixed.

    Best regards,
    Nikko

    in reply to: Change menu and sub menu font color specific for each page #1425185

    Hi Benjamin,

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

    Best regards,
    Nikko

    in reply to: Woocommerce – Sorting are shown frontend #1425073

    Hi Alan,

    Thanks for giving us temporary admin access.
    It’s working with Enfold however, these two plugins are causing the issue:
    – ShopLentor – WooCommerce Builder for Elementor & Gutenberg
    – ShopLentor Pro – WooCommerce Builder for Elementor & Gutenberg
    Try to deactivate them and you should see it working properly.

    Best regards,
    Nikko

    Hi p3nmarketing,

    Thanks for giving us login credentials, however, after logging in, the dashboard is not accessible and keeps redirecting to the homepage, please check.

    Best regards,
    Nikko

    in reply to: Maintenance Mode #1425071

    Hi jnightingale,

    Thanks for the login credentials, can you give it administrator privilege? so we can try to open the Theme Options and check on the issue further.

    Best regards,
    Nikko

    in reply to: Hide post featured image in one Blog Post element only #1425070

    Hi Sandy,

    I’m glad that Ismael could help you :)
    We have removed it as you requested.
    Please let us know if you still need further assistance related to the topic or if we can close the thread.

    Best regards,
    Nikko

    in reply to: CSS for search bar #1425068

    Hi Illingco,

    You can change the color of the border by adding this CSS property:

    border-color: #ebebeb !important;

    inside this code from Ismael:

    #top #header.header_color .widget #s {
        border-width: 3px !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    Hi Rowena,

    Thanks for contacting us!
    Please register to our forum in order to post in the forum: https://kriesi.at/support/register/

    Best regards,
    Nikko

    in reply to: Blog Pagination is not working #1425065

    Hi karacafer,

    Thanks for giving us admin access.
    It seems the Blog pagination is only not working when you’re not logged in but if you’re logged in then it works properly.
    The All in One SEO plugin is causing the issue since it’s removing the query string appended after the URL (example link in private content).
    I have deactivated the plugin and you should see the blog working properly when logged out.

    Best regards,
    Nikko

    in reply to: How to remove the blog image #1425064

    Hi gb,

    Thanks for giving us admin access.
    I have removed the code from functions-enfold.php and installed WP Code plugin in your site and add the code there, then re-uploaded the featured image and it worked properly.
    Please review your site.

    Best regards,
    Nikko

    in reply to: Setting anchors in the menu #1425063

    Hi ausgesonnen,

    I think it could be server issues occuring at that time or your connection to the server, if it’s automatic update, then most likely it will show up a maintenance page during that period.

    As for anchor points, you just need to prepend # to the custom ID, if you set Custom ID for example to features then the link should be #features

    Best regards,
    Nikko

    in reply to: Enfold Website Search Log #1425021

    Hi FW,

    Please try to check Relevanssi Search
    In their Advanced Features, it lists: “Log queries, show most popular queries and recent queries with no hits.” maybe it would help.
    To integrate Relevanssi with our theme, please check our documentation: https://kriesi.at/documentation/enfold/search/#use-relevanssi-in-search-instead-of-the-default-search
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Style.css hatası #1425019

    Hi Alimirkan,

    Unzip the downloaded zip file from Themeforest, then look for the “enfold” folder and right-click it 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), use enfold.zip to upload it in Apperance > Themes.

    Best regards,
    Nikko

    in reply to: Blog Pagination is not working #1425017

    Hi karacafer,

    To assist you further, please provide us with your login credentials by following these steps:

    1. Install and activate the “Temporary Login Without Password” plugin. You can find it here.
    2. Once activated, navigate to “Users > Temporary Logins” in the left-side menu.
    3. Click on “Create New” to generate a temporary login.
    4. Enter the email address for the account (you can use (Email address hidden if logged out) ) and select the highest possible role. Set the expiry date to around four days to ensure enough time for debugging.
    5. Click “Submit” to create the temporary account.
    6. In the private section, provide us with the URL that allows us to access the temporary login and assist you.

    Please note that once your issue is resolved, you can remove the plugin. Alternatively, if you prefer not to use the plugin, you can manually create an admin user and share the login credentials in the “private data” field.

    If you have any further questions or concerns, please let us know.

    Best regards,
    Nikko

    in reply to: Enfold deletes page components when I edit pages #1425016

    Hi Jacob,

    I tried to check further on the issue however at the moment, I could not find the cause of this weird issue.
    Can you try to update it to PHP version 8 and see if it helps?

    Best regards,
    Nikko

    in reply to: E_ERROR in Enfold functions file as well as in other files #1425015

    Hi SHR Design,

    Thanks for giving us admin access.
    I tried to check further on the issue and it seems to happen randomly, I tried to login and getting Service Unavailable, then when trying it a few times, it works.
    As for the error you posted before it Uncaught Error: Failed opening required for wp-content/themes/enfold/includes/class-responsive-typo.php which I could verify that is still there.
    I’m not really sure if this is a plugin conflict issue, or a server issue. I think you can try to isolate it like disabling plugins, switching to a default theme, if all plugins and theme is switched to default then it’s most likely a server issue, if not then a plugin conflict or our theme conflicting with one or more of the plugins.

    Best regards,
    Nikko

    in reply to: Alignment in additional header element (phone number/info) #1425013

    Hi Katja,

    What’s the width of the ipad or can you provide a screenshot? so we can see how it looks on your end?

    Best regards,
    Nikko

Viewing 30 posts - 271 through 300 (of 25,536 total)