Jackie Chan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Background image into content pageThanks for your response however i mean a background on the actual content rather than the background of the website heres an example of what i done before https://www.jackiepalmer.net/gallery/ however when i use the code used for that one it does not work, any ideas?
Forum: Themes and Templates
In reply to: Background dimensionsOk thanks do you know the dimensions for a background that would fill the whole background of the website
Forum: Themes and Templates
In reply to: White space above footerOk thanks
Forum: Themes and Templates
In reply to: White space above footerIs there no way to fix the problem in WordPress > Editor?
Forum: Fixing WordPress
In reply to: Deleting space above footerWhere abouts do i place this code?
Forum: Fixing WordPress
In reply to: Aloha Panel- Menu's wont expandNope no luck, had to go with a different theme in the end
Forum: Fixing WordPress
In reply to: Deleting space above footerWhat code would it need to fix it?
Forum: Fixing WordPress
In reply to: Moving image on pageI’ve put the code below into Page Template [page.php] however it just makes my website blank, is there part of the code that i need to change?
<div class="post"> <?php if ( have_posts() ) : <img class="post-header" src="https://www.designandprintcentre.net/wp-content/uploads/2011/06/Header2jpg.jpg" /> while ( have_posts() ) : the_post(); ?> <div class="post_content"> <?php the_content(); ?> </div> <?php endwhile; ?> <?php endif; ?> </div>
[Please post code snippets between backticks or use the code button.]
into Page Template [page.php]
Forum: Fixing WordPress
In reply to: Moving image on pageI dont really understand CSS, i have page.php open, what do i do next?
Forum: Fixing WordPress
In reply to: Moving image on pageThanks for the replies, where can i find the Page Template to paste the code?
Forum: Fixing WordPress
In reply to: Moving image on pageI have a custom menu set up however this is not what i mean, The red box on the actual content page, i need it moved so there is no white gap above it or next to it so it would look like a header, yet still on the actual content page.
I hope this makes a bit more sense if not i will upload an example of what i mean.
Forum: Fixing WordPress
In reply to: Replace page name with imagethanks
Forum: Fixing WordPress
In reply to: Replace page name with imageThanks where would i enter the CSS code ?
Forum: Fixing WordPress
In reply to: [Plugin- WP-Table Reloaded] StylingYeah worked fine thanks you’ve been a great help!
The finished version below
Forum: Fixing WordPress
In reply to: [Plugin- WP-Table Reloaded] StylingOk thanks last few things,
I want the background colour to be the lime green, and the text to be white on everything on the table except the header. Is there code for this?