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

    I had the same problem. I opened up the Developer Tools in Chrome and checked the response of the request:

    https://maps.googleapis.com/maps/api/js/GeocodeService.Search?4sStephansplatz%201%20Vi….

    There is an error message, which will give you more detail why it didn’t work. For me: I had to enable billing details in my google account.

    To the developer of Enfold: Please display this error message to the user. That would saved me an hour of debugging.

    Cheers,
    Felix

    #1226758

    Topic: Header widget

    in forum Enfold
    ditteditte
    Participant

    Hi,
    I have added a header widget as described here: https://kriesi.at/documentation/enfold/header/#toggle-id-5
    I am quiet satisfied with the result but I would like the logo on the left and the menu on the right. Can you help me with that?
    The cart icon also seems to be a bit off, and on the cart page the widget area are overlapping the content.

    I have added the following CSS:

    /*——————————–

    » Initiate Flexbox

    ——————————–*/

    /* Header */
    .responsive #top #header,
    /* Top bar */
    .responsive #top #header #header_meta,
    /* Search icon */
    .responsive #top #header #menu-item-search a,
    /* Cart icon */
    .responsive #top #header a.cart_dropdown_link,
    /* Social icon */
    .responsive #top #header #header_main nav .social_bookmarks,
    /* Logo */
    .responsive #top #header #header_main .inner-container .logo,
    /* Main menu, cart and social icons */
    .responsive #top #header #header_main .inner-container .main_menu,
    /* Widgets */
    .responsive #top #header #header_main .inner-container .widget,
    /* Header inner container */
    #top #header #header_main .container.av-logo-container .inner-container {
    display: flex;
    position: relative;
    }

    /*——————————–

    » Topbar

    ——————————–*/

    /* Top bar */

    .responsive #top #header #header_meta {
    flex-basis: 100%;
    }

    /*——————————–

    » Header

    ——————————–*/

    /* Height outer container */

    #top #header #header_main .container.av-logo-container {
    /* Do not change height here */
    /* Auto height: Header takes the height of the contents */
    height: inherit;
    line-height: inherit;

    width: 100%;
    max-width: 100%;
    padding: 0;
    }

    /* Header inner container */

    #top #header #header_main .container.av-logo-container .inner-container {
    /* Define header height here */
    height: inherit;
    position: relative !important;
    flex-wrap: wrap;
    /* Define header padding */
    padding: 0px;
    justify-content: center;
    }

    /* Wrappers
    ——————————–*/

    /* Main header ( logo, menu, widgets ) and topbar */

    .responsive #top #header {
    flex-wrap: wrap;
    }

    /* Logo, Menu, Social Icons and Widgets. */

    .responsive #top #header #header_main {
    flex-basis: 100%;
    }

    /* Transparent header
    ——————————–*/

    .responsive.html_header_transparency #top #wrap_all #header {
    position: absolute;
    }

    @media only screen and (max-width: 767px) {
    .responsive.html_header_transparency #top #wrap_all #main {
    /* Define padding value for transparent header in mobile */
    /*padding-top: 315px !important; */
    }
    }

    /* Fixed header
    ——————————–*/

    .html_header_sticky.html_mobile_menu_tablet #top #wrap_all #header,
    .html_header_sticky.html_header_transparency #top #wrap_all #header,
    .html_header_sticky #top #wrap_all #header {
    position: fixed;
    }

    .html_header_sticky #top #header_main .container,
    .html_header_sticky #top .main_menu ul:first-child>li a {
    height: inherit !important;
    line-height: inherit !important;
    }

    /* Main content padding value should be same as the fixed header height. */

    .html_header_sticky:not(.html_header_transparency) #top #wrap_all #main,
    .html_header_sticky #top #wrap_all #main {
    /* Define padding only if sticky header is active */
    /*padding-top: 262px ; */
    }

    @media only screen and (max-width: 767px) {
    .html_header_sticky #top #wrap_all #main {
    /* Define padding value for sticky header on mobile */
    /*padding-top: 315px !important; */
    }
    }

    /*——————————–

    » Logo

    ——————————–*/

    /* Logo */

    .responsive #top #header #header_main .inner-container .logo {
    order: 1;
    flex-basis: auto;
    /*width: auto;*/

    /* Define scalable min width of the logo on small screens */
    min-width: 100px;
    /* Define scalable max width of the logo on big screens */
    /* Logo width: (auto | 100% | px ); Set auto to display the uploaded image size */
    max-width: 180px;

    z-index: 9;
    margin-right: 20px;
    }

    /* Logo image size */

    .responsive #top #header .logo,
    .responsive #top #header .logo a,
    .responsive #top #header .logo img {
    width: auto;

    /* Height specification is not required. It is proportional to the max width of the logo */
    height: auto;
    align-items: center;
    align-self: center;
    justify-content: center;
    }

    /* Vertically center transparency logo */

    .responsive #top #header .logo span img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    }

    /*——————————–

    » Menu

    ——————————–*/

    /* Menu outer container: Menu with siblings cart and social icons */

    .responsive #top #header #header_main .inner-container .main_menu {
    order: 2;

    /* Define menu width */
    flex-basis: auto;

    align-items: center;
    align-self: center;
    height: inherit !important;
    }

    /* Navigation */

    #header .av-main-nav {
    display: flex;
    flex-wrap: nowrap;
    }

    /* Activate burger menu */

    @media only screen and (max-width: 1000px) {
    #top #header .av-main-nav>li.menu-item {
    display: none!important;
    }
    #top #header .av-burger-menu-main {
    cursor: pointer;
    display: block!important;
    }
    }

    @media only screen and (max-width: 767px) {
    /* Mobile menu position fix */
    .responsive #top .av-logo-container .avia-menu {
    display: flex!important;
    align-items: center;
    }
    }

    /* Mega menu submenu position fix */

    .responsive #top #header .avia_mega_div {
    /* Define megamenu submenu top value */
    /* top: 300px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);*/
    }

    /*——————————–

    » Widget

    ——————————–*/

    /* Widgets */

    .responsive #top #header #header_main .inner-container .widget {
    order: 3;
    flex-basis: 100%;
    padding: 0;
    clear: none!important;

    justify-content: center;
    align-self: center;
    align-items: center;
    z-index: 1;
    }

    .responsive #top #header #header_main .inner-container .widget>div {
    width: 100%;
    line-height: 14px;
    background: gold;
    text-align: center;
    padding: 10px;
    }

    /*——————————–

    » Social icons

    ——————————–*/

    /* Flex support and position fix */

    .responsive #top #header #header_main nav .social_bookmarks {
    top: auto;
    margin-top: 0;
    align-items: center;
    }

    /* Inherit height for flex alignment */

    .responsive #top .av-logo-container .social_bookmarks li {
    height: inherit;
    }

    /*——————————–

    » Search

    ——————————–*/

    /* Your styles here */

    #header .widget {
    list-style: none;
    }

    /*——————————–

    » Cart

    ——————————–*/

    /* Cart position fix */

    #top #header #header_main #menu-item-shop a.cart_dropdown_link {
    height: auto;
    }

    @media only screen and (max-width: 767px) {
    .responsive #top #menu-item-shop.cart_dropdown {
    display: flex;
    align-items: center;
    }
    .cart_dropdown .dropdown_widget .avia-arrow {
    display: none;
    }
    }

    #1226687

    Hi,

    You can try the snippets provided in the following documentation to limit the number of items in the AJAX search results.

    // https://www.relevanssi.com/knowledge-base/posts-per-page/

    And you will have to implement this as well.

    // https://kriesi.at/documentation/enfold/search/#use-relevanssi-in-search-instead-of-the-default-search

    Best regards,
    Ismael

    Hey navindesigns,

    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 (min-width: 768px) and (max-width: 1024px) {
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special, #menu-item-search,
      .html_header_top .av_bottom_nav_header .av-logo-container .main_menu {
        display: block;
      }
      .av_minimal_header #header_main_alternate {
        display: none;
      }
      .html_header_top.html_logo_center .logo {
          left: 0%;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1225770
    GrafitecSon
    Participant

    Hello,

    I searched a lot on this site, but I can’t find an answer. I know the problem is there, but nobody give me a clear answer. I use the Q2w3 fixed widget, and in Enfold this works really nice! In firefox and safari it works like a charm. But in safari I have an error, and I make a movie of it to make it clear.

    There are a lots of threads about this problem. Because Enfold not support a sticky sidebar, I hope in this thread we get it clear for everybody.

    > Video of the problem <

    The problem is the sidebar widgets disappear from a layer below. I don’t know what the reason is. Its only in safari.

    #1225729

    In reply to: Suchfunktion im Header

    ich sehe du hast es auch ohne script geschaft – muss ich mir anschauen, gestern im schnellen drüber schauen sah ich keine Möglichkeit.
    Schau dir aber auch bitte an, wo dein Ajax Suchergebnis Feld landet. Das liegt dann an der flex einstellung das beim Erscheinen der ergebnisse das alles nicht mehr stimmt.

    Hier mal meine Lösung :

    um ein child-theme shrinking script zu haben – platziere dieses hier in deiner Child-theme functions.php:

    function wp_change_sticky_header_script() {
       wp_deregister_script( 'avia-sticky-header' );
       wp_enqueue_script( 'avia-sticky-header-child', get_stylesheet_directory_uri().'/js/avia-snippet-sticky-header.js', array('avia-default'), $vn, true);
    }
    add_action( 'wp_enqueue_scripts', 'wp_change_sticky_header_script', 100 );

    das hier ins quick css:
    entferne die obigen Einträge dann wieder zuerst.

    #top #searchform  {
      position: relative;
      height: 100%;
      width: 220px;
    }
    
    #top #avia-menu #searchform > div:first-child {
      opacity: 1 !important;
      display: block !important;
      max-width: 220px;
      border: 1px dotted #2d5c88;
      top: 22px
    }
    
    #top #searchform .ajax_search_response {
      background-color: rgba(255,255,255,0.8);
      position: relative;
      top: 22px;
      border: 1px dotted #2d5c88;
    }
    
    #top .menu-item-search-dropdown > a, 
    #searchform #searchsubmit, .av_ajax_search_image, .iconfont {
      font-size: 16px;
    }
    
    #top .av_minimal_header #s {
      padding: 8px 47px 8px 5px;
    }

    _______________________
    nur zur Info – darf ignoriert werden
    wenn du dir deinen Header anschaust, geht der von 88px auf 44px höhe zurück beim shrinken. Das ist normales Shrinkverhalten bei Enfold ( Hälfte )
    ich habe mir jetzt die Position des Searchform divs angeschaut und rein empirisch ermittelt: für den Anfang wären ca. 22px top abstand ok – nachher sollten es nur noch 1px sein.
    Diese Abnahme des Topabstandes muss ich mit der Variable koppeln, welch die header höhe repräsentiert ( in dem Script ist das newH ).
    Mir war klar, dass ich es nur durch Faktoren nicht hinbringen würde – eine konstante musste noch dabei sein.

    88x - y = 22
    44x - y = 1

    zwei Gleichungen zwei Unbekannte
    Lösung: x ≈ 0.477 und y= 20

    daher die neue Kalkulation innerhalb des scriptes:
    search_form.css({'top': (0.477*newH) - 20 + 'px'});

    ich hatte noch vor die search results unterhalb mit einzubinden, da die aber noch garnicht im DOM sind wenn die Seite lädt – kann eine ähnliche Berechnung nicht greifen.
    – leider –

    #1225414

    I had to search google to find the answer . . . for some reason, searching in the Enfold Support area did not find the thread that came up via Google.

    It’s because I had the homepage saved as a Draft. Little bug that may be good to notate on the Theme Options page over on the right side where y’all describe the fields. . . ie “if you save your homepage as a ‘draft’ then the FrontPage setting and Area to Display Blog setting will not be available until you publish.”

    Just a suggestion.
    J

    #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, 10 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, 10 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, 10 months ago by mrqslmk.
Viewing 30 results - 1,441 through 1,470 (of 7,502 total)