Mac Man
Forum Replies Created
-
Forum: Themes and Templates
In reply to: IE9 issue… only on some PCs. Can somebody please check?Cheers.
Forum: Themes and Templates
In reply to: IE9 issue… only on some PCs. Can somebody please check?Hi
No… I didn’t create a child them. I’d done some work on the template before realising I should have done that. (Doh!)
TBH… I can’t honestly remember why teh height was added to teh #branding. I think it was to do with the logo at the top.
I’ve taken it off… doesn’t seem to affect the logo at all.
Is compatibility mode off as standard with IE9? I honestly can’t remember if I’ve switched it on/off on my laptop as I never use it, except for testing.
Thanks for the help.
Forum: Themes and Templates
In reply to: IE9 issue… only on some PCs. Can somebody please check?Just out of curiosity… what should I have changed in the functions.php values?
Forum: Themes and Templates
In reply to: IE9 issue… only on some PCs. Can somebody please check?Just been looking more closely… client was running browser in ‘compatibility mode’.
Turn that off and bingo… looks fine.
pesky clients.
Forum: Themes and Templates
In reply to: Removing link from Featured imagesThat should be powerplay…
Forum: Themes and Templates
In reply to: Removing link from Featured imagesHi John
Template is called poerplay… but it’s a paid for theme. been sytruggling to get support from its creator.
Here is the page.php code
<?php get_header();?>
<!– TOP IMAGE OR VIDEO –>
<?php if (have_posts()) : the_post();phi_get_image_top();
phi_get_video_top();
phi_panel_slider();
phi_page_title(); // Adds page title with breadcrumbs (In functions.php)
phi_content_start(); // Start content wrapper (In functions.php)
phi_get_video_content(); // Post video medium (In functions.php)
phi_get_image_content(); // Post image medium (In functions.php)the_content(); // Add the content (In functions.php)
phi_content_end(); // End content wrapper (In functions.php)
endif;
get_footer();?>
The whole template is 9Mb as a zipped file. I can send it via yousendit if you like…
Forum: Themes and Templates
In reply to: Removing link from Featured imagesAny idea as to what sort of file I should be looking for… or where to look? Lib folder? functions.php?
Never done this before. 🙁
Forum: Themes and Templates
In reply to: Removing link from Featured imagesHi John
Tried that suggestion about deleting the link URL before inserting teh featured image. Doesn’t work.
Where can I delete the tags round the <img>?
Am using the built in featured image that appears in the dashboard. No idea if it uses a php include…
Just managed to install IE9 on my laptop… everything looks fine. I had edited a couple of items relating to the header yesterday… so that might have fixed it (I only checked the page after I’d made the new changes).
Cheers anyways guys…
Hi Esmi/dgomez… does this site look ok to you in IE9? Do either of you get the same issues as my client?
Will look into the fonts issue dgomez.. thanks for that.
Forum: Themes and Templates
In reply to: Twenty Eleven, own logo and headline sizeKerching!!!
Thanks Rev….
Now if you could just sort out the problems I’ve been having with IE9 on these pages… with text disappearing behind the header 😉
Forum: Themes and Templates
In reply to: Twenty Eleven, own logo and headline sizeThanks. Will give it a try.
Forum: Themes and Templates
In reply to: Twenty Eleven, own logo and headline sizeAh.. OK.. where should I add the padding? Soz for being a bit of a noob on this.
Forum: Themes and Templates
In reply to: Twenty Eleven, own logo and headline sizeOk.. I edited
#branding {
border-top: 2px solid #bbb;
padding-bottom: 10px;
position: relative;
z-index: 2;
background: #eee url(http://www.magnumfinancial.co.uk/wp-content/uploads/2011/07/top-header-2.gif) no-repeat;
}Just added a background image here… but I can’t edit the height of the block area… so maybe some kindf person can help with that.
See here: http://www.magnumfinancial.co.uk
Forum: Themes and Templates
In reply to: Twenty Eleven, own logo and headline sizeDitto… I would also like to know if this is possible without hacking into the CSS