Forum Replies Created

Viewing 30 posts - 1,801 through 1,830 (of 34,546 total)
  • Author
    Posts
  • in reply to: Changes to right sidebar header #1464640

    Hi,
    To show the search icon on the desktop menu try enabling Enfold Theme Options ▸ Main Menu ▸ General ▸ Append search icon to main menu
    I can’t see your images as they require a login, to add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: Site Health issue after recent update version 6.0.2 #1464637

    Hi,
    Thank you for the login, I believe that this is due to one or many of your plugins, I have many plugins on my demo site and I don’t see this. But I don’t have the same plugins as you.
    I see that your 404 to 301 plugin has 394,577 items and your Core Web Vitals plugin is storing 284 URLs
    I also see that your Wordfence Firewall is storing a block list of 19,985
    So the message that you see could be from one, or all of these as they are stored in the database. The only way that I can think of checking is to uninstall the plugins, simply disabling will not clear the database.
    You could try a plugin like AAA Option Optimizer but I have not used it and it doesn’t have a lot of activations, so it might be risky. I recommend ignoring this message or try these suggestions on a staging site so your live site won’t crash.

    Best regards,
    Mike

    Hi,
    You can change the width of the burger menu at Enfold Theme Options ▸ Main Menu ▸ Burger/Mobile Menu Styling ▸ Flyout Width
    Screen Shot 2024 08 14 at 4.36.41 PM
    To align the button text to the left, try this css:

    #av-burger-menu-ul .button.cta.av-menu-button,
    #av-burger-menu-ul .button.cta.av-menu-button .avia-menu-text {
    	padding-left: 0;
    	padding-right: 0;
    }

    Best regards,
    Mike

    in reply to: Headline size issues #1464635

    Hi,
    Glad that you have sorted this out, 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: Developer has discovered errors in Enfold #1464634

    Hi,
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: header bg in a transparent header #1464620

    Hi,
    I’m not sure what you mean by add some kind padding or margin around logotype to make it breath from the top and bottom limit in the header
    perhaps you want more space around the logo with a larger header? You can make the header larger in the theme settings: Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Custom Height
    please try this, or explain further.

    Best regards,
    Mike

    in reply to: Lightbox Modal Conflict With Essential Grid Plugin #1464421

    Hi,
    Thanks for the link to your site, it looks like you are using v5.7.1 this is quite old and may not be good with the current WordPress version.
    I recommend first creating a staging site to test on, most cPanel webhosts have a staging site option, some in the dashboard:
    staging-1.jpeg
    Others add the option in the Softaculous WordPress Management
    2022-12-11_001.jpeg
    There may be other staging site options in different cPanel servers, these are the two that I have seen.
    Then you can test the update on your new staging site and your live site will stay online.
    Then 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
    If this staging site works fine then do the same for your live site, if you see errors on your staging site then post the admin login so we can check.
    I don’t think that you will have errors, but it is better to be safe.

    Best regards,
    Mike

    in reply to: need update and information #1464416

    Hi,
    themeSG I assume that you are also sybille gburek for us it looks like two different users.
    So assuming that germandirect.org is your site, if so it is v4.2.1 we are now at 6.0.2. so you must update.
    Does your site look correct now? I’m not sure. I assume that you have not modified any theme files as it looks like you are not using a child theme, if you know that some theme files were modified by a developer then these modifications will be lost. I doubt this, but must tell you.
    OK, so at your point I recommend first creating a staging site to test on, most cPanel webhosts have a staging site option, some in the dashboard:
    staging-1.jpeg
    Others add the option in the Softaculous WordPress Management
    2022-12-11_001.jpeg
    There may be other staging site options in different cPanel servers, these are the two that I have seen.
    Then you can test the update on your new staging site and your live site will stay online.
    Then 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
    If this staging site works fine then do the same for your live site, if you see errors on your staging site then post the admin login so we can check.
    I don’t think that you will have errors, but it is better to be safe.

    Best regards,
    Mike

    in reply to: Slider text #1464413

    Hi,
    Thanks for the links to your pages, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 425px) { 
    #top #wrap_all #main .avia-slideshow .av-slideshow-caption .avia-caption-title,
    #top #wrap_all #main .avia-slideshow .av-slideshow-caption .avia-caption-content p,
    #top #main .avia-slideshow .av-slideshow-caption .avia-caption-content {
        font-size: 20px;
        margin: 0;
    }
    .html_header_transparency #top #main .avia-builder-el-0 .slideshow_caption {
    	padding-top: 0;
    }
    }

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

    Best regards,
    Mike

    in reply to: Problem with an internal anchor #1464411

    Hi,
    If it is now working, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Problem with an internal anchor #1464409

    Hey Bruno,
    Try adding a link to the button:
    Screen Shot 2024 08 11 at 10.50.18 AM

    Best regards,
    Mike

    in reply to: Lightbox Modal Conflict With Essential Grid Plugin #1464408

    Hi,
    Thanks for the links to your site, but I was not able to view in order to understand, if you are blocking Sweden, Philippines, USA, or Turkey, ip addresses please unblock so we can help.

    Best regards,
    Mike

    in reply to: Unable to edit any Page #1464405

    Hey richard918,
    I have checked the site above and indeed your version is 3.8 unfortunately this is very old and you must update to v6.0.2
    I assume that you have not modified any theme files as it looks like you are not using a child theme, if you know that some theme files were modified by a developer then these modifications will be lost. I doubt this, but must tell you.
    OK, so at your point I recommend first creating a staging site to test on, most cPanel webhosts have a staging site option, some in the dashboard:
    staging-1.jpeg
    Others add the option in the Softaculous WordPress Management
    2022-12-11_001.jpeg
    There may be other staging site options in different cPanel servers, these are the two that I have seen.
    Then you can test the update on your new staging site and your live site will stay online.
    Then 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
    If this staging site works fine then do the same for your live site, if you see errors on your staging site then post the admin login so we can check.
    I don’t think that you will have errors, but it is better to be safe.

    Best regards,
    Mike

    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: Order Notes in checkout page is hidden by default #1464400

    Hey Empatica,
    Thanks for your login, first you had a JavaScript error on your site in the child theme file “custom.js” I fix it for you.
    Then I research showing the “order notes” by default, although there are many “solutions” online, I find none work in my test.
    So I added this to your functions.php and it seems to work:

    function auto_click_order_notes_checkbox() {
        ?>
        <script type="text/javascript">
            document.addEventListener('DOMContentLoaded', function() {
                const orderNoteCheckbox = document.querySelector('.woocommerce-checkout .wc-block-checkout__add-note #checkbox-control-0');
                if (orderNoteCheckbox && !orderNoteCheckbox.checked) {
                    orderNoteCheckbox.click();
                }
            });
        </script>
        <?php
    }
    add_action('wp_footer', 'auto_click_order_notes_checkbox');

    Please check.

    For future readers, for some reason the element was different on my test site so I had to use the following, if the above doesn’t work for you try this instead:

    function auto_click_order_notes_checkbox() {
        ?>
        <script type="text/javascript">
            document.addEventListener('DOMContentLoaded', function() {
                const orderNoteCheckbox = document.querySelector('.woocommerce-checkout .wc-block-checkout__add-note #checkbox-control-1');
                if (orderNoteCheckbox && !orderNoteCheckbox.checked) {
                    orderNoteCheckbox.click();
                }
            });
        </script>
        <?php
    }
    add_action('wp_footer', 'auto_click_order_notes_checkbox');

    Best regards,
    Mike

    in reply to: Icon and text style, with 2 columns #1464398

    Hi,
    I recommend using the icon box with the icon to the side of the content:
    Screen Shot 2024 08 11 at 7.40.31 AM
    then you can adjust with css.

    Best regards,
    Mike

    Hi,
    I still believe that you should delete / remove your child theme header.php & footer.php so you don’t have to do this anymore.
    The only files in your child theme should be:
    style.css
    funchion.php

    and maybe redirectroot.php since I don’t know why you add that custom file.

    save the other files to your desktop as backup.

    Best regards,
    Mike

    in reply to: enfold fullwidth easy slider caption text move on mobile #1464395

    Hi,
    The css I posted above is for max-width: 425px, since it is for mobile only, what screen resolution is your screenshot from?
    try changing the max-width to suit your device.

    Best regards,
    Mike

    in reply to: enfold fullwidth easy slider caption text move on mobile #1464375

    Hi,
    This was for mobile, right?
    It looks moved for me, see below
    try to clear your cache.

    Best regards,
    Mike

    in reply to: enfold change menu font color on home page only #1464373

    Hi,
    I added it for you, the home page is like this:
    Screen Shot 2024 08 10 at 4.06.25 PM
    the every other page is like this:
    Screen Shot 2024 08 10 at 4.07.24 PM
    I thought that is what you ask for?

    Best regards,
    Mike

    in reply to: Loss of my footer widget customization after theme update #1464372

    Hi,
    Please check the footer of this staging site > https://staging2.trikego.com/it/

    Best regards,
    Mike

    in reply to: Demo Pages Not Showing Up #1464365

    Hey MysticMimi,
    I’m not able to login to your site, the domain changes, it seems to be a server issue, please ask your server if the domain is public, or if there is a issue, or provide a URL so we can login and view the theme settings.

    Best regards,
    Mike

    in reply to: images with animations have disappeared after update #1464363

    Hi,
    Very good, below is a link to my report, only Mods can see it, but when we hear back from the Dev Team we will reply.

    Best regards,
    Mike

    in reply to: images with animations have disappeared after update #1464361

    Hi,
    Thanks for the feedback, I don’t know why this is, but it seems that if you add a space before the number the issue is solved, I will let the Dev Team know and they will review.

    Best regards,
    Mike

    in reply to: Site Health issue after recent update version 6.0.2 #1464355

    Hi,
    Unfortunately, I get “Access denied” today.
    The same IP as above, please see below.

    Best regards,
    Mike

    in reply to: Slider text #1464353

    Hey Zaccc,
    I seem to be able to see the slider text, please see the screenshot in the Private Content area.

    Best regards,
    Mike

    Hi,
    on the server with FTP, glad we could help.

    Best regards,
    Mike

    in reply to: Homepage element #1464349

    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

    in reply to: images with animations have disappeared after update #1464348

    Hi,
    I tried both “2024” & “Year” and they both seem to work:
    Screen Shot 2024 08 10 at 1.59.49 PM
    Is that what you mean?

    Best regards,
    Mike

    in reply to: enfold change menu font color on home page only #1464346

    Hi,
    Try this css:

    #top:not(.page-id-34) #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text {
    	color: #fff;
    }

    Best regards,
    Mike

Viewing 30 posts - 1,801 through 1,830 (of 34,546 total)