Forum Replies Created

Viewing 30 posts - 1,951 through 1,980 (of 34,894 total)
  • Author
    Posts
  • in reply to: Enfold – Freelancer funktioniert im IPad-Quer-Format nicht #1467343

    Hi,
    Thank you for checking Guenni007 and your advice, unfortunately I can’t reproduce as I don’t have a real iPad.

    Best regards,
    Mike

    in reply to: Team section 1/4 needs to be centered #1467341

    Hi,
    Thanks for your patience and the link to your site, I added this ID to the team section with the three 1/4 columns: centerrow
    Enfold Support 6485
    and this css in your Quick CSS:

    @media only screen and (min-width: 990px) { 
    	#centerrow .entry-content-wrapper {
    		display: flex;
        justify-content: center;
    	}
    }

    and now they are centered:
    Enfold Support 6487
    Please clear your browser cache and check.

    Best regards,
    Mike

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

    Hi,
    Thanks for the screenshot, I have checked your page with Safari on a iMac, but the “Reader Mode” doesn’t seem to be an option, I don’t have a iPhone or iPad.
    In my research I find that:

    Safari Reader Mode is a feature in Apple’s Safari browser that simplifies web page content, removing distractions such as ads, navigation menus, and other non-essential elements.

    This means that the browser is blocking items that it thinks is a distraction, further

    Safari Reader Mode has some limitations when it comes to customization beyond font size and style. While you can adjust font size and color, there are no tweakable settings for reader view in Safari.

    This is not an error in the theme, it is an issue with the “Reader Mode” blocking elements, I didn’t find any way that this can be changed. Since this is a browser setting for each user instead of the theme I don’t believe that you can turn off reader mode.

    Best regards,
    Mike

    in reply to: Disable image title tooltip on hover #1467222

    Hi,
    I see that you are getting the error: Uncaught ReferenceError: jQuery is not defined
    Please try this snippet instead:

    function temporary_removal_title_tags(){
    ?>
    <script>
      window.onload = function() {
          var links = document.querySelectorAll('a , img');
          for (var i = 0; i < links.length; i++) {
              var link = links[i];
              link.onmouseover = function() {
                  this.setAttribute("org_title", this.title);
                  this.title = "";
              };
              link.onmouseout = function() {
                  this.title = this.getAttribute("org_title");
              };
              link.onclick = function() {
                  this.title = this.getAttribute("org_title");
              };
          }
      };
    </script>
    <?php
    }
    add_action('wp_footer', 'temporary_removal_title_tags');

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    Thanks to Guenni007
    If this doesn’t help please include a admin login in the Private Content area so we can examine

    Best regards,
    Mike

    in reply to: Changes to right sidebar header #1467221

    Hi,
    Ok, please clear your browser cache and check now.

    Best regards,
    Mike

    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

Viewing 30 posts - 1,951 through 1,980 (of 34,894 total)