Viewing 30 results - 1,441 through 1,470 (of 7,495 total)
  • Author
    Search Results
  • #1225408

    But as you can see on my test installation – that is what you like to have.
    And you have the normal implemented Search function of Enfold – or do you have relevansi or something else on start?
    Try to deactivate all your plugins to see if there is something hampering that function. On my testpage it is Enfold 4.7.5.

    #1225275

    In reply to: Suchfunktion im Header

    Am Besten wäre es du stellst das Search Icon wie üblich an : Enfold-Child – Hauptmenu – “Fügt Suchsymbol zum Menü hinzu”
    Dann fügst du das hier in deine child-theme functions.php ein:

    function avia_append_search_nav ( $items, $args ){ 
      if(avia_get_option('header_searchicon','header_searchicon') != "header_searchicon") return $items;
        if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu")){
            global $avia_config;
            ob_start();
              $getform = get_search_form(false);
            $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown">'.$getform.'</li>';
        }
        return $items;
    }
    add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );

    das in das Quick css:

    #top #avia-menu #searchform  {
      position: relative;
      height: 100%
    }
    
    #top #avia-menu #searchform > div {
        opacity: 1 !important;
        display: block !important;
        top: 25px;  /**** musst du noch anpassen an deine Header Dimensionen *****/
    }
    
    #top #avia-menu #searchform .ajax_search_response {
        background-color: rgba(255,255,255,0.8);
    }

    wenn du den placeholder Text zentriert haben möchtest:

    #top #avia-menu ::-webkit-input-placeholder { text-align: center }
    #top #avia-menu :-moz-placeholder { text-align: center }
    #top #avia-menu ::-moz-placeholder { text-align: center}
    #top #avia-menu :-ms-input-placeholder { text-align: center}
    • This reply was modified 5 years, 9 months ago by Guenni007.
    #1224777

    Topic: Need Updated plugins

    in forum Enfold
    flexxon
    Participant

    Hi, i recently purchased the latest version of enfold (version 4.7.5) but there are 3 plugins that require update. I don’t know from where can i update these plugins. Are these plugins part of the theme? Plugin details are below

    SearchWP
    You have version 2.8.14 installed. Update to 3.1.13. View version 3.1.13 details.

    SearchWP LIKE Terms
    You have version 2.4.4.1 installed. Update to 2.4.6. View version 2.4.6 details.

    SearchWP WooCommerce Integration
    You have version 1.1.16 installed. Update to 1.3.4. View version 1.3.4 details.

    #1224508
    DianaLoola73
    Participant

    dear support team
    I have a request from a customer for a website and I would like to build it up again based on ENFOLD.
    The Kune is a gallery owner and would like special filter functions for his artists and works. He gave me the reference website https://www.galerie-schueller.de/#artworkfilter as a template.
    There are a variety of filter functions, so that you can sort the works of art by artist, size, price, …
    is it possible to install such filters based on Enfold? I have considered creating the individual works as contributions and sorting them according to the categories. But how can I integrate such a search?
    Thank you for your editing.
    Kind regards Diana

    #1223706
    Hidealoo
    Participant

    Hi, first off, Enfold is the best!

    I was searching through yesterday and found a link to an Enfold Checkout Form, but can’t find it now?

    Need to get Customer name, address etc and thought it would save time.

    Best wishes and saty safe.

    #1223642

    As this is one of the top Google search results for how to remove the Enfold Post Navigation / Previous / Next Buttons:
    You should use this code with more recent versions of Enfold instead to prevent PHP Warnings:

    /* Remove Post navigation */
    function custom_disable_avia_post_nav( $settings ) {
    	$settings['skip_output'] = true;
            return $settings;
    }
    add_filter( 'avf_post_nav_settings', 'custom_disable_avia_post_nav', 10, 1 );
    #1223641

    As this is one of the top Google search results for how to remove the Enfold Post Navigation / Previous / Next Buttons:
    You should use this code with more recent versions of Enfold instead to prevent PHP Warnings:

    /* Remove Post navigation */
    function custom_disable_avia_post_nav( $settings ) {
    	$settings['skip_output'] = true;
            return $settings;
    }
    add_filter( 'avf_post_nav_settings', 'custom_disable_avia_post_nav', 10, 1 );

    HI Victoria,
    thank you for your fast reply. — We started working with SEO Ranking-Tools which replicates the Indication of Content by Google Search Engine. We found out, that on the websites, which are based on enfold-theme, the Engine indicate the content and therefore keywords in the modal disclaimer-window extremely overproportionally.
    Could you please help finding a workaround to avoid this?

    Thank you in advance
    Frank

    Hey dfpg,

    Thank you for the inquiry.

    How did you add the search bar? If you’re using the default search bar from the theme, try to edit the wp-content > themes > enfold > searchform.php file.

    	<input type="text" id="s" name="<?php echo $search_params['search_id']; ?>" value="<?php if(!empty($_GET['s'])) echo get_search_query(); ?>" placeholder='<?php echo $search_params['placeholder']; ?>' />
    

    Best regards,
    Ismael

    #1222963
    anfinnweb
    Participant

    Hello Kriesi Support,
    I have searched your forums before creating this thread, however I was unable to find an answer.
    I am trying to open a form (Formidable Forms) using an Enfold button.

    How do I specify the following as the button URL:
    [frmmodal-content label="Click here"][formidable id=x][/frmmodal-content]

    This is taken from the Formidable Forms page on using their bootstrap modal popup plugin: https://formidableforms.com/knowledgebase/bootstrap-modal/

    Thank you,
    Sophia

    #1222822
    blaircomm1
    Participant

    The mobile menu is not working at all on this site: aph.blaircomm.us (pasword “guest”)

    I have tried everything and searched all the code. It is identical to this production site: americanpethotel.com – where all works fines, except it is an updated version of Enfold and on an updated WordPress.

    Can you help? I want to update the prodiuction site, but the mobile menu is no longer visible when I do. I have included a support login.

    #1222153

    Thank you for the update.

    We have deactivated it, but for some reason still experiencing the error, but this time with stripe being deactivated, we are producing this error in our WooCommerce logs pointing at Enfold files.

    2020-06-12T13:42:32+00:00 CRITICAL Uncaught Error: Cannot use string offset as an array in /var/www/wp-content/themes/enfold/config-woocommerce/config.php:1596
    Stack trace:
    #0 /var/www/wp-includes/class-wp-hook.php(287): avia_woocommerce_ajax_search_params('Aumberposts=5&p...')
    #1 /var/www/wp-includes/plugin.php(206): WP_Hook->apply_filters('numberposts=5&p...', Array)
    #2 /var/www/wp-content/themes/enfold/functions-enfold.php(309): apply_filters('avf_ajax_search...', 'numberposts=5&p...')
    #3 /var/www/wp-includes/class-wp-hook.php(287): avia_ajax_search('')
    #4 /var/www/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters('', Array)
    #5 /var/www/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #6 /var/www/wp-admin/admin-ajax.php(190): do_action('wp_ajax_nopriv_...')
    #7 {main}
      thrown in /var/www/wp-content/themes/enfold/config-woocommerce/config.php on line 1596

    That line points to this foreach:

    foreach( $tax_query as $value ) 
    {
    	$params['tax_query'][] = $value;
    }

    Could this be related?

    • This reply was modified 5 years, 9 months ago by darrenpace.
    #1221723
    bizzonwheels5
    Participant

    Hi guys, first of all, great job with the theme, we managed to build a pretty good looking website with it. So thank you!
    Now we are upgrading our marketing game and one of the steps is to connect the theme’s inbuilt web forms with our Zoho CRM account so that our leads can be added automatically. We searched the web for a solution but so far, nothing, we have no idea where to begin. Your help would be greatly appreciated!

    Many thanks,

    Elena

    #1221165

    For all those who want to implement this function or add more, this is the plugin I use PostViews and here below the code:

    1. Download the plugin PostViews and install it
    2. Go to Enfold > includes > and open whit a text editor loop-index.php
    3. Search around line 400

    if( ! empty( $cats ) ) {
    	echo '<span class="blog-categories minor-meta">' . __( 'in','avia_framework' ) . ' ';
    	echo	$cats;
    	echo '</span><span class="text-sep text-sep-cat">/</span>';
    }

    4. Just below add this code:

    ### Funzione visualizzazioni (Views function)
    if(function_exists('the_views')) { 
    	echo "<span class='views-container minor-meta'>";
    	the_views();
    	echo '</span>';
    	echo "<span class='text-sep text-sep-comment'>/</span>";
    }

    Done!

    This is the result ;)
    Post views on blog post meta

    Regards
    Luigi

    Strange.

    I’m asking you what a hidden element off-screen with aesthetics has to offer: No answer.

    I’m asking you if you can show me with examples how the effect of positioning something off-screen can be with hidden elements in front-end: No Answer

    I ask you if you can clarify how Google sees this. You ask me the question as repeat. You see my answer at the end of this thread, what is the difficulty at this point.

    Although Google explicitly says: Please do not place anything off-screen. You know, there’s a lot of controversy is Google reads CSS and JS correctly. Google scans specifically for look for black-hat methods like white-on-white or off-screen elements. Google can exactly decide, what is off-screen. Google Read css and search for triggers.

    Why are you playing with fire?

    Why can’t you just change it if there is no aesthetic impact at all and you keep coming up with new adventurous stories.

    Where are your examples? On rank 100 in Google? Okay, I found something from a bad block forum post from 2010. There is your example.
    And to be sure to see good examples that Google thinks are good too, I looked at the results in Google’s top10. Just to make sure that no rotten tomatoes and techniques from rotten forums from 1998 are sold here.
    I looked at the top 10 results in Google. Where I know for sure that Google doesn’t penalize here and rewards clean code.

    Like W3C, Codepen and the shown FAQ-Accordion in Google Search Result as main point, which give me a good hint: here is nothing hit by violate guidelines and what google dislike.

    Nobody uses off-screen stuff on hidden elements from this results. As best working example: google himself with FAQ-Result at Rank 0.
    The rule is: content:hidden is ok, but not off-screen. It should at the same place. All 10 prominent examples have the hidden elements at the same place.

    And if you are honest to yourself: There is
    no aesthetic reason, to align hidden elements off-screen.,
    There is no visible effect in frontend.

    Or: Show me this. But you can’t

    https://www.mediaevent.de/tutorial/css-accordeon.html
    https://www.w3schools.com/howto/howto_js_accordion.asp
    https://codepen.io/raubaca/pen/PZzpVe
    https://www.zella.de/code/accordion-multiple.html
    http://www-db.deis.unibo.it/courses/TW/DOCS/w3schools/howto/howto_js_accordion.asp.html
    https://support.google.com/webmasters/?hl=en#topic=

    And if you go even deeper into the Search Console and all the scripts that Enfold delivers It always happens at “fetch as Google” that scripts are not reached. Live Example with a page without wp-rocket:

    Page Resources
    19/32 could not be loaded

    Only if you reduce massively scripts and css with wp-rocket, it works well on other pages with similar plugins and of course: Enfold. So: What do you think is the chance that the problem with active vs hidden is not crawled and processed properly by google?

    You can get a first impression by looking at
    Google Cache for Enfold. It is not the same as in the live view. Example here: Menu bar. This was the first example with a hit for the menu bar, that is not the same result in google cache vs. live page.
    And now we talk about the fact that Google understands all your codes? And left-120% can be not fail interpreted? Silly.

    What difficulties Google has to evaluate such elements with js and css correctly, you can see here.

    https://www.rebootonline.com/blog/hidden-text-experiment/

    So why play with fire? Google’s a crawler. It tries to approach people and reproduce what they might see.

    So: in summary: The end user doesn’t see any effects with Left: 120% and you don’t like to fix it. Okay, not my problem. I wanted to help all users get the most out of your pages and improve Enfold.
    I’ll just add manual css and that’s it. Just like disable
    h1.entry title, 50px padding to 0px, border:none!important while border none is defined in color section, missing social icons in mobile view, rotten overlapping breadcrumps, overlapping logos, logos with no lazy load rule etc. There is an endless filled css box, when an expert use enfold as end user with detail view on all edges.

    And to talk with developers about SEO and fine-tuning: It’s like this thread. Senseless and consulting resistant. Like the discussion about Rank Zero Position in Knowledge Graph with good FAQ-Sections, schema-optimized. Which are easy to implement but it seems, it’s an unbreakable iceberg for enfold. Either you have a team that can keep up. Or high-end customer successes are not achievable.

    It’s so buggy and so much !important rules must overwrite failed elements and so painful to discuss such senseless elements.
    Not much work is put on the finer points of technical SEO. “The main thing”, the site looks good in your eyes on the surface.

    If you stop getting better, you stop being good.
    Philip Rosenthal

    Try it in english:

    Hello everybody,
    I’m still brand new to WordPress and I’m just starting.
    Now I have a problem:
    We installed the SEO plugin Yoast today, so far so good.
    Since then we have received a Canoncial link for our homepage
    “<link rel =” canonical “href =” https://www.superpos.de/superpos/
    displayed when the search engine optimizer gripe pages
    With the settings in the Enfold tab you can say which page the homepage should be, I guess it has something to do with it. However, this page can only be seen on the homepage and nowhere else.
    Can someone tell me what I did wrong where?

    Thank you in advance.

    best regards
    Sarah

    #1220424

    Thanks Mike
    I had a look but I don’t think it’ll suit my purpose.
    The list I have to display are not users on the site. They are members of the organisation.
    I have an excel spreadsheet of 200 containing columns – NAME, SURNAME, COMPANY NAME, ADDRESS, COUNTY, EMAIL ADDRESS, MOBILE, LANDLINE
    I would need the general public to be able to search by county for results in their area (or search by anything really).

    If anyone has come across and good example of a list like this, I would love to see an example. Preferrably in WordPress, all the better if in Enfold.

    Many Thanks
    Bar

    #1220205

    I must look into Authors List, I have a similar need.
    I have a website for an organization of professionals with about 100+ members.
    They need to be searchable/sortable by location so general public could find these professionals based near their location (enter their county, or select from list of counties).
    Any help, or if you’ve seen a good example of this done with enfold or plugin in enfold would be greatly appreciated.
    Many Thanks
    Bar

    #1220128

    Hi,

    This CSS is overriding your settings:

    .main_color table, .main_color .widget_nav_menu ul:first-child>.current-menu-item, .main_color .widget_nav_menu ul:first-child>.current_page_item, .main_color .widget_nav_menu ul:first-child>.current-menu-ancestor, .main_color .pagination .current, .main_color .pagination a, .main_color.iconbox_top .iconbox_content, .main_color .av_promobox, .main_color .toggle_content, .main_color .toggler:hover, #top .main_color .av-minimal-toggle .toggler, .main_color .related_posts_default_image, .main_color .search-result-counter, .main_color .container_wrap_meta, .main_color .avia-content-slider .slide-image, .main_color .avia-slider-testimonials .avia-testimonial-content, .main_color .avia-testimonial-arrow-wrap .avia-arrow, .main_color .news-thumb, .main_color .portfolio-preview-content, .main_color .portfolio-preview-content .avia-arrow, .main_color .av-magazine .av-magazine-entry-icon, .main_color .related_posts.av-related-style-full a, .main_color .aviaccordion-slide, .main_color.avia-fullwidth-portfolio .pagination, .main_color .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image, .main_color .av-catalogue-list li:hover, .main_color .wp-playlist, .main_color .avia-slideshow-fixed-height > li, .main_color .avia-form-success, .main_color .av-boxed-grid-style .avia-testimonial {
        background-color: transparent !important;
    }

    I’m not sure where it’s coming from since you have file compression active. If you can’t find where it’s added then turn that off under Enfold->Performance so that we can see which file it’s coming from.

    Best regards,
    Rikard

    #1220088

    Dear Rikard

    This is not what I meant. I want to customize my website using HTML and code. But I can’t figure out how or where to go? I might be completely lost, but I’m using the google chrome inspector to point me in the right direction of where the specific code I located in my websites theme template files. Well, the chrome inspector told me that the HTML code I want to work with, is placed at somewhere called “avia merged styles”. Therefore I went to the appearance – theme editor, suddenly I discovered that there was no “Avia merged styles”- file, in the theme editor.

    So I searched youtube for help, and I came with the conclusion “FTP” file transfer protocol. And this is where my track ends. I really don’t no what to do from here. I just want to insert the HTML I have from google chrome inspector. So here is my question.

    Where to place the HTML I have found from google chrome inspector, and how to add it into the theme template files. So It works as when you play around in the google chrome inspector. Please understand otherwise I will try to describe again what I mean.

    Please understand everything I know I have learned from youtube and books and my self, I have no education or course taken. Thats why im pretty curious and nooby about this, I really want to unlock the full power of HTML code within the enfold theme. So I can design my websites just I I like.

    But where how do I use the google chrome inspector coding and add it into my website.

    Thanks hope you want to help me, or push me in the true direction :)
    Best regards, Jonas Rydendahl

    #1220081
    kjwaggz
    Participant

    Hi, I have been researching LMS plugins for Enfold and can’t seem to find one that doesn’t require multiple tweaks.

    What LMS plugins have been tested with Enfold recently that work best?

    Thank you!

    #1219928

    In reply to: Custom live search

    Hey Bramfietst,

    You need to have a look at this function avia_ajax_search in the /enfold/functions-enfold.php file.

    It has the filter avf_ajax_search_query that can be used to adjust the query.

    Best regards,
    Victoria

    #1219852
    mrqslmk
    Participant

    I have encountered the following problem: all Enfold websites I know are not rendered correctly in the Google cache. Sometimes no content is displayed (color sections?), sometimes icons are displayed incorrectly.

    Steps to repoduce:
    Search for a website of which you know it was made with Enfold on Google. In the snippet, click on the small arrow next to the page title/blue link. A dropdown should appear (“In cache”) – click it. Then you should see how Google renders the respective website.

    Do you know this issue? If yes, how can it be solved?

    Thx in advance!

    • This topic was modified 5 years, 9 months ago by mrqslmk.
    #1219642

    Hi there

    I have a variant of this problem. On our site, when you search for a portfolio item nothing comes back in the results. As far as I can see, checking all the options, I haven’t altered anything. When I search the Enfold demo for some content on a portfolio item, its page is found.

    On our site, many portfolio gird items have no portfolio page. So the majority of the grid items don’t link to their empty portfolio pages either. Some do. You can see the portfolio grid page in the private section below: any grid item with an underlined title is linked to its portfolio page. If there’s no underline, the link is disabled as its portfolio page has no content. In that case, only its excerpt and image exists and is shown on the grid page. I also added the login credentials there.

    So when some one searches the site for content that’s on the portfolio grid, I want the *portfolio grid page* to be returned in the search results, not the actual portfolio page, if possible.

    Finally, do you have templates for the portfolio page styles in the Enfold demo here https://kriesi.at/themes/enfold-2017/ when hovering on the Portfolio menu item? Are they using the portfolio grid element or something else?

    Thanks

    • This reply was modified 5 years, 9 months ago by s29ers.

    Hi,

    Sorry for the late reply!

    Please refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb and create a child theme and a “shortcodes” folder inside your child theme.
    Then go to /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/search/search.php file and copy it inside /shortcodes/ folder inside your child theme.
    Open the file and find following line and adjust it as needed

    
    $form_action = home_url( '/' );
    

    This is for Search element.

    Your following code changes form action of ajax search as well as default search

    add_filter('avf_frontend_search_form_param', my_frontend_search_form_param, 10, 1 );
    function my_frontend_search_form_param( array $params )
    {
    	global $wp;
    	$params['form_action'] = home_url( $wp->request . '/' );
    
    	return $params;
    }

    Best regards,
    Yigit

    #1219101

    Hi Jordan,
    Thanks for your reply. Sorry, no time to check before…

    Here is my css :

    /*Theme Name: Enfold Child
    Description: A Child Theme for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold*/

    @import url(“../enfold/style.css”);

    #header_meta {
    border-top: none;
    box-shadow: none;
    }

    .avia-menu-fx, .avia-shadow, #header_meta {
    background-color: transparent !important;
    border: none !important;
    border-top: none !important;
    box-shadow: none !important;
    }

    #header_main{
    border-bottom-width: 0px!important;
    border-bottom-style: solid;
    z-index: 1;
    }

    .html_modern-blog .avia-content-slider .slide-entry-title {
    font-size: 15px!important;
    text-align: left;
    letter-spacing: 1px;
    }

    /*
    #footer .container{
    border-top: 1px solid #f3f3f3 !important;
    margin-top: 50px!important;
    }
    */

    /* decrease footer height */
    #footer {
    padding: 0;
    }
    #footer .widget {
    margin: 20px 0 10px 0;
    }

    .avia-search-tooltip {
    margin-top: 25px!important;
    }

    /* Move MAIN MENU down*/
    .av-main-nav > li > a { line-height: 180px !important; }

    /* MAIN MENU */
    .av-main-nav > li > a {
    font-weight: 300!important;
    font-family: ‘Titillium Web’, sans-serif !important;
    text-transform: uppercase!important;
    }

    .main_menu {
    margin-top: 0px!important;
    }

    #top #avia-menu .av-language-switch-item {
    display: none;
    }

    .av-main-nav ul li a {
    border: 0 !important;
    }

    /* * Start top header bar * */

    /* Regular menu links */
    .header_color .sub_menu>ul>li>a {
    color: #ffffff!important;
    text-decoration: none!important;
    font-size: 13px!important;
    font-weight: 300!important;
    font-family: ‘Titillium Web’, sans-serif !important;
    letter-spacing: 0.06em!important;
    }

    /* Current page menu link */
    .sub_menu li.current-menu-item > a,.sub_menu a:hover {
    color: #f7a71f!important;
    text-decoration: none!important;
    }

    .sub_menu > ul > li:hover > a {
    color: #f7a71f!important;
    }

    .sub_menu li {
    border-right-style: solid;
    border-right-width: 1px;
    border-color: #ffffff!important;
    line-height: 10px;
    }

    #top .social_bookmarks li {
    border-right-style: solid;
    border-right-width: 0px!important;
    }

    /* * End Top header bar * */

    /* Main Sub Menu styling */
    #top #header .mega_menu_title a {
    color: inherit;
    font-size: 14px;
    line-height: 1.1em;
    color: #ffffff!important;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    }

    #top .av-main-nav ul a{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    line-height: 23px;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    font-size: 15px!important;
    font-weight:300!important;
    min-height: 23px;
    max-width: none;
    text-decoration-color: currentcolor;
    text-decoration-line: none;
    text-decoration-style: solid;
    font-family: inherit;
    }

    /*
    #top #header .avia_mega_div > .sub-menu{
    display: table;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-top-style: solid;
    border-top-width: 0px!important;
    background-color: #ffffff!important;
    }
    */

    /* Immeubles Grid */
    .grid-entry-excerpt {
    font-size: 14px!important;
    font-style:normal!important;
    margin-bottom: -2px!important;
    margin-top: 10px!important;
    font-weight: 300!important;
    font-family: ‘Titillium Web’, sans-serif !important;
    }

    .grid-entry-title {
    font-size: 16px!important;
    font-weight: 500;
    }

    /* MAP LIST PRO Styling */
    body .prettyMapList .mapHolder{
    height:580px!important;
    }

    .prettyMapList .prettyFileBar .prettyMapListSearch
    {
    display:none!important;

    }
    .infoWindowContainer.infobox {
    border-top-width: 0px!important;
    border-right-width: 0px!important;
    border-bottom-width: 0px!important;
    border-left-width: 0px!important;
    }

    /* Post Navigation left and right */
    #top .avia-post-nav{
    position: fixed;
    height: 110px;
    top: 50%;
    background-color: #f7a81f!important;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    color: #ffffff;
    margin-top: -55px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    text-decoration-color: currentcolor;
    text-decoration-line: none;
    text-decoration-style: solid;
    z-index: 501;
    transform: translate3d(0px, 0px, 0px);
    }

    /* Download Monitor tweaks */
    .download_monitor ul.disc, .entry-content-wrapper ul {
    list-style:none!important;
    }

    .download_monitor, .entry-content-wrapper li{
    margin-bottom:5px!important;
    border-bottom: 1px solid #f2f2f2;
    }

    .dlm_download_list{
    margin-left: -10px!important;
    padding-top: 5px!important;
    padding-right: 0px;
    padding-bottom: 5px!important;
    padding-left: 0px;
    text-decoration: none!important;
    font-size: 13px!important;
    letter-spacing: 0.03em!important;
    }

    /* GRID PROPRIETE */
    .grid-entry .inner-entry {
    margin-right: 20px!important;
    margin-bottom: 20px!important;
    }

    /* MOBILE tweaks */

    @media only screen and (max-width: 767px) {
    #menu-item-search {display:none!important;}

    nav.sub_menu {
    color: #ffffff!important;
    text-decoration: none!important;
    font-size: 10px!important;
    font-weight: 300!important;
    font-family: ‘Titillium Web’, sans-serif !important;
    letter-spacing: 0.01em!important;
    padding-right: 5px!important;
    }

    #header { display: none!important; }

    body {
    font-size: 14px!important;
    }
    td
    {
    font-size: 14px!important;
    }
    th {
    font-weight: bold!important;
    font-size: 14px!important;
    font-style: normal!important;
    }
    }

    .av-hamburger-inner
    {
    display: block;
    top: 50%;
    margin-top: -50px!important;
    }

    I cannot find what to do to avoid this problem. A setting somewhere in the Enfold Child section ?

    Thanks for your precious help !

    Best regards,

    Marc

    #1219056

    Topic: Custom live search

    in forum Enfold
    Bramfietst
    Participant

    Hi there, I want to use the AJAX live search function in the avia layout builder, but with custom search results. So I wrote the code needed to show only custom search results and placed it in my functions.php of my Enfold child theme. The code works for the result page, but doesnt work for the live AJAX search. How can I customize the AJAX live search? See the code below in my childtheme:

    add_filter( ‘pre_get_posts’, function( $query ) {
    if (!$query->is_admin && $query->is_search) {
    $query->set(‘post_type’, ‘page’);
    $query->set(‘post_parent__in’, array(<parent-ids>));
    }
    return $query;
    });

    #1218998
    wallartstud
    Participant
    
    ### WordPress Environment ###
    
    WordPress address (URL): https://ohwowdecor.com
    Site address (URL): https://ohwowdecor.com
    WC Version: 4.2.0
    REST API Version: ✔ 1.0.8
    WC Blocks Version: ✔ 2.5.16
    Action Scheduler Version: ✔ 3.1.6
    WC Admin Version: ✔ 1.2.3
    Log Directory Writable: ✔
    WP Version: 5.4.1
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: –
    WP Cron: ✔
    Language: en_US
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 7.0.33 - We recommend using PHP version 7.2 or above for greater performance and security. How to update your PHP version
    PHP Post Max Size: 260 MB
    PHP Time Limit: 30
    PHP Max Input Vars: 1000
    cURL Version: 7.70.0
    OpenSSL/1.1.1g
    
    SUHOSIN Installed: –
    MySQL Version: 5.6.41-84.1
    Max Upload Size: 256 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✔
    
    ### Database ###
    
    WC Database Version: 4.2.0
    WC Database Prefix: wpstg0_
    Total Database Size: 25.45MB
    Database Data Size: 22.11MB
    Database Index Size: 3.34MB
    wpstg0_woocommerce_sessions: Data: 0.11MB + Index: 0.00MB + Engine MyISAM
    wpstg0_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_woocommerce_order_items: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_woocommerce_order_itemmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wpstg0_woocommerce_tax_rates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_actionscheduler_actions: Data: 0.40MB + Index: 0.10MB + Engine MyISAM
    wpstg0_actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wpstg0_actionscheduler_logs: Data: 0.22MB + Index: 0.16MB + Engine MyISAM
    wpstg0_akeeba_common: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wpstg0_ak_params: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wpstg0_ak_profiles: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
    wpstg0_ak_stats: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_ak_storage: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
    wpstg0_ak_users: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_apmm_custom_theme: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_apmm_menugrouplists: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_commentmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_comments: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wpstg0_layerslider: Data: 0.12MB + Index: 0.00MB + Engine MyISAM
    wpstg0_layerslider_revisions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_mailchimp_carts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_mailchimp_jobs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_nextend2_image_storage: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_nextend2_section_storage: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wpstg0_nextend2_smartslider3_generators: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_nextend2_smartslider3_sliders: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
    wpstg0_nextend2_smartslider3_sliders_xref: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_nextend2_smartslider3_slides: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
    wpstg0_options: Data: 2.60MB + Index: 0.12MB + Engine MyISAM
    wpstg0_postmeta: Data: 2.62MB + Index: 0.32MB + Engine MyISAM
    wpstg0_posts: Data: 1.36MB + Index: 0.10MB + Engine MyISAM
    wpstg0_rm_custom_status: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_rm_fields: Data: 0.15MB + Index: 0.00MB + Engine MyISAM
    wpstg0_rm_forms: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
    wpstg0_rm_front_users: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_rm_login: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
    wpstg0_rm_login_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_rm_notes: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_rm_paypal_fields: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_rm_paypal_logs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_rm_resources: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_rm_rules: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_rm_sent_mails: Data: 0.13MB + Index: 0.00MB + Engine MyISAM
    wpstg0_rm_sessions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_rm_stats: Data: 0.90MB + Index: 0.05MB + Engine MyISAM
    wpstg0_rm_submissions: Data: 0.02MB + Index: 0.00MB + Engine MyISAM
    wpstg0_rm_submission_fields: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
    wpstg0_rm_tasks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_rm_task_exe_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_termmeta: Data: 0.01MB + Index: 0.02MB + Engine MyISAM
    wpstg0_terms: Data: 0.01MB + Index: 0.02MB + Engine MyISAM
    wpstg0_term_relationships: Data: 0.01MB + Index: 0.02MB + Engine MyISAM
    wpstg0_term_taxonomy: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
    wpstg0_usermeta: Data: 0.02MB + Index: 0.02MB + Engine MyISAM
    wpstg0_users: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wpstg0_wc_admin_notes: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_wc_admin_note_actions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_wc_category_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_wc_customer_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wpstg0_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_wc_order_product_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wpstg0_wc_order_stats: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wpstg0_wc_order_tax_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_wc_product_meta_lookup: Data: 0.01MB + Index: 0.02MB + Engine MyISAM
    wpstg0_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wpstg0_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_wfblockediplog: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_wfblocks7: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_wfconfig: Data: 1.86MB + Index: 0.02MB + Engine MyISAM
    wpstg0_wfcrawlers: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_wffilechanges: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_wffilemods: Data: 2.59MB + Index: 0.53MB + Engine MyISAM
    wpstg0_wfhits: Data: 0.08MB + Index: 0.01MB + Engine MyISAM
    wpstg0_wfhoover: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_wfissues: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
    wpstg0_wfknownfilelist: Data: 1.38MB + Index: 0.16MB + Engine MyISAM
    wpstg0_wflivetraffichuman: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_wflocs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_wflogins: Data: 0.02MB + Index: 0.01MB + Engine MyISAM
    wpstg0_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wpstg0_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wpstg0_wfnotifications: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_wfpendingissues: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_wfreversecache: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_wfsnipcache: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_wfstatus: Data: 0.13MB + Index: 0.05MB + Engine MyISAM
    wpstg0_wftrafficrates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_yith_wcwl: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_yith_wcwl_lists: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wpstg0_yoast_indexable: Data: 0.23MB + Index: 0.05MB + Engine MyISAM
    wpstg0_yoast_indexable_hierarchy: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_yoast_migrations: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wpstg0_yoast_primary_term: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wpstg0_yoast_seo_links: Data: 0.02MB + Index: 0.01MB + Engine MyISAM
    wpstg0_yoast_seo_meta: Data: 0.02MB + Index: 0.03MB + Engine MyISAM
    _EXW_bwp_lookbook: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    _EXW_commentmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    _EXW_comments: Data: 0.18MB + Index: 0.13MB + Engine MyISAM
    _EXW_failed_jobs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_mailchimp_carts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_options: Data: 1.22MB + Index: 0.06MB + Engine MyISAM
    _EXW_postmeta: Data: 0.87MB + Index: 0.22MB + Engine MyISAM
    _EXW_posts: Data: 1.01MB + Index: 0.17MB + Engine MyISAM
    _EXW_queue: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_revslider_css: Data: 0.09MB + Index: 0.00MB + Engine MyISAM
    _EXW_revslider_css_bkp: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
    _EXW_revslider_layer_animations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_revslider_layer_animations_bkp: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_revslider_navigations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_revslider_navigations_bkp: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_revslider_sliders: Data: 0.03MB + Index: 0.00MB + Engine MyISAM
    _EXW_revslider_sliders_bkp: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_revslider_slides: Data: 0.29MB + Index: 0.00MB + Engine MyISAM
    _EXW_revslider_slides_bkp: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_revslider_static_slides: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_revslider_static_slides_bkp: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_termmeta: Data: 0.02MB + Index: 0.03MB + Engine MyISAM
    _EXW_terms: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    _EXW_term_relationships: Data: 0.02MB + Index: 0.04MB + Engine MyISAM
    _EXW_term_taxonomy: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
    _EXW_usermeta: Data: 0.02MB + Index: 0.01MB + Engine MyISAM
    _EXW_users: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    _EXW_wc_admin_notes: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wc_admin_note_actions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wc_category_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wc_customer_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wc_order_product_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wc_order_stats: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wc_order_tax_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wc_product_meta_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    _EXW_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    _EXW_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wfblockediplog: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wfblocks7: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wfconfig: Data: 0.39MB + Index: 0.02MB + Engine MyISAM
    _EXW_wfcrawlers: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wffilechanges: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wffilemods: Data: 1.64MB + Index: 0.34MB + Engine MyISAM
    _EXW_wfhits: Data: 0.02MB + Index: 0.00MB + Engine MyISAM
    _EXW_wfhoover: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wfissues: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
    _EXW_wfknownfilelist: Data: 0.85MB + Index: 0.11MB + Engine MyISAM
    _EXW_wflivetraffichuman: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wflocs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wflogins: Data: 0.02MB + Index: 0.00MB + Engine MyISAM
    _EXW_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    _EXW_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    _EXW_wfnotifications: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wfpendingissues: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wfreversecache: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wfsnipcache: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_wfstatus: Data: 0.09MB + Index: 0.04MB + Engine MyISAM
    _EXW_wftrafficrates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_woocommerce_order_itemmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_woocommerce_order_items: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_woocommerce_sessions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_woocommerce_tax_rates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_woodmart_wishlists: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_woodmart_wishlist_products: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_yith_wcwl: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    _EXW_yith_wcwl_lists: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    _EXW_yoast_seo_links: Data: 0.08MB + Index: 0.02MB + Engine MyISAM
    _EXW_yoast_seo_meta: Data: 0.03MB + Index: 0.04MB + Engine MyISAM
    
    ### Post Type Counts ###
    
    attachment: 195
    avia_framework_post: 12
    custom_css: 1
    mc4wp-form: 1
    nav_menu_item: 128
    page: 102
    popup: 5
    popup_theme: 6
    portfolio: 10
    post: 9
    product: 40
    product_variation: 103
    revision: 149
    shop_order: 4
    wpcf7_contact_form: 3
    wpmm_theme: 3
    
    ### Security ###
    
    Secure connection (HTTPS): ✔
    Hide errors from visitors: ✔
    
    ### Active Plugins (36) ###
    
    Redux Framework: by Team Redux – 3.6.18
    Akismet Anti-Spam: by Automattic – 4.1.5
    bbPress: by The bbPress Contributors – 2.6.5
    Better Robots.txt - Index, rank & SEO booster + Woocommerce: by Pagup – 1.3.0.6 – Installed version not tested with active version of WooCommerce 4.2.0
    BIALTY - Bulk Image Alt Text (Alt tag, Alt Attribute) with Yoast SEO + WooCommerce: by Pagup – 1.4.2 – Installed version not tested with active version of WooCommerce 4.2.0
    Coming Soon Page, Under Construction & Maintenance Mode by SeedProd: by SeedProd – 5.1.0
    Contact Form 7: by Takayuki Miyoshi – 5.1.9
    LeadMagic: by RegistrationMagic – 1.2.6
    Disable Gutenberg: by Jeff Starr – 2.1
    Login/Signup Popup ( Inline Form + Woocommerce ): by XootiX – 1.6 – Installed version not tested with active version of WooCommerce 4.2.0
    Glue for Yoast SEO & AMP: by Joost de Valk – 0.7
    Hotjar: by Hotjar – 1.0.7
    Jetpack by WordPress.com: by Automattic – 8.6.1
    Mailchimp for WooCommerce: by Mailchimp – 2.4.0 – Installed version not tested with active version of WooCommerce 4.2.0
    MC4WP: Mailchimp for WordPress: by ibericode – 4.7.7
    Nav Menu Roles: by Kathy Darling – 1.10.1
    Popup Maker: by Popup Maker – 1.10.1
    RegistrationMagic Premium: by Registrationmagic – 4.6.0.1
    Safe SVG: by Daryll Doyle – 1.9.9
    Shortcode in Menus: by Gagan Deep Singh – 3.5
    Smart Slider 3: by Nextend – 3.4.1.7
    Snippet: by Themeco – 2.1.0
    Facebook Comments: by Themeco – 2.0.4
    Woo Checkout Editor: by Themeco – 2.2.1 – Installed version not tested with active version of WooCommerce 4.2.0
    UpdraftPlus - Backup/Restore: by UpdraftPlus.Com
    DavidAnderson – 1.16.25
    
    Variation Swatcher for WooCommerce: by ThemeAlien – 1.0.10 – Installed version not tested with active version of WooCommerce 4.2.0
    Velvet Blues Update URLs: by VelvetBlues.com – 3.2.9
    Woocommerce Product Page Social Share: by Sajjad Hossain Sagor – 1.0.3 – Installed version not tested with active version of WooCommerce 4.2.0
    WooCommerce Customizer: by SkyVerge – 2.7.4 – Installed version not tested with active version of WooCommerce 4.2.0
    WooCommerce PayFast Gateway: by WooCommerce – 1.4.15 – Installed version not tested with active version of WooCommerce 4.2.0
    WooCommerce: by Automattic – 4.2.0
    Yoast SEO: by Team Yoast – 14.2
    WP Image Zoom: by SilkyPress – 1.40 – Installed version not tested with active version of WooCommerce 4.2.0
    WP Reset: by WebFactory Ltd – 1.80
    WP Staging: by WP-Staging – 2.7.3
    YITH WooCommerce Wishlist: by YITH – 3.0.10 – Installed version not tested with active version of WooCommerce 4.2.0
    
    ### Inactive Plugins (6) ###
    
    Flexible Shipping: by WP Desk – 3.9.20
    Slider Revolution: by ThemePunch – 6.1.3
    The Courier Guy Shipping for WooCommerce: by Lynch Solutions – 4.0.9 – Installed version not tested with active version of WooCommerce 4.2.0
    WooCommerce Admin: by WooCommerce – 1.1.3 – Installed version not tested with active version of WooCommerce 4.2.0
    WPBakery Page Builder: by Michael M - WPBakery.com – 6.0.5
    WP Mega Menu Pro: by AccessPress Themes – 2.1.2
    
    ### Dropin Plugins (2) ###
    
    db-error.php: db-error.php
    maintenance.php: maintenance.php
    
    ### Must Use Plugins (3) ###
    
    akeeba-backup-coreupdate.php: by  –
    SSO: by Garth Mortensen
    Mike Hansen – 0.3
    
    WP Staging Optimizer: by René Hermenau – 1.1
    
    ### Settings ###
    
    API Enabled: –
    Force SSL: –
    Currency: ZAR (R)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    Taxonomies: Product Types: downloadable (downloadable)
    external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)
    virtual (virtual)
    
    Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
    exclude-from-search (exclude-from-search)
    featured (featured)
    outofstock (outofstock)
    rated-1 (rated-1)
    rated-2 (rated-2)
    rated-3 (rated-3)
    rated-4 (rated-4)
    rated-5 (rated-5)
    
    Connected to WooCommerce.com: ✔
    
    ### WC Pages ###
    
    Shop base: #3444 - /shop/
    Cart: #266 - /cart/
    Checkout: #267 - /checkout/
    My account: ❌ Page ID is set
    but the page does not exist
    
    Terms and conditions: #3582 - /terms-conditions/
    
    ### Theme ###
    
    Name: Enfold Child
    Version: 1.0
    Author URL: http://kriesi.at
    Child Theme: ✔
    Parent Theme Name: Enfold
    Parent Theme Version: 4.1.2
    Parent Theme Author URL: http://kriesi.at
    WooCommerce Support: ✔
    
    ### Templates ###
    
    Overrides: enfold-child/woocommerce/archive-product.php
    enfold-child/woocommerce/content-product_cat.php
    enfold-child/woocommerce/myaccount/form-login.php version 3.6.0 is out of date. The core version is 4.1.0
    
    Outdated Templates: ❌
    					
    					
    						Learn how to update
    
    ### Action Scheduler ###
    
    Complete: 874
    Oldest: 2020-05-03 09:03:14 +0000
    Newest: 2020-06-03 07:49:48 +0000
    
    Pending: 3
    Oldest: 2020-06-03 08:29:47 +0000
    Newest: 2020-06-03 08:49:48 +0000
    
    
    #1218507
    whtmsting1
    Participant

    Could you please update the accordion content element for FAQ schema as specified by Google: https://developers.google.com/search/docs/data-types/faqpage

    THANK YOU

    P.S. I do not want to use an outside plugin – would so much prefer this to be an Enfold element.

    #1218496

    Hi Ismael, as much as I appreciate your help I feel that you’re only partially answering my questions and not fully reading what I’m posting.

    The positioning of the search bar is not resolved – I still need help with this. I’d like it to be directly above the ‘News & Events’ menu item and to stay there with different sized windows.

    There are two problems I’m having with the way it’s being positioned now:
    1. It doesn’t look good at different window widths (please go to the website and change the width to see what I mean.)
    2. When the user scrolls down and the logo area shrinks, the search bar gets pushed into the layer slider area – this doesn’t look good. (please go to the website and scroll down to see what I mean.)

    The other issue that is still unresolved (and seems like an Enfold theme bug to me) is that the sub-menu for Programs & Services is not properly aligned. It is the only sub-menu with this issue – it’s also the only sub-menu that is a mega menu. Please go to the website and hover over Programs & Services to see what I mean.

    In summary:
    1. I still need help with positioning the search bar
    2. The sub-menu for Programs & Services still needs to be fixed.

    I appreciate you guys are busy, but this has been going on for nearly two weeks. I *really* want to start making faster progress on this. Please look at this as soon as possible and respond to all the points I’ve laid out above.

    Thanks in advance,

    Brendan

    • This reply was modified 5 years, 9 months ago by BrendanG.
Viewing 30 results - 1,441 through 1,470 (of 7,495 total)