Forum Replies Created

Viewing 30 posts - 3,541 through 3,570 (of 3,695 total)
  • Author
    Posts
  • in reply to: radio buttons in form #293812

    Hi BarkProductions!

    Thank you for using our theme.

    At the moment radio boxes are not supported. It may be added in future releases.

    Regards,
    Günter

    in reply to: Menu styles hover and current #293802

    Hi!

    There is currently no support for this in the advanced styling menu.

    Please referr to this post:
    https://kriesi.at/support/topic/menu-hover-color-heading-font-size-remove-borders/

    Come back on further questions.

    Regards,
    Günter

    in reply to: logo cut #293788

    Hey!

    Glad we could help you. Enjoy the theme.

    Best regards,
    Günter

    in reply to: Use latest page as start page instead of latest post #293786

    Hey!

    Glad we could help you. Enjoy the theme.

    Best regards,
    Günter

    in reply to: Portfolio items in Enfold #293784

    Hey Geoffdoyle!

    Thank you for using our theme.

    In custom.css or Enfold->Styling->Quick-CSS field put the following code and adjust px value for border width:

    
    .grid-entry article > a{
    border: 2px white solid;
    }
    

    If this does not work can you give us the linkl to the page please?

    Cheers!
    Günter

    in reply to: Enfold Table #293771

    Hey Geoffdoyle!

    Thank you for using our theme.

    Can you give us the link to the page you want to change?

    Best regards,
    Günter

    in reply to: Child functions.php Not Overriding Parent functions.php #293767

    Hi Webbee!

    Thank you for using our theme.

    The problem is, that functions.php from the parent themes overwrites your settings of the child them, because it is loaded after your code.

    You have to put your code in the child theme in an action hook:

    
    function my_image_size()
    {
    global $avia_config;
    
    $avia_config['imgSize']['entry_with_sidebar'] = array(‘width’=>710, ‘height’=>270); // big images for blog and page entries
    }
    
    add_action('init', 'my_image_size', 1);
    
    

    Regards,
    Günter

    in reply to: No line under header menu #293763

    Hi studioinktvis!

    Thank you for using our theme.

    Try to put the following in custom.css or Enfold->Settings->Quick-CSS field:

    
    .avia-menu-fx { 
    display: none; 
    }
    

    Best regards,
    Günter

    in reply to: Fixed Header Issue #293034

    Hey xyzb!

    Thank you for using our theme.

    Can you give us a link to the page and an admin login, so we can check?

    Regards,
    Günter

    in reply to: enfold portfolio problem #293024

    Hallo gowapi!

    Danke dass Sie unser Theme benutzen.

    Können Sie uns bitte den Link zu der Seite geben und auch einen admin login, damit wir uns das anschauen können?

    LG
    Günter

    in reply to: Sidebar #292941

    Hey!

    Thank you for using our theme.

    Can you send us a link to your page(s) so we can check?

    Shall this be done on all pages or only certain pages.

    Cheers!
    Günter

    in reply to: Changing textbox bordercolor #292873

    Hey cindy531!

    Thank you for using our theme.

    In custom.css or Enfold->Styling->Quick-CSS field put the following and adjust the color value:

    
    
    form input{
    border-color: #a2a2a2;
    }
    

    Regards,
    Günter

    • This reply was modified 10 years, 4 months ago by Günter.
    in reply to: Header Background #292554

    Hey!

    Glad we could help you. Enjoy the theme.

    Regards,
    Günter

    in reply to: Changing header Blog – latest news to something else #292423

    Hi motylanogha!

    Thank you for using our theme.

    To get the categories for a post:

    
    $post_categories = wp_get_post_categories( $id );
    $cats = array();
    	
    foreach($post_categories as $c){
    	$cat = get_category( $c );
    	$cats[] =  $cat->name;
    }
    
    $args['title'] = implode (',', $cats);
    
    

    Regards,
    Günter

    in reply to: How to add widgets to the pages #292414

    Hey cbehen!

    Thank you for using our theme.

    Widgets are specially designed for the widget areas.

    Some provide a shortcode, others not.

    If you do not find something in the documentation you can look in the code for:

    
    add_shortcode( .......  );
    

    In this case you can use a shortcode to activate the widget on a page.

    See also: http://codex.wordpress.org/Shortcode_API

    Regards,
    Günter

    in reply to: Changing text color in enfold combo widget #292410

    Hi srmathis!

    Thank you for using our theme.

    In custom.css or Enfold->styling->Quick-CSS field put following:

    
    .avia_combo_widget .news-headline{
    color: #fff;
    }
    

    Best regards,
    Günter

    in reply to: Space between columns and promo box #292404

    Hi costin!

    Thank you for using our theme.

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

    
    .home .avia-builder-el-10{
    margin-top: 0 !important;
    }
    

    Regarding background image:

    Can you give us an admin access so we can check your settings or send us a screenshot of the settings page with the footer?

    Best regards,
    Günter

    • This reply was modified 10 years, 4 months ago by Günter.
    in reply to: CSS codes for text block #292385

    Hey!

    Glad we could help you.

    Enjoy the theme.

    Best regards,
    Günter

    in reply to: CSS codes for text block #292139

    Hey!

    Sorry, I got the wrong class: Replace with this:

    
    .page-id-514 #av_section_1 .avia_textblock {
    font-size: 17px;
    }
    

    Cheers!
    Günter

    in reply to: CSS codes for text block #292120

    Hi!

    In coustom.css or Enfold->Styling->Quick CSS field put the following and adjust the px value:

    
    .page-id-514 #av_section_1 .av_textblock{
    font-size: 17px;
    }
    

    Best regards,
    Günter

    in reply to: Footer socket not displayed #292116

    Hi!

    Enfold integrates only Enfold Advertising Area Widget.

    You can look at WordPress.org plugins, there you probably will find one (they are free).

    Regards,
    Günter

    in reply to: Footer socket not displayed #292082

    Hey!

    Thanks for the update.

    Using widgets you must setup the page to use sidebars (Enfold->Sidebar Layout) and on Edit Page screen.

    Under Utseende->Widget you find all available Widgets and on the right side Areas, where to use them (Drag and Drop the Widgets from left to right) and you also can define custom widget areas.

    Best you start experimenting a little and see the output.

    Regards,
    Günter

    • This reply was modified 10 years, 4 months ago by Günter.
    in reply to: some css changes #292033

    Hey xpoveda!

    Thank you for using our theme.

    In custom.css put the following and adjust px values:

    ad 1)

    
    #header.av_header_transparency .social_bookmarks{
    color: #000;
    }
    

    ad 2)
    I only see the text like Facebook, no icons. Is the link above correct?

    ad 3)

    
    #after_section_2 .avia-builder-el-8,
    #after_section_2 .avia-builder-el-10,
    #after_section_2 .avia-builder-el-12,
    #after_section_2 .avia-builder-el-14{
    margin-top: 32px;
    }
    
    #after_section_3 .avia-builder-el-19{
     margin-top: 32px;
    }
    

    Cheers!
    Günter

    • This reply was modified 10 years, 4 months ago by Günter.
    in reply to: Footer socket not displayed #292025

    Hi!

    Thanks for the update.

    I found the image (but only a 80*80) in the media gallery and attached it as featured image (section utvald bild).

    If you uplaoad it in 180 * 180 it will fill the gray field. Or we can adjust the CSS Code to make this field smaller.

    Best regards,
    Günter

    in reply to: Disable Author URL #291993

    Hi lsrmedia!

    Thank you for using our theme.

    The only way is to alter the source code of the following file:

    enfold/includes/loop-comments.php

    Open it and goto line 30.

    Replace:

    
    $link = get_comment_author_url();
    if(!empty($link))
    

    with

    
    //    $link = get_comment_author_url();
    $link = '';
    //    if(!empty($link))
    

    if you do not want to have the author info at all:

    
    //    $link = get_comment_author_url();
    $link = ''; 
    if(!empty($link))
    

    If you are using a child theme copy the file to the child theme folder in subfolder /includes and make the changes there. This avoids that your changes will be overwritten on every update.

    Regards,
    Günter

    in reply to: Footer socket not displayed #291990

    Hi!

    Thank You for using our theme.

    You have to upload or select a featured image on the post page (section utvald bild).
    I did it on post Historisk bakgrund till de olika byggnaderna i Åminne.

    Did you mean this?

    Cheers!
    Günter

    in reply to: CSS codes for text block #291987

    Hey joemurphy!

    Thank you for using our theme.

    I tried your link, but it does not work (Page not found).
    Can you pls check and post it again?

    Regards,
    Günter

    in reply to: Header Background #291719

    Hi!

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

    
    #header_main:hover{
    cursor: pointer;
    }
    

    Regards,
    Günter

    in reply to: Reduce whitespace in 2 locations #291618

    Hey!

    Replace the following code :

    
    .archive .content .post{
    margin-bottom: -10px;
    }
    

    with:

    
    .archive .content .post{
    margin-bottom: -10px;
    margin-top: -30px;
    }
    

    and adjust the values for px.

    Best regards,
    Günter

    • This reply was modified 10 years, 4 months ago by Günter.
    in reply to: How to use page title as a h1 / h2 etc tag #291526

    Hey BarkProductions!

    Thank you for using our theme.

    If you want to display <?php the_title(); ?> on a page, you must change the template file.

    To avoid doing changes on every update, I would recommend using a child theme.
    I would put the changing in enfold/includes/loop-page.php at line 6

    
    echo '<h1>'.get_the_title().'</h1>';
    

    If you are using a child theme, copy the original file to the child theme in folder includes and make your changes there.

    For pages with the template bouilder it is easier to use the “Special Heading” element.

    Best regards,
    Günter

Viewing 30 posts - 3,541 through 3,570 (of 3,695 total)