Forum Replies Created

Viewing 30 posts - 2,611 through 2,640 (of 3,742 total)
  • Author
    Posts
  • in reply to: confirmation mail #599549

    Hey!

    Thank you for coming back.

    When adding a contact form with the ALB you have a field “Autorespond Text”. This text is sent to the user as an answer when you recieve the E-Mail.

    Regards,
    Günter

    in reply to: woocommerce change price position #599546

    Hi!

    Thank you for coming back.

    Please add following code to Functions.php file of your child theme (or parent theme, if not using a child theme)- you can use Dashboard -> Appearance > Editor:

    
    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 29 );
    

    This should move the price above the “Add to Cart” aerea.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the value as needed:

    
    .single-product .single-product-summary .price span {
        font-size: 25px !important;
    }
    

    Best regards,
    Günter

    in reply to: Enable plugins only on some pages #599106

    Hi vossenm!

    Thank you for using our theme.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) try to put the following in this sequence:

    
    .parent-pageid-3983 .scrol-top-advanced {
        display: block;
    }
    .scrol-top-advanced {
        display: none;
    }
    

    Cheers!
    Günter

    Hi tlchase!

    Thank you for using our theme.

    This looks like a problem with the character set in your new database, which is different from the old one.

    Maybe you can check with your old hoster which set he was using and ask the new hoster to setup the new database to this set and reimport all the data.

    Alternatively you can replace the wrong characters in the database with an SQL Query.

    Hope, this will help you.

    Best regards,
    Günter

    in reply to: Blog Pages show always the same articles #599054

    Hey!

    Thank you for coming back.

    Yes, this will be the fastest way.
    After that you can enter your Themeforest User Name and API Key in Enfold Options-> Theme Update for auto update.

    Cheers!
    Günter

    in reply to: define a template for portfolio items? #599048

    Hi!

    Glad we could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.

    Cheers!
    Günter

    in reply to: Tag Mark not readable in Account #598868

    Hey!

    Der Bug ist im core gefixed worden und im nächsten Update behoben.

    LG,
    Günter

    in reply to: Custom Menu Widget – Display as Dropdown #598394

    Hey dweddell!

    Thank you for using our theme.

    Not out of the box. This is a standard WP Widget.

    Regards,
    Günter

    in reply to: button border same length #598391

    Hey creation_frommelt!

    Thank you for using our theme.

    To limit the changes only to that page I would suggest:

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the value as needed:

    
    .page-id-2 .avia-button.avia-color-light{
        width: 200px !important;
    }
    

    Regards,
    Günter

    in reply to: Text block css #598390

    Hey Roger!

    Thank you for using our theme.

    If you have only some pages – each page has a unique ID and in the <body> tag you find a class like:

    page-id-734

    You can use this as a first parameter in the selector list to limit changes to that page only, e.g.

    
    .page-id-734 #main p{
      padding: 10px  ! important;
    }
    

    You will also need media query like:

    
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    
    }
    

    See custom.css for more details.

    Hope, this will help you as a start.

    Best regards,
    Günter

    in reply to: no Out of Stock notice on product image? #598380

    Hey amonllor1!

    Thank you for using our theme.

    Sorry, Out of the box this is not supported (it is not a standard WC feature).

    But it sounds like a good idea to integrate in a future version.

    You can post a feature request on https://kriesi.at/support/enfold-feature-requests/. Kriesi looks at these reguarly and decides, what to implement or develop.

    Regards,
    Günter

    Hi alphabeta23!

    Thank you for using our theme.

    The links above lead to “Under Construction” page.

    Can you provide us with an admin access so we can have a look at the problem.

    You can post it here as a private reply.

    Cheers!
    Günter

    Hi Tom!

    Thank you for using our theme.

    You can copy the theme files to the new server with ftp.

    Then activate the theme from WP Dashboard.

    If it is a clean and fresh WP Installation you will have the defaults settings.

    On the bottom of Enfold option page you find the “Reset All Options” button. This should set all options to factory settings.

    Cheers!
    Günter

    in reply to: How to change the accordion filter separator? #598359

    Hi Julie!

    Thank you for using our theme.

    Currently there is no filter for that.

    I will suggest one to Kriesi to add to the core – maybe it will come in one of the next updates.

    At the moment you must modify the core file

    themes\enfold\config-templatebuilder\avia-shortcodes\toggles.php line 270:

    
    $output .= "<span class='tag-seperator'>/</span>";
    

    and replace to:

    
    $output .= "<span class='tag-seperator'>|</span>";
    

    When Kriesi adds the filter you can put the following code in functions.php:

    
    add_filter( 'avf_toggle_sort_seperator', 'my_toggle_seperator', 10, 2 );
    
    public function my_toggle_seperator( $sep, $atts )
    {
    	return '|';
    }
    

    Regards,
    Günter

    in reply to: Tag Mark not readable in Account #593198

    Hi!

    Dürfte ein spezielles Problem sein, da wir bisher noch keine anderen Bugreports erhalten haben.

    Regards,
    Günter

    in reply to: Tag Mark not readable in Account #592712

    Hi!

    Versuche es mit dem folgenden Code (Quick CSS oder custom.css) und ändere die Farbe entsprechend:

    
    p.order-info mark {
        color: white !important;
    }
    

    Regards,
    Günter

    in reply to: Tag Mark not readable in Account #592075

    Hey!

    Tut mir leid für die verspätete Antwort – haben leider einige krankheitsbedingte Ausfälle.

    Es dürften die Zugangsdaten nicht passen – kann mich leider nicht anmelden – weder frontend noch ins backend.

    Kannst Du die bitte prüfen und in den private content nochmals senden?
    Danke.

    Cheers!
    Günter

    in reply to: Enfold Portfolio Link in Title #581212

    Hi Jdclark18!

    Thank you for using our theme.

    Please try to add following code to Functions.php file of your child theme (or parent theme, if not using a child theme)- you can use Dashboard -> Appearance > Editor:

    
    function my_custom_title_link( $title_link, $entry )
    {
    	if( ! empty( $title_link ) )
    	{
    		return $title_link;
    	}
    	
    	$title_link  = get_permalink( $entry->ID );
    	return $title_link;
    }
    
    add_filter( 'avia_settingsf_output_settings_field', 'my_custom_title_link', 10, 2 );
    

    Best regards,
    Günter

    in reply to: How To Right-Align Custom Content In Header? #491743

    Hey goforyourdreams!

    Thank you for using our theme.

    Replace your code with the following:

    
    .header-search {
        float: right;
        margin-right: 50px;
        position: relative;
        top: 14px;
        z-index: 999;
    }
    

    Regards,
    Günter

    in reply to: Custom Form #491742

    Hi medvick!

    Thank you for using our theme.

    When using the ALB you can select the element width for each element of the contact form.

    Click on the element and in the popup you find a selectbox: Form Element Width.

    Best regards,
    Günter

    in reply to: search for tag product woocommerce #491741

    Hi marcellovoc!

    Thank you for using our theme.

    Sorry, but I do not understand your aims. Can you explain more clearly, what you want to do?

    jQuery is a frontend tool. If you need some ajax search you will have to hire a freelancer or look at woothemes for a plugin.

    Regards,
    Günter

    Hi eric84!

    Thank you for using our theme.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed:

    
    #braintree-cc-exp-year {
        margin-top: 5px !important;
    }
    #braintree-cc-cvv_field {
        margin-top: -30px !important;
    }
    

    Best regards,
    Günter

    in reply to: Link aus Blogbeitrag entfernen #467070

    Hi!

    Danke.

    Viel Freude mit dem Theme.

    Regards,
    Günter

    in reply to: Link aus Blogbeitrag entfernen #466864

    Hi!

    Wenn Du die Datei enfold\includes\helper-post-format.php modifizierst, dann:

    
    $output .= "	<a href='".get_permalink()."' rel='bookmark' title='". __('Permanent Link:','avia_framework')." ".$current_post['title']."'>".$current_post['title'];
    			$output .= "			<span class='post-format-icon minor-meta'></span>";
    			$output .= "	</a>";
    

    ersetzen mit:

    
     $output .= "	<div>".$current_post['title'];
    			$output .= "			<span class='post-format-icon minor-meta'></span>";
    			$output .= "	</div>";
    

    Auf meiner Installation funktionieren beide Versionen für einen Eintrag vom Typ Post.

    Kannst Du mir einen Link auf die Seite geben?

    Best regards,
    Günter

    in reply to: Link aus Blogbeitrag entfernen #466349

    Hi!

    Ersetze das obige durch:

    
    add_filter( 'post-format-standard', 'my_avia_default_title_filter', 20, 1 );
    
    function my_avia_default_title_filter($current_post)
    {
    		if( ( ! empty( $current_post['title'] ) ) && is_singular() )
    		{
    			$heading = $current_post['title'];
    			$heading = str_replace( '<a ', '<div ', $heading);
    			$heading = str_replace( '</a>', '</div>', $heading);
    			$heading = preg_replace( "/href='.*?'/", '', $heading);
    			$current_post['title'] = $heading;
    		}
    		return $current_post;
    }
    

    Cheers!
    Günter

    in reply to: Link aus Blogbeitrag entfernen #465931

    Hey crevlon!

    Danke dass Du unser Theme verwendest.

    Es gibt da einen Filter in enfold\includes\helper-post-format.php line 15: add_filter( ‘post-format-standard’, ‘avia_default_title_filter’, 10, 1 ); und die Funktion in line 52ff.

    In functions.php am Ende füge den folgenden Code ein:

    
    add_filter( 'post-format-standard', 'my_avia_default_title_filter', 20, 1 );
    
    function my_avia_default_title_filter($current_post)
    {
    		if( ( ! empty( $current_post['title'] ) ) && is_singular() )
    		{
    			$heading = $current_post['title'];
    			$heading = str_replace( '<a ', '<div ', $heading);
    			$heading = str_replace( '</a>', '</div>', $heading);
    			$current_post['title'] = $heading;
    		}
    		return $current_post;
    }
    
    

    Cheers!
    Günter

    in reply to: Border around images on specific page #460573

    Hey!

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

    Best regards,
    Günter

    in reply to: Exclude pages and posts by id from ajax search results #460230

    Hi!

    Thank you for using our theme.

    Have a look at line 153:

    
    $search_query 		= apply_filters('avf_ajax_search_query', http_build_query($search_parameters));
    

    You can manipulate the query parameters with the filter avf_ajax_search_query.

    Hope, this helps you.

    Regards,
    Günter

    in reply to: contact form adaption #460225

    Hi!

    Try the following:

    
    .page-id-14 #element_avia_avia_age_2 label {
        position: absolute !important;
        top: 50px !important;
    }
    

    Best regards,
    Günter

    in reply to: Border around images on specific page #460218

    Hi!

    Thanks for the feedback.

    Replace the code above with:

    
    .page-id-3542 #main img {
        border: 5px solid red !important;
    }
    

    Cheers!
    Günter

Viewing 30 posts - 2,611 through 2,640 (of 3,742 total)