Forum Replies Created

Viewing 30 posts - 8,251 through 8,280 (of 9,352 total)
  • Author
    Posts
  • in reply to: Promo Box text alignment issue #129193

    Hey!

    Please try to insert following css code into the quick css field

    .avia-promocontent p + .avia-promocontent h3{
    margin-top: 0;
    }

    Regards,

    Peter

    in reply to: Change H Tag Styling #128748

    Hi!

    @jamesmac – try following css code

    .template-page .entry-content h1, .template-page .entry-content h2 {
    text-transform: none;
    }

    Best regards,

    Peter

    in reply to: Using Download-monitor plug-in can't insert into post #128912

    Hi!

    Open up wp-contentthemesenfoldframeworkjsavia_media_advanced.js and replace

    avia_media_advanced.sortable();

    with

    if($('.avia_sortable_gallery_container').length > 0 || $('.avia_handle').length > 0) avia_media_advanced.sortable();

    Best regards,

    Peter

    in reply to: Global setting for Socket #128885

    Hi,

    no, this is not a bug. If you investigate the code in footer.php you’ll notice following lines:

    $footer 				= get_post_meta($the_id, 'footer', true);
    $footer_widget_setting = !empty($footer) ? $footer : avia_get_option('display_widgets_socket');

    We first check if a custom post meta value is set and if not we’ll use the default option. Probably you already set/saved the post meta option for all pages and thus the general option won’t take effect.

    in reply to: Compatibility with WPML #128833

    Hey!

    Yes, Enfold fully supports WPML.

    Regards,

    Peter

    in reply to: Nested short codes #127803

    Hi!

    Great, glad the styling/layout looks better now :)

    Best regards,

    Peter

    Hey!

    Please try to increase the (allocated) php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Best regards,

    Peter

    Hi,

    I can’t reproduce the issue – did you find the problem in the meantime? The widget areas and the widgets work just fine for me: http://www.screenr.com/oRgH

    I switched the theme again because I’m not sure if you want to use it instead of Enfold.

    Kind regards,

    Peter

    in reply to: Header & Footer PHP + CSS Issues #128728
    in reply to: Sortable Portfolio not Showing #128601

    Hey!

    Great :)

    Regards,

    Peter

    in reply to: Qoate Scroll Triggered Box #128497

    Hi!

    It seems to work for me (social bookmarks pop up in the right bottom corner) – maybe try to clear your browser cache.

    Regards,

    Peter

    in reply to: Remove hover line / border from navigation menu #128781

    Hey!

    The code looks good to me. Glad you found a solution :)

    Regards,

    Peter

    in reply to: Sortable Portfolio not Showing #128599

    @phangmoh – it seems like both portfolio items are assigned to the same category (products) and the “projects” category is empty (no entries are assigned to this category). Enfold won’t display a category in the filter list if it’s empty or if no entries of this category can be found on the current page (eg if you’re using pagination and the items of category X can only be found on page 2, 3, etc. but not on page 1).

    in reply to: portfolio link titles not shown correctly In IE 9 #128538

    Hi!

    Not sure, I can’t reproduce the error on the demo page. However I’ll mark this thread for Kriesi and ask him to look into it.

    Regards,

    Peter

    in reply to: Enfold performs very poorly with Google Chrome #128903

    Hi!

    No, don’t think so. Probably SEO Quake Bar affects the browser rendering engine somehow…

    Regards,

    Peter

    in reply to: Support Polish characters. #128475

    See https://kriesi.at/support/topic/custom-font-with-cyrillic-symbols – you can add a new font or overwrite an existing font – a list of all supported fonts can be found in wp-contentthemesenfoldincludesadminregister-admin-options.php

    'Alice'=>'Alice',
    'Allerta'=>'Allerta',
    'Arvo'=>'Arvo',
    'Antic'=>'Antic',

    'Bangers'=>'Bangers',
    'Bitter'=>'Bitter',

    'Cabin'=>'Cabin',
    'Cardo'=>'Cardo',
    'Carme'=>'Carme',
    'Coda'=>'Coda',
    'Coustard'=>'Coustard',
    'Gruppo'=>'Gruppo',

    'Damion'=>'Damion',
    'Dancing Script'=>'Dancing Script',
    'Droid Sans'=>'Droid Sans',
    'Droid Serif'=>'Droid Serif',

    'EB Garamond'=>'EB Garamond',

    'Fjord One'=>'Fjord One',

    'Inconsolata'=>'Inconsolata',

    'Josefin Sans' => 'Josefin Sans',
    'Josefin Slab'=>'Josefin Slab',

    'Kameron'=>'Kameron',
    'Kreon'=>'Kreon',

    'Lobster'=>'Lobster',
    'League Script'=>'League Script',

    'Mate SC'=>'Mate SC',
    'Mako'=>'Mako',
    'Merriweather'=>'Merriweather',
    'Metrophobic'=>'Metrophobic',
    'Molengo'=>'Molengo',
    'Muli'=>'Muli',

    'Nobile'=>'Nobile',
    'News Cycle'=>'News Cycle',

    'Open Sans'=>'Open Sans:400,600',
    'Orbitron'=>'Orbitron',
    'Oswald'=>'Oswald',

    'Pacifico'=>'Pacifico',
    'Poly'=>'Poly',
    'Podkova'=>'Podkova',
    'PT Sans'=>'PT Sans',

    'Quattrocento'=>'Quattrocento',
    'Questrial'=>'Questrial',
    'Quicksand'=>'Quicksand',

    'Raleway'=>'Raleway',

    'Salsa'=>'Salsa',
    'Sunshiney'=>'Sunshiney',
    'Signika Negative'=>'Signika Negative',

    'Tangerine'=>'Tangerine',
    'Terminal Dosis'=>'Terminal Dosis',
    'Tenor Sans'=>'Tenor Sans',

    'Varela Round'=>'Varela Round',

    'Yellowtail'=>'Yellowtail',

    Eg if you want to use Open Sans with “Latin Extended subset” characters add following code to the bottom of functions.php:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans:400,700,400italic,700italic&subset=latin,latin-ext';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans:400,700,400italic,700italic&subset=latin,latin-ext';
    return $fonts;
    }

    Note: Not all google fonts support all subsets. You can search for fonts which support “latin extended” characters here: http://www.google.com/fonts/

    I tested the button several times now and it worked for me all the time. However I noticed that it will reload the same page if you don’t enter a postcode value. The “This field is required.” message is partly hidden under the white input field and you might want to change its position. Btw – please add the javascript code to a js file (eg to http://my-boiler.info/wp-content/themes/enfold/js/avia.js ) and don’t add it directly into the html source code because the wpautop filter might mess up the javascript code.

    in reply to: How to add social media share buttons or links #128715
    in reply to: WooCommerce Product image not scaling in Enfold #128937

    Hey!

    Can you post a link to your website please?

    Best regards,

    Peter

    in reply to: Standard "Don't display the Header" #128779

    Hi!

    Open up single.php, page.php, index.php and single-portfolio.php and replace

    if( get_post_meta(get_the_ID(), 'header', true) != 'no')

    with

    if( get_post_meta(get_the_ID(), 'header', true) == 'yes')

    Regards,

    Peter

    in reply to: Problem whith translate LayerSlider #128778

    Yes, the problem is the textdomain won’t work if the theme loads the LayerSlider files. However you can fix it. First deactivate the Enfold theme (switch to another theme), then copy the “LayerSlider” folder (located in wp-content/themes/enfold/config-layerslider/) into the wp-content/plugins/ directory. Then activate the LayerSlider plugin and then activate Enfold again – this should do the trick and LayerSlider will load the right textdomain.

    in reply to: Disable featured image on portfolio page itself #128777

    Hey!

    Open up wp-contentthemesenfoldincludesloop-portfolio-single.php and comment out/delete following code

    $thumb = get_the_post_thumbnail(get_the_ID(), $avia_config['size']);

    if($thumb) echo "<div class='page-thumb'>{$thumb}</div>";

    Best regards,

    Peter

    in reply to: change fonts and fonts size… #123448

    You can use following code to change the font size of the menu

    .main_menu ul:first-child>li>a {
    font-size: 20px;
    }

    Or if you want to change the size of the sub menu items too

    .main_menu ul>li>a {
    font-size: 20px;
    }

    in reply to: Two questions about fonts #125507

    You can use following code to change the font size of the menu

    .main_menu ul:first-child>li>a {
    font-size: 20px;
    }

    Or if you want to change the size of the sub menu items too

    .main_menu ul>li>a {
    font-size: 20px;
    }

    in reply to: Change H Tag Styling #128745

    There’re some “special” headline css rules – if the code below doesn’t work for you please post a link to the headline you want to change. You can change the headline font sizes with

    h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;}
    h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; }
    h3 { font-size: 19px; line-height: 1.1em; margin-bottom: 8px; }
    h4 { font-size: 17px; line-height: 1.1em; margin-bottom: 4px; }
    h5 { font-size: 16px; line-height: 1.1em; }
    h6 { font-size: 14px; line-height: 1.1em; }

    If you want to remove the text transform effect use:

    h1,h2,h3,h4,h5,h6{ text-transform: none; }

    in reply to: Header & Footer PHP + CSS Issues #128726

    1) The footer code is quite different because we added some new functions & options to the footer (eg you’re now able to hide the widget columns or the socket (copyright area) on individual pages) and it’s probably not possible to copy/paste the old code without breaking these features. I’d recommend to ask your developer to check the new footer.php code and to rewrite his code if necessary.

    2) Yes, you can change the icon hover color with following code – insert it into the quick css field

    #top .social_bookmarks_rss:hover	   a{color:#fff; background-color:#ffa133; }
    #top .social_bookmarks_facebook:hover a{color:#fff; background-color:#37589b; }
    #top .social_bookmarks_twitter:hover a{color:#fff; background-color:#46d4fe; }
    #top .social_bookmarks_mail:hover a{color:#fff; background-color:#9fae37; }
    #top .social_bookmarks_dribbble:hover a{color:#fff; background-color:#e44885; }
    #top .social_bookmarks_linkedin:hover a{color:#fff; background-color:#419cca; }
    #top .social_bookmarks_search:hover a{color:#fff; background-color:#222222; }
    #top .social_bookmarks_gplus:hover a{color:#fff; background-color:#de5a49; }
    #top .social_bookmarks_behance:hover a{color:#fff; background-color:#008cfa; }
    #top .social_bookmarks_flickr:hover a{color:#fff; background-color:#ff0086; }
    #top .social_bookmarks_forrst:hover a{color:#fff; background-color:#234317; }
    #top .social_bookmarks_myspace:hover a{color:#fff; background-color:#000000; }
    #top .social_bookmarks_tumblr:hover a{color:#fff; background-color:#345574; }
    #top .social_bookmarks_vimeo:hover a{color:#fff; background-color:#31baff; }
    #top .social_bookmarks_youtube:hover a{color:#fff; background-color:#a72b1d; }
    #top .social_bookmarks_pinterest:hover a{color:#fff; background-color:#cb2027; }
    #top .social_bookmarks_skype:hover a{color:#fff; background-color:#12a5f4; }
    #top .social_bookmarks_instagram:hover a{color:#fff; background-color:#a67658; }

    You can change the social icons bar color with

    .header_color .container_wrap_meta {
    background: #f8f8f8;
    }

    in reply to: Footer doesn't display in blog #128616

    Hi!

    Glad you found the problem :)

    Best regards,

    Peter

    in reply to: FB comments count 0 #128732

    It depends on the plugin. Enfold does not support the facebook comments counter and will just use the default wordpress function. However if the plugin comes with a function which allows you to display the facebook comments you can replace/modify following code in includes/loop-index.php:

    if ( get_comments_number() != "0" || comments_open() ){

    echo "<span class='comment-container minor-meta'>";
    comments_popup_link( "0 ".__('Comments','avia_framework'),
    "1 ".__('Comment' ,'avia_framework'),
    "% ".__('Comments','avia_framework'),'comments-link',
    "".__('Comments Disabled','avia_framework'));
    echo "</span>";
    echo "<span class='text-sep'>/</span>";
    }

    to display the facebook comments counter.

    in reply to: Von Eunoia auf Enfold wechseln #128704

    Hallo,

    nein, leider. Enfold basiert auf einem gänzlich neuen Template Builder der nicht nur wesentlich mehr Funktionen bietet sondern auch komplett neue (und geänderte) Shortcode Parameter & Strukturen benötigt. Diese zwei “Systeme” sind daher nicht miteinander kompatibel und es macht daher kaum Sinn zB ein Konverter-Skript zu schreiben.

    in reply to: Ajax Search – Translation handling probs… #128625

    I’ve found: http://wpml.org/forums/topic/ajax-call-is-not-localized/ and probably this helps you. Open up functions-enfold.php and replace

    $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" data-avia-search-tooltip="'.$form.'">'.$avia_config['font_icons']['search'].'</a></li>';

    with

    $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?lang='.ICL_LANGUAGE_CODE.'&s=" data-avia-search-tooltip="'.$form.'">'.$avia_config['font_icons']['search'].'</a></li>';

    Then replace

    if(empty($_REQUEST['s'])) die();

    with

    if(empty($_REQUEST['s'])) die();
    if(!empty($_REQUEST['lang']))
    {
    global $sitepress;
    $sitepress->switch_lang($_REQUEST['lang'], true);
    }

Viewing 30 posts - 8,251 through 8,280 (of 9,352 total)