Viewing 30 results - 631 through 660 (of 7,495 total)
  • Author
    Search Results
  • Hi,
    The sidebar for the search result page is set to the Enfold Theme Options ▸ Sidebar Settings ▸ Sidebar On Pages but I assume that you don’t want to disable the sidebar on all of your pages, so try this css:

    #top.search-results #main .sidebar {
    	display: none;
    }
    #top.search-results #main .container .av-content-small.units {
        width: 100%;
    }
    #top.search-results #main .author-extra-border {
        right: auto;
        left: -100%;
    }
    #top.search-results #main .container .content.template-search {
    	border: none;
    }

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

    Best regards,
    Mike

    #1366266
    nimo1024
    Participant

    Hello,

    what effect is the writing:
    “Say hello to a recently upgraded Enfold!”

    on the current demo: https://kriesi.at/themes/enfold-parallax/

    you can see here the page : https://enfold.webers-webdesign.de/blog/
    you can see on the bottom that code-block. It is a part of postslider.php.
    And yes – i can see that the articel tag wasn’t closed before – but i do often post parts of code elements inside that code-block element. Never before i recognised such a result. But errors never occurred on the page/post itself; only in the search results page that error occurred.

    So can be closed – i only test now if the error occurs with Enfold code-block element only – or if it is due to the prism script to beautify codeblock element.

    Jason E
    Participant

    I am trying to figure out how to control the look and feel of the Search Results, for WooCommerce products. Obviously, I can do some things in CSS, but I am finding that it is pulling the full content of the product information, which by default shows all of the attributes and lots of other minor meta information. I have had success removing some of that, but am running into issues in that it is not parsing Enfold shortcodes like buttons.

    Is there an easy way to turn on the parsing for Search Results?

    Even better, is there a way to completely control the way search results are displayed?

    Thank you for any suggestions or guidance!

    -jason

    #1365999
    billbasler
    Participant

    Kreisi:

    This appears to be a fairly new problem. I have search threads, and other than some older posts, I cannot find the culprit. In short, the prices on my website (Woo) are rounding down to the nearest full dollar. It appears to be doing this by way of introducing a “sale” price, for example: A product may actually be $123.45 whereas Enfold, or Woo is rounding the price down to a flat $123 and presenting the reduced cost adjacent to the full cost as a “sale price.” See this product as an example, one of many: https://bjpond.com/product/harpoon-granular-aquatic-herbicide-40-lb-bag/

    When I look at any of the affected products, they are all priced accurately, in the above example, $166.19. Under the “sale price” field there is no entry. The product should not be showing at a sale price.

    The glitch appears to be triggering the addition of a red “Sale” icon as well.

    I have double-checked my Woo settings, to make sure that currency was still set to $ and that the decimal place was the desired two place setting. I am at a loss. You can see many of the affected products on the product slider on the bottom of the site homepage. Thank you —Bill Basler

    #1365974
    matin140
    Participant

    after updating to newest version of Enfold theme i’ve begun to recieve GSE errors about Data-vocabulary.org schema incorrect structured on the site but i cant find any reference to GSE error within the theme or plugins or any files for that matter so cant correct this issue
    help ..

    Guenni007
    Participant

    it seams to be an error only on one installation of mine. All other Enfold 5.1.2 do not have this.
    look for example on : https://enfold.webers-webdesign.de/page/2/?s=Web

    the last articles are not inside the content template-search container – so they look “unlayouted” – outside the normal container for the articles.

    does anybody got this too? And has an idea what could be the reason for it.
    I already disabled all plugins – and even cleared my customizations in my child-theme functions.php. – it is only that installation ???

    #1365702

    In reply to: searchfield in menu

    and by the way – if you like to have search input field on hamburger too – we can use that ID set above ( on hamburger the IDs will change to classes)

    you need this additional snippet just under the above inserted:

    function add_search_to_burger_menu(){
    ?>
    <script type="text/javascript">
    (function($) {
    	$('.av-burger-menu-main').one('click', function() {
    		var page = window.location.href;
    		var mobile = $('.menu-item-search');
    		var search = '<form action="'+page+'" method="get" class=""><div><input type="submit" value="" id="searchsubmit" class="button avia-font-entypo-fontello"><input type="text" id="s" name="s" value="" placeholder="Search"></div></form>';
    
    		setTimeout(function() {
    			if(mobile.find('form').length == 1) return;
    			mobile.html(search);
    		}, 500);
    	});
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_search_to_burger_menu');

    and a bit of additional css in quick css:

    #top #wrap_all #header #av-burger-menu-ul>li.av-active-burger-items.menu-item-search {
      padding: 15px 50px;
      position: relative !important;
    }
    
    #top #av-burger-menu-ul #searchsubmit {
      height: 45px;
    }
    
    #top #wrap_all #header #av-burger-menu-ul>li.av-active-burger-items.menu-item-search form {
      position: relative !important;
    }
    
    #av-burger-menu-ul .ajax_search_response {
      background-color: #efefef;
      border: 1px solid #ddd;
      padding-top: 20px;
    }
    
    #av-burger-menu-ul .ajax_search_response > a {
      padding: 10px 12px 20px !important
    }

    See Results on : https://enfold.webers-webdesign.de/

    #1365639

    In reply to: searchfield in menu

    Hi Korinna,

    Please follow Guenni007’s recommendation on this thread: https://kriesi.at/support/topic/search-icon-on-left-menu/#post-1185825
    Then go to Enfold > General Styling > Quick CSS, and add this CSS code:

    #top .avia-menu-text #searchform div {
        display: block !important;
        opacity: 1 !important;
        right: auto !important;
        transform: translateY(100%);
    }

    Hope it helps.

    Best regards,
    Nikko

    #1365536

    Topic: searchfield in menu

    in forum Enfold
    pepi
    Participant

    Hallo,
    ich möchte gern in Enfold Medical in der Menüleiste zum Aufrufen der Suche anstatt nur des Lupen-Symbols, direkt ein Suchfeld anzeigen, in dass man direkt ohne auf die Lupe zu klicken, den Suchbegriff eintippen kann.
    Ist das möglich? Wie?

    Id like to put a searchfield to the menu in Enfold Medical, not just a symbol.
    Is it possible? How?

    Korinna

    #1365226

    Hi,

    Thank you for the update.

    For the AJAX search, you have to directly modify the enfold/functions-enfold.php file, look for the avia_ajax_search function and this comment around line 410.

    //now we got everything we need to preapre the output
    

    Above this line, add this block.

    $sorted = array('portfolio' => $sorted['portfolio']) + $sorted;
    $sorted = array('post' => $sorted['post']) + $sorted;
    $sorted = array('product' => $sorted['product']) + $sorted;
    

    Best regards,
    Ismael

    #1364781

    Topic: Logo animation

    in forum Enfold
    Schmidtgrafisk
    Participant

    I just saw this cool logo animation, is it possible to do the same in Enfold

    https://tvis.com/?_search=brand&gclid=CjwKCAjwsfuYBhAZEiwA5a6CDE70Ukyr5IDMvQ0o8kE7ygAT7kys9VkwKb0JyVbJVUmAzUExMB3nGRoCIJEQAvD_BwE

    Alan ;)

    #1364692
    JoStudioDeRijp
    Participant

    Hi Kriesli Support,

    I’ve search already a lot un other threads but still cannot find the right solution for my problem.
    We have made about 45-50 websites in Enfold, always very satisfied with it :-)))
    But now the last months we have problems on a few sites with the Enfold-updates.
    It looks like the tokens on several websites don’t want to communicate with the updates.
    I send you the links and login credentials of 1 of them. Can you please help me?
    This one we’ve just started a few weeks ago, so the Enfold version is not that old. But I also have one still in 4.9.2.2 and offcourse I want to update that one also as soon as possible.
    Kind regards, Jolanda

    hm – first of all – as far as i know the bots of the crawlers will not follow submit buttons – thats the trick on prg patterns. So a search form like yours would not be affected by the “linkjuice” issue anyway.

    Is that an Enfold Search ALB element you put on the page? Because I don’t get a “link element” there in my DOM anyway:

    (click to enlarge the image)

    And even the search results beneath that form – do not have a rel : nofollow

    So now my question regarding your Enfold version in which this occurs.

    Edit: Ok now i see – this is the magnifier glass on top besides the navigation …
    It is only that link that opens the search input form – But doesn’t it even make sense to set a nofollow at this anchor for SEO reasons?

    Chris
    Participant

    Hi there,

    I noticed that scripts from maps.googleapis.com are loaded on every page in the admin backend, even though Google Maps is turned off in the theme options. I searched the forum and tried quite a few of the suggestions, but, to no avail.

    I finally was able to stop these requests by making a small change to a function in wp-content/themes/enfold/framework/php/class-gmaps.php:

    public function handler_wp_register_scripts()
    {
    	// this prevents the requests to maps.googleapis.com, if Google Maps is turned off in theme options
    	if( $this->is_loading_prohibited() )
    	{
    		return;
    	}
    	// leave rest of function unchanged
    }

    Although this works, I’d rather not change a core file. Plus, I’m new to Enfold and I am probably missing a better solution. Can someone please help me how to achieve the same, but do it properly? ;-)

    Thanks,

    Chris

    • This topic was modified 3 years, 6 months ago by Chris.
    #1364337
    brandreach_at
    Participant

    Hi guys

    I am getting this js error on one of my sites:

    <blockquote>jquery.js?ver=3.6.0:130 Uncaught Error: Syntax error, unrecognized expression: #search:query=kostbarmacher&attrib%5Bsearch_type%5D%5B0%5D=product
        at Sizzle.error (jquery.js?ver=3.6.0:130:402)</blockquote>

    I have deactivated all plugins and also the enfold child theme, and the error still persists.
    We are currently running:
    WP: 6.0.2
    Enfold: 5.1.1
    PHP 7.4.30

    Can you please have a look? I can give you access if you need since this is a test site.

    Thanks for supporting
    best, Jay

    #1364213
    edgeofcinema
    Participant

    Hello, My client wants to build a custom search field like this one,

    https://www.cgrc.org/services?county=Montgomery

    It’s a search field, with multiple drop down selections, that help find linked images that take you to specific services.

    Can I build something like this on enfold?

    #1364066
    Guenni007
    Participant

    Selfhost Custom Fonts

    In most cases, these will be Google Fonts. The reason for this procedure is to achieve a GDPR ( DSGVO ) compliance by delivering the fonts on your own server.
    Google Fonts are under SIL Open Font License (OFL) .

    In principle, however, any other commercial font source can be treated according to this procedure.
    Only some online web font creators refuse to convert such fonts for CopyRight reasons. Of course, you must have the rights of use for these commercial fonts.

    First a recommendation: too many different fonts do not necessarily support the legibility of your page. – Apart from that, it’s also not good for the performance of your page.

    Also consider if it is not enough to offer modern font files. If you look at the support for those mime types usability of woff and woff2, you will find that all modern browsers up to mobile browsers support this format. ( only Opera Mini does not). Should we therefore offer more font mime types on our upload, or accept that these browsers then have to live with the fallback font ( Helvetica, Times etc. )? – I think this is acceptable – and supports the performance idea.

    Consider whether you really need to upload an extra italic font file. Browsers can render an italic font style well from the normal font files without quality loss. Yes – as someone who also comes from print layout, I know that italic styles can vary considerably – especially with serif fonts. But therefore burdening the performance by double upload?

    ____________

    To be GDPR compliant – you have to disable the Enfold embedding codes of Google Fonts. There are internal solutions as well as quite a few plugins.

    *Deprecated snippet removed*

    slightly newer snippet from 2018 using filter – mentioned by Günter

    function my_output_google_webfonts_script( $activate ){
      return false;
    }
    add_filter( 'avf_output_google_webfonts_script', 'my_output_google_webfonts_script', 10, 1 );

    Now:

    Preparing fonts for Enfold import/export “Custom Font Manager” needs a bit of explanation – because sometimes I see very long lists under the Custom Font Manager – because some users upload font-weights of font-families separately.

    As far as I have tested, the Font Kit Generator from FontSquirrel does not support the font family option ( The zip files uploaded afterwards usually only output the 400 font-weight. ) . This is probably sometimes the reason for the separate uploading of the different font styles.

    I prefer the Transfonter – only the option to create a demo page should be removed in the settings;

    otherwise this would also be in the downloadable zip file. In principle, this zip file is ready to be uploaded. You only have to rename it with the name of the corresponding font – (the font-family name is taken from the fonts themselves, but the listing within the Custom Font Manager is done via this zip name).

    If everything has worked so far, the font family will be displayed in the Custom Font Manager.

    The uploaded Fonts will be at : General Styling – Fonts – Heading Font (or Font for Body text ) at the end of the dropdown list “Uploaded Fonts”:

    If you select this font under Enfold Child – General Styling – Fonts for your Body Text – or Heading Font, then this font will only be loaded according to the existing font-weights. A bold (700) setting ensures that the fontname-bold is loaded.
    If you have uploaded the italic fonts and set this via css, the explicit fontname-italic or fontname-bolditalic will be loaded.

    • This topic was modified 3 years, 3 months ago by Yigit.
    #1363863

    In reply to: 4xx Error for Ajax

    Rikard, I got 4 more today. I’m not getting them for our non-Enfold sites. Will you do a little more research for us and help us find a solution rather than telling us not to worry about it? That would mean a lot.

    Thanks

    #1363536

    In reply to: 4xx Error for Ajax

    Hi, I have the same problem. Google Search Console says that the URL …/wp-content/themes/enfold/framework/ is returning a 403 error. This URL is not indexed but apparently there are 4 pages which refer to it: the home page, a product, a blog article and a category page. I´ll give you the 4 links down below.

    Best regards,
    Sara

    #1363535

    In reply to: 4xx Error for Ajax

    Rikard,

    We are experiencing something similar here. A bunch of emails from Google Search Console about websites with indexing errors in Google Analytics > Page Indexing > Blocked due to other 4xx issue. The URLs for all of them include /wp-admin/admin-ajax.[php]. I researched it a bit and the suggestion is that it is the theme allowing this. Not sure if that is true or not. The websites are hosted across 4 different hosting providers but all are using Enfold. It is hard to determine if this error is due to the theme, WordPress, or server, or even if Google changed something. The email message is below. I don’t expect you to have an answer, but just want you all to be aware this is happening all of the sudden just today. Weird!

    Search Console has identified that your site is affected by 1 Page indexing issue(s). The following issues were found on your site.
    Top Issues
    • Blocked due to other 4xx issue
    We recommend that you fix these issues when possible to enable the best experience and coverage in Google Search.

    #1363477

    this comes from your search-box : View Our Stock
    you embedded that script via code-block – maybe you try better to embed it via child-theme functions.php
    i don’t know where inline js is loaded – but if it loaded before jQuery is present then an error message would certainly be expected.
    Do you load your jQuery in the footer? See: Enfold Child – Performance : “Load jQuery In Your Footer” Option

    Edit: if i look to that ( not minified ) script : https://apsr.autoplay.co.nz/Content/js/loader.search.box.js it seems that the script is loading its own jQuery from different external sources – maybe that comes into conflict with Enfold jQuery.

    #1363439

    Hey Tilman,

    Thank you for the inquiry.

    1-2.) You may need to manually insert the custom menu items directly in the enfold/includes/helper-main-menu.php template file or insert a text widget and placed it inside the header using action hooks. And copy the css or styles from the existing site.

    Please check the documentation below for more info on how to use hooks in order to insert a widget area inside the header.

    // https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    This is the actual html of the icon menu items from the TYPO3 site.

    
    <div class="NavService-wrap" role="navigation">
    <div class="NavService-item NavService-item--search">
                      <a class="NavService-item-link js-navSearch" href="/suche/">
                        <span class="NavService-item-title">Suche</span>
                      </a></div>
    <div class="NavService-item NavService-item--contactperson">
                      <a class="NavService-item-link" href="/ansprechpartner/">
                        <span class="NavService-item-title">Ansprechpartner</span>
                      </a></div>
    <div class="NavService-item NavService-item--contactform">
                      <a class="NavService-item-link" href="/fallmeldung/">
                        <span class="NavService-item-title">Fallmeldung</span>
                      </a></div>
    </div>
    

    Best regards,
    Ismael

    #1363390
    oestersund
    Participant

    Dear Team,
    we want to migrate the page below from TYPO3 to WP using enfold (currently early draft). The question is re. the menu bar look of specific items (TYPO 3: the red symbolized items like search, ansprechpartner, …

    1. Using a symbol instead / in addition to text – pls see WP draft “Team”
    2. Have a cusomt background on specidic menu items – pls see TYPO3 laoyut

    What is your recommendation to realize this? Does not to be 1:1 vs TYPO3, but a clear differentiation of Nav items left part vs right part

    thx a lot & best regards

    Re 1. I used so far in the menu specs:
    Team [av_font_icon icon='ue80b' font='entypo-fontello' style='' caption='' size='40px' position='left' color='' link='' linktarget='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='' sc_version='1.0' admin_preview_bg=''][/av_font_icon]

    -> maybe there is a more clever / better way I hope ..

    #1362950
    TSPCart
    Participant

    After searching, I could not find an answer ….
    Is there a way to center the text alignment for the widgets on the sidebar(s) – I’m using a right sidebar, and I see there is Left and Right, but no center. If I use a slider, it compensates for the block automatically, but a Enfold widget doesn’t seem to allow it.
    Thanks!

    #1362858

    Sorry, things getting confused. The code I want to implement in enfold-themes enables displaying the filenames on the search site (for e.g. xyz.pdf, xyz.docx and so on), not only the lnked title – so that the user can see, if its a PDF, Doc or Page.

    Thanks.

    #1362372
    Kinjal patel
    Guest

    Hi
    Our website is using Enfold theme and it has some errors in header.php file. After doing some research we found out that the php code is old ad should replaced with the new one.
    I want to ask if buying a new version of the theme will solve the issue or not?

    #1362201
    kMistDesign
    Participant

    I am trying to clean my website up using a plugin called Media Cleaner Pro.

    During the file system search it has found 6445 files are either .css files or .js files. They all start with the file name “dynamic_avia.” There are over 1GB of these files on the system. Is there a way to clean this up on my end or are all of them needed?

    Example of file names:
    dynamic_avia/avia-footer-scripts-41ab88f4e5dca24206d5fed7c14e2694—61106a8a33cc5.js
    dynamic_avia/avia-merged-styles-eeed3be8e4a5a4613e17b9eb48ec86c1—6111324c7cad3.css

    • This topic was modified 3 years, 7 months ago by kMistDesign.
    #1362073
    Andrew
    Participant

    Hi

    I recently noticed that 3 of my WordPress websites, all built with the Enfold have lost their favicon. Two of the websites run the latest version of Enfold, I can’t figure out why all three websites lost their favicon around the same time. The websites are:

    Removerr is the only website that has recently changed its favicon as it got a new logo, but the favicon had disappeared prior to the new favicon being added.

    Do you know if there is a bug with google?

    Kind Regards
    Andrew

    #1361672
    adapt
    Participant

    Hi there

    I’ve tried to search the documentation and prior support threads, but couldn’t find anything about this.

    Is it possible to use ALB to customize (or create a custom) author archive page(s)?

    I’m talking about this page: https://kriesi.at/themes/enfold-2017/author/kriesi/

    I’m aware it can be edited on the template file (I believe author.php?), but was hoping to avoid having to code it manually.

    Thanks!

Viewing 30 results - 631 through 660 (of 7,495 total)