Forum Replies Created

Viewing 30 posts - 1,141 through 1,170 (of 33,803 total)
  • Author
    Posts
  • in reply to: Issue with Emails sent from contact form #1463778

    Hi,
    It looks like your contact form is using the email address: (Email address hidden if logged out) please correct.
    Screen Shot 2024 08 04 at 12.09.48 PM

    Best regards,
    Mike

    in reply to: prblem by import of fonts #1463776

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

    Best regards,
    Mike

    in reply to: Unexplainable Changes to My Site/Posts NOT by me #1463775

    Hi,
    It sounds like you are switching back and forth between the ALB and the WordPress Block editor, this will cause issues. Please only use one editor when you create a page.
    Perhaps I misunderstand and a screenshot would help.
    We will need a admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Hide Menu in Header #1463770

    Hi,
    When I check your homepage there is no content, so I checked the page linked below, and I see for mobile the header shows and when I scroll the header scrolls away.
    As I read your posts above I believe that you want a transparent mobile header and hide the burger menu.
    For this, please add this css to your Quick CSS field:

    @media only screen and (max-width: 767px) { 
      .responsive #top #main {margin-top: -80px!important;}
      #top #wrap_all .av_header_transparency {background-color: transparent!important;}
      div#header_main > .container {display: block !important;}
      #avia-menu-0 { display: none;}
      }

    After you apply the CSS please clear your browser cache and reload the page to check.

    Best regards,
    Mike

    in reply to: Design of the send button #1463767

    Hi,
    I’m not seeing a green color, please remove all other css from this thread above and add this css instead:

    #top div div .av-dark-form .button {
        background: #000;
        color: #D4AF37;
        border-radius: 10px;
        border: none;
    }
    
    #top div div .av-dark-form .button:hover {
        background: #D4AF37;
        color: #000;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After you apply the CSS please clear your browser cache and reload the page to check.

    Best regards,
    Mike

    in reply to: Search Icon on Mobile Flyout Menu problem #1463766

    Hi,
    Thanks for your feedback, when I check in your burger menu the search icon has a dark color so it is hard to see, try this css in your Quick CSS field:

    .html_av-overlay-side.av-burger-overlay-active #top #wrap_all #header .menu-item-search-dropdown a {
        color: #fff;
    }

    This should make it white, feel free to adjust to suit.
    After you apply the CSS please clear your browser cache and reload the page to check.

    Best regards,
    Mike

    in reply to: Search Icon on Mobile Flyout Menu problem #1463761

    Hey CharlieTh,
    Thanks for the link to your site, but when I check with Android & Chrome as a mobile device, I see the search icon & burger menu icon.
    Please see the screenshot in the Private Content area below.
    Perhaps I misunderstand and further info and a possible screenshot of what you would like to see would help.

    Best regards,
    Mike

    in reply to: Enfold and ACF, customising posts #1463758

    Hey lucybb2,
    Thank you for your patience and the login, I see your CPT “Journal” do not have a ALB builder field, I believe that this is because your CPT is not enabled in the theme. Typicality you would enable Enfold Theme Options > Layout Builder > Show advanced options
    Screen Shot 2024 08 04 at 7.48.08 AM
    Then add your CPT to Activate Your Custom Post Types For ALB
    Screen Shot 2024 08 04 at 8.08.03 AM
    and now the ALB button shows in your CPT:
    Screen Shot 2024 08 04 at 8.10.05 AM
    and now you can add elements to the page:
    Screen Shot 2024 08 04 at 8.12.54 AM
    I did the steps above for you, please check.

    Best regards,
    Mike

    in reply to: prblem by import of fonts #1463757

    Hey rixi,
    please provide a admin login in the private content area so we can examine.

    Best regards,
    Mike

    in reply to: Design of the send button #1463756

    Hi,
    To have the Hover Background #D4AF37 with black text and a radius of 10px use this css instead:

    div div .av-dark-form .button {
        background: #000;
        color: #ffffff !important;
        border-radius: 10px;
    }
    
    div div .av-dark-form .button:hover {c
        background: #D4AF37 !important;
        color: #000 !important;
    }

    After you apply the css please clear your browser cache and reload the page to check.

    Best regards,
    Mike

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

    Hi,
    I don’t think that we will need to login in to your cPanel, I would not feel comfortable making changes to your database.
    Since I don’t see this warning on my demo site, I would like to see it on your site.
    Have you tried disabling all of your plugins to see if you still see this?
    If so, please disable your 2FA login and post a admin login in the Private Content area we can examine your site-health.php message and review further.

    Best regards,
    Mike

    in reply to: Custom Elements problem #1463753

    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: Remove products from search #1463740

    Hi,
    Try disabling the Search Icon To Main Menu option

    Best regards,
    Mike

    in reply to: Untermenü #1463737

    Hi,
    Glad that Rikard 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: theme license says it is expired #1463735

    Hi,

    the site is currently hosted on my computer as a local host

    sounds like your local host is set to 8mb, try creating a live site so we can view and help, we can’t help with local hosts.

    Best regards,
    Mike

    Hi,
    When I test, a Contributor can not view widgets. I don’t believe a Contributor should have this ability. Perhaps you are using a custom user profile plugin to allow this?

    Best regards,
    Mike

    in reply to: Unload unused CSS/JS automatically #1463730

    Hi,
    This could be helpful to remove some css on certain pages, such as a conflicting plugin on the woo cart page, or a plugin form css on a contact page. I have not been able to do this, but your code seems to be on the right path.

    Best regards,
    Mike

    in reply to: Avia Element Pagination #1463729

    Hey dp-beheer,
    Thanks for your question, the correct pagination url is /?avia-element-paging=2 this can not be changed to /page-2 as it would be a conflict with the WordPress pagination. I don’t see anything on the Pagination Best Practices page to point to a diffidence between /?avia-element-paging=2 and /page-2. Nonetheless, if you would like to request this pagination change, the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.

    Best regards,
    Mike

    Hi,
    Thanks for the login, it looks like your /notizie/ page is a “blog” page in the theme settings, and which is differnt than the page that you created with the ALB called “notizie”. This is why you can’t see the horizontal gallery on the page.
    So I changed this so the horizontal gallery on the page will show.
    Screen Shot 2024 08 03 at 2.46.08 PM
    You may need to adjust the blog element to suit, please check, if you also want the horizontal gallery on the page to show above the title let us know and we can help.

    Best regards,
    Mike

    in reply to: Custom Elements problem #1463719

    Hi,
    Please see the Custom Elements Advanced Options documentation.
    Günter writes: Add the add_theme_support and then select 2nd option in “Custom Elements for subitems”.

    Best regards,
    Mike

    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: Remove shadow from header #1463716

    Hey Bruno,
    This is from a background image on the section below the title bar, see the image url below, the best solution is to remove the image.

    Best regards,
    Mike

    Hey Miguel,
    To add a background image before the video starts in the color section, please add a background image in the color section and this css:

    .avia-section {
        background-size: cover!important;
    }

    If you don’t have a first frame image from your video try this free online tool.

    Best regards,
    Mike

    in reply to: Unexplainable Changes to My Site/Posts NOT by me #1463713

    Hi,
    It sounds like you have this sorted out now, please let us know if we should close this thread.

    Best regards,
    Mike

    in reply to: New website #1463712

    Hey Jamy ,
    Thanks for your question, creating a new website with Enfold is pretty easy, but there are a few steps that you must first do to prepare for your first site.
    For example, you will need a web host for your site, once you have this and it uses cPanel you can use the WordPress installer like Softaculous WordPress Management to install WordPress, and then upload Enfold and activate it.
    Then you can choose one of our demos and import it, we have a couple of restaurant demos to use and customize.

    Best regards,
    Mike

    in reply to: Change the order in the Blogpost module #1463710

    Hi,
    Glad that this helped, the css should work even though your site is in private, but we will need to see it to examine why it is not working for you.
    Please include a admin login in the private content area and a link to the page with the issue so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Styling (css) areremoved/missing #1463709

    Hi,
    Unfortunately we don’t have any other suggestions, we have not been able to reproduce this and when each of us checks your site we don’t see the error. It seems that each time your Kinsta cache is cleared the issue is resolved, so perhaps your Kinsta cache is not properly clearing when the site is updated? You could try manually clearing your Kinsta cache or disable it or disable the theme cache.

    Best regards,
    Mike

    in reply to: Translate Main Logo #1463707

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

    Best regards,
    Mike

    in reply to: Variable product is not working #1463705

    Hi,
    Thank you for your patience and the login, when I check your page I do not find an error like in your screen recording with either the “YITH WooCommerce Product Add-ons & Extra Options” disabled or enabled.
    Perhaps it is an option in the plugin, or perhaps it is one of your other woo plugins?

    Best regards,
    Mike

    Hey Marcel,
    Thank you for your patience, the avia element pagination should be /?avia-element-paging=2 not /page/2/ otherwise it will be a conflict with WordPress.
    This is why you are getting a 404 error for /page/2/ thus the /?avia_forced_reroute=1
    The reason /optiker-leipzig-angebote-rabatte/page/2/ works is becuse it is the native WordPress catagory URL and not the element.
    I’m not sure how you achive the /page/2/ in the pagination of the element, but this is not correct, please see our demo here, often users try to change the url from /?avia-element-paging=2 to /page/2/, but will not work.

    Best regards,
    Mike

Viewing 30 posts - 1,141 through 1,170 (of 33,803 total)