Forum Replies Created

Viewing 30 posts - 811 through 840 (of 33,013 total)
  • Author
    Posts
  • in reply to: Floating text window, with Close option #1450609

    Hi,
    To me your example page the popup:
    Enfold Support 6089
    is the same as our lightbox popup examples, I think this solution would be the best one to follow, it uses buttons but with a minor adjustment it could use plan text links, you can see that the popup has the “X” to close, in the screenshot there is only two words, but you can add as much text as you like:
    2022 01 27 004
    In your example page there are five links and popups:
    Enfold Support 6091
    Are you going to use this in the same way? If so how many popups do you want to use?

    Best regards,
    Mike

    Hi,
    Currently your background-color is #888, but the demo page FEATURE B is #fcfcfc
    Enfold Support 6083
    you can change the color directly in the color section:
    Enfold Support 6085
    or in the theme settings:
    Enfold Support 6087
    but note that any color that you add to the element will overide the theme setting color.

    Best regards,
    Mike

    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: change text color #1450570

    Hey schweg33,
    Thanks for the link to your page, in your css above you have the color: color: #ff0000; to have a white text please use: color: #fff; you also need to add .main_color a to override the theme color, so the solution is:

    .main_color a.my-link-class {
    background-color: #ff3a2d;
    -webkit-border-radius: 33px;
    -moz-border-radius: 3px;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px;
    }

    since this element only shows on mobile you can not have a mouse-over as touch devices don’t use a mouse-over.

    Best regards,
    Mike

    in reply to: accessibility #1450568

    Hey Advantage09,
    Please see the link below.

    Best regards,
    Mike

    in reply to: logo centered, Burger Menue right #1450566

    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: Problem mit Firefox | Akkordeon | Enfold #1450368

    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: Shop overview images shrink to fit #1450365

    Hi,
    CSS will not work here because the image is cropped. Try the code that I posted to show the full sized image instead of the thumbnail, in my test this works.

    Best regards,
    Mike

    in reply to: Blog layout with sidebar #1449543

    Hi,
    Try changing your border-radius so the top left side is zero:
    border-radius: 0 35px 35px 35px !important;
    then for the image make left:
    left: -10px !important;
    for this:
    Enfold Support 6081

    Best regards,
    Mike

    in reply to: Shop overview images shrink to fit #1449532

    Hi,
    Thanks, I see that the image is truly cropped because the your thumbnail size is cropped. Your image is not a square image so the 450×450 thumbnail will crop it.
    So if you want your product catalog to have a uniform look you can create a new image that is square instead of portrait and upload your new image, then the book will be centered in your 450×450 thumbnail.
    or if your shop is going to be a book store and all of your thumbnails will be a portrait shape image, you can try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function override_post_thumbnail_size($size, $post_id) {
        if (is_archive()) {
            return 'full';
        }
        return $size;
    }
    add_filter('post_thumbnail_size', 'override_post_thumbnail_size', 10, 2);

    this will show the full size image instead of the thumbnail.

    Best regards,
    Mike

    in reply to: Menu Parallax Demo Issues #1449152

    Hi,
    Thank you, the login is now admin, I have asked Yigit to check again with a real device, since I can’t reproduce with with Safari on a Mac in Responsive Design Mode to emulate a iPhone. Thank you for your patience.

    Best regards,
    Mike

    in reply to: Shop overview images shrink to fit #1449150

    Hi,
    Please link to the page with the screenshot so we can see if the image is truly cropped or if the image can be corrected with css ” background-size: contain”

    Best regards,
    Mike

    in reply to: Easy slider loading portfolio images very slow #1449149

    Hi,
    Thanks for the video, I believe that I found the correct page, linked below, but I’m not experiencing the same issue.
    Your video looks like a lazy load issue, where the image won’t show until the page has a enteraction, perhaps from a plugin, but when I test I don’t see this.
    I checked with Windows in Chrome, Firefox, & Edge

    Best regards,
    Mike

    in reply to: Revert portfolio grid images to original size #1449148

    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: Notification Bar Spacing #1449144

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

    .html_header_top.html_header_sticky #header:not(.av_header_transparency) {
        position: fixed;
        top: 0;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Override demo import #1449141

    Hi,
    Thanks for the feedback, I have asked the rest of the team for feedback, thank you for your patience

    Best regards,
    Mike

    in reply to: home page config #1449140

    Hi,
    It looks like your images are loaded from a CDN and not directly from the site.
    See the link below.

    Best regards,
    Mike

    in reply to: Blog – Listenansicht mit Bild #1449087

    Hey donillo,
    Thanks for the link to your page, it looks like you are using the list layout, this layout doesn’t include the images, please try a different layout such as the multi author, single author, or the grid layout.

    Best regards,
    Mike

    in reply to: Adjust style of mega menu for mobile #1449086

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

    #av-burger-menu-ul ul.sub-menu ul.sub-menu .avia-menu-text {
      font-size: 20px;
    }

    After applying the css, please clear your browser cache and check.Feel free to adjust the size to suit.

    Best regards,
    Mike

    in reply to: I need my full menu on mobile #1449083

    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: theme version #1449082

    Hey carollee,
    The current theme version is 5.7.1, if you are using a much older version then it is possible that you will need to manually update.
    To update Enfold you may 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 you need further support please go to your Theme Forest account and renew your support. Then register your renewed Purchase Code here Then log into the support forum and open a new thread.
    Please note that using the contact form is not appropriate for support questions.

    Best regards,
    Mike

    in reply to: Reading time on blog page #1449078

    Hi,
    Thank you for the link to your site, but the login is not admin so I can not see any of the theme settings or the custom code that you added, please check.

    Best regards,
    Mike

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

    Hi,
    Glad Günter was 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

    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: Theme Support #1448942

    Hi,
    Thanks but I get the error: The username is not registered on this site please check

    Best regards,
    Mike

    in reply to: Video on mobile #1448919

    Hi,
    Thanks for the login, I see that it was disabled in your theme settings:
    Enfold Support 6073
    I enabled it for you, please check.
    Enfold Support 6075

    Best regards,
    Mike

    in reply to: Main Navigation Phone Link #1448917

    Hey envisageiam,
    Thanks for thelink to your site, I see that your number is in the menu item with no link, so I think that you left the link field empty, try adding the phone link like this:
    Enfold Support 6071
    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Theme Support #1448915

    Hi,
    Try to disable all of your plugins and see if you can then edit your homepage, If this doesn’t help please include admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: Menu Parallax Demo Issues #1448886

    Hi,
    Thanks for the login, but it is not admin so we can’t see any of the theme settings, please update to admin.
    I have asked Yigit to check again, Thank you for your patience.

    Best regards,
    Mike

    in reply to: Enfold: Custom Font Manger upload error #1448884

    Hi,
    When I test the font it seems to work but I don’t have a link or a image of what the font should look like so I’m not sure.
    I see that your zip files have multiple fonts,
    Enfold Support 6069
    so you can either zip each one independently and then upload, or follow Guenni007’s advice here and here to create a variable font.

    Best regards,
    Mike

Viewing 30 posts - 811 through 840 (of 33,013 total)