Forum Replies Created

Viewing 30 posts - 391 through 420 (of 33,330 total)
  • Author
    Posts
  • in reply to: Flux checkout styling issue #1467220

    Hi,
    Perhaps I am misunderstanding, when I check your test site with the custom css the cart page with flux checkout is working as you wish, correct?
    But not on your live site, correct?
    Are these two site exactly the same?
    I don’t see the custom css added from the other thread added to the live site, did you add it, and where?

    Best regards,
    Mike

    in reply to: header #1467129

    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: Disable image title tooltip on hover #1467128

    Hey paulw185,
    If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    use wpcode php snippet and activate
    and ensure that it is activated, then add the code and save.

    Best regards,
    Mike

    in reply to: strange text in top left corner #1467127

    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

    Hi,
    Unfortunately not yet, I’m not sure what is causing this or a successful solution to adjust this for all screen sizes. I will review further.

    Best regards,
    Mike

    in reply to: Reader mode does not work correct #1467125

    Hi,
    I don’t see your screenshot, please add again, but I believe that the “READER MODE” that you are referring to removes css from the display of the site which is a specific browser setting and not available in all browsers, so this is not a theme issue. We will be able to check after a screenshot of the “READER MODE” setting that you are using and the result so we can reproduce.

    Best regards,
    Mike

    in reply to: Mega Menu #1467121

    Hi,
    Glad Guenni007 could help, thank you Guenni007, 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: Filter to show only featured posts #1467120

    Hi,
    To change the hover color of the “Comitato” and “Contatti” buttons, please add a custom class to the buttons and we will advise with the css.

    Best regards,
    Mike

    in reply to: Filter to show only featured posts #1467031

    Hi,
    I don’t believe that there is a way to only show posts with the “featured” flag set, I recommend adding a category “featured” to these items and then choose that category in the posts slider.

    Best regards,
    Mike

    in reply to: Site title as H1? #1467029

    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: Site title as H1? #1467003

    Hi,
    WordPress General Settings > Site title is the “tab title” and not a SEO H1 tag, for a SEO Page Title, please name the page as you wish and enable the page Layout Title.
    Or you hide this in the page option and manually add a H1 title to the top of your pages by wrapping it with the H1 tag.
    You could have the same H1 title for every page with some javascript, but this is not a good idea for SEO because every page should be different.

    Best regards,
    Mike

    in reply to: Problemi con l'inserimento del token privato #1467001

    Hi,
    Glad Rikard could help, if you have any further questions please login to the support forum and create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Button in Diaslider full screen is on uppercase? #1467000

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

    #top .avia-slideshow-button {
        text-transform: none;
    }

    Best regards,
    Mike

    in reply to: Site title as H1? #1466999

    Hi,
    I believe you are referring to the tags html ▸ head ▸ title
    Screen Shot 2024 09 14 at 11.42.25 AM
    this tag doesn’t support H1, it will not show on your site, this title is the tab title.
    And if you did, it would cause your portfolio pages to have two H1 tags:
    Screen Shot 2024 09 14 at 11.46.27 AM

    Best regards,
    Mike

    in reply to: Horizontal line next to special heading? #1466998

    Hi,
    Glad to hear that you have this sorted out with css, you could also use the “Heading Style Modern (left)” option instead of the “Default Style” that adds the horizontal line:
    Screen Shot 2024 09 14 at 11.35.50 AM

    Best regards,
    Mike

    in reply to: How to use ALB’s “custom layout” in single.php #1466997

    Hey tl55,
    Do you want to add the same “second header” at the top of each post, or a different “second header” at the top of each post?
    I assume that this “second header” will be horizontal at the top and not in the vertical “Left Sidebar” where your header is now.
    Please link to your site with admin login for better context, I don’t think that editing the “single.php” is the best approach, but we probably can offer a better solution once we examin.

    Best regards,
    Mike

    in reply to: Site title as H1? #1466994

    Hey paulw185,
    Please link to your site so we can be sure that we understand correctly, typically a logo image will show unless you use a function to show a site title instead, if you added this then please link to the function so we can help modify it as there are a few different ones.
    But typically this is not a good idea as each page & post should only have one H1, and posts typically already show a H1 in the post title. Seeing your site will help us.

    Best regards,
    Mike

    in reply to: Reader mode does not work correct #1466992

    Hey ibuzaev,
    When I check your site it seems like everything is showing well, please see the screenshot in the Private Content area.
    To add a screenshot of the issue that you see, please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: Problems with the website #1466990

    Hey Mariarita,
    Thanks for the screenshots and the link to your site, please note that Elementor & Enfold are not compatible, Enfold has it’s own page builder (Advanced Layout Builder) and using other builders like Elementor typically cause many errors.
    I don’t see this error on the page in your screenshot:
    Screen Shot 2024 09 14 at 9.53.08 AM
    but I did find another page with the error:
    Screen Shot 2024 09 14 at 9.54.28 AM
    This error seems to be caused by the Elementor adding a extra “header” to the page, are you using the Pro version with the custom “Header & Footer” addon? This will cause many errors from my experience. Nonetheless for a quick CSS fix try this:

    #main header.entry-content-header {
    	height: 0;
      padding: 0;
    }

    Best regards,
    Mike

    in reply to: Price missing on Product Page #1466988

    Hi,
    Thanks for your patience and the link to your site, when I disable all of your plugins except woocommerce the price shows for the single product pages:
    Screen Shot 2024 09 14 at 9.38.53 AM
    To find which plugin is causing the conflict, please try disabling all of your plugins and then clear your browser cache. Then enable your plugins one at a time and test your site, clearing your browser cache after each test until you find the one or combination of plugins causing this conflict.

    Best regards,
    Mike

    in reply to: Mega Menu #1466981

    Hi,
    Thanks for your patience, in this mega menu it looks like each item is a mega menu title:
    Screen Shot 2024 09 14 at 8.35.55 AM
    This is the title items with sub items:
    Screen Shot 2024 09 14 at 8.37.06 AM
    The mega menu is six columns and each column is equal width, the length of the text doesn’t change this, so if your text is very short the columns will not be closer.

    Best regards,
    Mike

    in reply to: Layer slider error #1466979

    Hey andreseuropap,
    Thank you for your patience, this message is not a “error message” it is a “notice” like a “help tip”
    Screen Shot 2024 09 14 at 7.55.33 AM
    to select a slide transition choose “select transition”:
    Screen Shot 2024 09 14 at 7.58.48 AM
    then select one
    Screen Shot 2024 09 14 at 8.00.22 AM
    the use your keyboard “Ctrl + S” or “Command + S” you will see a message “project saved as draft” the you can close the window with the “X”
    Screen Shot 2024 09 14 at 8.06.30 AM
    then you need to “publish”:
    Screen Shot 2024 09 14 at 8.09.02 AM
    Do this for each slide and it will work, but the “notice” will always show.

    Best regards,
    Mike

    in reply to: all portfolio’s on one page #1466978

    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: contact form stopped sending emails #1466977

    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: Contact Form #1466976

    Hey bleistift,
    To change the email address, please go to your contact form and open the “backend” section:
    Screen Shot 2024 09 14 at 7.24.39 AM
    then add your email address:
    Screen Shot 2024 09 14 at 7.26.22 AM
    To use SMPT you will need to use a plugin like WP Mail SMTP

    Best regards,
    Mike

    in reply to: Flux checkout styling issue #1466915

    Hi,
    I don’t see where you added the css from the other thread that worked for your test site. The “flux-checkout__shipping-table” area seems to be not displayed because something is forcing a zero height for the element, on the test site it is about 86px which is automatically added by javascript and not the css that I posted for you. Adding height with css would probably not a good solution as the height needs to change depending on the cart.
    Try checking all the plugin setting to see if there is a difference in this or a different plugin, if the test site and the live site are exact clones it should work, otherwise try disabling your other plugins and then reload the page. If that resolves the issue, reactivate each one individually and reload the page until you find the conflict.

    Best regards,
    Mike

    in reply to: Changes to right sidebar header #1466913

    Hi,
    I believe that I have sorted it out, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Flux checkout styling issue #1466729

    Hey napsteris,
    I enabled the plugin and checked the cart page, but I found no issues like your other thread, please try again and clear your cache. Please see the screenshot in the Private Content area of my results. If the issue is different than before, please explain further and include screenshots.

    Best regards,
    Mike

    in reply to: Burger Menu #1466728

    Hi,
    I’m not seeing it, please try again. This is what I see:
    Enfold Support 6480

    Best regards,
    Mike

    in reply to: Pricing Table Help #1466726

    Hi,
    I changed to this:

      @media only screen and (min-width: 768px) {       
             .avia_desktop .page-id-2606 .pricing-table li.empty-table-cell {
        display: block;
    }
    }

    please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 391 through 420 (of 33,330 total)