Forum Replies Created

Viewing 30 posts - 151 through 180 (of 33,313 total)
  • Author
    Posts
  • in reply to: Flipbox height? #1469955

    Hi,
    Glad that we could help, if you have any further questions please open a new thread and we will be happy to help.

    Best regards,
    Mike

    in reply to: Flipbox height? #1469953

    Hi,
    Thanks for the login, when I login I see your images now, changing the setting Flipbox > Grid styling > Minimum Height – For Flipbox Only corrects:
    Screen Shot 2024 10 27 at 3.01.03 PM
    Please check
    Screen Shot 2024 10 27 at 3.02.23 PM

    Best regards,
    Mike

    in reply to: Demo file not working with OVH (image) #1469952

    Hi,
    It looks like you are trying to import the Law demo, correct?
    If you include a admin login, and a FTP login and allow me to rest the site and re-import the demo I might be able to fix, sometimes this will correct, but you will lose everything you have done so far.

    Best regards,
    Mike

    in reply to: Woocommerc NEXT product options #1469951

    Hi,
    Thank you for your patience, but unfortunately this doesn’t seem to be possible for “products” I tested many possible solutions but none worked for “products”.
    If you would like to request this feature the Dev Team has opened a Github Feature Request for users to place requests and follow them as the Dev Team reviews them.

    Best regards,
    Mike

    in reply to: Flipbox height? #1469947

    Hi,
    Try including an admin login so we can examine

    Best regards,
    Mike

    in reply to: Demo file not working with OVH (image) #1469946

    Hey btaleb,
    Unfortunately OVH blocks our IP address so the demo images will not be downloaded, in the past OVH sometimes would temporarily allow our IP, but lately they have not. It seems to be based on which OVH support member you get when you ask. Since you ultimately will be changing the images for your site anyways, uploading your own images would be the easiest solution.

    Best regards,
    Mike

    in reply to: Flipbox height? #1469943

    Hi,
    When I check your page: https://www.isaacsbbq.cz/domu/
    I’m not seeing any flipbox images like in your screenshot: https://www.isaacsbbq.cz/wp-content/uploads/2024/10/Screenshot-2024-10-26-at-18.26.28.png
    What height do you want to see?

    Best regards,
    Mike

    in reply to: Sidebar size and homepage Colour section #1469942

    Hey Nick_Skehan,
    Please note that the height settings are for “minimum” height, your logo image in the color section is 354px with a lot of transparent space around it, try removing the transparent space so the image is smaller. The inner color section has a top and bottom padding of 50px, you can remove it with this css:

    .home #av_section_1 .content.av-content-full {
    	  padding-top: 0;
        padding-bottom: 0;
    }

    Also note that you are using a transparent header, which is 118px in height, so you should not count the height from the top of the screen, but from the bottom of the header, to see what I mean change the header Header visibility and transparency to No Transparency

    Best regards,
    Mike

    Hey kurson,
    Thank you for your patience but your page is not loading for me, the best way to have an alternative mobile view is to add another element with the mobile view that you want below your current desktop element and use the element Advanced ▸ Element Visibility to show them on the correct device size:
    Screen Shot 2024 10 27 at 10.36.09 AM

    Best regards,
    Mike

    in reply to: Parallax Demo Verion is not loading #1469940

    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: Wrong thumbnail trying to load on Android phone #1469939

    Hi,
    I cleared your cache at Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and now it shows for me on Andrid mobile:
    Screen Shot 2024 10 27 at 10.06.47 AM
    please clear your device cache and check again.

    Best regards,
    Mike

    in reply to: Parallax Demo Verion is not loading #1469937

    Hi,
    Perhaps I was not clear, you don’t want the same page in both fields, I fixed it for you, please check.

    Best regards,
    Mike

    in reply to: OpenStreetMap – full screen width #1469936

    Hi,
    Try adding this css:

    #section-container-width .avia_codeblock {
    	height: 500px;
    }

    Best regards,
    Mike

    in reply to: Parallax Demo Verion is not loading #1469934

    Hey rixi,
    Please check that the parallax demo “frontpage” is selected at Enfold Theme Options ▸ Theme Options ▸ Frontpage Settings and nothing is selected in the blog page setting below it, sometimes the same page is selected twice causing this error.
    Enfold Support 4019

    Best regards,
    Mike

    in reply to: Problem with anchor links #1469933

    Hey Diana,
    Thanks for the login, I see on your homepage that you have the ID “overview” twice, each ID must be unique and only used once. This is a HTML principal, please correct.

    Best regards,
    Mike

    in reply to: Avia builder #1469925

    Hey Tobias,
    The ALB builder is built into the theme and can not be removed or added to another theme, unfortunately we don’t have a “free demo” that you can try.
    The theme is a single lifetime price, unlike the subscription that Elementor charges.
    The theme includes slideshow elements that you can add to the header.
    This is a good unofficial video about the theme elements to give you a better idea of how Enfold works.

    Best regards,
    Mike

    in reply to: Custom Icon for Icon Box #1469924

    Hey peterolle,
    Please see our documentation, scroll down to Adding your own Fontello Icons, please note that they must be black & white “icon fonts” and not color images.

    Best regards,
    Mike

    in reply to: Export and import builder page #1469923

    Hey peterolle,
    You can use the Avia Layout Builder Debugger, but you will need to add the images to your media library and then reset them in your page, they will not be imported automatically.

    Best regards,
    Mike

    in reply to: Flipbox height? #1469912

    Hi,
    Please add the flip images to the elements so we can examine if our css is working

    Best regards,
    Mike

    in reply to: Bug in Enfold 6.0.6 (?) #1469906

    Hi,
    The Dev Team writes, that they can not reproduce the issue, try disabling all of your plugins and funchion.php customizings and check again.

    Best regards,
    Mike

    Hi,
    Thank you for your patience, at this time we have not, but it is still in our work flow to checked.

    Best regards,
    Mike

    Hey halkmarine,
    Thanks for your patience, unfortunately for mobile this is not a good way to achieve is, instead try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to prevent the overlap:

    @media only screen and (max-width: 767px) { 
    	#menu-item-shop .cart_dropdown_link {
        padding: 0;
    	}
      .responsive.html_cart_at_menu #top .main_menu .menu>li:last-child {
        padding-right: 0;
        margin-right: -24px;
      }
    }

    After applying the css, please clear your browser cache and check.
    This is the expected result:
    Screen Shot 2024 10 26 at 9.47.05 AM

    Best regards,
    Mike

    in reply to: Enfold Update – broken page links #1469891

    Hi,
    please include an admin login in the Private Content area so we can examine

    Best regards,
    Mike

    in reply to: Problems borlabs with google maps #1469887

    Hi,
    Glad to hear that you have this sorted out, and thank you Guenni007 for offering 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: Problems borlabs with google maps #1469884

    Hey rixi,
    When I check the cookie popup works and after clicking it the maps load correctly, I don’t have any experience with borlabs as we can’t offer support for third party plugins, but I would suggest checking your browser for AD blocking, either built-in or a add-on. If you use Safari it now auto blocks FB and many others, disable it in the preferences and check again.
    Otherwise if you are using both borlabs and the theme cookie options try testing with only one enabled or the other, perhaps they conflict with each other.

    Best regards,
    Mike

    in reply to: Enfold Editor Not Loading #1469857

    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

    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: Spacebar doesn’t work only in some elements #1469854

    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: License expired so no support available… #1469787

    Hi,
    Thanks for your patience, I couldn’t find a cause so I posted it to the Dev Team to review, we will write back when we hear back from the Dev Team, thanks for your patience.

    Best regards,
    Mike

    in reply to: Mega menu (2) #1469707

    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

Viewing 30 posts - 151 through 180 (of 33,313 total)