sincewelastspoke
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Store your images?Yes, but the footer is 65kb, the left top image(some building) is 35kb, the other two add up and then there’s logos and of course the Flash part.
OK, 21kb for one image. And there’s 12 or so there. Not to mention the Flash file which is 16kb.
And just a side-note: there must be a way to do a background-repeat instead of this: https://www.lmsurveyservices.com/images/hp_right_bg1.jpg ?? I’m just not good enough with CSS to know how.
Forum: Fixing WordPress
In reply to: Store your images?I’m sure there was a tool somewhere(like Bobby Watchfire) that showed the total size of the images on ONE page. It’s not in my Firefox Web Dev toolbar ??
Forum: Fixing WordPress
In reply to: Store your images?Thanks again.
Just to request your help a little more, do you think I need all the bits in my <head> tag, stuff like
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.thedomain.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.thedomain.com/wp-includes/wlwmanifest.xml" /> <link rel="pingback" href="https://www.thedomain.com/xmlrpc.php" />
I have an annoying feeling
<strong>
it could be my host</strong>
.I’m also going to reduce the number of HTTP requests I make to as few as possible., especially with those unnecessary JS files.
The Flash is something we bought and customised. It uses XML to find images in a directory, then fill them in.
I use sIFR too for SEO instead of just text in the images.I guess this goes for the rest of the site too, in terms of image compression, I really need to reduce them, without wasting quality.
Forum: Fixing WordPress
In reply to: Store your images?Thanks for the quick response.
Home Page apparently: 24 queries. 0.224 seconds.
Forum: Fixing WordPress
In reply to: Store your images?OK, here it is: <snip>
Forum: Fixing WordPress
In reply to: Store your images?Please trust me 100% on this. It is a correct link.
You could even disable Javascript in FireFox then when the page loads, just enable it and refresh. Apologies for the work-around, but I’d rather not add the direct link just yet.Forum: Fixing WordPress
In reply to: Store your images?I’m on the edge baby and it feels great ??
Forum: Fixing WordPress
In reply to: IF is_page <– error :(Brilliant – worked a treat.
Many thanks iridiax!
Forum: Fixing WordPress
In reply to: .htaccess file – good one for SEO?I managed to get desired effect using the above.
Instead, I think I shall link fully using PermaLinks.
Thanks again for the help fella’s, much appreciated.
Forum: Fixing WordPress
In reply to: .htaccess file – good one for SEO?Hey,
Thanks for the replies.
OK. Yes, I used a very basic .htaccess file. I set them to 755 for the time being and got the result above.
I’m using slugs for all posts and page titles.But just wondering the best way to have say:
category-name/post-name
or justpage-name
instead of having that hideous php extension heh.Here’s what I’m currently using, but it’s messing up my site, giving me 500 errors ??
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Any ideas?
Forum: Fixing WordPress
In reply to: Custom Error Pages?Anyone?
Forum: Fixing WordPress
In reply to: Custom Error Pages?Hi,
Thanks for the reply.
OK, I tried the 404.php within the use Themes folder I’m using. `<?php get_header(); ?>
<div id=”content” class=”narrowcolumn”>
<h5>Error 404 – Not Found</h5>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>`
However, it seems to just display my home page(with 1 or 2 wee mistakes) whenever I put in
mydomain.com/gldfdfdfsfkslfk
.Could it be conflicting with my .htaccess file?
Forum: Fixing WordPress
In reply to: Changing link style if on that page, highlight/bold textAnyone?
Forum: Fixing WordPress
In reply to: Changing link style if on that page, highlight/bold textSorry, it’s held locally, would prefer not to upload for now heh. Hope that’s OK.
Uhm, basically if I’m in the FOOTBALL page I’d like it to be like
> Rugby
> Cricket
> Football
> Formula 1I’d assumed you could just add
&class=bold
to that.Is this possible, without having to do a stack of if statements?
Forum: Fixing WordPress
In reply to: Fatal Error on Upload in Posthttps://www.ads-software.com/support/topic/133676?replies=8 <– Found a solution, thanks!