Scott@adszoom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: header image change for 2011 defalt theme custom headerok back to the custom header if i do what you say and refactor the code making a .php file then call it on the pages the problem then is the image of the deader is not at the top? how to fix
Forum: Fixing WordPress
In reply to: header image change for 2011 defalt theme custom headerYa cool that’s solved question thou different topic if im using a static homepage and want my posts to show like the blog latest ( looking the same with 1st photo only excerpt only how would i do this? I know how to make the page and custom temp but can not get the posts ??
Forum: Fixing WordPress
In reply to: header image change for 2011 defalt theme custom headerSolved lol bad extension i was using in the dream-weaver editor please look this over and see if there should be any issue thanks guys
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Forum: Fixing WordPress
In reply to: header image change for 2011 defalt theme custom headerWell non of this seams to be working any other ideas?
we tied both and its the same the image works in any new php page we open so its not that
Forum: Fixing WordPress
In reply to: header image change for 2011 defalt theme custom headerSo i removed // Check to see if the header image has been removed
// Check to see if the header image has been removed
$header_image = get_header_image();
if ( ! empty( $header_image ) ) :leaving the php block
then on line 95 removed <?php endif; // end check for removed header image ?>
i then inserted the <header id=”branding” role=”banner”> between the php blocks line 79 and have a error
what would be the next step and where do i insert the image and with what extension?Forum: Fixing WordPress
In reply to: header image change for 2011 defalt theme custom headerHi
Ja we update the info you requested alchymyth Thanks for your helpForum: Fixing WordPress
In reply to: header image change for 2011 defalt theme custom headerwhere should i store navigation.php so i can call with
<?php get_template_part(‘navigation’); ?>Forum: Fixing WordPress
In reply to: header image change for 2011 defalt theme custom headerYes the file is located in the public/theme/images
The file was exported out of fireworks like this.Forum: Fixing WordPress
In reply to: header image change for 2011 defalt theme custom headerAH ok so if i use your
<?php get_template_part(‘navigation’); ?> example just save the nav in a .php file like this public/theme/nav.php
and then call it via <?php get_template_part(‘navigation’); ?>
correct or do i store the image in images?
Forum: Fixing WordPress
In reply to: header image change for 2011 defalt theme custom headercool can your wright it out for me so i can see what it will look like starting with
<?php get_template_part(‘advert’,’top’); ?>and do you delete the <?php
// Check to see if the header image has been removed
$header_image = get_header_image();
… ?>
…
<?php endif; // end check for removed header image ?>and use the <header id=”branding” role=”banner”>
?
Forum: Fixing WordPress
In reply to: header image change for 2011 defalt theme custom headerRE: HTM files are script files that can be clicked. They are generated via fireworks and act like buttons in some cases.
Forum: Fixing WordPress
In reply to: header image change for 2011 defalt theme custom headerjust an idea what its to look like
<header id=”branding” role=”banner”>
Then?
Forum: Fixing WordPress
In reply to: header image change for 2011 defalt theme custom headerThanks for that we where successful doing that yesterday but still cant get the new image to show do you have a block of code to echo the new image? The new image is an htm file