Forum Replies Created

Viewing 30 posts - 2,791 through 2,820 (of 3,695 total)
  • Author
    Posts
  • in reply to: Issue with color section and sidebar #413817

    Hey ganjou!

    Thank you for using our theme.

    The color section is a fullwidth element and pushes the sidebar down – this is the standarb behaviour.

    If you want to have a sidebar above, you must use a 1/1 layout element with a wiget content element.

    Regards,
    Günter

    in reply to: Child theme change included files #413808

    Hey!

    Try the following:

    Put your modified loop-index.php in enfold-child/includes/loop-index.php

    The original functions-enfold.php does not need to be copied – it is loaded by the parent theme from the parent theme folder.

    If you do not need any other functions, that’s it.

    WP should load your new loop-index.php now.

    Best regards,
    Günter

    Hey lobstahhhhhhh!

    Thank you for using our theme.

    This is currently only possible by modifing the core files, e.g.

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

    If you go to line 535ff:

    
    $output .= "<div id='av-masonry-".self::$element."' class='av-masonry noHover av-{$size}-size av-{$this->atts['gap']}-gap av-hover-overlay-{$this->atts['overlay_fx']} av-masonry-col-{$this->atts['columns']} av-caption-{$this->atts['caption_display']} {$this->atts['container_class']}' >";
    
    

    After this you can insert your headline, e.g.:

    
     <h3>Sort by location here: </h3>
    

    Best regards,
    Günter

    in reply to: Change copyright info – remove "Enfold Child Theme…" #413788

    Hey veritywebsolutions!

    Thank you for using our theme.

    In functions.php of the child theme insert at the bottom:

    
    function my_backlink ( $link )
    {
    	return '';
    }
    
    add_filter( 'kriesi_backlink', 'my_backlink', 10, 1);
    

    Best regards,
    Günter

    in reply to: How to add one single border with 0 px padding #413622

    Hi jockejansson!

    Thank you for using our theme.

    In custom.css or Enfold->General Styling->QuickCSS try to put the following:

    
    #header {
        border-bottom: 5px solid yellow !important;
    }
    

    If this is not what you want, pls give us a link to your page so we can check for the correct CSS. You can post it as a private link here.
    Regards,
    Günter

    in reply to: Child theme change included files #413611

    Hey!

    Thank you for coming back.

    If you want to change a tempate file, you have to copy the original file to the child (same directory structure) and modify this file
    (http://codex.wordpress.org/Child_Themes).

    In your case: enfold-child/includes/loop-page.php

    Best regards,
    Günter

    in reply to: Display Woocommerce price and sale price dynamically #413606

    Hey danneeroy!

    Thank you for using our theme.

    I think, you mean: http://kriesi.at/themes/enfold-shop/.

    This is done by WooCommerce. When editing a product you can enter a regular and a sale price (this can even be limited to a time period).

    Hope, this will help you.

    Cheers!
    Günter

    in reply to: How to delete logo-link on homepage? #413601

    Hi!

    Glad we could help you. Enjoy the theme.

    Regards,
    Günter

    in reply to: Child theme change included files #413596

    Hey designspecialisten!

    Thank you for using our theme.

    Functions.php of the child theme is loaded BEFORE functions.php of the parent theme, which loads the avia framework and other stuff needed for the template files.

    Add the following to your functions.php of the child theme:

    
    function my_setups_needed()
    {
    	//	add all your setups or include files from the child theme
    }
    	
    add_action( 'after_setup_theme', 'my_setups_needed', 100 ); 
    

    This hook is called right after functions.php of the parent theme had been loaded.
    http://codex.wordpress.org/Plugin_API/Action_Reference/after_setup_theme

    Best regards,
    Günter

    in reply to: Child theme change included files #413586

    Hey designspecialisten!

    Thank you for using our theme.
    This content is posted twice.

    I close this topic and answer to the first post.

    Regards,
    Günter

    in reply to: Unstick topbar without Shrinking Header #413539

    Hey!

    Enjoy the theme and feel free to come back when having any problems.

    Regards,
    Günter

    in reply to: Use sidebar and "color section" at the same time #413534

    Hi MTortch!

    Thank you for cuming back.

    Color sections are full width elements and push down the sidebar.

    If you want to use a sidebar – you only can use the 1/1 – 4/5 layout elements.

    I do not know, what you want to do, because I cannot open the link you gave us. Maybe we can assist you with some CSS to style your layout element.

    Regards,
    Günter

    in reply to: Line Breaks being removed and Image alignment. #413515

    Hey!

    Thank you foir coming back.

    Can you send us a link to your page so we can check for the CSS? You can post it here as a private link.

    Regards,
    Günter

    in reply to: Is there a shortcode for dates? #413512

    Hey!

    Thank you for coming back.

    When you are using a child theme, put the code in functions.php of the child theme. This file is not changed when updating the parent theme.

    When using a only the parent theme, then you can only use a workaround.

    Put the code in a seperate php file, lets say my_file.php and copy this in the folder enfold\config-templatebuilder\avia-shortcodes\.
    It will then be loaded automatically with the ALB files.

    Just make sure, that you copy this file after every theme update.

    Regards,
    Günter

    in reply to: Display only the title of blogpost #413500

    Hi!

    Glad we could help you. Enjoy the theme.

    Regards,
    Günter

    in reply to: JS error on tab when in mobile view #413153

    Hey!

    Thank you for coming back.

    I figured out, that there seems to be a bug – but I could not fix it. I forwarded it to Kriesi to have a look at it.

    As soon as we have a solution we will get in contact with you again.

    Thanks for your patience.

    Can you please create us a temporary Admin account? You can post it here as a private reply.

    Cheers!
    Günter

    in reply to: removing […] from excerpts #413123

    Hi!

    Have a nice day and feel free to come back with further questions.

    Regards,
    Günter

    Hi!

    Thank you for coming back.

    To change the color of the headlines, e.g. :

    
    .page-id-9060 .av-masonry-container .portfolio h3 {
        color: blue !important;
    }
    
    .page-id-9060 .av-masonry-container .category-personal h3 {
        color: red !important;
    }
    

    To change the background:

    
    .page-id-9060 .av-masonry-container .portfolio .av-inner-masonry-content {
        background: none repeat scroll 0 0 red !important;
    }
    
    .page-id-9060 .av-masonry-container .category-personal .av-inner-masonry-content {
        background: none repeat scroll 0 0 green !important;
    }
    

    Hope, this will halp you. Come back if you need further assistance.

    Regards,
    Günter

    in reply to: AJAX SEARCH BOX DISPLAYING THE DATE #413114

    Hey aron8778!

    Thank you for using our theme.

    You have to modify enfold\functions-enfold.php line 211:

    
    $excerpt = get_the_time($search_messages['time_format'], $post->ID);
    

    I will add a filter hook and post it to Kriesi – maybe it will be in the next update:

    
    $excerpt = apply_filters( 'avf_ajax_search_no_excerpt', get_the_time($search_messages['time_format'], $post->ID), $post );
    

    Best regards,
    Günter

    in reply to: removing […] from excerpts #413104

    Hey!

    Use the following code:

    
    function change_excerpt( $text )
    {
    	$pos = strrpos( $text, '[');
    	if ($pos === false)
    	{
    		return $text;
    	}
    	
    	return rtrim (substr($text, 0, $pos) ) . '....';
    }
    add_filter('get_the_excerpt', 'change_excerpt');
    

    Cheers!
    Günter

    in reply to: removing […] from excerpts #413094

    Hey!

    Glad we could help you. Enjoy the theme.

    Cheers!
    Günter

    in reply to: Sortable Portfolio – Style the categories/filter list? #413089

    Hey!

    Thank you for coming back.

    To make the background transparent:

    
    .home #js_sort_items {
        background: none repeat scroll 0 0 transparent !important;
    }
    

    or to a special color:

    
    .home #js_sort_items {
        background: none repeat scroll 0 0 gray !important;
    }
    

    To customize the rectangles (e.g. Commercial):

    
    .home #js_sort_items a.commercial_sort_button {
        background: none repeat scroll 0 0 green !important;
        padding: 3px 8px !important;
    }
    

    you have values like:

    all_sort_button
    industrial_sort_button
    leisure_sort_button,…..

    The active button has “active_sort”, that means:

    
    .home #js_sort_items a.commercial_sort_button.active_sort {
        background: none repeat scroll 0 0 green !important;
        padding: 3px 8px !important;
    }
    

    Feel free to come back and we will help you with further styling.

    Best regards,
    Günter

    in reply to: Sortable Portfolio – Style the categories/filter list? #413043

    Hi ActionPress!

    Thank you for using our theme.

    As a quick help:

    To remove the /:

    
    #js_sort_items .text-sep {
        display: none !important;
    }
    

    To change the background color:

    
    #js_sort_items a {
        background: none repeat scroll 0 0 green;
    }
    

    Each category has a unique class, e.g. html_sort_button in the demo page at kriesi.at:

    
    #js_sort_items a.html_sort_button {
        background: none repeat scroll 0 0 red;
    }
    

    To provide you with a more specific code we would need a link to your page. You can post it as a private reply here.

    Best regards,
    Günter

    in reply to: removing […] from excerpts #413035

    Hi!

    Thank you for coming back.

    Replace the code above with the following:

    
    function change_excerpt( $text )
    {
    	$pos = strrpos( $text, '[');
    	if ($pos === false)
    	{
    		return $text;
    	}
    	
    	return rtrim (substr($text, 0, $pos) );
    }
    add_filter('get_the_excerpt', 'change_excerpt');
    

    Best regards,
    Günter

    in reply to: List problem #412994

    Hi!

    Glad I could help you. Enjoy the theme and feel free to come back with any problems you have.

    Cheers!
    Günter

    Hi!

    Glad you found a solution.

    Enjoy the theme.

    Cheers!
    Günter

    in reply to: Add another link in footer #412911

    Hi!

    Replace the line above with something like:

    
    			<?php  $mylink = ' - Design: <a href="http://ujdesign.com" target="_blank">ujdesign</a>';  ?>
                            <span class='copyright'><?php echo $copyright . $kriesi_at_backlink . $mylink; ?></span>
    

    Regards,
    Günter

    in reply to: List problem #412909

    Hi!

    Check my first reply pls. !!!!

    Best regards,
    Günter

    in reply to: List problem #412899

    Hey SecretDiamonds!

    Thank you for using our theme.

    Did you fix the problem? On FF I cannot reproduce the problem, even when I make the screen smaller.

    But I could reproduce it in Chrome.

    Try the following:

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

    
    #tab-id-1-container ul {
      list-style-position: inside !important;
    }
    

    Cheers!
    Günter

    in reply to: Please help : Adding image on header #412896

    Hi zmkstudio!

    Thank you for using our theme.

    If you are using WPML you can use the following function to determin the current active language:

    
    icl_get_current_language()
    

    You can put the output of the images in an if clause like:

    
    if(icl_get_current_language() == 'en'
    {
       ///  output for english
    }
    else
    {
       ///   output for other language
    }
    

    Come back, if you need more assistance.

    You can post the codesnippet here and we can give you the correct snippet to insert.

    Cheers!
    Günter

Viewing 30 posts - 2,791 through 2,820 (of 3,695 total)