kjeft
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: is_page not “completely” workingThis very same problem have been driving me mad for days, thanks Llasse!
Forum: Fixing WordPress
In reply to: Inconsistent PDF link behaviourSo I received a new PDF file but this was reported broken to me as well now. I refreshed the page and all of a sudden it worked fine. Very very strange…
Could this have something to do with the file size or anything like that perhaps?
Forum: Fixing WordPress
In reply to: Inconsistent PDF link behaviourOk, I will let them know and hopefully a new PDF will do the trick!
Thanks for your quick response
Forum: Fixing WordPress
In reply to: 404 display issueOh
<?php get_header(); ?> <h2>Error 404 - Not Found</h2> <?php get_footer(); ?>
Very simple, but it was included in the Starkers theme
Forum: Fixing WordPress
In reply to: 404 display issueThanks for your reply.
https://wordpress.pastebin.com/m78d16273
Here is a link to my site so you can see how the navigation is built up, it will probably make a whole lot more sense.
Forum: Installing WordPress
In reply to: Critical failure!Phew. Thank you so much!
(Sorry for paniking before reading)
Forum: Everything else WordPress
In reply to: New to SEOThanks Gangleri for good reading!
Forum: Everything else WordPress
In reply to: New to SEOThe site is built with WordPress, structured with pages and different post categories for the different news (blog) sections. Does that help the sites SEO in any way?
I don’t really know anything about that stuffForum: Themes and Templates
In reply to: category / child category conditionalAh yes, works perfectly! Thanks very much for your help
Forum: Themes and Templates
In reply to: php and html mixupWorked perfectly! Thank you esmi!
Forum: Fixing WordPress
In reply to: Unable to change font size larger in headerIs it the link in your header (Tracy Rewerts) that you want to resize?
Then add this:#logo a { font-size: 18px !important; }
Or for the tagline underneath (Network Marketing…):
#tagline { font-size: 18px !important; }
This should do the trick ??
Forum: Fixing WordPress
In reply to: Unable to change font size larger in headerTry adding !important in your css file, like this:
h2 { font-size: 18px !important; }
This will override any other css that may be affecting the size.
Forum: Themes and Templates
In reply to: Resize post image to thumbnail sizeOh and one more thing, is there a way of making the title link (
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
) to link to the category page rather than the permalink to the post?So if someone clicks on the title it brings them to my Events News page, and if they click on the ‘More…’ it takes them to the single post (as it does at the moment).
Cheers!
Forum: Themes and Templates
In reply to: List ‘Home’ and children onlyPerfect. With a bit of tweaking I even managed to get it working in the header.php all nice and dynamic ?? Smoother than ever,
Thanks Steve!Forum: Fixing WordPress
In reply to: Hidden category selectionArgh! There is a little tab in the top right corner called ‘Screen Options’. All that aggrevation for such a ridiculously simple thing!!