Forum Replies Created

Viewing 30 posts - 1 through 30 (of 25,536 total)
  • Author
    Posts
  • in reply to: Fullwidth background with a multi-row grid #1432090

    Hi cambium.digital,

    I’m glad that you were able to find a solution :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Smaller columns structure 1/6 1/3 1/6 1/3 #1432089

    Hi tebitron gmbh,

    Can you give us the link to the page where this is applied? so we can try to inspect it further.

    Best regards,
    Nikko

    in reply to: Align Menu on the bottom of header instead of center #1432088

    Hi Bernd,

    Have you tried changing Menu And Logo Position to Logo Left, Menu below? in Enfold > Header > Header Layout.
    That setup should not hide the menu items when you scroll down the page.

    Best regards,
    Nikko

    in reply to: Which multiple image sizes are safe to disable and delete #1432087

    Hi travel2unlimited,

    Please try to check the solutions posted on this thread: https://kriesi.at/support/topic/prevent-auto-multi-image-generation/
    I hope it helps.

    Best regards,
    Nikko

    in reply to: Failed to Decode Downloaded Font #1432086

    Hi havi,

    Have you updated the theme via ftp? you have similar issue in this post: https://css-tricks.com/forums/topic/custom-fonts-returns-failed-to-decode-downloaded-font/#post-238852 can you try the solution posted there?

    Best regards,
    Nikko

    in reply to: Unbekannter Strich – kann nicht entfernt werden. #1432085

    Hi Flyingeye78,

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

    Best regards,
    Nikko

    in reply to: Meta Title #1432084

    Hi ontariotraining,

    The footer issue has been resolved, please review your website.

    Best regards,
    Nikko

    in reply to: Missing Footer #1432083

    Hi ontariotraining,

    We have modified the header.php in your child theme, please review your website. :)

    Best regards,
    Nikko

    in reply to: Cart dropdown not showing #1432082

    Hi profumopuntoit,

    I’m glad that you were able to resolve the problem.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Metadata element – possible to add default settings? #1432081

    Hi goldengate415,

    There’s no hook/filter to modify the default separator in Post Metadata, so the only option is to override the Post Metadata element via child theme, then do the following:
    1. Go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder, then copy the post_metadata folder.
    2. Go to the child theme and create a new folder shortcodes then paste the post_metadata folder, and edit post_metadata.php
    3. Find this code (line 630 in the latest version)

    $default = array(
    	'post_selected'			=> '',
    	'seperator'				=> '/',
    	'before_meta_content'	=> '',
    	'after_meta_content'	=> '',
    	'margin'				=> '',
    	'padding'				=> '',
    	'align'					=> 'left',
    	'custom_title'			=> '',
    	'size'					=> '',
    );

    Just change the separator value.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Coming Soon Page Appears as White Page #1432080

    Hi Khaled,

    Yes, just create a new post if you encounter any issues or need any assistance.
    Thanks for using Enfold and have a great day :)

    Best regards,
    Nikko

    in reply to: Blog content display problem #1432003

    Hi jun san,

    Please go to Settings > Reading > Blog pages show at most set to 12.
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Middle aligning content in Columns when stacked on mobile? #1432002

    Hi Frederik,

    Yes, you are correct, however if you want to limit it to certain areas, you can add/put center-box to Custom CSS Class in the Color Section (all color sections that needs the columns inside it to be centered) located in Advanced > Developer Settings.
    Then replace the code I gave you to:

    @media only screen and (max-width:767px) {
      .responsive #top .center-box .flex_column_table_cell {
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
    }

    Best regards,
    Nikko

    in reply to: Coming Soon Page Appears as White Page #1432000

    Hi khaledalbarghothi,

    Thanks for providing the admin credentials.
    I have checked on the page and the reason why it’s blank page is that the text are white, so nothing is visible, I changed the background color and it shows properly.

    Best regards,
    Nikko

    in reply to: Remove underline for links only in buttons #1431836

    Hi gatehealing,

    We’re glad that you were able to find the code that worked for you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Fullwidth Easy Slider images not showing #1431835

    Hi CredoCreations,

    Please try to disable CSS File Merging And Compression and Javascript File Merging And Compression in Enfold > Performance.
    Hope it helps.

    Best regards,
    Nikko

    in reply to: aviajs.aviaplugin uploading files #1431833

    Hi keep12,

    You can just add it on the child theme and not on parent/main theme.
    As for the issue shown in the screenshot, that’s pointing to wp-includes/index.php which is a WordPress file, Enfold does not add anything to it, you may want to check it’s content and if there’s any difference from the original content then you can remove it.

    Best regards,
    Nikko

    in reply to: disable image-overlay functionality #1431832

    Hi tomsky68,

    Please go to Enfold > Theme Options > then disable Lightbox Modal Window
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Positioning on mobile #1431831

    Hi whdsolutions,

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

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all .av-layout-grid-container .av-gridrow-cell {
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
    
      .responsive #top #wrap_all .av-layout-grid-container .av-gridrow-cell .flex_column {
        margin-bottom: 0;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Middle aligning content in Columns when stacked on mobile? #1431830

    Hi frb1,

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

    @media only screen and (max-width:767px) {
      .responsive #top .flex_column_table_cell {
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Coming Soon Page Appears as White Page #1431829

    Hi khaledalbarghothi,

    Yes, just give us the login link and temporary admin access then post the credentials in private content.

    Best regards,
    Nikko

    in reply to: Import Demo #1431730

    Hi sitadi,

    Thanks for giving us admin access.
    We have imported the Construction Demo for you.
    Although I would suggest that you migrate to a different host or maybe upgrade the package you currently have as I’m getting Error 500 (Internal Server Error) from time to time.

    Best regards,
    Nikko

    in reply to: Toggle accordeon element issues on Samsung mobile #1431727

    Hi bonsaimedia,

    I have added this CSS code in your Quick CSS, please check if this helps fix the problem:

    @media only screen and (max-width:767px) {
      #top .single_toggle {
        float: none;
      }
    }

    Best regards,
    Nikko

    in reply to: Coming Soon Page Appears as White Page #1431724

    Hi Hi khaledalbarghothi,

    I have checked the link you gave in different browsers but I don’t see any issues and see the under construction page properly (screenshot link in private content).
    The problem might be caching on your local device/browser.

    Best regards,
    Nikko

    in reply to: Lightbox now not working. #1431723

    Hi purmar,

    Can you try to temporarily disable all the plugins? and see if it helps.
    If it still not helping please, try to switch from Enfold to any default WordPress Themes, then switch it back again and check.
    If it’s still not working, can you setup a staging site for us? basically it’s a duplicate of your live site, just so we can check further and make changes without causing any issues on your site visitors/users.

    Best regards,
    Nikko

    in reply to: How to round corners with enfold theme #1431652

    Hi Steven,

    Yes, please create a temporary admin access.
    Just make sure to post the credentials in Private Content.

    Best regards,
    Nikko

    in reply to: Color Section background image #1431651

    Hi codecanyon4148,

    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: Lightbox now not working. #1431650

    Hi purmar,

    Please try to check if the Portfolio Grid’s Link Handling is set to Display the big image in a lightbox (Advanced > Link Setting)
    If it’s still not helping, please disable Javascript File Merging And Compression in Enfold > Performance.

    Best regards,
    Nikko

    Hi Gilles,

    For the header, please add this CSS code in Enfold > General Styling Quick CSS

    @media only screen and (min-width:479px) {
        #header #header_main .inner-container {
            display: flex;
            justify-content: center;
            gap: 40px;
        }
    
        #header #header_main .inner-container > * {
            position: static;
        }
    }

    For the content slider, I think it would be better if you change the background color of the content slider instead to match the slide item’s background color.

    Best regards,
    Nikko

    in reply to: Coming Soon Page Appears as White Page #1431648

    Hi khaledalbarghothi,

    Can you give us a link to your site?

    Best regards,
    Nikko

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