Forum Replies Created

Viewing 30 posts - 28,891 through 28,920 (of 67,583 total)
  • Author
    Posts
  • in reply to: restaurant / Shop theme question #978672

    Hi,


    @artemovm
    : Are you “buxton161”?

    We’ll keep the thread open in case you need anything else. :)

    Best regards,
    Ismael

    in reply to: New footer page feature breaks on certain pages #978670

    Hey acscreativenew,

    Thank you for using Enfold.

    Do you mind if I take a look at the dashboard? I don’t know why those breaks are added after the button containers, yet.

    Best regards,
    Ismael

    in reply to: Pages not showing #978669

    Hi,

    Thank you for using Enfold.

    There are two pages called “Spencer” (see private field). Which one is which? You may need to delete the other. Also, you need to upgrade the theme from version 4.0.5 to 4.4.1

    Best regards,
    Ismael

    in reply to: advanced layer slider inside advanced layer slider #978667

    Hey AU5985,

    Thank you for using Enfold.

    Do you have a mockup of the page? I don’t really think that’s possible because you can’t embed a slider inside another.

    Best regards,
    Ismael

    in reply to: Spacing in mobile #978666

    Hey Cynthia45!

    Thank you for using Enfold.

    Use the following css code to decrease the columns’ bottom margin.

    @media only screen and (max-width: 767px) {
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin-bottom: 0;
    }
    }

    Cheers!
    Ismael

    in reply to: Blog #978665

    Hi,

    The adjustment that I did should have fixed the blog page. The blog should display the full content of the posts after that adjustment. Did you set the blog layout to “Grid Layout”?

    I tried to access the site again but the login credentials are not working. Please provide a valid login info.

    Best regards,
    Ismael

    in reply to: Blog #978664

    Hi,

    The adjustment that I did should have fixed the blog page. The blog should display the full content of the posts after that adjustment. Did you set the blog layout to “Grid Layout”?

    I tried to access the site again but the login credentials are not working. Please provide a valid login info.

    Best regards,
    Ismael

    in reply to: WooCommerce Menu Cart Not Showing #978663

    Hi,

    Thanks for the update.

    The site is running on an old version of the theme, 4.0.7. You have to upgrade the theme to version 4.4.1 to fix the cart issue.

    Best regards,
    Ismael

    in reply to: [WPML / WP All Import] Code Blocks Failing on Import #978660

    Hi,

    Yes, it looks like a temporary workaround. You can still use the advance layout builder but the code block element will not work properly or as it should.

    Best regards,
    Ismael

    Hi,

    That is the default youtube iframe background. Unfortunately, we can’t control or adjust that from our side.

    Best regards,
    Ismael

    in reply to: Main Menu Drop Down Opacity #978655

    Hi,

    The second one will only be applied to the hover state because the “Apply only to mouse hover state” is enabled.

    Best regards,
    Ismael

    in reply to: Increasing the size of timeline icon/picture #978653

    Hi,

    Thanks for the update.

    Replace the recent modifications with the following css codes so that it won’t affect the mobile layout.

    @media only screen and (min-width: 768px) {
    .avia-timeline .milestone_icon {
        height: 150px!important;
        width: 150px!important;
        line-height: 150px!important;
    }
    
    .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date {
        left: -10px;
    }
    
    .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-odd .av-milestone-date {
        right: -10px;
    }
    }

    We just wrapped the same css codes inside a css media query.

    Best regards,
    Ismael

    in reply to: Trying to add a custom search to the menu #978650

    Hi,


    @acscreativenew
    : That issue is not relevant to the original topic. Please create your own thread with the site url and login credentials. We’ll check it there.

    Best regards,
    Ismael

    in reply to: Excluding Blog Categories Not Working #978648

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    I can’t modify the functions.php file via Appearance > Editor panel. We modified the shortcode a bit. Please try it again.

    I also noticed that you’re not using a child theme so this modification will be lost when you update the theme. Please move your installation to a child theme when you have the time.

    // https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme

    Best regards,
    Ismael

    in reply to: Website Admin Functions no longer working. #978645

    Hi,

    I meant a file/database backup created directly to your server. You need to be able to restore the site from that backup. Please ask your hosting provider to create one for you. We can’t download that file because it’s 1GB in size.

    Best regards,
    Ismael

    in reply to: I can not change flaticons #978644

    Hi,

    Glad it works. :)

    If you have additional questions at this time, we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    in reply to: Space between columns #978643

    Hi,

    Yes, the Performance features are quite new.

    There’s a predefined margin for every columns and you can’t configure it in the settings panel. Adjust it in the Quick CSS field instead.

    div .av_one_half {
        width: 51%;
        margin-left: 2%;
    }
    
    div .av_one_fourth {
        margin-left: 2%;
        width: 24.5%;
    }
    
    div .av_one_fifth {
        margin-left: 2%;
        width: 19.2%;
    }
    

    Default left margin is 6%. The css code above will decrease the margin 2% and add the difference to the default width.

    Best regards,
    Ismael

    Hi,

    If you want a simple fixed background, add this code inside an html layer.

    
    <div id="fixed-bg"></div>
    

    Set the width and height to 100% then apply the background properties in the Quick CSS field.

    #fixed-bg {
      background: url('IMAGE URL HERE');
      background-attachment: fixed;
      background-size: cover;
      width: 100%;
      height: 100%;
    }

    Best regards,
    Ismael

    in reply to: Space between columns #978528

    Hey Cynthia45,

    Thank you for using Enfold.

    Increasing the padding value should create more space between the columns. Did you toggle the css/js compression in the Enfold > Performance panel? A screenshot will help. Upload it on imgur or dropbox.

    Best regards,
    Ismael

    in reply to: Excluding Blog Categories Not Working #978527

    Hey Ken,

    Thank you for using Enfold.

    Did you set the Blog Layout > Blog Layout settings to “Use the advance layout builder…”? The blog page is not going to use the builder’s content if this option is not selected.

    Best regards,
    Ismael

    in reply to: Background sub-menu color #978525

    Hey jb84,

    Thank you for using Enfold.

    What is the site url? I can’t find it from your previous thread. Please post it inside the private field.

    Best regards,
    Ismael

    in reply to: Trying to add a custom search to the menu #978521

    Hey ezcom,

    Thank you for using Enfold.

    Have you tried to add a custom widget area inside the header container?

    // https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Ismael

    in reply to: I can not change flaticons #978516

    Hi,

    Thanks for the update.

    This is what I see when I add an icon element.

    // https://imgur.com/a/fadqEIo

    Please try to remove the browser cache.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    We removed this css code from the Quick CSS field.

    /*volle-weite Slider. Schrift Hintergrund färben*/
    /*.caption_framed .slideshow_caption .avia-caption-title,
    .caption_framed .slideshow_caption .avia-caption-content p {
       background: rgba(243, 234, 234, 0.5);
    }/*
    

    It breaks the theme’s dynamic stylesheets.

    Best regards,
    Ismael

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Demo content not importing correctly? #978510

    Hi,

    Thanks for the update.

    I would like to check the site but the login credentials above are invalid. Please provide a valid login info. Are you going to use the demo images? Since the pages are imported properly, you’ll be able to upload your own in place of the missing images. Just edit the existing shortcodes.

    Best regards,
    Ismael

    in reply to: Icon hover highlight circle #978509

    Hi,

    It will only replace the theme files. The content (pages, posts, theme options etc) will not be affected. However, it is recommend that you create a backup or a restore point just in case something went wrong.

    Best regards,
    Ismael

    in reply to: Avia layout builder – page elements won't move #978507

    Hi,

    No problem! Those things can be easily missed sometimes. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

    in reply to: Google Map not loading #978505

    Hi,


    @krugerparktours
    : Thanks for the update! Let us know if you need anything else. :)

    Best regards,
    Ismael

Viewing 30 posts - 28,891 through 28,920 (of 67,583 total)