Viewing 30 results - 6,241 through 6,270 (of 7,495 total)
  • Author
    Search Results
  • #307135

    In reply to: Search Page

    Hi!

    Thank you for the info.

    Did you edit the search.php file? Unfortunately, this particular request is beyond the scope of support and is not a theme related issue. The ajax search will always redirect you to the custom search page built on the theme. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Cheers!
    Ismael

    #306960

    In reply to: Search Page

    Hey Wils1234!

    1- Please go to Appearance > Widgets and create a new widget area and add Search widget inside it. Then insert Widget Area element inside your 1/5 column element and choose to display your widget area you have created.
    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .search span.post-meta-infos {
    display: none;
    }

    Cheers!
    Yigit

    #306764
    #306742

    Hi!

    We’ll fix this with the next update. For a temporary fix open up enfold/enfold-functions.php and replace:

    
     $output .= "<a class='ajax_search_entry ajax_search_entry_view_all' href='".home_url('?' . $search_messages['all_results_link'] )."'>".$search_messages['view_all_results']."</a>";
    
    

    with

    
     $output .= "<a class='ajax_search_entry ajax_search_entry_view_all' href='".icl_get_home_url(). '?' . $search_messages['all_results_link'] ."'>".$search_messages['view_all_results']."</a>";
    
    

    Best regards,
    Peter

    #306618

    Hey Wils1234!

    Thank you for using Enfold.

    Please use this on functions.php:

    add_filter('avf_ajax_search_label_names','avia_change_pt_label_name', 10, 1);
    function avia_change_pt_label_name($label)
    {
    if($label == 'Portfolio Items') $label = 'Photo Items';
    return $label;
    }

    Cheers!
    Ismael

    #306497
    ccarberg
    Participant

    Hi,

    I’m looking to improve the search functionality of my website and I was interested in adding google custom site search or SearchWP.

    How can I integrate CCS into my site, both in the ajax search and the standard search results page?

    Thank you!
    Chris

    #306447

    In reply to: add a class to a div

    Hi!

    It depends on the page. If it’s a standard page (no advanced layout builder) search for this line in page.php:

    
    <main class='template-page content  <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'page'));?>>
    

    If you want to modify the layout builder template you need to modify wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/section.php:

    
    $output .= "<{$markup} class='template-page content  ".avia_layout_class( 'content' , false )." units'>";
    

    Regards,
    Peter

    Additional thought:
    The problem is the function avia_get_header_scroll_offset().
    It should be defined but is not…

    It is called for in: wp-content/themes/enfold/css/dynamic-css.php.

    I looked for the function definition, searching the whole theme.
    But it is not defined anywhere…

    That is strange!

    Hey Marcelo!

    Thank you for choosing Enfold.

    Yes, the layout is possible but you need some css fixes. Edit the home page using the advance layout builder. Make use of the column layouts to separate the text and the subscribe form. Add the Blog Posts element if you want to show the blog. Again, the column layouts will be pretty useful on this setup. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
    Thanks!

    Regards,
    Ismael

    #306078

    In reply to: Enfold Slider

    Hey wolfdogg!

    Thank you for using Enfold.

    Edit the layer named Layer #7 if you want to change the logo. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
    Thanks!

    Best regards,
    Ismael

    charger70
    Participant

    Hi – i received the following email from Webmaster tools for a site i maintain running Enfold. What does it mean? I’m not doing anything out of the ordinary, as you can see: http://www.unchartedantiques.com

    Message type: [WNC-351207]
    Webmaster Tools
    Stop redirecting smartphone users to the homepage of http://www.unchartedantiques.com/

    Dear webmaster of http://www.unchartedantiques.com/,

    Google systems have detected that your desktop site URLs redirect smartphone users to the homepage of the smartphone site rather than the page they found in Search results. This critical issue causes problems for Googlebot for smartphones because it can’t access your smartphone URLs. It also confuses your users.

    Start now to fix this problem:

    1 Check the Webmaster Tools Crawl report.
    The Smartphone crawl errors section shows faulty redirect examples.
    See error examples
    2 Debug using the example URLs.
    Investigate your server settings by starting with example URLs.
    3 Configure your server correctly.
    Redirect smartphone users to the equivalent URL on your smartphone site.
    4 Use desktop page if there is no smartphone equivalent.
    If some of your desktop URLs don’t have a smartphone equivalent, allow users to remain on the desktop.

    #305702

    In reply to: Modify search result

    Hey dalboslampen!

    Can you post the link to your website please?
    You can change default search to Relevanssi ( http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/ ) or SearchWP ( http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/ ) easily by referring to these tutorials

    Regards,
    Yigit

    #305589
    #305536

    In reply to: Sidebar ifo

    Hey sevanah!

    Thank you for using Enfold.

    You can find all sidebar content on Appearance > Widgets. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Cheers!
    Ismael

    #305474

    Hey Denis!

    Yes unfortunately we don’t have a forum specific search right now. If you don’t find the topic on our documentation http://kriesi.at/documentation/enfold/ you can also try doing a google search with the question and include “for Enfold”. It often times will give a better result than the forum search since Google has a better algorithm anyway :)

    Best regards,
    Devin

    #305427
    m00n
    Participant

    Hi there,

    First of all, amazing theme with endless possibilities.

    I’m working for a client who’s site i’m transforming to WP with Enfold as theme. The special thing is, it needs to be a 1:1 copy of the original site.

    I’ve got it for 95%, only running in to 2 little problems.

    1: Search result page need to be changed from a 1/1 layout to a 1/2 (empty) | 1/4 (results) | 1/2 (static image).

    2: On the page with no results, i want to remove the line *searchresults for: searchterm*

    Could you guys give me a hand.

    Current code of Search.php

    <?php
    global $avia_config;
    
    	/*
    	 * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
    	 */
    	 get_header();
    
    	 $results = avia_which_archive();
    	 echo avia_title(array('title' => $results ));
    	 ?>
    
    		<div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'>
    
    			<div class='container'>
    
    				<main class='content template-search <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content'));?>>
    
                        
       			<?php
                                echo "<h2>".__('Zoekresultaten')."</h2>";
    				?>
    
                        <?php
                        if(!empty($_GET['s']) || have_posts())
                        {
                           
    
                            /* Run the loop to output the posts.
                            * If you want to overload this in a child theme then include a file
                            * called loop-search.php and that will be used instead.
                            */
                            $more = 0;
                            get_template_part( 'includes/loop', 'search' );
     			
    
    			echo "<h4 class='extra-mini-title widgettitle'>{$results}</h4>";
    
                        }
    
                        ?>
    
    				<!--end content-->
    				</main>
    
    				<?php
    
    				//get the sidebar
    				$avia_config['currently_viewing'] = 'page';
    
    				get_sidebar();
    
    				?>
    
    			</div><!--end container-->
    
    		</div><!-- close default .container_wrap element -->
    
    <?php get_footer(); ?>

    Current code of loop-search.php

    <?php
    global $avia_config;
    
    // check if we got posts to display:
    if (have_posts()) :
    	$first = true;
    
    	$counterclass = "";
    	$post_loop_count = 1;
    	$page = (get_query_var('paged')) ? get_query_var('paged') : 1;
    	if($page > 1) $post_loop_count = ((int) ($page - 1) * (int) get_query_var('posts_per_page')) +1;
    	$blog_style = avia_get_option('blog_style','multi-big');
    
    	while (have_posts()) : the_post();
    
    	$the_id 		= get_the_ID();
    	$parity			= $post_loop_count % 2 ? 'odd' : 'even';
    	$last           = count($wp_query->posts) == $post_loop_count ? " post-entry-last " : "";
    	$post_class 	= "post-entry-".$the_id." post-loop-".$post_loop_count." post-parity-".$parity.$last." ".$blog_style;
    	$post_format 	= get_post_format() ? get_post_format() : 'standard';
    
    	?>
    
    	<article <?php post_class('post-entry post-entry-type-'.$post_format . " " . $post_class . " "); avia_markup_helper(array('context' => 'entry')); ?>>
            <div class="entry-content-wrapper clearfix <?php echo $post_format; ?>-content">
    
                <header class="entry-content-header">
                    <?php
                    echo "<span class='search-result-counter {$counterclass}'>{$post_loop_count}</span>";
                    //echo the post title
                    $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false));
                    echo "<h2 class='post-title entry-title'><a title='".the_title_attribute('echo=0')."' href='".get_permalink()."' $markup>".get_the_title()."</a></h2>";
    
                    ?>
                    <span class='post-meta-infos'>
                        <time class='date-container minor-meta updated' <?php avia_markup_helper(array('context' => 'entry_time')); ?>>
                            <?php the_time('d M Y'); ?>
                        </time>
                        <?php
                        if(get_post_type() !== "page")
                        {
                            if ( get_comments_number() != "0" || comments_open() )
                            {
                                echo "<span class='text-sep'>/</span>";
                                echo "<span class='comment-container minor-meta'>";
                                comments_popup_link(  "0 ".__('Comments','avia_framework'),
                                                      "1 ".__('Comment' ,'avia_framework'),
                                                      "% ".__('Comments','avia_framework'),'comments-link',
                                                      "".__('Comments Disabled','avia_framework'));
                                echo "</span>";
                            }
                        }
    
                        $taxonomies  = get_object_taxonomies(get_post_type($the_id));
                        $cats = '';
                        $excluded_taxonomies =  apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id);
    
                        if(!empty($taxonomies))
                        {
                            foreach($taxonomies as $taxonomy)
                            {
                                if(!in_array($taxonomy, $excluded_taxonomies))
                                {
                                    $cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' ';
                                }
                            }
                        }
    
                        if(!empty($cats))
                        {
                            echo "<span class='text-sep'>/</span>";
                            echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
                            echo $cats;
                            echo '</span>';
                        }
    
                        ?>
    
                    </span>
                </header>
    
                <?php
                    echo '<div class="entry-content" '.avia_markup_helper(array('context' => 'entry_content','echo'=>false)).'>';
                    $excerpt = trim(get_the_excerpt());
                    if(!empty($excerpt))
                    {
                        the_excerpt();
                    }
                    else
                    {
                        $excerpt = strip_shortcodes( get_the_content() );
                        $excerpt = apply_filters('the_excerpt', $excerpt);
                        $excerpt = str_replace(']]>', ']]>', $excerpt);
                        echo $excerpt;
                    }
                    echo '</div>';
                ?>
            </div>
    
            <footer class="entry-footer"></footer>
            
            <?php do_action('ava_after_content', $the_id, 'loop-search'); ?>
    	</article><!--end post-entry-->
    
    	<?php
    
    		$first = false;
    		$post_loop_count++;
    		if($post_loop_count >= 100) $counterclass = "nowidth";
    	endwhile;
    	else:
    
    ?>
    
    	<article class="entry entry-content-wrapper clearfix" id='search-fail'>
                <p class="entry-content" <?php avia_markup_helper(array('context' => 'entry_content')); ?>>
                   <?php _e('De zoekopdracht heeft geen resultaten opgeleverd.'); ?>
                </p>
    
            <?php
    	echo "</article>";
    
    	endif;
    	echo avia_pagination('', 'nav');
    ?>
    

    Kind regards,
    Marc

    #305395
    Denis
    Participant

    Hi,

    what is the right way to find out solution not by all themes , but in the Enfold theme`s support forum only ?

    this is all forums Search button – http://c2n.me/iKpixu
    There is no advanced search button ?

    thanks

    charger70
    Participant

    in the page showing the features of Woocommerce’s Product Finder plugin/widget, the results page shows a title displaying the results of the search just conducted.

    but with Enfold, i get nothing – the results display fine, but nothing else. I’ve looked in settings, there’s no way to enable/disable titles on search pages. So what’s going on? see the example here:

    http://www.woothemes.com/products/product-finder/

    I’ll include a link to my test site that you can try out for yourself. Make sure you use the Woocommerce search, not the theme search.

    thanks so much for your help! you have the best support here.

    #305072

    Hey mcraig77!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #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: rgba(0,0,0,0.5); }

    0,0,0 is RGB value of the color and 0.5 is opacity level which you can set between 0-1

    Cheers!
    Yigit

    #305057

    In reply to: Styling Form Elements

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    input#searchdata1, select[name="library"] {
    width: 100%!important;
    }

    EDIT: please also add following code

    .avia-mozilla select, .avia-mozilla .avia_ajax_form .select, .avia-mozilla .entry-content-wrapper select, .avia-mozilla .mobileMenu { background-image: none !important; }

    Cheers!
    Yigit

    • This reply was modified 11 years, 7 months ago by Yigit.
    This reply has been marked as private.
    #304429

    In reply to: Hide Page from Search?

    Hi adman1!

    You can use Relevanssi ( https://wordpress.org/plugins/relevanssi/ ) instead of default search and filter search results – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/

    Regards,
    Yigit

    #304351

    Thanks Yigit. I have no idea how or where to enter any line of code into my website. I have created the entire website using Enfold’s drag and drop interface. I did some research. There doesn’t seem to be any simple Settings option to increase memory. I read that the .config file needs to be modified. Unfortunately, I have no idea where that is. I have not used FTP yet. Simply used drag and drop available inside the Enfold theme. For now the website is up and running and I can add, edit, delete pages as I like. So I’m ok.

    But I will need to start changing Enfold Settings in the future again. Any suggestions on how I can increase memory without messing with lines of code?

    Thanks.
    Kunal.

    #304139

    Hi Mauriweb!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
        font-size: 13px !important;
        line-height: 1.3em !important;
        height: 30px;
        min-height: 30px;
    }

    Cheers!
    Ismael

    Hi Saltdepot!

    When you say you did the normal changes when moving, what exactly did you do? A simple search and replace of urls isn’t going to be enough in this case as the theme uses serialized data which is tied to the length of the domain name.

    This page on the docs has a link to a plugin we always recommend and a tutorial from the tuts+ network which has more information http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/

    Cheers!
    Devin

    StuWeTueHo
    Participant

    I just found this topic about renaming the labels of the search results.

    While @Ismaels solution works perfect with my custom post types, it doesn´t work for my portfolio items. I am using the german version of enfold and here “portfolio items” are translated to “Portfolio Einträge”. The problem is that the solution doens´t work if a german umlaut (in this case “ä”) is inside the label name.

    add_filter('avf_ajax_search_label_names','avf_ajax_search_assign_label_names', 10, 1);
    function avf_ajax_search_assign_label_names($label) {
    	if($label == 'Portfolio Einträge') {
    	$label = 'Mitarbeiter';
    	} 
    	else if($label == 'Produkte') {
    	$label = 'Downloads';
    	} else {
        $label = $label;
    	}
    	
    	return $label;
    }

    If I change the translation (.po / .mo files) to a name without “ä” (e.g. from “Portfolio Einträge” to “Portfolio Eintraege”), it works without a problem. Do you have any idea of how to get the code to work with the german translation? Thanks.

    This reply has been marked as private.
    #303585

    In reply to: snippet code

    No. This is a code generated by my visibility tool I have with my hosting provider. They only provide the code to be implemented in the site so it will show that information in google search engines. But since I am running enfold as a theme, I do not know where to place this code. Usually it is placed in the header when I built html/css sites (no wordpress sites).

    #303575
    moprosk
    Participant

    Ref: https://kriesi.at/support/topic/replacing-or-adding-a-custom-icon/

    Hi Enfold Team

    I searched and found a post regarding this issue however it was never resolved and I am facing the same issue the previous poster faced.

    I do not see:

    $html .= "<a {$blank} href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";

    in

    ‘helper-social-media.php’

    to replace with

    if($icon['social_icon'] == 'rss'){
    $html .= "<a><img src='http://mywebsite.com/image.jpg' alt='' /></a>";
    }else{
    $html .= "<a>".$avia_config['font_icons'][$icon['social_icon']]."</a>";
    } 

    I am trying to create a simple cart button that links to /cart – I like the idea of replacing an RSS icon (which I won’t be using) with the Entypo cart icon, linking internally to the cart page.

    I truly appreciate all of the help and support you have already provided via this forum and look forward to hearing back from you.
    M

    • This topic was modified 11 years, 2 months ago by Yigit.
Viewing 30 results - 6,241 through 6,270 (of 7,495 total)