Forum Replies Created

Viewing 12 posts - 61 through 72 (of 72 total)
  • Author
    Posts
  • in reply to: Website font issues since 2.6 #235497

    think its only the “special headline” which is affected!?

    in reply to: Website font issues since 2.6 #235441

    same here, i added Open Sans Enhanced and its showing up at the front page, but not on blog articles and other sites.

    // Google Fonts – Open Sans Enhanced hinzufügen
    function kriesi_add_fonts($fonts)
    {
    $fonts[‘Open Sans Enhanced’] = ‘Open Sans:300,400,600’;
    return $fonts;
    }
    add_filter(‘avf_google_heading_font’,’kriesi_add_fonts’);
    add_filter(‘avf_google_content_font’,’kriesi_add_fonts’);

    in reply to: schema.org & custom post types #226120

    thats what i was looking for .-)
    thanx a lot dude!

    as i will hold main theme update ready i think its the easiest way to redefine $args in the template files.

    do you have an idea how to “append” definitons to a function defined in enfold?
    thats one thing i would need to manage such requests “the clean way”

    greez
    rene

    in reply to: schema.org & custom post types #225573

    its one little thing … just a function :-) i’ll get this going myself ?thanx?
    rene

    in reply to: schema.org & custom post types #224958

    i tried as follows:

    – created a folder “includes” in child theme
    – copied and renamed (to: alternative-markup.php) the avia-markup.php from enfold theme to includes
    – made my alternative markup on this file and changed function name to function alternative_markup_helper
    – added require_once( ‘includes/alternative-markup.php’ ); to my functions.php
    – changed all avia_markup_helper to alternative_markup_helper in cpt files: my-loop.php and my-single.php

    but… does not work :-/

    is there a better solution? can you find my mistake?

    greez
    rene

    in reply to: Enfold Feature Requests #211953

    i was ask to post this idea here, so here we are :-)

    as many (seo ready) star rating plugins bring a lot of overhead it may be usefull to integrate a simple star rating, automaticaly adding rating possibilities to blogposts and a simple shortcode for pages/portfolios.

    greez
    rene

    in reply to: Star Rating #211634

    hey dude :-)

    i testet nearly all rating plugins, gd remains the best so far. but it has a lot of overhead. if you plan to integrate a small rater automaticaly adding rating possibilities to blogposts and a simple shortcode for pages/portfolios i would appreciate and use yours instead. as i have a developing time of three month remaining pls give me a short response if you think about that possibility.

    greez
    rene

    in reply to: How to adjust height of header #211337

    may you desired the same as me…
    here is my css solution:

    /* Header Modifikation */

    .logo img {
    padding: 18px 0 !important;
    height: 58px !important;
    }

    .fixed_header.social_header #main {
    padding-top: 88px !important;
    }

    #header_main {
    height: 59px !important;
    }

    ul#avia-menu.menu li a {
    height: 59px !important;
    line-height: 59px !important;
    color: #ffffff !important;
    }

    ul#avia-menu.menu ul.sub-menu li a {
    height: auto !important;
    line-height: 18px !important;
    }

    in reply to: Portfolio View #205920

    ok, thanx, i just left a message to http://kriesi.at/contact/customization. think you guys speak german yes?

    in reply to: Portfolio View #205591
    This reply has been marked as private.
    in reply to: Enfold Feature Requests #203867
    This reply has been marked as private.
    in reply to: Enfold Feature Requests #203866

    pls delete

    • This reply was modified 10 years, 10 months ago by isee.
Viewing 12 posts - 61 through 72 (of 72 total)