Forum Replies Created

Viewing 30 posts - 211 through 240 (of 25,536 total)
  • Author
    Posts
  • in reply to: Image in Accordion content open in lightbox? #1425849

    Hi Colin,

    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: E_ERROR on Newsbox Widget / Widget panel not working #1425848

    Hi Thomas,

    I’m glad that we could help you :)
    Have a great weekend!

    Best regards,
    Nikko

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

    Hi SHR Design,

    How much memory is allowed to you by your hosting provider based on the package you purchased/subscribed?

    Best regards,
    Nikko

    in reply to: Empty column spaces #1425846

    Hi navindesigns,

    The 3rd item will not be visible on the screen if forced to 3, I’ll give two solutions then you can choose whichever you prefer:
    Please replace this code in your Quick CSS:

    @media only screen and (max-width: 767px) {
        .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable {
            display:grid;
            grid-template-columns: repeat(2,1fr);
            grid-column-gap: 20px
        }
    
        .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable .av-flex-placeholder {
            display: none
        }
    }

    For 3 columns, replace it with:

    @media only screen and (max-width: 767px) {
        .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable {
            display:grid;
            grid-template-columns: repeat(3,1fr);
            grid-column-gap: 20px
        }
    
        .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable .av-flex-placeholder {
            display: none
        }
    }

    For 1 column, please replace it with:

    @media only screen and (max-width: 767px) {
        .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable {
            display: grid;
            grid-template-columns: 1fr;
            grid-column-gap: 20px;
            margin-top: 0;
        }
    
        .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable .av-flex-placeholder {
            display: none
        }
    
        .responsive #top.home #wrap_all #av_section_5 h1 {
            margin-bottom: 30px;
        }
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Unable to import a demo #1425845

    Hi guillaumemichnik,

    You’re welcome :)

    As for ‘You are encountering a curl error 28 because the issued request could not establish correctly. To diagnose this issue, I invite you to approach the destination server to ensure that there is no blocking of the IP address concerning the exit gateway of your hosting.’, that is indeed possible that the connection between our server and your server have some issues, that’s why we have a workaround of importing demo which is the one you tried however since the importing of the demo is done and moving forward, the error 500 is not related to it, which you may encounter from time to time is not related to connectivity between two servers.

    Best regards,
    Nikko

    in reply to: Empty column spaces #1425807

    Hi navindesigns,

    Would it be okay if we make it one column instead for mobile?

    Best regards,
    Nikko

    in reply to: Image in Accordion content open in lightbox? #1425804

    Hi Colin,

    It’s possible but you have to add a link to the image and make sure it points to the larger version of the image, that will automatically turn into a lightbox.
    Hope it helps.

    Best regards,
    Nikko

    in reply to: form_submit event not fired with Enfold form #1425803

    Hi Empatica,

    Please check Ismael’s answer on https://kriesi.at/support/topic/contact-form-submit-button-hook/ then you can combine it with is_page: https://developer.wordpress.org/reference/functions/is_page/ to check whether the page is coming from homepage or contact page.
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Slideshow (full width) one caption for different slides #1425802

    Hi phil-0071,

    Yes, it’s possible edit the Fullwidth Easy Slider, then go to Styling > Slides > and check Use first slides caption as permanent caption.
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Messed up design in blog post loop when sidebar is disabled #1425801

    Hi Butterkipferl,

    Can you give us a link to the page shown?

    Best regards,
    Nikko

    in reply to: Lizenz ungültig? #1425800

    Hi muratsuedan,

    The license is lifetime on your single site, are you trying to update the theme via the license? if yes, you will need to generate a personal token and use it to update the theme, please check our documentation for further information: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Nikko

    in reply to: Metabox hidden by the Avia builder #1425799

    Hi Jean,

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

    Best regards,
    Nikko

    in reply to: Advanced Editor and Enfold Logo #1425798

    Hi Ilaria5,

    You can see the information on our documentation: https://kriesi.at/documentation/enfold/quick-setup/#logo-setup
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Logo missing from site #1425797

    Hi navindesigns,

    I’m glad that you were able to figure it out.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

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

    Hi SHR Design,

    Thanks for providing the error logs, all the error points to CRITICAL Uncaught Error: Failed opening required which points that the file could not be found but you can easily verify if it’s there for example: wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/hr/hr.php
    I think the problem is most likely on the hosting/web server.

    Best regards,
    Nikko

    in reply to: E_ERROR on Newsbox Widget / Widget panel not working #1425795

    Hi Thomas,

    I could not view the image link, however, I have made changes on class-avia-newsbox.php
    Please review your site and see if the error still appears.

    Best regards,
    Nikko

    in reply to: Unable to import a demo #1425794

    Hi guillaumemichnik,

    Thanks for giving us admin access and FTP.
    We have imported the Health Demo for you.
    Please review your website.

    Ps. Sometimes the site returns error 500 which seems that there maybe some server issues.

    Best regards,
    Nikko

    in reply to: adjust words font size & add post time #1425733

    Hi Yaphoon,

    I have added the following in Enfold > General Styling > Quick CSS:
    To remove the words uncategorized

    #top #main .avia-content-slider .minor-meta {
        display: none;
    }

    To change the font size (Just change the value as you see fit)

    #top #main .avia-content-slider .slide-entry-title {
        font-size: 16px;
    }

    As for the last one, since you are using the Advanced Layout Builder, you need to add it manually via Text Block, or you can add this in your child theme’s functions.php:

    function post_published_date(){
        return get_the_date();
    }
    
    add_shortcode( 'post_published', 'post_published_date' );

    Then add a Text Block and put this shortcode inside it:

    [post_published]

    Then it should automatically post the published date of the current post.
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Unable to import a demo #1425732

    Hi guillaumemichnik,

    Sure, can you give us temporary admin access to your website as well as FTP access?
    Just post the credentials in private content.

    Best regards,
    Nikko

    in reply to: cannot use visual menu. See image wp-admin #1425731

    Hi daves1997,

    I believe there’s some plugin conflict involve however since your site is live I’m hesitant to deactivate the plugins.

    Best regards,
    Nikko

    in reply to: Productbox Size #1425730

    Hi Christian,

    I apologize, there’s something wrong with my code, please replace this part of the code:

    @media only screen and (max-width:767px) {

    with:

    @media only screen and (min-width:768px) {

    Best regards,
    Nikko

    Hi NicomIT,

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

    Best regards,
    Nikko

    in reply to: Cannot import any Demo… #1425695

    Hi Kristian,

    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: cannot use visual menu. See image wp-admin #1425694

    Hi daves1997,

    Thanks for giving us admin access, however, Health Check & Troubleshooting plugin does not seem to work properly on your site, and to find the cause of the issue, we will need to deactivate some if not all plugins and even try to switch themes, which would make the frontend messy for some time. Can you setup a staging site for us instead? so we can try to troubleshoot it, without affecting visitors on your site.

    Best regards,
    Nikko

    in reply to: Productbox Size #1425693

    Hi Christian,

    I think the layout is hard to really hard to fix because there are basically 2 layouts, image sizes varies from small and very tall images, and the varying length of the titles.
    The complexity might be solved with some javascript but I’m not an expert on that, so I can only give you some CSS codes to try to help make it look better, please try to remove

    .product .av-product-class-minimal {
    height: 470px;
    min-height: 470px !important;
    }

    and replace it with:

    @media only screen and (max-width:767px) {
      #top ul.products {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
      }
    
      #top ul.products .product {
        clear: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        float: none;
        margin: 0;
        width: 100%;
      }
    
      #top ul.products .product-category a {
        display: block;
        position: static !important;
      }
    
      #top ul.products .product-category a .woocommerce-loop-category__title {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
      }
    
      #top ul.products .type-product .thumbnail_container {
        min-height: 270px;
      }
    
      #top ul.products .type-product .thumbnail_container img {
        max-height: 240px;
        width: auto !important;
        margin-left: auto;
        margin-right: auto;
      }
    }

    Best regards,
    Nikko

    in reply to: Burger menu icon colour #1425686

    Hi Matt,

    You’re welcome :)
    Please try to add this CSS code as well:

    #top #header.av_header_transparency .av-hamburger.is-active .av-hamburger-inner, 
    #top #header.av_header_transparency .av-hamburger.is-active .av-hamburger-inner:after, 
    #top #header.av_header_transparency .av-hamburger.is-active .av-hamburger-inner:before {
        background-color: black;
    }

    Best regards,
    Nikko

    in reply to: Adjust column width in table #1425685

    Hi Carsten,

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

    Best regards,
    Nikko

    in reply to: Social icon style and size in footer #1425684

    Hi woogie07,

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

    Best regards,
    Nikko

    in reply to: Burger menu icon colour #1425636

    Hi meanster99,

    I checked your site and it’s black for burger icon for every page, to make it white for transparent pages, just add this CSS code in Enfold > General Styling > Quick CSS:

    #top #header.av_header_transparency .av-hamburger .av-hamburger-inner, 
    #top #header.av_header_transparency .av-hamburger .av-hamburger-inner:after, 
    #top #header.av_header_transparency .av-hamburger .av-hamburger-inner:before {
        background-color: white;
    }

    Best regards,
    Nikko

    in reply to: Portfolio Entries page #1425635

    Hi Tim,

    Thanks for giving us admin access.
    Is there any modifications made on the Enfold theme? it seems when it is set to display All, pagination appears but when you set pagination to specific number the pagination disappears on the frontend, which is the exact opposite of how it works.

    Best regards,
    Nikko

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