Forum Replies Created

Viewing 30 posts - 3,181 through 3,210 (of 3,715 total)
  • Author
    Posts
  • in reply to: Search bar to the left of the main menu #371550

    Hi!

    Glad I could help you. Enjoy the theme.

    Regards,
    Günter

    in reply to: Partner/Logo Element Disappeared #371547

    Hey htarrant!

    Thank you for using our theme.

    There is a JavaScript error stopping the loading of the scripts:

    js.src = “//connect.facebook.net/en_US/all.js#xfbml=1&appId=1488847701328593
    1488847701328593
    1488847701328593”;`
    `

    Try to deactivate plugins and reactivate one by one and check to find out the plugin causing this error.

    Best regards,
    Günter

    in reply to: Reduce whitespace on sidebar #371545

    Hi robert-s!

    Thank you for using our theme.

    Use custom.css or Enfold->Styles->QuickCSS fiekl and adjust the values.

    If you want to reduce the left margin:

    
    .inner_sidebar {
        margin-left: 30px !important;
    }
    

    For the vertical distance between the widgets:

    
    .widget {
    padding: 20px 0 !important;
    }
    

    Cheers!
    Günter

    in reply to: Search bar to the left of the main menu #371542

    Hi hloft!

    Thank you for coming back.

    If you are using a child theme, put in functions.php of the child theme at the bottom:

    
    if(!function_exists('avia_append_search_nav'))
    {
    	//first append search item to main menu
    	add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );
    	add_filter( 'avf_fallback_menu_items', 'avia_append_search_nav', 10, 2 );
    
    	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 == '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">
    							<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>
    	        		   </li>' . $items;
    	    }
    	    return $items;
    	}
    }
    
    

    If you are using enfold parent theme, then put this code at the beginning of functions.php.

    Best regards,
    Günter

    in reply to: URGENT help! quick css customization not working #370633

    Hi Munford!

    Thank you for coming back.

    Check the QuickCSS field. If it is empty, it had been overwritten (probably by mistake).

    If you do not have a backup of this field, you only can ask your provider for a fallback to an earlier stage, when it worked.

    Best regards,
    Günter

    in reply to: Add padding to top of site #370489

    Hey mcraig77!

    Thank you for coming back.

    On the screenshot the red background on both sides is at the top. Can you pls point out exactly what you want.

    We would also need a link to to that page to assist you.

    Best regards,
    Günter

    in reply to: Überschriften nicht mehr komplett groß schreiben #370487

    Hey!

    Danke für die Rückmeldung.

    Versuchen Sie das folgende:

    
    h1, h2 {
    text-decoration: none !important;
    }
    
    

    So werden h1 und h2 so dargestellt, wie sie eingegeben sind.

    Sollte das nicht gehen, müsste man dann auf konkreten Seiten schauen, warum nicht.

    Best regards,
    Günter

    in reply to: Testimonials not centered #369449

    Hey!

    Glad we could help you. Enjoy the theme.

    Best regards,
    Günter

    in reply to: How to add a link title to a shortcode button? #369448

    Hey parperei!

    Thank you for coming back.

    Not out of the box. You must edit the file:

    enfold\config-templatebuilder\avia-shortcodes\buttons.php

    Regards,
    Günter

    Hey Kanzleramt!

    Thank you for coming back.

    Try the following:

    
    .template-shop .single-product-main-image .images a {
        border-width: 0 !important;
    }
    

    Cheers!
    Günter

    in reply to: question regarding: "Hide Header on this page" #369377

    Hey!

    Glad I could help you.
    Enjoy the theme.

    Regards,
    Günter

    in reply to: Remove hover text from images #368908

    Hey!

    Glad we could help you. Enjoy the theme.

    Regards,
    Günter

    in reply to: Page suddenly doesn't displayed showed up #368907

    Hey Omer!

    Thank you for using our theme.

    I recieve 404 Errors (File not found) for all images.

    You are using the latest version of Enfold and WP?
    Do you have activated new plugins? Try to deactivate all plugins and check the page again.

    Try to set up a new page and try with 2-3 members and check the result.

    Best regards,
    Günter

    in reply to: Catalogue #368896

    Hey kotek001!

    Thank you for using our theme.

    At the moment – no. But I will forward your request to Kriesi. Maybe he will plan something in future releases.

    Cheers!
    Günter

    in reply to: Configuring blog post shortcode #368867

    Hey!

    Thank you for coming back.

    Feel free to come back, if you need more assistance.
    Enjoy the theme.

    Best regards,
    Günter

    in reply to: Portfolio Raster zeigt auf Firefox nur 5 Bilder je Reihe #368865

    Hey!

    Thank you for using our Theme and forum. Glad you could solve the problem.

    Enjoy the theme.

    Best regards,
    Günter

    in reply to: Text widget not working #368864

    Hey Nathan!

    Thank you for using our theme.

    I have added some Text in the text widget and it works.

    For images:

    Try to use the enhanced text widget http://wordpress.org/plugins/enhanced-text-widget/ and add the html code directly into it linking to whatever images you want and adding css right into the widget inline as well?

    Cheers!
    Günter

    in reply to: I lose WP dashboard when I install Enfold #368826

    Hey!

    Glad we could help you.
    Enjoy the theme.

    Regards,
    Günter

    in reply to: Borders and whitespace #368824

    Hey!

    Glad we could help you. Enjoy the theme.

    Regards,
    Günter

    in reply to: Product catalogue template #368413

    Hi!

    Thank you for coming back.

    This should be the correct file now:

    themes\enfold\config-templatebuilder\avia-shortcodes\product_list.php

    Regards,
    Günter

    in reply to: Product catalogue template #368274

    Hi CounterMind!

    Thank you for using our theme.

    You find the templates in:

    plugins\woocommerce\templates\

    e.g. content-product.php

    Regards,
    Günter

    in reply to: override font heading color #368267

    Hey!

    Glad I could help you. Enjoy the theme.

    Cheers!
    Günter

    Hey Adolfo Lucio!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS put the following:

    
    .container_wrap {
        border-top-width: 0 !important;
    }
    

    Cheers!
    Günter

    in reply to: Tab content alignment #368262

    Hey!

    Glad I could help you. Enjoy the theme and feel free to come back with further questions.

    Best regards,
    Günter

    in reply to: question regarding: "Hide Header on this page" #368257

    Hi tvlleaders!

    You can identyfy the pages with the unique ID and then use the following code to hide the header, replace the ID with your values:

    
    .page-id-2503 #header,
    .page-id-2504 #header {
        display: none !important;
    }
    .page-id-2503 #main
    .page-id-2504 #main {
        padding-top: 0px !important;
    }
    
    

    Cheers!
    Günter

    in reply to: Ajax Search not found text #368243

    Hey MathiasVie!

    Thank you for using our theme.

    You can change it with a filter. In functions,php at the end put the following:

    
    function my_search_text( $search_messages )
    {
    
    // modify the array here
    
    return $search_messages;
    }
    add_filter( 'avf_ajax_search_messages', 'my_search_text', 10, 1);
    
    

    The possible values to change you find at

    enfold\functions-enfold.php line 105:

    
    	    $search_messages = array(
    	            'no_criteria_matched' => __("Sorry, no posts matched your criteria", 'avia_framework'),
    	            'another_search_term' => __("Please try another search term", 'avia_framework'),
    	            'time_format'         => get_option('date_format'),
    	            'all_results_query'   => http_build_query($_REQUEST),
    	            'all_results_link'    => home_url('?' . http_build_query($_REQUEST)),
    	            'view_all_results'    => __('View all results','avia_framework')
                );
    

    Cheers!
    Günter

    in reply to: Tab content alignment #368239

    Hey bebetoblu!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS put the following CSS Code. You have 2 divs you can style:

    
    .av_tab_section .tab_content {
    
    }
    
    .av_tab_section .tab_content .tab_inner_content {
    
    }
    

    Don’t forget to add !important to each CSS style.

    Cheers!
    Günter

    in reply to: override font heading color #368236

    Hi Moniek!

    Thank you for using our theme.

    Try the following:

    
    h4 {
    color: #ff5100 !important;
    }
    

    Best regards,
    Günter

    in reply to: Need to remove title showing when mouse over images #368233

    Hey!

    Glad we could help you. Enjoy the theme.

    Best regards,
    Günter

    in reply to: Text editor doesn't work #367698

    Hey!

    Glad we could help you. Enjoy the theme.

    Cheers!
    Günter

Viewing 30 posts - 3,181 through 3,210 (of 3,715 total)