Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.December 20, 2013 at 11:02 pm in reply to: moving the position of the blog tags to under the title #202730This reply has been marked as private.December 20, 2013 at 11:00 pm in reply to: moving the position of the blog tags to under the title #202727This reply has been marked as private.
Thanks again – your answer to my first questions worked, I actually added this to my child theme.
I’m trying to replace the pencil icon with Charcode /UE858 – but I’m not sure how to change that in my functions.php for my child theme?
I added this but it crashed the site
/*
* These are some of the font icons used in the theme, change the standard to have the same icon as the ‘about’ icon list page */$avia_config[‘font_icons’] = apply_filters(‘avf_default_icons’, array(
//post formats
‘standard’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue858’),December 20, 2013 at 6:51 am in reply to: increase font size & title margin for blog grid layout shortcode #202455worked a treat – thanks
Thanks – will give that a go.
For question 3) I meant can we show the title of the related post. EG: if the related post is called “My Title Here” then that shows up instead of having to rollover to view the title?awesome – thanks that worked
here is the specific page
http://www.acmena.com.au/adelaide-rail-revitalisation-program-safety-engineering-support/
This reply has been marked as private.um – guys you changed the background colour – I wanted the background image to show up – not the colour changed!!!
This reply has been marked as private.This reply has been marked as private.great – fixed thanks.
any change you know how to dynamically populate the copyright year so that I don’t have to keep going back and changing it?
okay – thanks – yikes – you gave me a fright! glad it was just you tinkering around in there.
This reply has been marked as private.awesome – thanks – this worked.
this is working now – I’m not sure what was happening please mark as resolved – thanks
Thanks Guys – wanted to add 2 fonts – so I’ve added this to the child theme functions – but when I select PT sans Narrow for the headings it defaults to PT sans – I’ve had to override in the stylesheet – any clues as to what I might be doing wrong?
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘PT Sans’] = ‘PT Sans:400,700,400italic,700italic’;
$fonts[‘PT Sans Narrow’] = ‘PT Sans Narrow:400,700’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{$fonts[‘PT Sans’] = ‘PT Sans:400,700,400italic,700italic’;
$fonts[‘PT Sans Narrow’] = ‘PT Sans Narrow:400,700’;
return $fonts;
}Hi Guys – there really does seem to be some confusion – let me be clear.
Many of the child themes I’ve worked on require the function.php to be completely empty except for the specific child theme function – otherwise it breaks the site.My question is whether for the Enfold theme – does the child theme’s functions.php file need to only hold the child functions or does it also include the parent functions?
Please advise?
just to be clear, and leave all the other code in the child theme’s funciton.php – which is the same as the parent theme?
Thanks Ismael – do I need to make sure my child theme functions.php is completely empty except for this function?
don’t worry – I figured this out too I manually added the shortcode
[av_hr class='invisible' height='50' shadow='no-shadow' position='center']to the text block and this worked.
Cheersfixed it – all good – please mark as resolved
- This reply was modified 10 years, 11 months ago by ShortieD.
figured out your could alter the horizontal rule to include whitespace. However how to I add space between say a heading and text in the the text block editor (in the layout generator).
I add some text and then add hard returns but the space doesn’t keep when I save it. I even went into the text edit panel and put in but this didn’t save either.
- This reply was modified 10 years, 11 months ago by ShortieD.
This reply has been marked as private.further to this – noticed that my logo is really really small in Chrome (latest for mac) and in safari and firefox for mac – it’s a little bigger – help!
-
AuthorPosts