Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: rendering: italic vs. non italic symbols #345651

    Hi Josue, awesome…that worked…thanks a lot.
    Cheers
    Alec

    in reply to: rendering: italic vs. non italic symbols #344078

    Yes, I understand that they are 2 different characters….how ever when I paste either of them….all of them are being showed italic in the main content area but not in the sidebar widgets…..

    WP backend is showing them both straight too…

    Do you want to see yourself and login into my wp admin?

    in reply to: rendering: italic vs. non italic symbols #344070

    well that’s weird….because I copied the quote from the left side, which appears to be a straight quote, and pasted it into the areas where I wanted it to be…however it still keeps on rendering not the correct way. In the wp backend it’s also rendering straight….

    one more thing regarding question 1.

    I entered the following code just below if(isset($avia_config[‘use_child_theme_functions_only’])) return;

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Playfair+Display’] = ‘Playfair+Display’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {
    $fonts[‘Playfair+Display’] = ‘Playfair+Display’;
    return $fonts;
    }

    It does show me the font in the enfold settings….however when the font is chosen the theme is rendering the default font but not the selected Playfair Display font…what did I do wrong?

    Thx
    Alec

    Hi Devin,

    thanks for the swift reply.

    I figured out question #2. however for #1 I think you misunderstood me.

    The code I showed meant above (<span class=”avia_button_icon” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello”></span>787866455) is showing a phone icon….but I would need an envelope icon.

    Meaning that I assume that in data-av_icon=”” the  is the code for the phone. What would be the right one for an envelope?

    Thanks
    Alec

Viewing 5 posts - 1 through 5 (of 5 total)