Forum Replies Created

Viewing 30 posts - 1 through 30 (of 32,561 total)
  • Author
    Posts
  • in reply to: Mega Menu #1463007

    Hi,
    I added this css to your Quick CSS:

    #top #header .avia_mega_div .sub-menu .avia_mega_text_block a {
        text-decoration: none;
        font-size: 12px; 
    }
    #top #header .avia_mega_div .avia_mega_text_block .avia-bullet {
        margin-top: 10px;
        left: -8px;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: woocommerce login redirect to another page #1463006

    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: woocommerce login redirect to another page #1462993

    Hi,
    Thank you for your patience, I changed it to this and it seems to work now, please check:

    function custom_redirect_after_login( $redirect, $user ) {
        // URL of your custom My Account page
        $custom_account_page_url = site_url( '/dashboard/' );
    
        // Check if the user is logging in from the specific login page
        if ( isset( $_SERVER['REQUEST_URI'] ) && strpos( $_SERVER['REQUEST_URI'], '/for-medlemmer/' ) !== false ) {
            return $custom_account_page_url;
        }
    
        return $redirect;
    }
    add_filter( 'woocommerce_login_redirect', 'custom_redirect_after_login', 10, 2 );

    Best regards,
    Mike

    in reply to: Mega Menu #1462880

    Hi,
    Thanks, when I check your site I don’t see the same menu as in the screenshots above, so I assume that you wanted RED HAT LEARNING SUBSCRIPTION under Application Development
    So I moved RED HAT LEARNING SUBSCRIPTION under Application Development and used the description as a tile option and added the custom class mega_menu_title
    Please see the screenshot in the Private Content area, and check the site.

    Best regards,
    Mike

    in reply to: Flux checkout plugin styling issue #1462878

    Hi,
    I’m not seeing this on the check out page, please see the screenshots in the Private Content area of what I see.
    Please note that iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    in reply to: woocommerce login redirect to another page #1462802

    Hi,
    Thanks, when I try to go to the /for-medlemmer/ page as the client I see a 404 error, I find that the page has not been published.
    For this to work the page needs to be published, it looks like you have two of these pages, so please publish and try again as a client that is not already logined in, such as in incognito mode. If it still doesn’t work I will check and try to find a solution.

    Best regards,
    Mike

    in reply to: Strange behavior when I scroll up #1462782

    Hi,
    Thanks for the videos, I have asked the rest of the team if that can reproduce and have a idea for a solution, Thank you for your patience.

    Best regards,
    Mike

    in reply to: woocommerce login redirect to another page #1462781

    Hi,
    Not one that we have access to, just use any fake one and posted the login details for both accounts in the Private Content area below.

    Best regards,
    Mike

    in reply to: unable to edit content using Advanced editor #1462780

    Hi,
    I believe this would not be a good idea. If you want to try to copy and repair the shortcode in each page, you could try creating a new site with a fresh install on a temp domain and Enable the Avia Layout Builder Debugger on it and your lave site and then copy the debugger shortcode from the live site and paste it into a text editor like VScode or Notepad++ and then search and replace all of the HTML entities like these
    Enfold Support 6376
    and the paste it into the new site, this might work, but you will need to be very careful to not miss any as this would create unclosed tags and break the new page.
    But when I view your site it looks like it is based on the health demo with your text added, so in considering the time it would take, it seems to me that it would be a faster and better process to create a new site with a fresh install on a temp domain, then import the health demo, and then copy the text from the frontend to the new site, not the backend because you don’t want to copy the errors over.
    Also when you copy the text from the frontend ensure to first paste it into a text editor like VScode or Notepad++ and remove any HTML code before to paste it into the new site, otherwise you might copy unclosed HTML tags into your new site a break it.
    This would be a safer method than copying the debugger shortcode if you don’t work with HTML a lot and can spot the errors.

    Best regards,
    Mike

    in reply to: Image gets cut of in responsive mode #1462722

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

    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all #main {
            padding-top: 10px !important;
        }
    }

    feel free to adjust to suit, after applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: woocommerce login redirect to another page #1462721

    Hi,
    Ok please leave that disabled, and include a admin login so we can adjust the code and a client login so we can test.
    Please note that I don’t think you can test with a admin login, it should be a client level login.

    Best regards,
    Mike

    in reply to: Custom image mouseover on Portfolio Grid #1462720

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

    #av-sc-portfolio-1 .grid-image.avia-hover-fx:hover .image-overlay.overlay-type-extern .image-overlay-inside {
        content: url(https://www.boomtownbrew.com/wp-content/uploads/2023/04/LasPalmas-BoomtownBrewery_350-2.png);
    }
     .main_color #av-sc-portfolio-1 .image-overlay .image-overlay-inside:before {
     	background-color: transparent;
     }
    .avia_transform #av-sc-portfolio-1 a:hover .image-overlay {
        opacity: 1 !important;
    }

    This will make mouse-over a different image, you can change the image to a gif and make each one different, first test the css to see how the image changes.

    Best regards,
    Mike

    in reply to: License #1462718

    Hi,
    Correct.

    Best regards,
    Mike

    in reply to: woocommerce login redirect to another page #1462717

    Hi,
    Above you linked to /bliv-medlem/, not /dashboard/ perhaps that is the issue?

    Best regards,
    Mike

    in reply to: Can’t get custom font to install #1462716

    Hi,
    MACOSX is not the correct font name, it is the name of the directory in the zip file, try deleting this and then extracting the font zip file on your computer and remove all directories including “MACOSX” and then rezip the font file.
    Then when you upload it the correct name will show “Blakely”.

    Best regards,
    Mike

    in reply to: Text colors for Black background for Shop and Products #1462714

    Hey bemodesign,
    The white lines on the sides of your images are in your thumbnails, see the direct link to your image below.
    Try changing the size of your images so they are square then when you upload them they will not be cropped with the white sides.
    It looks like the images that you are uploading are portrait and not square.

    Best regards,
    Mike

    in reply to: woocommerce login redirect to another page #1462713

    Hi,
    It looks like you are adding the full URL with a leading backslash before it, try using only the page URL like this:

    function custom_redirect_after_login( $redirect, $user ) {
        // Check if the user is logging in from the WooCommerce login form
        $requested_redirect_to = isset( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '';
    
        if ( empty( $requested_redirect_to ) && ( is_account_page() || is_page( 'for-medlemmer' ) ) ) {
            // URL of your custom My Account page
            $custom_account_page_url = site_url( '/dashboard/' );
            $redirect = $custom_account_page_url;
        }
    
        return $redirect;
    }
    add_filter( 'woocommerce_login_redirect', 'custom_redirect_after_login', 10, 2 );

    Best regards,
    Mike

    Hi,
    Well, I don’t think that my solution above will work for you. I guess you will need to use the standard menu and try to customize it with css to look the way you want for desktop and then use the standard burger menu for mobile devices. So far I have not been successful at this, but I will keep trying.

    Best regards,
    Mike

    in reply to: unable to edit content using Advanced editor #1462684

    Hi,
    Often when a page is corrupt in this way, you can not correct it and save again, the error just returns, typically using the page Revisions will also not work, but perhaps if you go back far enough it might work, it might be worth a try. But please note to might not be able to recover if it breaks this page.
    I would recommend creating a staging copy of your site first to test on.
    I would draw your attention to the av_fullscreen shortcode in the beginning of the text elements, this is your full screen slider at the top of your page, but it shows in the text element below the slider:
    Enfold Support 6368
    Enfold Support 6370
    and it also shows in the last text element on the page:
    Enfold Support 6374
    Enfold Support 6372
    so this doesn’t match the frontend of your site, as you don’t have more than one full screen slider on your page, thus this page is corrupt and I don’t see a way to correct it,
    this is why I recommend either recreating the page in a new blank page, or using your server backup. I know you said that you would have to go back years, but it sounds like you have not been able to update the page in years, so the backup should be the same as the last time you edited the page. In my guess.

    Best regards,
    Mike

    in reply to: unable to edit content using Advanced editor #1462669

    Hi,
    Ok, so you have had this issue for a few years?
    The ALB code doesn’t become outdated, but unclosed HTML tags can break the backend of a site and the frontend can still look fine, this is because of how the shortcode is rendered for the frontend.
    For your homepage each of the elements on the backend seem to show the code for the whole page and not for the specific element, I copied a couple of them and compared the code.
    Unfortunately this page is corrupt and I don’t see a way to correct it, I believe your best option is to restore your site to a older working version, or you could try using the page Revisions to go back to before the page was corrupted, probably by saving it as a Block Editor page, or you could create new pages from scratch.

    Best regards,
    Mike

    in reply to: unable to edit content using Advanced editor #1462623

    Hi,
    I don’t believe that there is a issue with backward compatibility, we would have also experienced this on our sites and seen other users post this, but I have seen shortcode in the text element become corrupt as in this screenshot:
    https://img.savvyify.com/images/2024/07/21/Enfold_Support_6362.md.jpg
    I also note that you seem to have put your ALB shortcodes in a text element, instead of adding the elements to the page, do you recall building your pages like this, it is unusual.
    You could try rolling back to the older version, or restore your server backup to before you updated.

    Best regards,
    Mike

    in reply to: Probleme mit Enfold #1462622

    Hi,
    Thanks for the screenshot, I have not seen anything like this before so wee will need to login and check, but first you will need to use your new license to register for the support forum and open a new thread so we can help further.
    Currently this post is using the contact form which is not appropriate for support questions like this, we are glad could help you so far, but we ask that you use the support forum for further support.
    Thank you for understanding and using Enfold.

    Best regards,
    Mike

    in reply to: Different View in Smartphone and Browser #1462621

    Hi,
    When you write:

    top:27%; is my live view in my smartphone good, but the view in the browser development is bad.

    it sounds like you are referring to this custom css:
    Enfold Support 6352
    because it is the only one that is a percentage, but this one should not change your device vew because it has the max-width of 736px, which is smaller than your device.
    This custom css should be the one that works on your device:
    Enfold Support 6354
    because it’s max-width is the same as your device, but I not sure if you are changing the top:16px; to top:27px; or 27%
    If I’m correct about this, change this css to:

    @media only screen and (max-width: 373px) {
        .inner-container {
            position: relative;
            top: 16px;
        }
    }

    so it stops working at 373px and then add this css for your device:

    @media only screen and (min-width: 374px) and (max-width: 379px) {
        .inner-container {
            position: relative;
            top: your-value;
        }
    }

    and adjust the your-value to what looks good on your device.
    This way other devices will still look correct, it get tricky when a single device doesn’t display correctly, but I think this will work for you.
    When I check with my iPhone 7 which has a screen width of 320px, the logo looks just like it does in the browser development tool for the same width.

    Best regards,
    Mike

    Hi,
    Glad that this worked for you, I expect that the Dev Team will have this corrected for the next update, but I will post here again when the Dev Team replies to the issue that I linked to. The link is for Mods only, that is why you can’t view it.

    Best regards,
    Mike

    in reply to: unable to edit content using Advanced editor #1462610

    Hi,
    kwanumzen108 it looks like you have pasted theme shortcode into a text element, but you have extra HTML before and after the shortcode, typically this will cause breaks:
    Enfold Support 6362
    Enfold Support 6364
    sometimes this occurs when a page is saved as a default WordPress builder page, and then converted back again.
    cws0827 I’m not sure what you mean by scenery theme package, please open a new thread with the url to the page in question and an admin login so we can be of more assistance. It gets confusing when we are working on more than one site per thread. Thanks for understanding.

    Best regards,
    Mike

    in reply to: Different View in Smartphone and Browser #1462609

    Hi,
    Please post the screen resolution of your smartphone, perhaps you are not matching the same size or you are not clear your browser cache.
    When I check the browser developer tool and my devices look the same.

    Best regards,
    Mike

    in reply to: Change of Logo #1462608

    Hi,
    Glad to hear, we will close this then, thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Section toggle #1462605

    Hi,
    Glad to hear that you have this sorted 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: Adding css for special heading only for specific pages #1462586

    Hi,
    I would need to see the page to see why it’s not working.

    Best regards,
    Mike

    in reply to: How to add a text with link to special heading? #1462585

    Hey Jak73,
    The title fields do not support HTML, such as links. A possible work around is to use our plugin Special Character Translation please read about it in our documentation here. Then you can add this code to your title to show the less than symbols of the HTML: ###lt###.
    Or try using a text element to simulate the special heading element.

    Best regards,
    Mike

Viewing 30 posts - 1 through 30 (of 32,561 total)