Viewing 30 results - 1,291 through 1,320 (of 7,495 total)
  • Author
    Search Results
  • #1249274
    Dave
    Participant

    Hi
    Is there a way we can change the WooCommerce Product page order so we can have a different configuration?
    Like using the Enfold advanced page layout editor?

    Like on https://glovesandsanitisers.com.au/product/natural-hand-wash/

    When viewing on a Desktop and iPad. I’d like to have the Related Products directly below the Product Image(s). And then the Product Search, Product Categories Menu and Top Rated Products Menu.

    Or change the Product Page so Long Description section goes all the way across the page. Then below we have the Related Product section. Then below the Related Product section we the Product Search, Product Categories Menu and Top Rated Products.

    Any ideas would be fantastic :)

    Thanks, Dave

    Ernest Schoenmaker
    Guest

    Hi Nikko,
    I contact you again.
    What you suggested is not working. (only upload the enfold.zip file)
    It says; “Link Timed out” just after 4-5 seconds”

    Also; writing posts it is not possible to update post or make a new page.
    Also; Monsterisights app is not displaying search results.

    I write you this as complementary information so that may be you have an indication about what is wrong.

    Thank you for your support.

    #1249054
    mirr
    Participant

    Hi everyone,

    I made a custom searchbar in the header using this code:

    add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    dynamic_sidebar( ‘header-two’ );
    }

    Is it possible to make a search icon with a search bar coming out on mouseover?

    Thanks!

    #1248988

    Topic: CLS and LGP problems

    in forum Enfold
    rotarex
    Participant

    I am using Enfold theme for all my websites. I have a desktop CLS (Cumulative Layout Shift) problem, reported by Search Console on one of my websites, http://www.rotarex.ro . I don’t understand where this is coming from as I have been testing also on Chrome Metrics addon and it looks ok there.
    On the other hand, on other website, same theme, http://www.unicrotarex.com, I have a LGP (Largest Contentful Paint) problem. Can you help me in some way? Thank you in advance!

    hostworks
    Participant

    We are testing on a cloned site:

    cloned site

    click on the magnifying glass, enter 917 in the search field. You will see the little bubble images in the Ajax listing, but clicking on the magnifying glass or “View all results” yields the results without their images.

    Compare that to the live version:

    live site

    #1248808

    Hi,
    Sorry for the late reply, and thanks for the login, so I copied your two pages to my localhost to test, and applied the css & javascript from the documentation and observed the menu “active-item” class being added & removed constantly.
    This seems to lead to a performance issue, as you pointed out. So I researched this and found a better working script, which I adjusted to work with the sub-menu and css.
    So the css is the same:

    /* Active menu styles */
    #top .submenu-onepage .active-menu-item,
    #top .submenu-onepage .active-menu-item a {
    background: #000 !important;
    color: #FFF !important;
    }
    
    
    
    #top .submenu-onepage .av-subnav-menu > li > a {
    border-left-style: none !important;
    border-left-width: 0px !important;
    }

    Try adding this script to the end of your functions.php file in Appearance > Editor:

    
    function custom_sub_menu_highlighting_script(){
      ?>
      <script>
    (function($){
    // Cache selectors
    var lastId,
        topMenu = $("#sub_menu1"),
        topMenuHeight = topMenu.outerHeight()+15,
        // All list items
        menuItems = topMenu.find("a"),
        // Anchors corresponding to menu items
        scrollItems = menuItems.map(function(){
          var item = $($(this).attr("href"));
          if (item.length) { return item; }
        });
    
    // Bind click handler to menu items
    // so we can get a fancy scroll animation
    menuItems.click(function(e){
      var href = $(this).attr("href"),
          offsetTop = href === "#" ? 0 : $(href).offset().top-topMenuHeight+1;
      $('html, body').stop().animate({ 
          scrollTop: offsetTop
      }, 300);
      e.preventDefault();
    });
    
    // Bind to scroll
    $(window).scroll(function(){
       // Get container scroll position
       var fromTop = $(this).scrollTop()+topMenuHeight;
       
       // Get id of current scroll item
       var cur = scrollItems.map(function(){
         if ($(this).offset().top < fromTop)
           return this;
       });
       // Get the id of the current element
       cur = cur[cur.length-1];
       var id = cur && cur.length ? cur[0].id : "";
       
       if (lastId !== id) {
           lastId = id;
           // Set/remove active class
           menuItems
             .parent().removeClass("active-menu-item")
             .end().filter("[href='#"+id+"']").parent().addClass("active-menu-item");
       }                   
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_sub_menu_highlighting_script');

    In my tests this works much better and the scroll to anchor action from clicking the menu items also is much smoother, so please give this a try and if you still find a performance issue try disabling your other scripts and plugins to check for a conflict.
    In the script above it looks for the ID sub_menu1 for the sub-menu here: topMenu = $("#sub_menu1")
    This is the default ID for the first sub-menu on each page, so this should be fine, but if you use a custom ID for the sub-menu in the future please ensure to change this too.
    I also noticed that in your child theme it looks like the other script was added twice, once in the functions.php and in menu-highlight.js, after you remove the other script please ensure the new script is only added once. I’m sure that you would, I just wanted to point that out 😉

    Best regards,
    Mike

    #1248560

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    .search .entry-title a {
      color: #000;
    }

    Best regards,
    Rikard

    #1248289
    Jason
    Participant

    Hello. After updating to WP 5.5.1 and Enfold 4.7.4 my search menu and hamburger on mobile cover the logo.

    Please advise. http://www.galaxypress.com

    Thank you so much.

    Jason

    #1248287
    web4smallbusiness
    Participant

    Good morning
    I have recently created a couple of websites using Enfold and have just received notification, saying:

    Mobile Usability issues detected
    Search Console has identified that your site is affected by 2 Mobile Usability issues:
    Top Issues
    The following issues were found on your site:
    Text too small to read
    Clickable elements too close together
    We recommend that you fix these issues when possible to enable the best experience and coverage in Google Search.

    Please see Private content for website details.
    Your help would be greatly appreciate.
    Ivana

    #1248219
    OverlapAT
    Participant

    Hi,

    I have a page that has a blog widget on it which shows the blog entries in the Grid layout with just the title. I also want to show the author and the date. I searched around but nothing really worked or was the same problem.

    I found something about the postslider.php but I can’t make heads or tails of that.

    I guess I’d like it to look like that https://kriesi.at/themes/enfold-2017/blog/blog-default/ just without the text excerpt and the author instead of the comments.

    thanks

    Edit: I just found that the masonry layout works for this and it has the author and time. Can you add the categories to the masonry grid like they are shown in the blog grid?

    • This topic was modified 5 years, 5 months ago by OverlapAT.
    #1247628

    This worked, but now it’s showing a blue highlight when you hover over the hamburger and it’s showing blue highlight on the links that aren’t hovered over. How do I remove the highlight? Also I noticed once I added this CSS, the search bar was removed, but I was able to toggle it back on from Enfold>Main Menu>Append search icon to main men, but the text you enter is showing white on white bg and the searches that come up show larger text. How would I fix this?

    #1247535

    Topic: Sidebar Widget Issue

    in forum Enfold
    DimitriMTM
    Participant

    Hi,
    I could use some help with a sidebar widget issue.

    I created a custom blog page. Added the Enfold Blog Post element, specified the formatting settings, etc… that works.
    I also specified that I want to use the Sidebar Blog widget on the Right Sidebar. My Sidebar Blog widget area contains the most recent post, a dropdown with the categories and a search bar. This works but besides these elements, I also get a Widget area on top of the Siderbar Blog with pages (something similar like the default Sidebar Pages).

    I also verified the actual Widgets areas and they seem to be configured properly.

    Note that same settings on an individual blogpost, work as expected.
    Note that when I create a blank page and specify Right Sidebar with Sidebar Blog, it works as expected.

    I also cleared the Sidebar Pages widget area but this has no effect.

    Thanks,
    Dimitri

    #1247163

    Hey Jak73,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 768px) and (max-width: 1100px) {
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special, #menu-item-search {
        display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1247020
    spidxel
    Participant

    The same thing happens to me as in the topic:
    https://kriesi.at/support/topic/portfolio-items-with-redirects-in-search-results/

    I copied/paste the code:

    function remove_post_type_page_from_search() {
        global $wp_post_types;
        $wp_post_types['portfolio']->exclude_from_search = true;
    }
    add_action('init', 'remove_post_type_page_from_search');

    in the Additional Css (Customization) but it didn’t work, what could I do to show only the page and / or Post but not the Portfolio Item in the Ajax search result.?

    Another question I have is that WordPress is in Spanish but Search Results is shown in English (as well as the Enfold menu on the dashboard)

    #1246984
    rzurxn
    Participant

    Hi Enfold,

    I would like to change the colour of the Privacy Policy Link as shown in this screenshot: http://prnt.sc/ujze0g as you can see it is very hard to see with the default colour.

    I have done a search on your forum on how to change a LINK colour, but the suggestions on your forum by going to:
    General Styling -> Main Content-> Primary Colour doesn’t work for the Privacy and Cookie Pop up.

    Can you help me please?

    Thanks.

    Hey pathemeforestnet,

    Please try the following in Quick CSS under Enfold->General Styling:

    .woocommerce-product-search button {
        background: #000;
        padding: 10px;
    }

    Best regards,
    Rikard

    #1246594
    andreane1
    Participant

    Hi, I am having problems displaying the advanced custom fields with the Enfold Theme. I can get them to display but they do not display correctly

    Here is the website from which they are imported and how they display. We installed the same version of ACF Pro and Search and filter Pro

    Here is what I see :
    https://secure-it-pro.com/roseph_new/?p=677&preview_id=677&preview_nonce=0e39bcd4e8&preview=true

    #1246475
    mandalova
    Participant

    Hi there!

    I would like to have the mobile menu sticky.

    Input:

    • Latest versions of the software (WP, theme, plugins)
    • CSS&Javascript file merging and compression – ON
    • Child theme active
    • No other caching plugins

    So I searched for a solution on Google. I found several articles from 2015-2018 and the solution doesn’t seem to work anymore. I tried to add the code in the Quick CSS in the theme as well as in the style.css of the child theme.
    Please find some of those articles:
    #https://kriesi.at/documentation/enfold/header/#sticky-header-on-mobile
    #https://kriesi.at/support/topic/sticky-mobile-menu/
    #https://kriesi.at/support/topic/sticky-mobile-menu-5/

    Then I found that the style sheet that is loaded is not the one I am applying the new code and it is actually one of the “avia-merged-styles” sheets located in /wp-content/uploads/dynamic_avia. So I disabled the merging and compression.
    Then the style sheet has changed to /wp-content/themes/enfold/css/layout.css

    It seems both files are loading after /wp-content/themes/enfold-child/style.css. So I search on Google for “overwrite layout.css enfold” – result:
    #https://kriesi.at/documentation/enfold/add-custom-css/#enqueue-custom-css
    I applied the given code in the /wp-content/themes/enfold-child/functions.php and created wp-content/themes/enfold-child/css/my_custom.css.

    Still don’t work.

    So please, tell me how to make my_custom.css and/or styles.css to be the last to load, so that customizations stay even after update of the parent theme :)

    Thank you,
    Aleksandra

    pathemeforestnet
    Participant

    Hi,

    I need help changing Enfold shop search button to black (like the online demo).
    It is the submit button under “Search Products”.

    I don’t understand why the imported demo doesn’t look like the online demo in some details.
    I am tired of spending time searching for small changes, just to get the online demo appearance that I was supposed to get automatically.

    Can somebody help?

    #1246274

    Hey Maximilian,

    When experiencing a lot of failed transfers, the common issue is connectivity whether on your side or the server.
    I suggest updating via Theme Options in Enfold > Theme Updates.
    Please set the following permissions to your token:

    • View and search Envato sites (checked by default)
    • View your Envato account username
    • View your email address
    • View your account profile details
    • Download your purchased items
    • Verify purchases of your item
    • List purchases you’ve made

    Best regards,
    Nikko

    #1246272

    Hi Thorsten,

    I could see this error in Enfold > Theme Updates:
    Last time we checked the token we were not able to connected to Envato:

    • Purchases could not be accessed
    • Username could not be accessed (needed for your information only)
    • E-Mail could not be accessed (needed for your information only)

    Please make sure the token has the following permissions:

    • View and search Envato sites (checked by default)
    • View your Envato account username
    • View your email address
    • View your account profile details
    • Download your purchased items
    • Verify purchases of your item
    • List purchases you’ve made

    Best regards,
    Nikko

    #1246247
    mrheyes
    Participant

    Hi guys, opening a new thread:
    We are currently showing some fatal errors in Woocommerce based on some config errors in the Enfold theme:

    2020-09-13T08:08:35+00:00 CRITICAL Uncaught Error: Cannot use string offset as an array in /home/nhki9uva3g62/public_html/wp-content/themes/enfold/config-woocommerce/config.php:1596
    Stack trace:
    #0 /home/nhki9uva3g62/public_html/wp-includes/class-wp-hook.php(286): avia_woocommerce_ajax_search_params(‘Aumberposts=5&p…’)
    #1 /home/nhki9uva3g62/public_html/wp-includes/plugin.php(208): WP_Hook->apply_filters(‘numberposts=5&p…’, Array)
    #2 /home/nhki9uva3g62/public_html/wp-content/themes/enfold/functions-enfold.php(235): apply_filters(‘avf_ajax_search…’, ‘numberposts=5&p…’)
    #3 /home/nhki9uva3g62/public_html/wp-includes/class-wp-hook.php(286): avia_ajax_search(”)
    #4 /home/nhki9uva3g62/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
    #5 /home/nhki9uva3g62/public_html/wp-includes/plugin.php(465): WP_Hook->do_action(Array)
    #6 /home/nhki9uva3g62/public_html/wp-admin/admin-ajax.php(188): do_action(‘wp_ajax_nopriv_…’)
    #7 {main}
    thrown in /home/nhki9uva3g62/public_html/wp-content/themes/enfold/config-woocommerce/config.php on line 1596

    We are currently running theme version 4.7.6.3.
    Previous thread: https://kriesi.at/support/topic/woocommerce-issues-3/#post-1246199

    FionaH
    Participant

    Hi,
    My sitemap, generated by All In One SEO is listing a page (or image??) [website]/theme-backup-enfold-4-5-7/ in it.
    What is this?
    Where is this?
    How do I get rid of this?
    I also tried searching for this via cpanel and found nothing.
    tx

    Hi vantagepointmg,

    Thanks for giving us admin access, however, since Theme Editor is disabled I could not check the theme files.
    But since you’re not using a child theme, we advise using one so that this tweak will not be removed during the Theme Update.
    Please use this child theme: https://ufile.io/mur19ucs (it contains the tweak for the loop-search.php file)
    Then please follow the instruction in https://kriesi.at/documentation/enfold/child-theme/ Install a child theme from your WordPress dashboard
    The CSS instructed in https://kriesi.at/support/topic/add-featured-image-to-search-results/ is already added in your Quick CSS.

    Best regards,
    Nikko

    • This reply was modified 5 years, 6 months ago by Nikko. Reason: wrong child theme
    #1246011

    In reply to: Woocommerce Issues

    Hey guys, not sure if I should have started another post or not, but I’m having very similar issues:

    2020-09-13T08:08:35+00:00 CRITICAL Uncaught Error: Cannot use string offset as an array in /home/nhki9uva3g62/public_html/wp-content/themes/enfold/config-woocommerce/config.php:1596
    Stack trace:
    #0 /home/nhki9uva3g62/public_html/wp-includes/class-wp-hook.php(286): avia_woocommerce_ajax_search_params(‘Aumberposts=5&p…’)
    #1 /home/nhki9uva3g62/public_html/wp-includes/plugin.php(208): WP_Hook->apply_filters(‘numberposts=5&p…’, Array)
    #2 /home/nhki9uva3g62/public_html/wp-content/themes/enfold/functions-enfold.php(235): apply_filters(‘avf_ajax_search…’, ‘numberposts=5&p…’)
    #3 /home/nhki9uva3g62/public_html/wp-includes/class-wp-hook.php(286): avia_ajax_search(”)
    #4 /home/nhki9uva3g62/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
    #5 /home/nhki9uva3g62/public_html/wp-includes/plugin.php(465): WP_Hook->do_action(Array)
    #6 /home/nhki9uva3g62/public_html/wp-admin/admin-ajax.php(188): do_action(‘wp_ajax_nopriv_…’)
    #7 {main}
    thrown in /home/nhki9uva3g62/public_html/wp-content/themes/enfold/config-woocommerce/config.php on line 1596

    We are currently running theme version 4.7.6.3. Happy to send you site access in private if required.

    Site here

    Hey studiovene,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top.search .main-title.entry-title a {
        font-size: 26px !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1245695

    Hi Berebeeld,

    Thanks, I have checked your site and the reason your theme options menu disappeared is because of the WordPress 5.5 update (which is patched in the latest version of Enfold)
    I have installed and activated the Enable jQuery Migrate Helper plugin in order to temporarily fix this.
    I have checked Enfold > Theme Updates however the token you’ve entered in your site does not have enough permission.
    Please make sure it has the following permissions enabled:

    • View and search Envato sites (checked by default)
    • View your Envato account username
    • View your email address
    • View your account profile details
    • Download your purchased items
    • Verify purchases of your item
    • List purchases you’ve made

    Further instructions can be found here: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token

    Best regards,
    Nikko

    #1245422
    Takara22
    Participant

    My website is huge – 11 gigs – and I’m searching everywhere for what I can delete to get rid of some of the bloat. My hosting company does automatic backups and those take a lot of room too, because of how big the site is.

    I found several enfold zip files in the /wp-content/uploads folders and would love to delete them if they are no longer needed. They are 18 MB each.

    Thanks.

    #1245344

    Topic: custom column gap?

    in forum Enfold
    KulturDesign
    Participant

    dear support
    I´m having trouble while creating columns with gaps. How can I create 2 columns with individual gaps (for example 6px) – enfold offers just two versions:
    – no gap
    and
    – gap between columns (which is too big for my customer)

    But there are no settings for custom gaps – wether within 2 columns nor with 4 columns lay-out.

    I´ve searched the support forum for hours but can´t find a solution? I´ve already tried custom padding in color section ( https://kriesi.at/documentation/enfold/color-section/#custom-padding ) with no success.
    What else can I do?

    vantagepointmg
    Participant

    Hi there,

    Is there a way, using the Enfold default search icon, to have images show up with the results? More specifically, when searching for a product, can the product image show up?

    Threads I’ve already reviewed and tried:
    https://kriesi.at/support/topic/add-featured-image-to-search-results/
    https://kriesi.at/support/topic/a-thread-on-starting-a-new-thread/

    Your help is appreciated!

Viewing 30 results - 1,291 through 1,320 (of 7,495 total)