Forum Replies Created

Viewing 30 posts - 3,421 through 3,450 (of 3,732 total)
  • Author
    Posts
  • in reply to: Blog, Small image, single author, image size #305646

    Hey!

    Replace the code above with the following:

    
    .single-post .single-small.with-slider .small-preview {
        height: 80px !important;
        width: 80px !important;
    }
    

    Regards,
    Günter

    in reply to: Author Page – Full content? #305631

    Hi Martin!

    Thank you for using our theme.

    You have to modify the following file:

    wp-content\themes\enfold\includes\loop-author.php

    Goto line 32 and replace

    
    $current_post['content'] 	= get_the_excerpt();
    

    with

    
    $current_post['content'] 	= get_the_content();
    

    Best regards,
    Günter

    • This reply was modified 10 years, 7 months ago by Günter.
    in reply to: Changing layout Search Results #305613

    Hey!

    Thank you for using our theme and the support forum.

    Enjoy the theme and come back with any further questions you have.

    Cheers!
    Günter

    in reply to: Font Size #305610

    Hey!

    Try to use the following:

    
    .avia_textblock p {
        font-size: 16px !important;
    }
    

    The textblocks on the homepage have in the tag <p style=”font-size: 12px;”>. This might break the code above, so if it does not work try to remove the style attribute.

    Best regards,
    Günter

    in reply to: Blog, Small image, single author, image size #305608

    Hey rpl_admin!

    Thank you for using our theme.

    The default image size on the single blog page ist 180*180px.

    You can change it to a smaller size. Put the following in enfold/css/custom.css or Dashboard->Enfold->Styles->Quick-CSS field and adjust the values:

    
    .single-post .single-small .small-preview{
        height: 80px !important;
        width: 80px !important;
    }
    

    Cheers!
    Günter

    • This reply was modified 10 years, 7 months ago by Günter.
    in reply to: Category sorting #305606

    Hey satucker!

    Thank you for using our theme.

    As you mentioned already, by default this is not supported by the theme.
    Of course, it is possible to implement, but this is customization and beyond the scope of support.

    Regards,
    Günter

    in reply to: Product single page layout #305603

    Hey!

    Glad we could help you.

    Enjoy the theme.

    Best regards,
    Günter

    in reply to: Add additional icons? #305601

    Hey!

    Glad we could help you. Enjoy the theme.

    Regards,
    Günter

    in reply to: Changing Blog Title #305590

    Hey!

    Sorry, there is a syntax error with “. Replace it with ‘ used with ‘title’.

    
    add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
    if ( $args['title'] == 'Blog - Latest News' )
    {
    $args['title'] = 'Training Blog';
    }
    
    return $args;
    }
    

    Regards,
    Günter

    in reply to: Changing Blog Title #305484

    Hi!

    The code should work.

    What do you mean with ” functionality plugin”?

    You must insert the code above at the bottom of enfold/functions.php or if using a child theme in enfold-child/functions.php.

    If you want, give us an admin login to your page and we can insert the code for you,

    Regards,
    Günter

    in reply to: Remove Comment Count for Enfold #305482

    Hey!

    Glad I could help you. Enjoy the theme.

    Regards,
    Günter

    in reply to: Additional social media icons in footer widget #305426

    Hey Simon!

    Thank you for using our theme.

    Have a look at the following posts:

    https://kriesi.at/support/topic/place-social-media-icons-into-a-widget/
    https://kriesi.at/support/topic/social-icons-in-footer-socket/

    If you did not find what you are looking for, pls come back.

    Cheers!
    Günter

    in reply to: Changing Blog Title #305425

    Hey heufti65!

    Thank you for using our theme.

    Add following code to the bottom of functions.php:

    
    add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
    if ( $args['title'] == 'Blog - Latest News' )
    {
    $args['title'] = “Training Blog”;
    }
    
    return $args;
    }
    

    This will replace the “Blog – Latest News” with “Training Blog”.

    Cheers!
    Günter

    in reply to: Remove Comment Count for Enfold #305423

    Hi courtney_martin!

    Thank you for using our theme.

    In custom.css or enfold-styles-Quick-CSS field put the following:

    
    #main .minor-meta.comment-container, 
    #main .text-sep-comment{
    display: none;
    }
    
    

    I fixed this in core files and postet it for a patch. It will probably be fixed in one of the next updates.

    Regards,
    Günter

    in reply to: How do I remove a certain field in my footer? #305419

    Hey tinagianna!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QUICK-CSS field put the following:

    
    .widget_yikes_mc_widget .yks-require-description{
    display: none !important;
    }
    

    Regards,
    Günter

    in reply to: Fine line between Color Section #305334

    Hey!

    Glad I could help you. Enjoy the theme.

    Best regards,
    Günter

    in reply to: How to show mobile menu on all screen sizes? #305333

    Hey Chris2234!

    Thank you for using our theme.

    Have a look at this topic:

    https://kriesi.at/support/topic/mobile-menu-for-all-size-resolutions/

    Let us know, if it solved your problem.

    Regards,
    Günter

    in reply to: color change at the icon-list? #305313

    Hey talelie!

    Thank you for using our theme.

    Please have a look at this post:

    https://kriesi.at/support/topic/change-color-of-icons-in-icon-list/

    It will certainly help you. Please let us know.

    Regards,
    Günter

    in reply to: Changes to functions-enfold.php #305311

    Hey Knut!

    Thank you for using our theme.

    Updates only override files of the parent theme.

    To avoid your changes to be overwritten, you should use a child theme and place your changes in functions.php of the child theme. This file will be loaded before functions.php of the parent theme.

    If you do not want to use a child theme, I would suggest you create a file like my_functions.php, put your code inside that file and add at the bottom of functions.php:

    
    require_once('my_functions.php');
    

    If you do not delete the files on update you will only have to add this line after updateing the theme.

    Best regards,
    Günter

    in reply to: Strange #305275

    Hi!

    No. The following is breaking the design:

    
    .woocommerce-page .button{
    .....
    }
    

    Use the following and adjust the values:

    
    .woocommerce-page .button{
    padding: 10px !important;
    }
    

    Best regards,
    Günter

    in reply to: Fine line between Color Section #305273

    Hey Herbert!

    Thank you for using our theme.

    To remove the line on the given link use:

    
    #after_section_1 {
        border-top-style: none !important;
    }
    

    Cheers!
    Günter

    in reply to: How to locate #304904

    Hey wholereneducation!

    Than k you for using our theme.

    The index of the nth-child start with 1, so the first icon is 1, the second 2, and so on.

    If the icons are aligned with float: left (whats the default), then the icons are from left to right, otherwise from right to left.

    I hope, I understood your question correctly.

    Best regards,
    Günter

    Hey bemofunny!

    Thank you for using our theme.

    Have a look at the following post:

    https://kriesi.at/support/topic/different-color-for-top-bar-menu-and-menu-hover/

    I think, this will help you.

    If you have still problems, please ome back.

    Cheers!
    Günter

    in reply to: How to remove Title of the post in the Breadcrumbs #304759

    Hey bemofunny!

    Thank you for using our theme.

    In custom.css or Enfold-Styling-Quick CSS field put the following:

    
    .title_container .main-title{
    display: none !important;
    }
    

    Best regards,
    Günter

    in reply to: Change default Category on blog post #304316

    Hey Jamie A!

    Thank you for using our theme.

    In functions.php put the following:

    
    function my_portrait_click()
    {
    ?>
    <script>
    jQuery(function(){
    	jQuery('.portrait_sort_button').trigger('click');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'my_portrait_click', 900);
    

    Cheers!
    Günter

    Hey!

    Try the following:

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

    Best regards,
    Günter

    in reply to: Team Member Icons #303889

    Hi!

    Enjoy the theme.

    Best regards,
    Günter

    in reply to: Nach WP-Update "Shop" nicht mehr sichtbar #303888

    Hey Francesco!

    Thank you for using our theme.

    It seems like the server can’t start a session. Please contact your hoster and ask them to check the server configuration (session data folder is writable & exists, etc.).

    Enfold uses sessions to build the breadcrumb.

    Regards,
    Günter

    in reply to: editor missing from Appearance menu #303879

    Hey Munford!

    Sounds like a problem with a plugin or a php memory problem.

    Try to increase php memory: In wp-config add the following at the bottom:

    
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );
    

    Try to deactivate all plugins and reactivate one by one.

    Cheers!
    Günter

    Hi PaintedMidget!

    You can define your own CSS class and put the code in custom.css or enfold->styles->Quick-CSS field, eg:

    
    .customer_red{
    color: #c30a20 !important;
    }
    

    and assign this class to the tags like <p>, <span>, …. that need this color, e.g.:

    
    <p class="customer_red">........</p>
    <span class="customer_red">........</span>
    

    Regards,
    Günter

Viewing 30 posts - 3,421 through 3,450 (of 3,732 total)