Forum Replies Created
-
AuthorPosts
-
psikonMember
Hi Jessica,
Thanks for the reply, I finally managed to achieve what I wanted with the old find and replace in notepad.
I worked out what the current text colour hex code was then copy and pasted the whole CSS file and replaced that hex with the colour I wanted. Bit of a round about way I think!Many thanks
psikonMemberHi Jessica
Thanks for your reply, unfortunalty the site isn't online yet, i'm building it using the 'Wamp' server software offline.
August 30, 2013 at 1:23 pm in reply to: Cant get font body to be different to Title body in Metro #59743psikonMemberExcellent!
Thanks very much Sridhar I really appreciate your help. Do you offer custom them coding services? If so what are your rates?
August 30, 2013 at 1:08 pm in reply to: Cant get font body to be different to Title body in Metro #59740psikonMemberhere you are Sridhar:
August 30, 2013 at 1:06 pm in reply to: Cant get font body to be different to Title body in Metro #59739psikonMembersure one second....
August 30, 2013 at 12:57 pm in reply to: Cant get font body to be different to Title body in Metro #59736psikonMembersorry sridhar I changed the code back to normal after the error, but I made the change here:
}
// Load Oswald Google font
add_action( 'wp_enqueue_scripts', 'metro_load_google_font' );
function metro_load_google_font() {
wp_enqueue_style( 'google-font', 'http://fonts.googleapis.com/css?family=Oswald:400', array(), PARENT_THEME_VERSION );
}The above I changed for this:
// Load Oswald and Lora Google fonts
add_action( 'wp_enqueue_scripts', 'metro_load_google_font' );
function metro_load_google_font() {
wp_enqueue_style( 'google-font', 'http://fonts.googleapis.com/css?family=Oswald:400', array(), PARENT_THEME_VERSION );
wp_enqueue_style( 'google-font-2', 'http://fonts.googleapis.com/css?family=Lora', array(), PARENT_THEME_VERSION );
}psikonMemberI can't actually see the percentage number in the home-top area, it isn't listed in my stylesheet?
psikonMemberI'm probably pushing my luck asking more here but here goes!
How much should I increase it by (it measures in percentage and is currently 40%)
And will it effect the responsiveness of the site, ie. will it push the design alignment out of wack?Thanks Again
August 30, 2013 at 12:02 pm in reply to: Cant get font body to be different to Title body in Metro #59717psikonMemberThanks again for your help with this:
This is the error:
( ! ) Parse error: syntax error, unexpected 'google' (T_STRING) in functions.php on line 21
Call Stack
# Time Memory Function Location
1 0.0007 340264 {main}( ) ..\theme-editor.php:0
2 0.0011 408016 require_once( 'D:\wamp\www\admin.php' ) ..\theme-editor.php:10
3 0.0013 426128 require_once( 'D:\wamp\www\wp-load.php' ) ..\admin.php:30
4 0.0015 437736 require_once( 'D:\wamp\www\wp-config.php' ) ..\wp-load.php:29
5 0.0020 529480 require_once( 'D:\wamp\www\wp-settings.php' ) ..\wp-config.php:90And here is the link for child themes function http://pastebin.com/33ukEBZk
August 30, 2013 at 7:05 am in reply to: Cant get font body to be different to Title body in Metro #59680psikonMemberHi Sridhar,
Thanks for your help but when i copy paste that code into functions.php I get a syntax error? Could there be a character missing possibly?
psikonMemberHi Susan,
Maybe I'm doing something wrong but when I do this the text of the post is always beneath the featured image. I need it to be to the right of the image?
psikonMemberHi Susan,
Thanks for your reply. Your solution is good, but not quite what I am after.
The problem with that you see is that the images and excerpt text no longer align. The following site shows the layout I am trying to achieve. Is this possible with Metro, or have I bought the wrong theme 😉
Thanks for your time
-
AuthorPosts