Viewing 30 results - 1,531 through 1,560 (of 7,495 total)
  • Author
    Search Results
  • #1208904
    acscreativenew
    Participant

    Hi,

    Im using WPSearch with Enfold. Its working out great are it seems Kriesi supports this plugin and lets us interage it into enfold.

    I am having a issue however.

    Im trying to create a supplemental search using their template but I want it to display the default endfold search results template. Do you guys think you could integrate their supplemental search into your search template.

    I have tried a couple different way with no real luck. You can see the template they supply here

    Think we can get a search template to utilize that code but display just like the standard enfold search?

    Hey Kick,

    Thank you for using Enfold.

    We are not really sure what you’re requesting or what you’re trying to do with the search results. Could you explain it a bit further?

    Are you using a multilingual plugin like WPML or Polylang, and how do you save the search results in the database?

    Best regards,
    Ismael

    jlbenton3
    Participant

    I have created a map using Mapbox Studio. Great. But when I place the map html in an Enfold Code block, I think the Mapbox css and the Enfold theme css are conflicting. First, the word “search” in the search bar is way too far to the left and conflicts with the magnifying glass in the field. I think what is happening is that the code is calling a style sheet that lives at a Mapbox link and calls the “text/css” stylesheet. Unfortunately I cannot edit it.

    I did find that after I published the test page, I was able to look at the published code (Safari > developer tools) and discovered this batch of code is controlling the search bar area. Question, where can I place this in the “ORIGINAL CODE” below so that it “over rides” the “text/css” style? Or is there a place in Enfold that is conflicting with this? If so, what would there be a “Quick Css” code block to resolve this?

    God I hope this makes sense. Thank you!
    _______________________________________
    Code I found in “developer mode” in Safari
    _______________________________________

    }

    .mapboxgl-ctrl-geocoder input[type=’text’] {
    font-size: 12px;
    width: 100%;
    border: 0;
    background-color: transparent;
    height: 40px;
    margin: 0;
    color: rgba(0, 0, 0, .5);
    padding: 10px 10px 10px 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    }

    ________________________________________________________________
    ORIGINAL CODE
    ________________________________________________________________

    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8" />
    <title>Add a geocoder</title>
    <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" />
    <script src="https://api.mapbox.com/mapbox-gl-js/v1.10.0/mapbox-gl.js"></script>
    <link href="https://api.mapbox.com/mapbox-gl-js/v1.10.0/mapbox-gl.css" rel="stylesheet" />
    <style>
    	body { margin: 0; padding: 0; }
    	#map { position: relative; top: 0; bottom: 0; width: 100%; height: 800px }
    
    </style>
    </head>
    <body>
    <script src="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.5.1/mapbox-gl-geocoder.min.js"></script>
    <link
    rel="stylesheet"
    href="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.5.1/mapbox-gl-geocoder.css"
    type="text/css"
    />
    <!-- Promise polyfill script required to use Mapbox GL Geocoder in IE 11 -->
    <script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.auto.min.js"></script>
    
    <div id="map"></div>
    
    <script>
    	mapboxgl.accessToken = 'pk.eyJ1IjoiamxiZW50b24zIiwiYSI6ImNrNDk5ZHJueTAyeXgza3FsdGVzMDlhazMifQ.gc96rKCrNLrnYma9uxxOEg';
    var map = new mapboxgl.Map({
    container: 'map',
    style: 'mapbox://styles/jlbenton3/ck9fnaxcp2cyi1io5j0r32ndp',
    center: [-82.114, 34.91],
    zoom: 9.93
    });
    
    map.addControl(
    new MapboxGeocoder({
    accessToken: mapboxgl.accessToken,
    mapboxgl: mapboxgl
    
    })
    ); 
    
    // Add zoom and rotation controls to the map.
    map.addControl(new mapboxgl.NavigationControl());
    
    </script>
    
    </body>
    </html>
    • This topic was modified 5 years, 10 months ago by jlbenton3.
    #1208518

    Hi Ismael,
    Thanks a lot for your answer :-)
    I added your code, but nothing really changed. I also tried to add #top before this code or add !important everywhere, but nothing…
    This is how it looks like: https://imgur.com/sJk9P75
    Last days I also noticed something. When I create a widget area on a page and then I add an Enfold search bar in it, it is one more different design: https://imgur.com/pgkqpY9. I don’t understand why… Anyway, this design is exactly the one I would like to achieve for my WooCommerce search bar.
    Thanks a lot for your help!

    #1208474
    Telmore
    Participant

    Hi,

    I have added a search box in the main menu of my site. I followed these two threads to get this to work: https://kriesi.at/support/topic/search-box-and-image-next-to-header-menu/ , and, https://kriesi.at/support/topic/adding-search-bar-to-header-cant-find-enfoldincludes-folder/#post-476685

    But as I use a megamenu, the dropdown in the menu has now moved to the left of the screen, so it is not visible in its entirety. How do I get it back to align in the center of the screen?

    Best regards,
    Susanne

    Frank Olivo
    Guest

    Hi there,
    You have an article linking to a dead post on Yoast’s website at https://kriesi.at/support/topic/google-maps-in-enfold-einbinden-keine-anzeige/. It was a guide to setting up Google Search Console and connecting it to the Yoast plugin, but it was from before Google rolled out the new interface and Yoast probably just deleted it since it was outdated.
    I shot a video walkthrough of the same topic and put it up on our site at https://sagapixel.com/seo/search-console-wordpress/. If you would consider taking a look at it and swapping out the dead link for the video I did, I’m sure it would make a great replacement for someone wishing to learn how to set up a GSC for a new website.
    I appreciate your time and if you do decide to replace the broken link with one to our post, thanks!
    Frank Olivo Sagapixel
    Connect with me on Linkedin

    Hey Mia Magwari,

    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 (max-width: 1024px) {
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Yes, the logo remains the same size, you can have the burger menu at 1024px with the code above.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1207721

    There is an update for The Events Calendar, from version 5.0.3.1 to version 5.1.0.
    In the meantime, waiting for the Enfold update, should I go for this plugin update or it will mess up even more with Enfold?
    The changelog of v 5.1.0 is as following

    [5.1.0] 2020-04-23

    Feature – Add a “fast forward” link to Month and Day views when there are no events to show. [TEC-3400]
    Feature – Add tribe_events_views_v2_use_ff_link and tribe_events_views_v2_{$this->slug}_use_ff_link filters to allow control of the link. [TEC-3400]
    Feature – Add Recent Past Events Views. [TEC-3385]
    Tweak – Improved on meta data handling of for Blocks editor.
    Tweak – Deprecate Select2 3.5.4 in favor of SelectWoo
    Tweak – Load plugin text domain on the new tribe_load_text_domains action hook, which fires on init instead of on the plugins_loaded hook. [TEC-3406]
    Tweak – Add a constant TRIBE_CACHE_VIEWS to turn off views HTML caching.
    Fix – Theme navigation warning around post_date = ‘0’ no longer happens when using Page template for Updated Views [TEC-3434]
    Fix – Selecting other Page templates from Settings > Display now loads the correct template properly, to display events.
    Fix – Preventing redirects from updated Views V2 to be too broad and end up catching requests from other Plugins, reported by GravityView team on Gravity Forms bug with imports.
    Fix – Prevent PHP errors from happening during bulk activation or deactivation of the plugin [TCMN-53]
    Fix – Correct iCal link on month view for months other than the current one [TEC-3267]
    Fix – Correct a few incorrect and/or typoed text domains [TEC-3390]
    Fix – Ensure we pass search keywords when changing views and in the top-bar nav [TEC-3282]
    Fix – Prevent Blocks editor from throwing browser alert when leaving the page without any changes applied to the edited post.
    Fix – Several strings have been adjusted for consistency and better translatability [BTRIA-307]
    Hook – Add the tribe_events_blocks_editor_is_on filter; returning a falsy value from this filter will prevent the Blocks Editor to ever be active on Events; else the settings from Events > Settings will apply [TEC-3349]
    Tweak – Add some filters for better control of link targets, standardize the way we create those links [TEC-3402]
    Language – 4 new strings added, 286 updated, 1 fuzzied, and 2 obsoleted

    #1207714
    Fibou
    Participant

    Hi Guys,

    I have a problem to install the child theme since the last update.
    It didn´t work to upload directly from wordpress so i tried it via filezilla, but
    it seems that the installed parent theme will not be recognized.
    When i have a look at the appearance -> themes there is following error message:
    The following themes are installed but incomplete.
    The parent theme is missing. Please install the “enfold” parent theme.

    After searching a few hours i couldn´t find any solution for it..
    Would be so glad if you could help me with this :)

    Thanks in advance!

    #1207170

    Hey nkraak,

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

    #header .widget_search {
        position: absolute;
        right: 20px;
        top: 45px;
    }

    Best regards,
    Rikard

    #1207043
    Claudia
    Participant

    Hello,
    I wonder, that Enfold didn’t adjust size of heading for mobile. I searched in the forum and found some screenshots, where in register Styling of Special Heading are the Option for Font Size and Icons for Desktop, Tablet and Mobile.For Example this:
    https://postimg.cc/rKssJ5pS

    But in my in my Settings of Special Heading, there isn’t this option for Font Size:
    https://www.screencast.com/t/PGHlYeP9ioL9
    https://www.screencast.com/t/QpDvQMnxO6IZ
    I have installed actual Enfold 4.7.4. What’s the reason for this difference?

    thanks
    Claudia

    • This topic was modified 5 years, 11 months ago by Claudia.
    #1206749
    lopinus
    Participant

    Hi support,
    I’m using ajax search for woocommerce on our website which gives the user different search results. One of them, the product result, shows the product in a preview layer next to the results list. Below the product image users can choose a quantity and put the product into their cart right out of this dialog.

    I assume there is a JavaScript function that converts standard quantity input to quantity in Enfold style with “plus” and “minus”, is that correct? How can we add those plus/minus buttons on the quantity field when we call woocommerce_quantity_input() in AJAX because Enfold doesn’t add it automatically?

    Here’s the website, the search field ist directy below the top slider. Please try POLAR as search term and hover the results below the “PRODUKTE”. The single product view with quantity input opens on the right side:

    Thank you very much in advance!

    • This topic was modified 5 years, 10 months ago by lopinus.

    Hi, I’m not sure if this is the same issue, but I’ve encountered a problem with shortcodes showing at the top while having to scroll to the bottom to use the Avia Layout Builder from Enfold 2017.

    Of course, this is a little annoying but even more so, I keep getting a message stating “This block contains unexpected or invalid content.” which causes the block to expand to show the entire page, so it takes forever to get down to the builder. Idk why this is showing and the front page seems to look and act completely fine. I tried to resolve it and then save the page once it’s corrected, but when I open the page up again, the error is back.

    I think this also has to do with every page claiming “There is an autosave of this post that is more recent than the version below. View the autosave”
    When I always save my page after making changes. But now even when I don’t make any changes, it acts as I did by asking if I want to save or leave.

    This whole experience is highly frustrating especially since the front end looks completely fine and unchanged, and yet everything that’s supposed to resolve these issues doesn’t actually “stick”.

    If someone could please look into it, I’ll provide my login. I’ve searched on all the forums and tried to solve it myself but after a week, I really need your help!

    Thank you in advance!!

    –Steph

    #1206177
    thinkjarvis
    Participant

    Hi All,

    I am sharing a very quick and easy solution to add the search function to any Enfold menu.

    The search page url is https://www.yourdomain.co.uk/?s

    To add a search to the menu simply go to appearance > menus > add a custom links

    URL: https://www.yourdomain.co.uk/?s
    Navigation label: <span class=”av-icon-char” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello”></span> Search
    Title: Search

    There are some other solutions but this one seems to be the simplest.

    Note that the search page https://www.yourdomain.co.uk/?s is always there even if you disable it in the back end.

    #1205984

    Hi Victoria,

    As you can see on this screenshot (https://imgur.com/4EjC4Wo) or on my website, I temporarily added two search widgets in the third column of my footer:
    – The first one is a woocommerce products search widget a little bit customized using css
    – The second one is a classic Enfold search widget

    So, to be clear, I would like to do two different things:
    1) In my footer, I would like to keep the woocommerce search widget, but with exactly the same design than the Enfold search widget (I don’t know what is the easier way between adding some css to a woocommerce search widget, or changing action of an Enfold search widget using some php…)
    2) For the second thing (in the header), I only want to keep exactly the same design, with the magnifying glass icon on the right of my main menu, but I want this icon to use woocommerce products search and not Enfold search.

    What do I need to do to achieve these two things?

    Thanks a lot! :-)

    #1205890
    togetherconcept
    Participant

    Since we updated wordpress on version 5.4 and enfold on 4.7.4 the DE_formal dors nor work e.g. in breadcrumbs or on 404-pages.
    Thus it only appeared on several sites we built with enfold we guess, that the reason has to be search in enfold and not in wordpress.

    Thank you for your answer.
    Stephan

    harrysdk
    Participant

    I will try to explain as best as i can.

    I have a site that works fine on a subdomain *tmp.homeofetheria.com but when i moved it to main domain i have the following issues with the products:

    If i am viewing a list of products and press any product to add to cart, it will be added and the cart will start showing on the right side of the page. If i click on details of a product and then try to add to cart it will not go into cart and the page will refresh to the specific product.

    adding a product from a list of products will go to cart, but when i go to cart i cannot update a different quantity of a product (will always remain 1). I asked webhost if I have server object caching such as Memcached or Litespeed and still waiting for an answer. I can provide access so you would check it out but there’s not much i can do myself

    Also something trivial .. after i translated enfold to greek, how do i use it? Searched forums etc they mostly talk about wordpress language and not enfold in frontend

    Thank you for your time

    #1205586

    I looked for some solution on my side and I found the css
    .woocommerce-product-search input {}
    which helped me to do some of the changes I wanted.
    But I would like to customize the woocommerce search bar like the Enfold search bar (a unique bar with the magnifying glass on the right and no search button)… How could I do that?
    For my second question I’m still looking for a solution… If you could help me please…
    Thanks a lot!!

    #1205547
    Cloudypro
    Participant

    Hello
    Is there a way we can exclude some pages from the search we use through the search element in Enfold ? or the menu bar search engine ?

    Forexample, we have a page called “Thank You” page .. this is a page we redirect some users to after they submit a form.
    When someone searches for “courses” on our website, he gets the Thank You page as a result as well ! and this is absurd .. especially that the word “courses” is not included in the main title of the thank you page

    Any idea how to fix this issue >

    Thank you

    • This topic was modified 5 years, 11 months ago by Cloudypro.
    #1205497
    seb332
    Participant

    Hi,

    As you can see, since the last update of Enfold, there is an error in structured data for posts. (The issues is present when Enfold Schema.org data structured is activated).

    For example : https://search.google.com/structured-data/testing-tool?hl=fr#url=https%3A%2F%2Fwww.gamehobbit.com%2Fmeilleur-jeu-ps4-2016%2F

    Dis you see this issue on other blog that is using Enfold ?

    Best regards.

    #1205344
    lennardminneboo
    Participant

    Hello Enfold Support!

    I have searched through the forum and I have read the documentation about the Privacy and Cookies tab within Enfold. However, there is one thing I can’t find anywhere. Under <Advanced Options>, what exactly is the option <Use as a simple message bar without cookie logic>? I have tried it and nothing changes, compared to <Display Message bar and use cookie logic>. It’s exactly the same message bar that I see in both cases? What should be different when I choose <Use as a simple message bar without cookie logic>? What is the difference?

    Maybe it’s possible to give me an example of a website with the <use as a simple message bar without cookie logic> enabled?

    Every time I tried to discover the difference I have cleared the cache and I deleted all history and cookies from my browser.

    Hope you can clarify?

    Thanks.
    Lennard

    #1205304
    prana3stil
    Participant

    Hi guys!

    I am an old user of your theme and as always let me just say keep up the good work.

    I have 3 questions regarding new project:
    1.)
    When will you include “Research gate” social icon as part of theme? Its 6 years old well known portal.
    I have now added icon over this steps:

    But now when I hover-over with mouse at the top, the name says “icon_name”. Which part is needed to correct for this to work? I have tried everything in the code specified on the URL above.

    2.)
    On frontpage there are “partner logos”. You can see them at bottom.
    As you can see there are different sizes. How to allign them in the center of box? Like to have line go in the middle of them if you know what I mean.

    3.)
    At the start there is cookie consent form. But button “read more” is not working. You can see there is link but click doesnt work.

    I have provided URL in private content.

    Thank you and best regards!

    Marc

    #1204903

    Hey Marco,

    Thanks for your interest in Enfold.

    1. You can view all the demos here: https://kriesi.at/themes/enfold-overview/

    2. We don’t really have a list of that to be honest with you, but we are adding new features to the theme all the time. Is there anything in particular which are looking for in the theme? You could check the documentation on the Layout Builder which might give you a good hint of what it can do: https://kriesi.at/documentation/enfold/intro-to-layout-builder/

    3. We don’t have any documentation in italian unfortunately, but maybe you could try searching on Google or Youtube?

    Best regards,
    Rikard

    hast du ein Child-Theme installiert? Macht die Sache einfacher und “update resistent”

    Also : aktiviere bitte im Footer die Social Media Icons ( Enfold – Footer – Social Icons)
    Diese werden jetzt als Grundlage dafür genommen – diese in das Hauptmenu einzusetzen und in das Hamburger Menu auch.
    Siehe meine Testseite im responsiven Fall.

    jetzt der Code für die child-theme functions.php

    /************* verschieben der #socket social buttons in das Haupt-Menu und in das mobile (hamburger) menu ************/
    function ava_main_menu_social(){
    ?>
    <script>
    (function($){
    	$('#socket .social_bookmarks').css({ 'display': 'none' });
    
    	$('#header').one('click', '.av-main-nav-wrap', function() {
        var isMobile  = $('.av-burger-menu-main').css('display'),
        social    = $('#socket .social_bookmarks').clone(true).addClass('sub-menu'),
        mobileMenu  = $('.av-burger-overlay');
        mobileMenu.find('#av-burger-menu-ul').append('<li class="only-burger menu-item-social av-active-burger-items"><a itemprop="url" alt="Social Bookmarks" style="" href="#"><span class="avia-bullet"></span><span class="avia-menu-text">Social Bookmarks</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>');
      
        if( social.length ){
          mobileMenu.find('.only-burger.menu-item-social').append(social);
        }
    	});
    				
      var htmlString   = $('#socket .social_bookmarks').clone().find('li a'),
      socialString = [];
    
      htmlString.each(function() {
        var socialClass = $(this).parent('li').attr('class'),
            socialItems = $(this).wrap('<li class="'+ socialClass + ' menu-item menu-item-avia-special menu-social"></li>').parent().unwrap();
        socialString.push(socialItems);
      });
    	
     	var socials = socialString.reverse();
      $(socials).each(function() {
            $(this).appendTo('#avia-menu');
      });
    	$('#avia-menu .menu-social').css('float', 'right');
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'ava_main_menu_social');

    ( wenn ich mal den Code erklären soll sag bescheid * )

    damit das im responsiven Fall auch hover states hat im Hamburger Menu müssen da einige css Sachen erneut gesetzt werden.

    das also in das quick css

    .responsive #top #avia-menu-0 .menu-social { display: none }
    
    #av-burger-menu-ul .menu-item-social > a {
      pointer-events: none;
    }
    
    @media only screen and (max-width: 768px) {
      .main_menu .social_bookmarks {
        display: none !important;
      }
      .avia-menu.av_menu_icon_beside {
          padding-right: 0;
          margin-right: 0;
          border-right: none !important;
      }
    }
    
    @media only screen and (min-width: 769px) {
    .main_menu .social_bookmarks:not(.sub-menu) {
      overflow: visible !important;
      display: flex !important;
      flex-flow: row wrap;
      justify-content: space-between;
      align-content: center;
    }
    
    .main_menu .social_bookmarks:not(.sub-menu) li {
      flex: 0 1 30%;
      line-height: unset !important;
      margin: 2px 0;
    }
    
      .only-burger.menu-item-social {
        display: none
      }
    }
    
    #av-burger-menu-ul .menu-item-social a .avia-menu-text {
      font-style: italic;
    }
    
    #av-burger-menu-ul .only-burger.menu-item-social {
        border-top: 1px dashed gray;
        border-bottom: none !important;
    }
    
    .html_av-overlay-side-classic #top .av-burger-overlay li.menu-item-social a {
    border : none !important
    }
    
    .responsive #top #av-burger-menu-ul .social_bookmarks.sub-menu {
      margin-left: 30px;
      overflow: visible;
      float: left !important;
      display: block !important;
      height: auto
    }
    
    #av-burger-menu-ul .social_bookmarks.sub-menu li {
        display: block;
        margin: 3px 10px;
        float: left;
    }
    
    #av-burger-menu-ul .social_bookmarks.sub-menu li a {
      padding: 10px !important;
      display: table-cell !important;
      float: none !important;
    border-radius: 0 !important
    }
    
    #top #wrap_all #av-burger-menu-ul .av-social-link-facebook a { padding: 10px 13px !important;}
    #top #wrap_all #av-burger-menu-ul .av-social-link-rss:hover a{color:#fff; background-color:#ffa133!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-facebook:hover a{color:#fff; background-color:#37589b!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-twitter:hover a{color:#fff; background-color:#46d4fe!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-whatsapp:hover a{color:#fff; background-color:#00e676!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-mail:hover a{color:#fff; background-color:#9fae37!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-dribbble:hover a{color:#fff; background-color:#e44885!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-linkedin:hover a{color:#fff; background-color:#419cca!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-search:hover a{color:#fff; background-color:#222222!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-gplus:hover a{color:#fff; background-color:#de5a49!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-behance:hover a{color:#fff; background-color:#008cfa!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-flickr:hover a{color:#fff; background-color:#ff0086!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-forrst:hover a{color:#fff; background-color:#234317!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-myspace:hover a{color:#fff; background-color:#000000!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-tumblr:hover a{color:#fff; background-color:#345574!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-vimeo:hover a{color:#fff; background-color:#31baff!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-youtube:hover a{color:#fff; background-color:#a72b1d!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-pinterest:hover a{color:#fff; background-color:#cb2027!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-skype:hover a{color:#fff; background-color:#12a5f4!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-instagram:hover a{color:#fff; background-color:#a67658!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-five_100_px:hover a{color:#fff; background-color:#222222!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-soundcloud:hover a{color:#fff; background-color:#F76700!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-xing:hover a{color:#fff; background-color:#006567!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-vk:hover a{color:#fff; background-color:#597BA5!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-reddit:hover a{color:#fff; background-color:#FF4500!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-yelp:hover a{color:#fff; background-color:#d32323!important; }
    #top #wrap_all #av-burger-menu-ul .av-social-link-kununu:hover a{color:#fff; background-color:#2fb313!important; }
    
    AlpineWeb
    Participant

    I was hoping to find a solution – but didn’t find it exactly when I searched around so forgive me if you have already answered this. I want to use the blog list on the home page – however – rather than an icon (pencil) I want to use the featured image as a thumbnail while still having the compact layout. Is this possible? I have included a link below.
    With gratitude,
    CJ

    Hi Geoffdyle
    I’m not sure whether thats possible with the integreted background video function in Enfold. You need to add special code. Maybe google is blocked in your location so I just made a quick search and found a description video on YouTube:
    https://www.youtube.com/watch?v=Xc25RykxUrM
    I think you need to make the desktop colour section invisible for mobile and create a code container for mobile devices.
    Edit the code the way you need it

    <!-- 1. The <iframe> (video player) will replace this <div> tag. -->
    <div class="iframe-container">
      <div id="player"></div>
    </div>
    <script>
      // 2. This code loads the IFrame Player API code asynchronously.
      var tag = document.createElement('script');
    
      tag.src = "https://www.youtube.com/iframe_api";
      var firstScriptTag = document.getElementsByTagName('script')[0];
      firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
    
      // 3. This function creates an <iframe> (and YouTube player)
      //    after the API code downloads.
      var player;
      function onYouTubeIframeAPIReady() {
        player = new YT.Player('player', {
          width: '100%',
          videoId: 'YOUR_VIDEO_ID',
          playerVars: { 'autoplay': 1, 'playsinline': 1 },
          events: {
            'onReady': onPlayerReady
          }
        });
      }
    
      // 4. The API will call this function when the video player is ready.
      function onPlayerReady(event) {
         event.target.mute();
        event.target.playVideo();
      }
    </script>
    #1204216
    pepin
    Participant

    I have a custom post type called lessons. And when I go the author page of these post types, it does not show these posts all says no posts found.
    After doing some search on the forums I have added the below to the functions.php in my child theme

    
    add_action( 'pre_get_posts', 'enfold_customization_author_archives' );
    function enfold_customization_author_archives( $query ) {
        if ( $query -> is_author ) { $query -> set( 'post_type', 'any' ); }
        remove_action( 'pre_get_posts', 'enfold_customization_author_archives' ); 
    }
    

    Even then its still says no posts found when I know there many posts.
    What am I missing?

    Thanks

    #1204127

    Topic: Advanced Search

    in forum Enfold
    AdDesign
    Participant

    Hi guys,

    we want to realize a real estate platform with enfold for a client. Do you have any advice for a “real estate search” plugin wich is compatible with enfold?
    (A Plugin for a searchbar like this one here for example: https://demo1.wpresidence.net/)

    Thanks!

    Best regards,
    Alex

    dern1ck
    Participant

    Hi guys!
    Customer bought Enfold and asked me to make some adjustments.
    Because we have a Fullwidth Sub Menu instead of the main menu, I used the code from post #605547 to add a search box. Works great, but it kills the mobile search icon which is located in the main menu.
    The mobile search icon next to the burger menu is there for a second if you refresh the page, but disappears when the added code loads.
    My coding skills are not good enough. Is there any fix?

    Thanks in advance!
    Best
    Martin

    #1203892

    In reply to: Cookie questions

    Hey,

    Thanks for contacting us and sorry for the late reply :)

    1- That is correct, you can use both codes in Analytics field.

    2- Some of our users suggested that every cookie must be accepted. However we have added a 4th option “Essential cookies are accepted on first page load, user must opt in” – https://kriesi.at/documentation/enfold/privacy-cookies/#toggle-id-7.

    3- Thanks to you and your dad for the feedback. Could you please also suggest what kind of a switch you would prefer more so we can share the idea with our devs and team? :)

    4- You may have disabled cookies on your browser settings and simply enabling them should make it work – https://support.google.com/accounts/answer/61416?co=GENIE.Platform%3DDesktop&hl=en. If it does not, please post WP admin logins here privately so we can look into it :)

    5&6- You can use this plugin – https://wordpress.org/plugins/loco-translate/ and search for the string in Enfold German language files and update the strings :)

    Best regards,
    Yigit

Viewing 30 results - 1,531 through 1,560 (of 7,495 total)