Viewing 30 results - 601 through 630 (of 7,471 total)
  • Author
    Search Results
  • #1366761
    DigitalEssence
    Participant

    Hi,

    I’d like to be able to overlay an element, say 3 x 1/3 columns over another element. For example a slider image. Other themes have this ability and it would be great if Enfold did as well. I’ve searched loads but can’t find any mention of it.

    As an example, here’s a screenshot:Screenshot of an element overlaying another

    #1366690

    Hi,
    yey, i want to use Open Sans for all of your fonts.
    Font Monaco is not installed – i cant see that in the enfold Custom Font Manager
    But the Monoca font must have been there for a while, because it is used on pages of several plugins.
    It must generally be gone – only where???
    Do you have an idea how I can search for it in the backend?

    best regards,
    Susanne

    Hey Gary,
    Thank you for your patience, the reason the icon font for the search icon is not showing is because you are getting a CORS error:

    Access to font at 'https://yoursite.com/denture6/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff' from origin 'https://www.yoursite.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

    It seems that the site with “www” is considered different than with no “www”
    I see in the wordpress settings the url is no “www” is the SSL certificate include both “www” and no “www” on your server?
    is your root site also an Enfold theme or only the /denture6/ directory? I’m not sure why your /denture6/ site is trying to get the font from your root site.

    Best regards,
    Mike

    garysch37
    Participant

    Dear Support Team: In my trying to add the Search form to my custom 404 page’s body, as in e.g.:

    Nothing Found – Sorry, the post you are looking for is not available. Maybe you want to perform a search?
    <search box> <magnifying glass search button>

    The magnifying glass search button appears correctly for me there, but when I do a search from that search box, on the Search Results page, the magnifying glass search button is not displaying correctly on that page’s Search forms (neither in the header nor the body):

    <search box> <little box with EB03 in it>

    If I do a search via the Header’s Search form, the buttons appear correctly on the Search Results page.

    Here’s how I got to this problem. First, I tried to add the following to a Code block on my custom 404 page, as you do in your default error404.php file:

    <?php
    
    get_search_form();
    
    ?>

    but that did nothing. So I deleted that code. Then I tried copying and pasting into the Code block the following HTML Form code that I got from the source code for a 404 page from https://kriesi.at/themes/enfold-2017/x.html, a page that of course does not exist (I’m commenting out the initial part that is external to my Code block):

    <!--<div class="entry entry-content-wrapper clearfix" id='search-fail'>
    <p class='entry-content'><strong>Nothing Found</strong><br/>
    Sorry, the post you are looking for is not available. Maybe you want to perform a search?</p>-->
    
    <form action="https://kriesi.at/themes/enfold-2017/" id="searchform" 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>

    Of course, I’m not surprised that just copying and pasting that search button’s value would not render properly on the Search Results page: as I said, it rendered as a little box with EB03 in it instead of the magnifying glass icon–in both the header and body search forms.

    Can you please help?

    Thanks,
    Gary

    • This topic was modified 3 years, 3 months ago by garysch37.
    • This topic was modified 3 years, 3 months ago by garysch37.
    • This topic was modified 3 years, 3 months ago by garysch37.
    • This topic was modified 3 years, 3 months ago by garysch37.
    #1366461
    Edyedu
    Participant

    Hello friends of Kriesi.

    I have a problem that cannot be solved. I have installed the latest (clean) version of WordPress. I have installed the latest version of ENFOLD and everything has worked correctly.

    The problem comes when I try to go to the “Import Demo” section and try to install any Demo for Enfold (for example, “Photography Portfolio Demo”, “Shop Demo”, “One Page Restaurant Demo”, but they all give me the same error:

    “Error accessing file for download:

    cURL error 28: Connection timed out after 10000 milliseconds”

    I have tried with PHP 7.4, 8.0 and 8.1 but in all cases it gives me the same error. I have also tried changing the attributes in the FTP on the server, but nothing, the same error.

    I have searched the forum, but I have not seen many cases like this, so I have not been able to solve the problem.

    Any ideas? Thank you!

    #1366457

    In reply to: searchfield in menu

    so – zunächst – bitte nicht bei den Enfold Optionen unter “Main Menü” die Option : “Append Search Icon To Main Menu” auswählen. Das wäre dann nämlich die Lupe.

    Wie oben beschrieben das in die child-theme functions.php:

    add_shortcode('avia_search', 'get_search_form');
    
    function avf_add_search( $items, $args ){
      if ($args->theme_location == 'avia'){
    	  $search = '<li id="menu-item-search" class="menu-item menu-search menu-item-top-level">';
    	  $search .= do_shortcode('[avia_search]');
    	  $search .= '</li>';
        $items =  $items . $search;
      }
      return $items;
    }
    add_filter( 'wp_nav_menu_items', 'avf_add_search', 10, 2 );

    und das hier in das quick css:

    .av-main-nav-wrap > ul:first-of-type {
      display: inline-flex !important;
      height: 100%;
    }
    
    #menu-item-search {
      line-height: 30px;
      position: relative;
    }
    
    #menu-item-search #searchform {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      height: 40px;
      line-height: 40px;
    }
    
    #top #searchform > div:first-of-type {
      position: relative;
      max-width: 200px;
      opacity: 1 !important;
      display: block !important;
    }
    
    #menu-item-search #searchform #s {
      padding: 10px 40px 10px 5px;
      font-size: initial;
      background-color: rgba(255,255,255,0.85);   /*** if you like to have transparency ***/ 
    }
    
    #top #searchform .ajax_search_response {
      background-color: rgba(255,255,255,0.85);
      position: absolute;
      top: 45px;
      padding: 10px 0;
      width: 100%;
    }

    hier kannst du sogar alle Home Varianten durchgehen – passt immer ( unter Home ist das Dropdown )
    4 entspricht dann deiner Header Setzung.

    https://basis.webers-testseite.de/home4/

    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, 4 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, 1 month 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 ..

Viewing 30 results - 601 through 630 (of 7,471 total)