Viewing 30 results - 2,371 through 2,400 (of 7,502 total)
  • Author
    Search Results
  • Hey NHAT TAN,

    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

    
    #top .main_color .input-text,
     #top .main_color input[type=text],
      #top .main_color input[type=input],
       #top .main_color input[type=password],
        #top .main_color input[type=email], 
        #top .main_color input[type=number],
         #top .main_color input[type=url], 
         #top .main_color input[type=tel], 
    #top .main_color input[type=search],
     #top .main_color textarea, #top .main_color select {
             background-color: #fff;
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1052629

    well there is an if clause that could fit for your needs:
    if(is_user_logged_in())
    but the most elegant method would be to influence the header_searchicon from Enfold Options dialog.
    This here only hides or shows the search – but better would be that there is no search in the menu
    (comes to functions.php of your child theme)

    function login_state(){
    if(is_user_logged_in()){
    ?>
     <script>
    	jQuery("#menu-item-search").css("display", "block");
     </script>
    <?php
    }
    else{
    ?>
     <script>
    	jQuery("#menu-item-search").css("display", "none");
     </script>
    <?php
    }
    }
    add_action('wp_footer', 'login_state');

    maybe a filter like avf_header_setting_filter could do the needed trick – but i do not see how to ( on that early time )

    #1052440

    Hi Eduardo,

    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, .menu-item-top-level  {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special, #menu-item-search {
        display: block;
      }
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1052325
    EALB
    Participant

    Hello !

    Is it possible to automatically replace links linking to portfolio page by linking to portfolio AJAX item.
    I saw a snippet who allows to create links to AJAX portfolio item but is not totally what we need !

    We would like to go to AJAX item in the search bar instead of the portfolio page.
    Do you think there is a snippet for this ??

    Thank you very much for your help !

    Best regards

    #1052271
    robertoKM
    Participant

    Hi, I need to debug, I follow your instruction to search this string:
    if(isset($avia_config[‘use_child_theme_functions_only’])) return;

    after that, I have to paste the code:
    //set builder mode to debug
    add_action(‘avia_builder_mode’, “builder_set_debug”);
    function builder_set_debug()
    {
    return “debug”;
    }

    but the problem is I can’t find that string

    Thank

    #1052087
    anma
    Participant

    Hello Enfold team

    I’d like to have a better search tool for this website > https://irfaf.fr/ – to search the catalogues (PDFs)

    Will the paid version of SEARCHWP > https://searchwp.com/buy/ work with my Enold site ? >https://irfaf.fr/

    Can the search form then be implemented more prominent on my website e.g. on top right of the site?

    Best, AB

    Dear Ismael,

    lstoudenmire and I have already given you all the answers.

    Your unqualified answer reflects your lack of knowledge. You connect your idea with the wrong, missing background knowledge and nonsensical answers.

    Indexing is NOT prevented by NOFOLLOW. I already wrote that in the first thread, which you did not read. YOAST and John Müller also give you the answers. Likewise, the Google Help, which you do not understand properly. Especially what stands between the lines.

    Your Comment shows all:

    “By adding the” nofollow “attribute to the search link, we are telling the crawlers not to follow, and in turn not index, the items on the search results page, which is reported to be duplicate contents. “

    1. Noindex is and was always the command to avoid duplicated content, to deindex existing content and to prevent indexing as much as possible.
    From what source do you have this nonsense that Nofollow is used to prevent indexing? Right: You do not know and tell nonsense here. But Google clearly tells you
    https://support.google.com/webmasters/answer/93710?hl=en

    2. Google Say something quite clear:
    Nofollow now also prevents the deindexing of existing content because the crawl is aborted: The crawl ends here because the crawler can no longer follow the page structure. At some point Goopgle realizes: OK, I can not get any further here … after the 3-10 crawl. Then the deindexing may take place. But that is not the solution that is always propagated. It is always: Noindex !!!

    3. Google tells you something else. Exactly, when Nofollow is applicable. And only then. And not as you think in your very individual interpretation

    4. As an SEO service provider, my clients get reports. And they were always clean. Now I have to explain why there the site rating has deteriorated. There are now tons of warnings. Many thanks to Kriesi.

    5. Why you do not allow the crawler to move freely, You also do not know it and can’t explain it with nonsense answers.

    6. Noindex, used right away, would solve the problem of duplicate content. Here is the link from MOZ
    https://moz.com/learn/seo/duplicate-content

    “It’s important that the duplicate page can still be crawled, even though you’re telling Google not to index it, because Google explicitly cautions against restricting crawl access to duplicate content on your website. (Search engines like to be able to see everything in case you’ve made an error in your code. It allows them to make a [likely automated] “judgment call” in otherwise ambiguous situations.)”

    7. Just ask experts before you make such cuts (just like the H1 breadcrumb).

    8. At no other premium theme I manage for clients, I see this nonsense.

    9. And again: Instead of implementing optimal solutions: Again the recommendation of kriesi is to manipulate the functions.php. Looking back, it was a mistake to offer Enfold and Kriesi to my regular customers. Thus, you now have a regular customer less, the enfold has bought tons of you or has made customer orders with you. But that’s just the way it is when you have so many customers: Then Kriesi’s Customer Care moves into the background.

    Cheers

    • This reply was modified 7 years, 3 months ago by Hokuspokus.
    #1051881
    thomas
    Guest

    Hello,

    I would like to replace portfolio links in enfold search by the ajax link, not page.

    Is there a snippet to allow this ??

    I tried to find solution in forum but I didn’t find

    Thank you and best reagrds

    Hi,

    A “nofollow” on the search link really doesn’t meet any of those criteria

    I think it does make sense when you want to prioritize other content or redirect the crawlers. By adding the “nofollow” attribute to the search link, we are telling the crawlers not to follow, and in turn not index, the items on the search results page, which is reported to be causing duplicate contents. That is the whole intention of that modification. We are by no means SEO expert, so any suggestions from other users are welcome.

    Under “3. Crawl prioritization”:

    Using nofollow on these links enables Googlebot to crawl other pages you’d prefer to see in Google’s index.

    =======================================================================================

    If duplicate content is the issue, then I would think that a noindex would be the correct way to handle.

    Thanks for the suggestion. Like I said, the search results page is already set to “noindex, follow”, but it’s still generating duplicated contents as reported by other users.

    If you really want to change that attribute, edit the functions-enfold.php file, look for this code around line 124:

    <a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a>
    

    Best regards,
    Ismael

    Hi,

    Please try adding this at the very end of your themes/child theme’s functions.php file:

    
    // Reset search field
    function searchPlaceholder(){
        ?>
        <script>    	
            jQuery(document).ready(function() {           	           	
            	jQuery('#header #searchform').find("input[type=text]").val(" ");
            });
        </script>
        <?php
    }
    add_action('wp_footer', 'searchPlaceholder');
    
    // End function
    

    For more information about adding custom script please check this link.

    Best regards,
    Vinay

    Hey chartinboy,

    Thank you for using Enfold.

    You can use this filter to remove hidden products from the search results page.

    
    if ( ! function_exists( 'pre_get_posts_remove_hidden_product' ) ){
      function pre_get_posts_remove_hidden_product( $query = false ) {
        if(!is_admin() && is_search()){
          $query->set( 'meta_query', array(
            'relation' => 'OR',
            array(
              'key' => '_visibility',
              'value' => 'hidden',
              'compare' => 'NOT EXISTS',
            ),
            array(
              'key' => '_visibility',
              'value' => 'hidden',
              'compare' => '!=',
            ),
          ));
        }
      }
    }
    add_action( 'pre_get_posts', 'pre_get_posts_remove_hidden_product' );

    Unfortunately, you can’t exclude those products from the side navigation.

    Best regards,
    Ismael

    Hi,

    @HokusPocus: That attribute was not added to disallow robots from following the search results page. The attribute is only added to the search tooltip icon, which we suspect is causing duplicate content issue. More info here:

    // https://support.google.com/webmasters/answer/96569?hl=en

    The actual search results page is still set to “noindex, follow”. It was modified in response to this thread:

    // https://kriesi.at/support/topic/how-to-remove-s-from-search-url/

    What is the effect: On all your Enfold clients, all crawler and bots stop here, break down the crawling process of the whole pages and ends the crawling. Wow, that’s great.

    Do you have any reference for that?

    Best regards,
    Ismael

    gorupka
    Participant

    Hi,
    I have an urgent matter to resolve with the update of the Enfold theme on our school website, because it doesn’t work proprely anymore. We can’t update pages and upload or publish informations, etc.
    I purchased for support but can’t find any contact email or a way to ask for help – only this forums that I don’t really know how to use. I lost a few hours searching for answers and found nothing usefull.
    Where can I get support – someone who could help me solve the issue of updating Enfold from 4.4.1 to the latest version on the latest version of WordPress 5.0.2? Can someone help me please? I need this solved asap.
    Regards,
    Katja

    #1050563
    OKEIwebbureau
    Participant

    Hi support,

    Google Search Console continue to claim that this folder / file is having error on mobilsites: /wp-content/themes/enfold/framework/.

    Is there anything to do about it?

    Thanks :-)

    /OKEIwebbureau

    Would like to follow up with regards to the Enfold theme setting the search results to nofollow.

    Is there a way to disable the Ajax search function from rel=nofollow to rel=follow as it is important for search engines to follow the link, but not necessarily index.

    Thanks for your help.

    #1050104
    34oldcat29
    Participant

    Hello everyone,

    I am trying to place a search bar within the header, see the screen shot for the mock-up of what I am trying to create/style.

    screen-shot

    So far I have;
    1. Activated header widget area in wp-content/themes/enfold/functions.php
    2. Since I am using Logo Left, Menu Below, I used the following code snippet…

    //——————————–

    // Header widget area for menu below

    //——————————–

    add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }

    3. The widget text is now within the header, BUT it is above the logo, rather than centered (to the right of the logo) as shown in my mock-up.

    Could you tell me how I can style the search bar and/or widget to display as shown in my mock-up?

    Thank You!.

    #1049584

    Hi Yigit,

    I just updated one of my ENFOLD installations to 4.5.2 –– and I am now searching for the process to get the new Envato token. Over time, I bought 10 licenses of the ENFOLD theme. How am I supposed to create (and install) the 10 Envato token(s)?

    Thanks in advance for your assistance and kind regards,
    verbaine

    #1049181

    Hi UFreeman,

    https://cl.ly/2b4b5ecf377b This code overrides the font-family rule for the input and so it breaks things.

    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

    
    #top #footer #searchsubmit.avia-font-entypo-fontello,
    body  #footer #searchsubmit.avia-font-entypo-fontello {
        font-family: 'entypo-fontello' !important;
    }
    

    Happy holidays!
    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1048972

    Topic: 2 Column checkout page

    in forum Enfold
    mantas0527
    Participant

    Hello there, Happy Xmas for everyone! :)

    Currently I would like to make 2 columns checkout page since there is no reason for people to scroll down so much. I searched Enfold forum but couldn’t find any help. Is there a way to solve this?

    https://prnt.sc/lyy195

    • This topic was modified 7 years, 4 months ago by mantas0527.
    #1048900

    I fixed it myselft, by changing the funtions-enfold.php. Due to the fact that we are using Zen Menu Logic the theme_location is not set to “avia” but the function is looking for this to add the search icon. So I have added this.

    function avia_append_search_nav ( $items, $args )
    {
    if(avia_get_option(‘header_searchicon’,’header_searchicon’) != “header_searchicon”) return $items;
    if(avia_get_option(‘header_position’, ‘header_top’) != “header_top”) return $items;

    if ((is_object($args) && $args->theme_location == ” or $args->theme_location == ‘avia’ ) || (is_string($args) && $args = “fallback_menu”))
    {
    global $avia_config;
    ob_start();
    get_search_form();
    $form = htmlspecialchars(ob_get_clean()) ;

    $items .= ‘<li id=”menu-item-search” class=”noMobile menu-item menu-item-search-dropdown menu-item-avia-special”>
    <span class=”avia_hidden_link_text”>’.__(‘Search’,’avia_framework’).'</span>
    ‘;
    }
    return $items;

    #1048827

    Hi,

    Thank you for using Enfold.

    I can’t reproduce the issue on my end. I clicked on the search icon, type on the search field but it’s not scrolling back to the top as you have described. I supposed you’re referring to the “search field” when you say “text field”. Could give you us a screenshot or a screen cast of the issue?

    Best regards,
    Ismael

    #1048621

    look here – maybe this is a solution for you: https://kriesi.at/support/topic/show-featured-images-in-search-results-page/#post-805253 and the following answer.

    on newest Enfold 4.5.2. it is now on line 33

    #1048453

    Hi gang,

    I know I’m a little late to the game, but life & work kept me busy.

    Over the upcoming weekend, I finally wanted to take care of updating to the latest Enfold versions for all my clients’ sites, in preparation of then also updating to WordPress 5.x. A few days back, I followed the link given in the Enfold admin panel, to the detailed description on how to generate the envato token, https://kriesi.at/documentation/enfold/install-enfold-theme/#theme-registration.

    The step by step description was there, I just didn’t get around to it right away, and had to restart the browser in the meantime. Just came back to it a few moments ago – and the description is nowhere to be found.

    HELP???!!!
    Have you moved it somewhere else? Please advise!
    I’d really appreciate it immensely if I could use the previously accessible step by step guide instead of having to do all the research by myself and losing hours of precious time over it.

    Thanks!

    —–

    EDIT: FOUND IT!!!

    For anyone else who might be looking for this:

    • This reply was modified 7 years, 4 months ago by fkmediaworks.
    #1048449
    mike mehiel
    Guest

    Hi, I am a dev who inherited a site built using Enfold. I just don’t have access to the themeforest account that was used to purchase the theme, but we have an active license.

    With the latest update to our theme, our search icon disappeared from our main nav.

    jonnyckk
    Participant

    We get this notification from Google fairly regularly:

    “Search Console has identified that your site is affected by 1 new Mobile Usability related issue. This means that Mobile Usability may be negatively affected in Google Search results. We encourage you to review and consider fixing this issue.

    New issue found:

    Content wider than screen”

    Just wondering is this a common issue and is it something we need to worry about?
    Everything looks fine to me on mobile and nothing looks wider than the screen, tested on multiple devices.

    #1047948

    In reply to: Change image sizes

    Hi,

    Please add following code to Functions.php file of your child theme

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    $size['widget'] = array('width'=>250, 'height'=>250);
    $size['portfolio'] = array('width'=>250, 'height'=>250);
    $size['entry_with_sidebar'] = array('width'=>250, 'height'=>250);
    return $size;
    }

    Then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/.
    You can find default sizes in Functions.php file of Enfold parent theme by searching “imgSize”

    Best regards,
    Yigit

    #1047889

    Hey info224,

    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:1100px){
        .main_menu {
            right: -75px;
        }
    }
    @media only screen and (max-width: 1100px) {
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1047517

    Hey adamghart,

    I checked on the link you gave however it returns:

    Nothing Found
    Sorry, the post you are looking for is not available. Maybe you want to perform a search

    As for the feature to popup image in quickview window, I’m afraid Enfold doesn’t have feature since we are dependent on the woocommerce plugin for ecommerce stuff, maybe some plugin can help you with this functionality.

    Best regards,
    Nikko

    #1047386

    Hi Alan,

    When you refresh the page the black frame is gone.
    https://cl.ly/237bff243808 But you need to have the menu to be burger menu up to 990px screens or even 1024px because it the menu breaks.

    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;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1047257

    I had the same issue a couple of weeks ago with two of my sites. It IS NOT an issue with Enfold. It IS an issue with Googlebot and how is reaching certain Enfold components. This includes certain folders used for css styling. Not sure if you have a robots.txt file in your directory structure but it would help to have one. robots.txt should include the following lines and be put in the root directory. Once there, go into Google Search console for your site and resubmit the site to clear the errors. This in Google’s screwup.

    robots.txt contents

    User-agent: *
    Disallow: /wp-admin/
    Allow: /wp-admin/admin-ajax.php
    Crawl-delay: 10

    User-agent: Googlebot
    Allow: /*.js*
    Allow: /*.css*
    Allow: /wp-content/*.js*
    Allow: /wp-content/*.css*
    Allow: /wp-includes/*.js*
    Allow: /wp-includes/*.css*
    Allow: /wp-content/plugins/*.css*
    Allow: /wp-content/plugins/*.js*
    Allow: /wp-content/plugins/*ajax*
    Allow: /wp-content/themes/*.css*
    Allow: /wp-content/themes/*.js*
    Allow: /wp-content/themes/*ajax*
    Allow: /wp-content/themes/*.woff*
    Allow: /wp-content/themes/*.ttf*
    Allow: /wp-content/plugins/*/images/
    Allow: /wp-content/uploads/
    Allow: /wp-admin/admin-ajax.php
    Disallow: /wp-content/
    Disallow: /wp-admin/
    Disallow: /wp-includes/
    Disallow: /wp-content/plugins/
    Disallow: /?s=*

    Sitemap: https://yourdomain.com/sitemap.xml

    In addition, it may be wise to use the Redirection plugin and setup permanent redirects for any obviously strange 404s showing up that reference Enfold folders. They can just be redirected to the site home URL.

    • This reply was modified 7 years, 4 months ago by crtdude.
Viewing 30 results - 2,371 through 2,400 (of 7,502 total)