Forum Replies Created

Viewing 30 posts - 4,741 through 4,770 (of 34,921 total)
  • Author
    Posts
  • 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

    Hi,
    Thanks for the feedback, try using the Custom Element Templates please read the documentation here.

    Best regards,
    Mike

    in reply to: Make the timeline change based on the day. #1427728

    Hi,
    To change the font size, please use the element font size options, note that you can also set the size based on the device size by clicking the device icons and setting a size for each one if you wish.
    Enfold_Support_4060.jpeg
    It looks like you have the timeline in a 1/3 column and the next item in a 2/3 column while it has a lot of extra space to the right, perhaps if they were both in 1/2 columns it would give you more room. Then after you change the font sizes it should look better. the only padding and margin is from your site layout, it has a max-width of 1310px at Enfold Theme Options ▸ General Layout ▸ Dimensions ▸ Maximum Container width so you could change that setting or try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .responsive #top.home #av_section_2>.container {
    	max-width: 100%;
    }

    to change the max width for just that one section
    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: Widget equal column widths #1427726

    Hi,
    Thanks for the link to your page, when I examine your footer widgets they are all the same width:
    Enfold_Support_4058.jpeg
    the widget that is highlighted looks smaller because it has 7 links on 7 lines so it doesn’t look wide, but it’s the same.
    If you want a line under the widget titles, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #footer .widgettitle {
    	text-decoration: underline;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Nain Menu Styling Background #1427725

    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: Website speed #1427724

    Hi,
    I tested the page you linked to, linked below, and it loaded in about 4 seconds which is pretty good, I did notice some of your images are large
    Enfold_Support_4054.jpeg
    so if you compressed these it would help, I tested your three largest images on TinyPNG.com and found that you could save 73%:
    Enfold_Support_4056.jpeg
    They have a plugin if you want to try it, or you can use their site to compress the images and then replace yours via FTP.
    Please note that if your original image was compressed when you uploaded it, WordPress makes copies of it for the different thumbnails and then adds the new image size to the file name like your-image-705×529.jpg but these new images are often larger that the original and are the ones you see on the frontend, so this is why I recommend a plugin that will work on these or downloading these images via FTP or your webserver file manager then compressing them and then upload them via FTP so WordPress doesn’t make copies of them again. Check out this post: How to bulk compress WordPress images.
    When I check your site it looks like you are not using a caching plugin, does your webhost offer server caching like Varnish or Litespeed, typically these are better than a caching plugin, otherwise WP Fastest Cache is a good plugin.
    Hopefully this will be helpful.

    Best regards,
    Mike

    in reply to: Missing or wrong type of fields in WPML translation editor #1427719

    Hi,
    This sounds like what Ismael was recommending, I also don’t see how this could be an issue.
    I see that it has been a couple of days since you have done this so I assume that you have tried clearing your browser cache? that this has been working well for you, would you like us to keep this thread open for a couple more days, or shall we close this then?

    Best regards,
    Mike

    in reply to: portfolio sorting by title not working #1427718

    Hey Munford,
    Thanks for the link to your test page /test/ I see the your example sort by title descending & sort by title ascending seem to be in the same order, but when I test on my demo site the sorting works correctly, so perhaps your error is due to a plugin conflict. It sound like you are using a plugin so please try disabling it and see if the sorting them works correctly. If you are using custom post types then try using the theme portfolio type that the element was designed for and see if it then works correctly. You can only choose the categories for the portfolio items and not a Custom ID Attribute, so try adding a category of “recent” instead.
    If this doesn’t help and you have disabled your plugins, try disabling any customization in your functions.php to find the conflict.

    Best regards,
    Mike

    in reply to: Widget equal column widths #1427717

    Hi,
    Perhaps we can assist with some css if you link to your page so we can examine, I’m not sure what you mean by keyline, so perhaps a screenshot or mockup of your desired outcome would help.

    Best regards,
    Mike

    in reply to: Make the timeline change based on the day. #1427716

    Hi,
    The default Vertical Alignment Title and Content is baseline, if you would like it centered please adjust this setting.
    Enfold_Support_4050.jpeg
    It looks like there is some left padding on your timeline element, I’m not seeing this on my demo site so perhaps the shortcode you wrapped it with has some styling, please link to your page so we can examine.

    Best regards,
    Mike

    in reply to: change look of the website #1427714

    Hi,
    You will need to enable a transparent header for the page in the backend of the page in the sidebar under Layout ▸ Header visibility and transparency ▸ Transparent Header
    Enfold_Support_4048.jpeg

    Best regards,
    Mike

Viewing 30 posts - 4,741 through 4,770 (of 34,921 total)