Adam Huxtable
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Display Children only.That just brings up all of the parent pages within the site.
Forum: Fixing WordPress
In reply to: Changed to httpsHehe thank you Eric, as soon as I posted this i came across the following
http://codex.wordpress.org/Changing_The_Site_URL
Simply add two lines to the top of functions.php in the theme folder.
Forum: Themes and Templates
In reply to: Media gallery displays only 1 column instead of 3!Hey Pavno1, looks like you solved the issue, how did you go about this?
Adam
Forum: Themes and Templates
In reply to: Posts displaying on scroll loadI didn’t get my theme from there and the WPShower site(where I got the theme from) is a little quite. I have attached the full code via my 1st post.
Thanks
Forum: Fixing WordPress
In reply to: Custom fields display on custom displaybump
Forum: Fixing WordPress
In reply to: Post blog posts in two places….Just as a heads up I’m using the imbalance2/ theme.
Will take a look at the php esmi, thank you
Forum: Fixing WordPress
In reply to: Customizing Pages via PHP and CSSThank you, managed to solve the issue.
Forum: Themes and Templates
In reply to: Trying to do 3 "is" statementsThank you so much, that’s exactly what I was looking for, I actually created a page and tried exactly that, apart from I named the file pages.php, hehe. Once again thank you!
Adam
Forum: Themes and Templates
In reply to: Trying to do 3 "is" statementsI’ve heard the phrase template page quite often, but in the theme I have created it doesn’t have one.
Well at the moment index.php is my page where it displays all the posts —that works fine
Individual Post are using a different page instead of index.php its using single.php — works fine
But pages like About and Contact are I believe using index.php, what I want to do is remove the picture from these pages that is in the top right.
Is there a way of either
a) use single.php like individual posts
b) I create a new page and link it to that, there I can add/remove areas of php to modify it to how I want it to look.I have split my site into separate php file:
index.php
single.php
header.php
footer.php
sidebar.php
functions.php
comments.phpThank you for your time and patience, I’m pretty new to WordPress so still tryna get my head around it.
Adam
Forum: Themes and Templates
In reply to: Trying to do 3 "is" statementsHey that works perfectly, however its still asking for an image:
http://adamhuxtable.com/about/
As you can see in the top left hand corner you can see the alt tag where the image is ment to be. I have tried doing the
.pages div.post-item img { padding:0px; margin:0px; display:none; }But the issue is it hides all images. I’m stumpted to for ideas of how I can fix this. 🙁
What I done to distinguish the difference between a single post and all posts is get it to pull up a different php file where I just simply removed the parts I didn’t want ie thumbnail image. I cant seem to do this for this part, any ideas?
Forum: Themes and Templates
In reply to: Thumbnail and Post ImageI just added the line of code into my functions page. However, instead of adding the add_theme_support( ‘post-thumbnails’ ) within my functions page but it is adding Set Featured Image, in Set Thumbnail. I have tried doing it with the featured image but still no luck. The way i am currently putting an image on a post is via a custom field, this works fine but it is the same sized image on both the home page and the individual posts page.
Thanking You
AdamForum: Themes and Templates
In reply to: Design Feedback – Before ImplementationHehe, When I posted the jpeg the site was not live.
Yeah I can see your point about the font does look untidy, will change that when I get a spare couple of minutes.
Yeah I did have them there but whilst implementing the site I decided the site looked cleaner without them, but I get what ya ment about them looking untidy.
Just edited the page name.
Will now get on to fixing that parse error.
Thank you so much for your feedback, its much appreciated! 😀
Adam
Forum: Fixing WordPress
In reply to: White SpacingYea I did think it was empty paragraph’s but I could find the coding in which they are placed, any recommendations on where I should be looking? Anyone else got any idea on how i’d go about removing this white space. Just used Firebug and they spans rather than parapraghs.