Forum Replies Created

Viewing 30 posts - 1,591 through 1,620 (of 34,546 total)
  • Author
    Posts
  • in reply to: Changes to right sidebar header #1467609

    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: Flux checkout styling issue #1467568

    Hi,
    Thanks for your patience, but the check-out on these two site are not the same, one shows a address field (sk), and the other doesn’t (cz), one only has only one a flux-checkout__content-wrapper (sk) and the other has two (cz), one has the “Doprava” at the top of the sidebar (sk), and the other at the bottom (cz)
    These changes in the page source code probably making the css from before not work correctly and are probably due to different settings in the plugin, please try reviewing so both are the same. We are limited to the support that we can offer for third party plugins, but perhaps if you can use the plugin settings to adjust the placement of the “Doprava” and add the address field back it may then work correctly.
    Please that Enfold may not support all woocommerce plugins, especially ones that are created for the “shop theme”.
    I also see that you are using two different versions of the Flux Checkout plugin.

    Best regards,
    Mike

    in reply to: Logo on homepage doesn’t update #1467565

    Hi,
    I see that you don’t have a Transparency Logo added, only the reguler Logo:
    Screen Shot 2024 09 21 at 7.49.54 AM
    One is for before scroll and the other is after scroll. Your homepage is using a “transparent header” I added the white one for you.
    Before scroll:
    Screen Shot 2024 09 21 at 8.07.14 AM
    After scroll:
    Screen Shot 2024 09 21 at 8.09.03 AM

    Best regards,
    Mike

    in reply to: Split menu with logo in the center #1467563

    Hey James,
    Thank you for the link to your site and the login, when I check you have 4 items on the left site and two on the right:
    Screen Shot 2024 09 21 at 7.33.23 AM
    this is due yo the incorrect css:
    Screen Shot 2024 09 21 at 7.34.51 AM
    Note that in the documentation:

    adjust the value of “X” to the number of menu item after which the logo should appear in the line #top #header .av-main-nav li:nth-child(X)

    Since you have 6 menu items I changed to:

      #top #header .av-main-nav li:nth-child(3) {
        margin-right: 40vw; /* Adjust spacing for the logo */
      }

    Now it is correct:
    Screen Shot 2024 09 21 at 7.38.14 AM
    Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad to hear that you have this sorted out with Ismael’s 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: Reader mode does not work correct #1467469

    Hi,
    I understand that this is built in to the browser and not a plugin, but it is controlled by the browser as to what content is shown in this mode.
    I have asked the rest of the team if they have any ideas, Thank you for your patience.

    Best regards,
    Mike

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

    Hi,
    Thanks for the screenshot and the link to your site, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .main_color .avia-color-theme-color-highlight {
        background-color: var(--dark1-color);
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Changes to right sidebar header #1467467

    Hi,
    I believe that it is fixed now, please clear your browser cache and check.

    Best regards,
    Mike

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

    Hi,
    Thanks for the login, but I’m getting a “403 forbidden” error, are you blocking IPs? Please try allowing all IPs so we can login and examine.

    Best regards,
    Mike

    in reply to: Critical Error PHP #1467348

    Hi,
    Your theme version is very old; 3.6.1, this version is not able to use PHP v8, and you will not be able to update automatically because the way that Envato now updates has changedso you will need to manually update with thw following steps. I recommend creating a full backup of your site and database first. Typically I would not expect and issues but it is best practice to create a backup. I also recommend backing up with your server backup tools and not a plugin, if you are not sure how to use your webhost server backup tool please ask your webhost for help, as there many different tools.
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg
    After this for future updates you will need to create “Token” please see our documentation here.

    Best regards,
    Mike

    Hi,
    Correct.

    Best regards,
    Mike

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

    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: 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

Viewing 30 posts - 1,591 through 1,620 (of 34,546 total)