Forum Replies Created

Viewing 30 posts - 4,441 through 4,470 (of 34,631 total)
  • Author
    Posts
  • in reply to: Daily losing style of Enfold theme #1427856

    Hi,
    Glad to hear, I see that you have a Classic Editor plugin and you have the Classic Editor set in the theme at Enfold Theme Options ▸ Select Your Editor ▸ Use WP Classic Editor, I recommend removing the plugin as it is not needed.
    Perhaps you could try disabling your caching plugin and enable the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression options for a few a week and see if your error occurs again, if not then try switching them back for a week and see if the error occurs then. It may be a good way to see if there is a setting in your caching plugin is the cause of if it is something else. Do you have any server side caching enabled also?

    *update* I just noticed your Quick CSS custom css, you have added HTML comments to the css, it is probably the issue:
    Enfold_Support_4073.jpeg
    these are wrong and could cause errors, please change all of these to css comments like this:
    Enfold_Support_4075.jpeg

    Best regards,
    Mike

    in reply to: Product Shortcodes & Page Builder Theme Options #1427855

    Hey Chrisxx1982,
    Here is a list of Shortcodes included with WooCommerce, but unfortunately the style for these may not match the style for the other elements without some extra css. When I view your example screenshot, it seems ok, so perhaps we could help with some styling of it. Perhaps you could explain further with some mockup images so we can get an idea of what you are looking for.
    It looks like you are using the correct approach for mixed content, using shortcodes.

    Best regards,
    Mike

    in reply to: Daily losing style of Enfold theme #1427851

    Hi,
    Thank you for the link to your site, please note the PHP error message in your dashboard, your PHP version is out of date, this should be updated on your server, if you don’t know how to do this plase ask your webhost to help. The WordPress PHP minimum is v7.4 but v8 is also a good choice.
    Enfold_Support_4071.jpeg

    Best regards,
    Mike

    in reply to: Pull the page down 20px only on desktop #1427850

    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: menu font too small #1427849

    Hey ausgesonnen,
    Please make the font size adjustment in the theme setting at Enfold Theme Options ▸ Advanced Styling and if you don’t see the Main Menu Links already with a font size, then use the drop down to choose it and add the size you wish.
    There is also a Main Menu sublevel Links option if you also want to change those sizes too.

    Best regards,
    Mike

    in reply to: Submenü Abstand #1427846

    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

    in reply to: Customised Toggle element doesn’t show #1427845

    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: Pull the page down 20px only on desktop #1427843

    Hi,
    Thank you for the link to your site, it looks like you added the css twice, I removed one for you:
    Enfold_Support_4067.jpeg
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Unable to Change default Attachment Display Settings #1427826

    Hey kevinraposo7,
    I tested this on my demo site and the options.php showed the change and the default Attachment Display Settings for images was also set to large, for simple posts in the classic & block editors and in Advanced Layout Builder pages using the image element.
    I noticed that for some of my images that were smaller than 1030px the default setting was then “Full”.
    I tested the code snippet in my child theme functions.php and in the WP Code plugin in a PHP snippet type.
    So I’m not sure why this might not be working for you, perhaps you have a plugin or other code snippet conflict?
    Perhaps you are testing on a post and image that was already saved? Try creating a new post and select a new image from the media library or upload a new image, both of these worked for me.

    Best regards,
    Mike

    in reply to: decrease the font size of Gallery Caption #1427825

    Hi,
    Glad Rikard 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 block editor elements are not compatible with the Advanced Layout Builder or the Classic Editor.
    Try asking the plugin author if there is a shortcode that you can use to add it to your page.

    Best regards,
    Mike

    in reply to: Widget equal column widths #1427823

    Hi,
    Please remove the css above and try this css instead:

    #footer .widgettitle {
    border-bottom: solid 1px;
    padding-bottom: 10px;
    }

    Best regards,
    Mike

    in reply to: Infinite scroll #1427822

    Hi,
    The theme uses the archive.php template for the category archive and other archive pages, if you want to create a custom Category Template you can copy the archive.php and rename it category.php and add it to your child theme directory.
    If you want to change the layout for your custom category page look for this around line 52:
    $avia_config['blog_style'] = apply_filters( 'avf_blog_style', avia_get_option( 'blog_style', 'multi-big' ), 'archive' );
    and change to:
    $avia_config['blog_style'] = 'blog-grid';
    for a grid layout, or you can choose one from one of these:

    
    blog-grid
    single-big
    single-small
    multi-small
    multi-big
    bloglist-excerpt
    bloglist-simple
    bloglist-compact
    

    But I don’t know how you would add infinite scroll to it, so you will need to experiment with it, perhaps the WordPress Codex will help.

    Best regards,
    Mike

    in reply to: Website speed #1427819

    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: Fatal Error after theme update #1427802

    Hi,
    I see that you have a child theme with a custom footer.php & header.php, this will cause errors in your theme. We do not recommend adding these files to your child theme, it is the most common reason for errors when updating. Please remove these files and any customizations you wish to make should be done in your child theme functions.php
    I see you also have a custom includes ▸ helper-main-menu.php in your child theme, this could be another conflict, try also removing it and then update your theme, then compare it to the latest version of the helper-main-menu.php, and adjust to suit.

    Best regards,
    Mike

    in reply to: Large white space across top of each page #1427801

    Hi,
    Perhaps DL0375.jpg was an image that you removed a while back and there is still a link to it on your site, checking your webhost error log should tell you what page this error is from, and then you can remove the link on the page.
    Unless there is anything else we can assist with on this issue, shall we close this thread then?

    Best regards,
    Mike

    in reply to: CSS Colors #1427800

    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: Admin: Duplicated web page and open codes of link #1427799

    Hi,
    Glad we cound help, Ismael’s code is for the functions.php file.
    Unless there is anything else we can assist with on this issue, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Pull the page down 20px only on desktop #1427798

    Hi,
    Ok, try wrapping it with a media query like this so it only works on desktop:

    @media only screen and (min-width: 768px) { 
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 260px;
    }
    }

    Best regards,
    Mike

    in reply to: Burger Menu JS click action is deferred by WP-Rocket #1427797

    Hi,
    Well I don’t know what to tell you, it works for me on Android and Windows.
    Perhaps what you are experiencing is related to the bug reported on the wp rocket github for Safari, if that is the case then I don’t think we can help you with it.
    The issue that I was experiencing on Android and Windows turned out to be due to one of your plugins and it’s inline javascript and not any of the theme files. The solution was to add these two lines in your Excluded JavaScript Files field:
    const shopvote_ajaxurl
    shopvote_fetch_reviews

    I can’t tell if the bug report is a wp rocket or Safari issue, but it doesn’t seem to affect Android and we have not had any other reports about this.

    Best regards,
    Mike

    in reply to: Burger Menu JS click action is deferred by WP-Rocket #1427769

    Hi,
    The (?:/wp-content/|/wp-includes/)(.*) was from the WP Rocket documentation, but I have removed it and the burger still opens correctly.
    Please clear your browser cache and check again.

    Best regards,
    Mike

    in reply to: Widget equal column widths #1427768

    Hi,
    Thanks I see the underlines, but the column width looks the same, so do you aggree that the current column widths are correct and we don’t need to adjust them?

    Best regards,
    Mike

    in reply to: LMS compatible with Enfold theme #1427767

    Hey vbonora,
    Thanks for your question, I don’t have experience using the Learndash plugin so I don’t know if there are any issues in the backend, but I have seen questions about the frontend and mostly they seem to be minnor issues. I would not say that it is 100% compatible. Please try going to Google and search this phrase: enfold Learndash site:kriesi.at
    I don’t recall any questions about Sensei LMS but searching with this phrase gave a few results: enfold Sensei LMS site:kriesi.at
    Hopefully comparing the results will help you with your decision.

    Best regards,
    Mike

    in reply to: Widget equal column widths #1427762

    Hi,
    Sorry I thought you wanted a line under the heading.
    The columns are all the same correct widths, please explain further what you are expecting for the column widths.
    Perhaps a mockup would help.

    Best regards,
    Mike

    Hi,
    Sorry I was testing differently, try clicking each menu link and the underline will show for the correct menu item.
    But unfortunately this won’t help with scrolling. So if this won’t help you try removing the script and remove the full url for each menu item so each item is just the hash (#) and the ID.

    Best regards,
    Mike

    in reply to: Portfolio Entries page #1427740

    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: How to update enfold theme #1427739

    Hey dloverly,
    Thanks for your question, Envato is the parent of themeforest
    Unfortunately a while back Envato (Theme Forest) changed how updates are done so if you are using v5 you will need get the latest version from your Envato account and manually update, then after you update you can create a Envato Token in your Theme Forest account so that future updates can be done easily, but your current version will not work with the Envato Token.
    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

    Best regards,
    Mike

    in reply to: Wie erstetze ich im Footer den Kriesi-Link? #1427738

    Hi,
    the code [nolink] removes the Enfold Theme by Kriesi
    I see that it is working on your site:
    Enfold_Support_4064.jpeg

    Best regards,
    Mike

    in reply to: Author #1427737

    Hi,
    Thanks for the screenshot, but WordPress does not have the ability to add co-authors to posts, are you using a plugin to create co-authors?
    Enfold_Support_4062.jpeg

    Best regards,
    Mike

    Hi,
    Thank you for your patience and the link to your site, I’m not sure why this is occuring but try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_menu_script() { ?>
      <script>
    document.addEventListener("DOMContentLoaded", function() {
      if (document.body.classList.contains("home")) {
        var menuItems = document.querySelectorAll(".av-main-nav .menu-item");
        function clearMenuStyles() {
          menuItems.forEach(function(item) {
            var aviaMenuFx = item.querySelector(".avia-menu-fx");
            if (aviaMenuFx) {
              aviaMenuFx.style.opacity = "0";
              aviaMenuFx.style.visibility = "hidden";
              aviaMenuFx.style.bottom = "0";
            }
          });
        }
        function setActiveMenuItem(hash) {
          menuItems.forEach(function(item) {
            var menuItemLink = item.querySelector("a");
            if (menuItemLink.hash === hash) {
              var aviaMenuFx = item.querySelector(".avia-menu-fx");
              if (aviaMenuFx) {
                aviaMenuFx.style.opacity = "1";
                aviaMenuFx.style.visibility = "visible";
                aviaMenuFx.style.bottom = "30%";
              }
            }
          });
        }
        menuItems.forEach(function(menuItem) {
          menuItem.querySelector("a").addEventListener("click", function(event) {
            clearMenuStyles();
            setActiveMenuItem(this.hash);
            history.pushState(null, null, this.href);
          });
        });
        if (window.location.hash) {
          clearMenuStyles();
          setActiveMenuItem(window.location.hash);
        }
      }
    });
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_menu_script', 99 );

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    In my test this seems to work.

    Best regards,
    Mike

Viewing 30 posts - 4,441 through 4,470 (of 34,631 total)