Viewing 30 results - 1,231 through 1,260 (of 7,502 total)
  • Author
    Search Results
  • #1259851

    Gday Rikard
    Thanks again for your help with this. I added to my child functions file and the code is coming through in the head, but still not collecting at Analytics. The advice in the Google admin is to add the code as the very first item in the head. I’m not a coder, so I searched on how to do that but no luck. Do you know how to modify that function code to make the script first in the head?
    Thanks Rikard, I understand this is moving out of Enfold support per se, so any help at all is much appreciated.
    cheers
    Darryl

    #1259809
    emilconsor
    Participant

    Hello enfold support,

    we are currently having a problem with our URL slugs.
    Our Portfolio URL slug was always “referenzen”, but now we also need that slug as a parent for a spesific page to show “referenzen” in the breadcrumbs.
    When we select “referenzen” as a parent, the child page returns a 404 page, but only if Portfolio is already using the slug.

    I already search around online and it seems I am not the first person who has this problem.
    But I am not sure if this is error is because of some conflict or if this is just how enfold behaves?

    Is there a way to have “referenzen” for both Portfolio and Pages as a parent?
    Kind regards
    Gerry

    #1259689

    Hi Victoria,

    I hope you are well. I was researching older posts and noted that HubSpot forms is not compatible with the Enfold theme. It has something to do with coding, which is beyond my pay grade. The workaround I used was Contact Form 7, which also has a plugin used for connecting to HubSpot. This is sort of a lame solution, but appears to work.

    I’ve escalated to HubSpot as well to see if they might have a solution to work with the Enfold theme in the future. No response as of yet.

    Best,

    Chris

    akak
    Participant

    Hello Enfold-Team,
    I would like to place a big caption (name of each team member) at the bottom of each image (portrait) in the horizontal gallery. I have searched in the forum and placed some code in PHP file:

    function horizontal_gallery_subline(){
    ?>
    <script>
    (function($){
    $(window).load(function() {
    $(‘.av-horizontal-gallery-link’).css(‘bottom’, ’30px’);
    $(‘.av-horizontal-gallery-link’).each(function(){
    var imgTitle = $(this).attr(‘title’);
    $(this).after(‘<div style=”width:580px;”><p class=”text-under-image”>’ + imgTitle + ‘</p></div>’);
    $(this).css({
    ‘padding-bottom’ : ’20px’,
    ‘background-color’ : ‘transparent’,
    });
    $(‘.text-under-image’).css({
    “text-align”: “center”,
    “margin”: “-100px 0”,
    “color”: “#FFF”,
    “background” : “transparent”,
    });
    });
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘horizontal_gallery_subline’);

    The code fulfilled part of my wishes. However, I would like the enlarge the font size of the captions and place a transparent black rectangle as a background of the text. And I would like this effect to be responsive.

    Here attached my targeted visual and login info.
    Thank you very much!!

    #1259562

    In reply to: Enfold Showcase

    Launched on Monday. Advanced Woocommerce Site based on Enfold with some clever modifications.

    Dunrich Ltd are a wholesale cushion and wholesale cushion pad manufacturer based in Swadlincote, UK. The site correctly uses Attribute archives and the built in filter by category and filter by attribute widgets so that customers can find what they are looking for more easily. To achieve this, a widget area was added to the top of all shop pages with filters that show and hide depending on screen size. I also reinstated the quantity adjustment on the basket page for mobiles which is removed by default in Enfold. Its a little squashed on mobiles but a vital function.

    The media library is not organised by date to make it easier to manage products via spreadsheet upload.

    Mods
    The main menu is a modified version of the logo centre, menu below option. The logo is then adjusted to appear on the left making space for a widget area on the right. This is a variation of the settings in Enfold’s menu/header documentation.
    I have posted a tutorial on how to add the Search bar to the header area with Ajax here: https://kriesi.at/support/topic/product-search-in-top-bar-for-woocommerce-sites-with-ajax-dropdown-or-any-site/. This is a common ecommerce feature that Enfold can achieve with mods.

    All of the products are now arranged by colour first making the shop easier to navigate and much more attractive than the original version of the site.

    Any feedback is welcome.
    Dunrich Ltd Cushion Manufacturer UK

    The company has used an SEO service in the past who focused on the following pages.
    Dunrich Ltd Wholesale Cushion Pads, Inserts and Inners
    and
    Dunrich Ltd Wholesale Cushions and Cushion Covers

    The new site expands these areas and adds more detailed information including new content for Wholesale beanbags and white label manufacturing services. It also introduces a second page for Wholesale Cushion Inners and pads which previously only existed on a prod category not a physical page.

    Performance:
    Optimised using bespoke Functions.php, .htaccess settings alongside common optimisation plugins. wp-optimize and jetpack.

    Testing the site in Google lighthouse – Scores as high as 86/100 in performance testing which is fantastic for a Woocommerce site.
    Lazy load is enabled in Enfold alongside the lazy load module within Jetpack.

    #1259340

    Hi StrategyDriven,

    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 .avia_search_element #s {
        padding: 0 1em;
        height: 40px !important;
        line-height: 40px !important;
        min-width: 250px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    manyfloor
    Participant

    Hi guys,

    Open this ticket just to bring a solution I found to show search results products as the shop overview 3.0.0 (with the thumbnails, the first gallery image switch and the price).

    Look to find the loop-search.php in enfold/includes, make a copy of it and upload an edited version to your child-theme subfolder includes (commonly it is : enfold-child/includes).

    Then look the line 33 :

    echo "<span class='search-result-counter {$counterclass}'>{$post_loop_count}</span>";

    Replace it by :

     $searchimage = get_the_post_thumbnail( $the_id, 'shop_catalog' );
      $searchimagealt = avia_woocommerce_gallery_first_thumbnail( $the_id , 'shop_catalog' );
      echo "<div class='thumbs'><div class='thumbnail_container'>{$searchimagealt}{$searchimage}</div></div>";
      echo "<span class='search-result-counter {$counterclass}'>{$post_loop_count}</span>";

    And the line 52 :

    echo "<{$heading} class='post-title entry-title {$css}'><a title='".the_title_attribute('echo=0')."' href='".get_permalink()."' $markup>".get_the_title()."</a></{$heading}>";

    By :

    if( get_post_type() === "product" )
                    {
                        $product = wc_get_product( $the_id );
                        $price = $product->get_price();
                        $currencysymbol = get_woocommerce_currency_symbol();
                        $pricesuffix = $product->get_price_suffix();
                        
                        echo "<a href='".get_permalink()."'><div class='inner_product_search_table'><div class='inner_product_search_cell'><{$heading} class='post-title entry-title {$css}'>".get_the_title()."</{$heading}><span class='price'><span class='woocommerce-Price-amount amount'><bdi>{$price}<span class='woocommerce-Price-currencySymbol'>{$currencysymbol}</span></bdi></span>{$pricesuffix}</span></div></div></a>";
                    }
                    
                    else
                    {
                        echo "<a href='".get_permalink()."'><div class='inner_product_search_table'><div class='inner_product_search_cell'><{$heading} class='post-title entry-title {$css}'>".get_the_title()."</{$heading}></div></div></a>";
                    }

    Here is some css to customize the design (to adapt to your project) :

    ‘/*SEARCH*/

    #top.search .template-search .post-entry {
    margin: 0 1% 1% 0;
    width: 32.6%;
    float: left;
    clear: none;
    }

    #top.search .template-search .post-entry:nth-of-type(3n) {
    margin-right: 0;
    }

    #top.search .template-search .post-entry .search-result-counter, #top.search .template-search .post-entry .entry-content, #top.search .template-search .post-entry .post-meta-infos, #top.search .template-search .search_form_field .author-extra-border, #top.search .template-search .search_form_field h4 {
    display: none;
    }

    #top.search .template-search .post-entry .image-overlay {
    display: none !important;
    }

    #top.search .template-search .post-entry .inner_product_search_table {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }

    #top.search .template-search .post-entry .inner_product_search_cell {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    padding: 15px;
    }

    #top.search .template-search .post-entry > .entry-content-wrapper {
    padding: 0;
    }

    /*#top.search .template-search .post-entry .entry-content-header > a {
    display: inline !important;
    }*/

    #top.search .template-search .post-entry:hover .thumbnail_container > img.avia-product-hover {
    opacity: 1;
    filter: alpha(opacity=100);
    }

    #top.search .template-search .post-entry:hover {
    cursor: pointer;
    }

    #top.search .template-search .post-entry:hover .inner_product_search_table {
    opacity: 0;
    }

    /*#top.search .template-search .post-entry .avia-product-hover .thumbnail_container > img:first-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=00);
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -webkit-backface-visibility: hidden;
    }*/

    #top.search .template-search .post-entry .post-title {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 5px 0;
    font-weight: normal;
    }

    #top.search .template-search .page-heading-container {
    border: 0;
    margin: 0;
    padding: 0 0 20px;
    }

    #top.search .template-search .extra-mini-title {
    margin: 0;
    padding-bottom: 20px;
    }

    #top.search .template-search .search_form_field h4 + p {
    margin-top: 0;
    }

    /*#top.search .template-search .post-entry .post-title a:hover {
    text-decoration: none;
    }*/’

    I’ve also chosen to limit search results to products and posts (not pages) so I’ve add to my functions.php (child-theme) :

    /*Filter search results by type (only post and product allows) excluding page*/
    function wpb_add_cpt_search($query) {
      if ( !is_admin() && $query->is_main_query() ) {
        if ($query->is_search) {
          $query->set('post_type', array('product', 'post'));
        }
      }
    }

    Hope this will help you not loosing two days of your life :)

    #1258493

    Hey Tobias,

    Thank you for the inquiry.

    Which snippet did you add in the functions.php file? You might have added the snippet for Polylang instead of the code for the SearchWP plugin.

    // https://kriesi.at/documentation/enfold/search/#use-searchwp-instead-of-the-standard-search

    Best regards,
    Ismael

    fengler_it
    Participant

    Hi,

    as already said in the topic,
    1.) there is the desktop menu shown + an overlapping “Menü” (on the logo) shown + a “Menü” item in the desktop menu shown + two search lenses are shwon
    2.) there is no menu shown at my mobile phone.

    I am the new web developer of the customer’s website and the web developer before me made a child them with several modifications. After migrating the website to one of my servers id did not work at all, so i bought the current version of enfold theme and now have the problems.

    I’ll provide links to the original site (running old versions of enfold at php) and links to the new site (actual php and enfold)

    Kind regards.
    Thomas

    #1258346

    In reply to: Token not accepted

    Hey Jos,

    The following permissions are needed to be checked.

    • 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

    Here’s how it should look like:

    For further information please check: https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-5

    Best regards,
    Nikko

    #1258125

    In reply to: AJAX Search everywhere

    Hi Yigit,

    Thank you for your reply – I actually did manage to add search field properly (I have activated the shortcode [avia_search] in my child theme functions.php, and was using it for the search field).

    Besides – thanks a lot for showing me how to activate the the Layout Builder debug mode, it will be useful for a few other things – I didn’t know I could do that.

    Now back to the search fields I am placing in the pages: How can I have that search field behave the same like the search field I have in the header menu bar, in terms of searching for results while I type a word to search for? Is it possible with Enfold, or do I need to install Relevanssi or similar in addition (which I’d like to avoid)?

    Thanks again
    Kind regards

    #1258120

    In reply to: AJAX Search everywhere

    Hi,

    Have you tried Search element?
    If you need its shortcode, you can simply enable ALB debugging mode – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and add Search element to one of your pages and copy its shortcode :)

    Best regards,
    Yigit

    #1258046

    Topic: Token not accepted

    in forum Enfold
    imagetwo
    Participant

    I have 2 Enfold purchases at Envato.
    One for my website
    Yesterdag I bourght a new licence for an new website.

    Wenn I want to activate the new make token I get:

    Incorrect token permissions, please generate another token or fix the permissions on the existing token.

    Please ensure only the following permissions are enabled:

    View and search Envato sites
    Download your purchased items
    List purchases you’ve made

    Additional Error Details:
    Found too many permissions on token..
    sale:verify

    #1257867

    Hey ezfl0w,

    Thank you for the inquiry.

    You might have added the snippet for the Polylang plugin. For the SearchWP query adjustment, please use this code.

    // https://kriesi.at/documentation/enfold/search/#use-searchwp-instead-of-the-standard-search

    Best regards,
    Ismael

    #1257541

    Topic: Search Element results

    in forum Enfold
    CSenvato
    Participant

    Hi Enfold,
    We have been testing the Enfold Search Element. In this element a filter can be added to only show a certain post type. In our case we only want to show products. The ajax results work fine and the search results are only product. But the results on the search result page itself show all the search results. I expected to see only products there. Am I doing something wrong or is the filter only for the ajax results and not for the search page results?
    Regards,
    Rob van Heijst
    Clever Strategy

    #1257531

    In reply to: Masonry Element Sizing

    Hi Ismael, thanks for the reply. I think there was a misunderstanding now.

    For the masonry gallery I’m searching a way to keep the elements aligned in height as it is build now but with a perfect grid.
    I mean in general it would be cool to be able to build perfect grids with more interaction possibilities. It’s sometimes a bit hard in enfold if you’re not using only columns with the same height, like now in my case.

    Or, if that’s not working, second possibility is to build the look with the grid element. I think your provided css code for the image element is already build in the image settings. I could change that without your code. What I would like to have there is, that only the picture zooms within the container and not the text too.
    And to complete the look. I need the same styling/effect for the background image in the first column. Here I could only zoom the whole container and was not able to address only the background image just zooming inside the container.

    Could you help me with this? The login link above should still be active.

    Thanks

    #1257523
    adotopanuga
    Participant

    I used this tutorial (https://birchtree.me/blog/reading-time-wp-php/) to add reading time to enfold blog posts. However, i was only able to call the reading time on single blog posts by adding this code (echo reading_time();) to the …/enfold/includes/loop-index.php file. I noticed it is not showing up on the Blog Post Slider Element. I’ll like to make it show there also.

    I have searched on the forum and i know i need to edit the …/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php file.

    Could you please help with the code i need to insert and where, in order to make the reading minutes show inside the slide-meta div along with the date and comments meta on the blog post builder element set to grid layout.

    #1257498
    Tobias
    Participant

    Hi Support,

    thanks for the great theme and the nice documentation.

    We use the Code from https://kriesi.at/documentation/enfold/search/ to get SearchWP to work, but the ajax search doesn´t work.

    Please look at the private Content and the Temporary login Link.

    Thanks for your help!

    Tobias

    #1257377

    Topic: AJAX Search everywhere

    in forum Enfold
    donkrisho
    Participant

    Hello,

    Quick question: Is it possible to have the AJAX search enabled in all the search fields throughout the website, not only in the header search field? Let me be more precise: I am asking about getting the search results as I am typing a keyword, as it is the case in the header search field.

    Also, I am talking about the Enfold search field widget, not third-party. I am not using Relevanssi or similar, just the standard, embedded search function Enfold-WP.

    Thanks!

    Regards

    #1257247

    Hi pmsalvitti,

    We apologize for the delayed response.
    For a temporary solution to your issue, please go to plugins and search for Enable jQuery Migrate Helper plugin.

    Since you won’t be able to update via Theme Options from Enfold 3.5.8 (which uses API key) to the latest version (which uses token), I would suggest you to try the solution I posted on this thread or Guenni007’s solution (in the same thread)? https://kriesi.at/support/topic/a-bit-urgent-enfold-theme-and-child-theme-update-not-working/#post-1254106
    Also since there’s a huge gap in the update, there might be some issues, I would suggest backing up your theme settings: https://kriesi.at/documentation/enfold/backup-theme-settings/ and also backing up your site: https://kriesi.at/documentation/enfold/backup-wordpress-site/
    Hope it helps.

    Best regards,
    Nikko

    #1257026

    Topic: Favicon not showing

    in forum Enfold
    Bpieterse
    Participant

    Good day Enfold Forum,

    Today i want to present a problem which is bothering us for a few day’s now.

    The url of the website: www . futureprofessionals.nl/
    If you have feedback on the website we would really like to hear! :)

    I think i tried everything but maybe I’m overlooking something.

    So we put the favicon in multiple formats and way’s but based on these article so:
    https://stackoverflow.com/questions/11362968/favicon-not-working

    https://community.wappler.io/t/favicon-ico-png-not-displaying-in-chrome-solved/6099

    So we are compliant to the guidelines of Google:
    https://support.google.com/webmasters/answer/9290858?hl=en

    I tried this via WordPress Plugin “Favicon door RealFaviconGenerator” not working.

    The Enfold favicon in theme: tried 512 x 512, 48 x 48, 16 x 16

    The frontpage favicon: tried 512 x 512, 48 x 48, 16 x 16

    I really don’t know why Google Mobile is not picking up our Favicon. In Google Search Console it’s visible, in Duck Duck Go it’s visible but we really want it to be visibile on Google.

    We have to wait a day before Google crawles our website so every day we are trying a new way to see if it sticks.

    Really looking forward to your reply.

    Kind regards,

    Bob

    • This topic was modified 5 years, 5 months ago by Bpieterse.
    #1256865
    ezfl0w
    Participant

    After implementing the code from https://kriesi.at/documentation/enfold/search/, no AJAX search results are shown when using the search icon.

    After hitting enter or clicking the search icon, SearchWP results are shown as intended. I do see a PHP error logged, let me know if you need the output.

    Is this code only for SearchWP v3 or also v4?

    #1256593

    Hey ESWEENEY113,

    Those errors are due to insufficient permission.
    Please make sure that token you have added has the required permission:

    • 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

    For more information regarding this issue, please check our documentation: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Nikko

    #1255991
    Nakupenda
    Participant

    Hi Guys,

    We have an issue displaying widget content above the footer. After thorough research we have found the problem to be related with the section components.

    Situation:
    In the child theme functions.php we have created a function that calls for a widget.
    In that widget we use custom HTML and set an Optinmonster script. That scripts loads a container with an e-mail optin call-to-action.
    Somehow the content of this container is much larger then it should be and floats over the page content.

    We’ve made an Example: https://www.anglers.nl/test-enfold-issue/
    Note that that at this moment this is the only page the optinmonster script is called for.

    The problem occurs on pages where we use the Enfold Advanced Layout builder and the elements at the bottom of the content are placed within a layout element (<div id=”av_section_X”).

    Please note that we have ruled out that optinmonster is the problem:
    – if elements are NOT placed within a layout element (<div id=”after_section_X”) the content does not float over that element
    – the same Optinmonster script is used on blog pages. We do not use the Enfold builder for blogs. We have no problems there.
    https://www.anglers.nl/stappenplan-in-10-stappen-een-nieuwe-website-laten-maken/

    It looks like there is an issue with the section containers.

    Please help!

    #1255600

    The host has resolved things!

    It looks like the Avia Builder which is packaged with the Enfold theme was triggering what appears to be HTML and PHP injection at a rate which most quality security software platforms would see as malicious when its functions are being triggered which caused some assets to not be able to be accessed.

    During testing, switched over to PHP 7.4 which is currently the latest and the site looks to be loading quite nicely on that, it also reduced a number of the warnings in error logs. Also disabled a couple of security rules that the Avia Builder is triggering, however highly recommend that you re-enable WordFence and run a full scan of the site to check for any issues that may be present within your sites theme and its packaged Avia Builder as removing security from your setup is not an ideal solution. The way the Avia builder functions are interacting indicate that something is amiss within its setup, and an online search came back with quite a lot of forum entries where other users with the same theme have had similar issues. I also recommend checking if there is a newer version of your theme available from the theme developers as its possible that an update to it could clear things up.

    #1255572

    Hey Eefke,

    Unfortunately, that area is not our expertise. Perhaps a general comparison search will give you a good starting point in finding out how they would perform on Enfold.

    Best regards,
    Jordan Shannon

    #1255528
    PM
    Participant

    Dear members of the forum!

    We use the blog posts in enfold. We have checked the code Test . The result of the code check gave the following error:

    image
    Feld "image.url" fehlt (optional)

    What to do?

    Thanks a lot!
    Best regards,
    PM

    #1255512
    tremblayly
    Participant

    Hi
    I searched and found the following CSS that I thought would help me customize the entry H3, a, titles to the following page:
    .page-id-597 #top #wrap_all .main_color .grid-entry-title {
    font-weight: bold!important;
    color: #760008!important;
    }
    These changes don’t get applied.

    I’ve added the CSS in my general styling tab on the Enfold settings.

    The page link is here: https://thecurryqueen.com/recipes/

    Can you please help me figure out why these changes don’t get applied even when I use the !important.
    Thank you
    Lyse

    #1255410
    salamistinkt
    Participant

    I discovered I missed an update (or maybe a few), because of the theme options weren’t showing anymore in the dashboard. Probably for a while, but didn’t notice it before. Searching other topics I found this link: https://kriesi.at/documentation/enfold/install-enfold-theme/#reinstall-or-update-using-ftp
    Tried it and it went all wrong… The child theme was broken after updating. So now I’ve put the backup back, but still don’t know how to update without messing up my website.

    #1255327

    I have the same problem, probably for a while, but didn’t notice it before. Searching other topics I found this link: https://kriesi.at/documentation/enfold/install-enfold-theme/#reinstall-or-update-using-ftp
    Tried it and it went all wrong… The child theme was broken after updating. So now I’ve put the backup back, but still don’t know how to update without messing up my website.

Viewing 30 results - 1,231 through 1,260 (of 7,502 total)