Forum Replies Created
-
AuthorPosts
-
Hi Josue, awesome…that worked…thanks a lot.
Cheers
AlecYes, 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?
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….
June 5, 2014 at 12:00 pm in reply to: Adding new Google fonts // including icons in HTML code #275065one 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
AlecJune 5, 2014 at 11:35 am in reply to: Adding new Google fonts // including icons in HTML code #275055Hi 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 -
AuthorPosts