portdeco
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] How to change the Thumbs up icon in the call out areaI believe the line you want to find to remove <i class=”fa fa-thumbs-up”></i> from the callout section is actually in the footer.php file.
Forum: Themes and Templates
In reply to: Twenty twelve centred menuThe key to understanding how to centre the twentytwelve main menu is to realise that the width of the .main-navigation ul.nav-menu is set to 100%
If you set the width to 80% it will centre itself. You can reduce ul margins to get more nav options on the same line.
then move the top and bottom border from .main-navigation ul.nav-menu to .main-navigation which will align the nice grey pencil line top and bottom.
at least it worked for me. wordpress is awesome
Obviously as esmi says, edit a child theme not the actual 2012 theme.
kind regards,
Forum: Plugins
In reply to: WP FullCalendar Image Thumbs on Full CalendarHi Correscriber
it sounds like you’re doing all the right things. I use #_EVENTIMAGE{100,100} where the 100 refers to the size of the thumbnail in pixels.
The only thing i can think that you might not be doing is setting “Featured” image.
The calendar will only display a thumbnail of the post or event’s Featured image.
Set an image to Featured image and see what happens.
good luck