Forum Replies Created

Viewing 30 posts - 181 through 210 (of 33,466 total)
  • Author
    Posts
  • in reply to: text below logo #1471779

    Hi,
    When I check I see this:
    Enfold Support 6540
    is this not correct, try adding a screenshot of what you wanted to see.

    Best regards,
    Mike

    in reply to: I can’t see the layout builder? #1471778

    Hi,
    Please download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Parrallax Import report successful but it is not imported #1471678

    Hey andreane1,
    The “frontpage” and “blog” were both set to the same page:
    Enfold Support 6538
    I adjusted it for you, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: License #1471677

    Hey Norbert Blume,
    You will have Lifetime Updates from your Theme Forest account, and 6 months or 1 year support forum based on your choice at checkout:
    Screen Shot 2024 11 17 at 8.09.29 AM
    If this has expired you can extend in your Theme Forest account, see here: renew your support

    Best regards,
    Mike

    in reply to: The Layer Slider feature is not usable #1471675

    Hi,
    It sounds like either your PHP ZipArchive Extension is not enabled on your server, or your PHP max upload is smaller than the theme zip file size.
    Try checking with your web host as these changes must be changed there.

    Best regards,
    Mike

    in reply to: Easy Slider next image when click #1471673

    Hi,
    Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: How to change the background color of country selector? #1471672

    Hey sunnubrand,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .select2-container--default .select2-selection--single {
        background-color: #000;
    }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #fff;
    }
    .select2-container--default .select2-results>.select2-results__options {
        background-color: #000
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: mobile Burger Navigation – full page overlay #1471669

    Hey UPON,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #av-burger-menu-ul {
        vertical-align: text-top;
        padding: 0 20px !important;
        text-align: left;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Enfold and what PHP-version? #1471668

    Hi,
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Advanced Layout Editor not loading and scrollable #1471667

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Backend of website not accessible since update to WC 9.4.1 #1471590

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: add_to_cart and cart icons #1471589

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Products aren’t sorted on search results page #1471588

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    You would need to manually edit the footer.php file and add it to your child theme, but I don’t know if changing the div that holds the widgets to a <footer>, and removing the <footer> from the socket will break anything in the theme setting, but you can try. See this thread as a starting point and edit to suit.
    If this doesn’t help try a posting a feature request here for the Dev Team to review.

    Best regards,
    Mike

    in reply to: Menu sur 3 niveau #1471511

    Hey jccardaillac,
    First ensure that your menu screen options css classes are enabled:
    Screen Shot 2024 11 17 at 2.13.55 PM
    then add a new custom link menu item to the middle of your menu items and add the class menu-row-separator
    Screen Shot 2024 11 17 at 2.21.05 PM
    then add this css to your Quick CSS in the theme options:

    @media only screen and (min-width: 768px) { 
    .menu-row-separator {
      display: block;
      clear: both;
      height: 0;
      padding: 0;
    }
    #avia-menu > li, #avia-menu > li > a {
    	height: 47px !important;
    	line-height: 40px !important;
    }
    }
    .menu-row-separator a {
      display: none !important;
      line-height: 0;
    }

    this is the expected results:
    Screen Shot 2024 11 17 at 2.23.38 PM
    adjust the menu item heights to suit your header height.

    Best regards,
    Mike

    in reply to: Change Position on Mobile #1471504

    Hi,
    With the element that you are using there is not an option for what you are trying to do, this is not an error.
    I believe you are thinking of the grid row element.

    Best regards,
    Mike

    in reply to: Change Position on Mobile #1471502

    Hi,
    For your desktop version
    Screen Shot 2024 11 17 at 10.30.22 AM
    hide the element for mobile:
    Screen Shot 2024 11 17 at 10.32.02 AM
    and create a new element for mobile:
    Screen Shot 2024 11 17 at 10.35.46 AM
    and hide on desktop:
    Screen Shot 2024 11 17 at 10.36.49 AM
    the result for mobile:
    Screen Shot 2024 11 17 at 10.38.39 AM

    Best regards,
    Mike

    in reply to: Issues with container height #1471501

    Hi,
    Ok thanks, but I have not found a solution, I have asked the team for advice, either I or them will reply when we have more info.
    Thank you for your patience.

    Best regards,
    Mike

    in reply to: Change Position on Mobile #1471499

    Hi,
    Ok, I was looking for a different element near the bottom.
    Please include a admin login in the Private Content area so we can help.

    Best regards,
    Mike

    in reply to: Change Position on Mobile #1471497

    Hi,
    This is what I see:
    screencapture wordpress p283621 webspaceconfig de ambulante rehabilitation kardiologische rehabilita

    Best regards,
    Mike

    in reply to: Change Position on Mobile #1471495

    Hi,
    I don’t see this on the page that you linked to, please link to the page.

    Best regards,
    Mike

    in reply to: Changes to the header #1471494

    Hi,
    Perhaps I don’t understand, I see this on mobile:
    Screen Shot 2024 11 17 at 8.39.39 AM
    and this on desktop:
    Screen Shot 2024 11 17 at 8.40.09 AM
    I don’t have a solution to move your secondary menu on the left side of the burger menu.

    Best regards,
    Mike

    in reply to: I can’t see the layout builder? #1471492

    Hi,
    It sounds like your page has been opened or saved as a “block editor” page, you should still see a blue “Advanced Layout Builder” button at the top of the page.
    If not include a admin login in the Private Content area and a link to the page so we can examine.
    Please note that the theme is now v6.0.6

    Best regards,
    Mike

    in reply to: Change Position on Mobile #1471490

    Hey klick-design-rbh,
    I’m not clear on what you want to achieve, and on which element on the page.
    Please upload a screenshot demonstrating what you what to see on mobile, adding the screenshot url into the post, and include a admin login in the Private Content area so we can examine.

    Best regards,
    Mike

    in reply to: registering and button still not working #1471489

    Hey Amanda Stansfield,
    Thank you for your question, I looked up your developer email address, as posted above, and found that the support forum license expired in 2016.
    So typically you would need to go to your Theme Forest account and renew your support. But since you don’t have a Theme Forest account you will need to create one and purchase a new theme license. Then register your Purchase Code here. Then log into the support forum and open a new thread.
    I recommend checking the box “Extend support to 12 months” it is only a few dollars more and will give you a year of support.
    Screen Shot 2024 11 17 at 8.09.29 AM
    By having your own account you will not have to worry about tracking down your old developer to update in the future.
    Also note that this is cheaper than renewing support

    Best regards,
    Mike

    in reply to: Footer and menu #1471486

    Hi,
    Thanks for your input Guenni007.
    icarogioiosi, if you would like to request this feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.

    Best regards,
    Mike

    in reply to: Changes to the header #1471485

    Hi,
    I believe that my adjustments addressed the changes to the header to be shown only on screens larger than 500px, please clear your cache.
    As previously posted, there is not a built-in way to do this.

    Best regards,
    Mike

    in reply to: Header Inconsistancy #1471477

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Header #1471476

    Hi,
    I’m unable to view your site, I get the error: 555 Security Incident Detected Your request was blocked.
    please disable your security.
    Or assuming that your button has the class topKnap changes the padding here:
    Screen Shot 2024 11 16 at 2.10.35 PM

    Best regards,
    Mike

    in reply to: masonry gallery loading animation #1471475

    Hey Munford,
    Thank you for your patience, but on your page /films/norad-human-rights/ I do not see any anamion, I only see the images loading as they are called.
    Try clearing your browser cache ad checking again. You could try disabling your wp-rocket plugin to prevent a delay in the images showing which nay seem as a anamion to you.

    Best regards,
    Mike

Viewing 30 posts - 181 through 210 (of 33,466 total)