g3legacy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: A search filter function, that I can't quite make…Part of the original script came from someone else of this forum, Im just trying to add a bit in!
I couldn’t modify my post earlier, it said the topic was closed. Seems to be working now though…
Forum: Fixing WordPress
In reply to: Javascript on pageHi, what do you mean by banners? Are the fading or scrolling banners?
Forum: Fixing WordPress
In reply to: Can't get PHP right for page. Please help!do you mean something like storing the domain in a variable, then echo-ing that along with the rest of the URL after it? So changing that variable would change the domain you pointed too?
Forum: Fixing WordPress
In reply to: Can't get PHP right for page. Please help!Can you give me another example? Do you want them to go to different domains or just one?
Forum: Fixing WordPress
In reply to: how to fix wordpress widthAs Samuel says, it’s dependent on your theme styling. I’m not a fan of it myself, but consider using an elastic layout, using % values to get widths, padding and margins. That should allow the page to stretch to fit whatever screen you like.
Dan
Forum: Fixing WordPress
In reply to: 3.1.2 Upgrade Causing Huge Issue. No CSS Styling? Urgent Help NeededHi, yep looks a mess without CSS eh? Have you tried checking the location of your CSS file? I just tried to find the CSS from the source code and it’s missing…
Dan
Forum: Fixing WordPress
In reply to: Cancelling hosting, didn't back up website, Any hope?No idea, sounds like a mess ??
Have you looked in the google cache? Might be salvageable from there?
Forum: Themes and Templates
In reply to: Can I stop WordPress from making post pages using single.php?Yep, that’s the one. I need to index a similar site soon, hopefully someone knows the answers ??
Forum: Themes and Templates
In reply to: Can I stop WordPress from making post pages using single.php?If a link to a post isn’t defined in a template, where else might it be? I run posts on that site, but the_permalink(); isn’t used at all…
Forum: Themes and Templates
In reply to: Can I stop WordPress from making post pages using single.php?Do you know how the googlebot would find them then? I’m also getting 404’s for URL’s like this;
https://www.havant-district-mencap-club.co.uk/category/Copy of twentyten/https://www.havant-district-mencap-club.co.uk/upcoming-events/next-disco/
I have a feeling that’s to do with copying the original theme?
Forum: Themes and Templates
In reply to: Can I stop WordPress from making post pages using single.php?Still no luck with this, anyone know who I can stop these other pages being generated?
Forum: Fixing WordPress
In reply to: Limit to child menu's ?Well that is strange, never seen that before. Do that change to a custom type instead of a page type do anything to the contact us page itself? What do you see when you go to the page in the admin area and click view under the permalink section? I have absolutely no idea what this is about! I am running a bigger nav on a site i’m working on and it seems happy with that…
Forum: Themes and Templates
In reply to: Can I stop WordPress from making post pages using single.php?Hi, still having problems with this and need to get it sorted as I’m launching another site soon…..anyone got any ideas? I’m assuming it’s to do with wp_head(); ?
Forum: Fixing WordPress
In reply to: how to test for wp_nav_menuHave you tried a simple if/else statement on the wp_nav_menu? Like if there is a nav echo yes, else no? If that works there really should be a problem. If there is a nav is it dropped into a div styled a certain way? And if so, is it the same styling for wp_list_pages? It might be helpful to see what your working on, at the moment I can’t visualise the problem…
The fallback for the wp_nav_menu is this in the codex.
Forum: Fixing WordPress
In reply to: Permalinks causing a headache!Hi, I will try this again later for the sake of it – but I have done all those steps several times already…it made not difference whatsoever ??