sioy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Theme ideas needed please…Chip that sounds very interesting, thank you.
So, there might be a Widget/Plugin combination that would allow me to specify particular menus to appear on certain templates, am I understanding correctly?
The side menus on my design will always appear in the same place on the 8 or 9 different categories/chapters but it is their content that would need to change.
Forum: Themes and Templates
In reply to: Theme ideas needed please…Thanks guys, the css/graphics I’m fine with, I’m struggling with the idea of 8/9 categories each with its own sub menus.
As WP back-end having only one Appearance > Available Widgets section, how could could the side menus unique to each category be managed and updated easily?
It is almost as if I need 8 or 9 copies of the same theme, each to cover one of the categories/chapters. I suppose I could do that if I have enough hosting (!).
Or… a separate ‘Available Widgets’ area for each template… is that possible with WP?
Forum: Fixing WordPress
In reply to: Very slow wordpress site (UK)This is what now is in my htaccess file… hope I put the code in right place?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># compress text, html, javascript, css, xml:
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript# END WordPress
Forum: Fixing WordPress
In reply to: Very slow wordpress site (UK)Thanks Guys, 1 second per page is long time I think, yes enabling compression and minifying scripts I will have to learn about these – any tips?
Forum: Fixing WordPress
In reply to: Very slow wordpress site (UK)Andrew thanks very much for your swift reply…
I’ve got almost same site (but not wordpress) running on a .co.uk domain, I’d be really interested to hear if you think it is faster loading…
non-wordpress: http://www.olleydesign.co.uk
wordpress: http://www.olleydesign.com
Forum: Your WordPress
In reply to: Photography websiteI like the site and the photography is very nice indeed – well done!
If you want any constructive criticism it would be the copywriting/english grammar, which could be improved to sound more correct/professional.
Forum: Your WordPress
In reply to: Please give me some feedback on my new website!I really like your site, it has a cool feel and the way the posts link to pages is very nice. Also, how did you make the sliding pictures at the top, did you use a plug in?
Forum: Plugins
In reply to: [Eazyest Gallery] Use images from Media LibraryOk many thanks will do
Forum: Plugins
In reply to: [Eazyest Gallery] Use images from Media LibraryI thought if I used a plug in like Eazyest Gallery I would have more control over how I display images. So I just thought the best thing would be to bring the images already in my WP site ‘into’ Eazyest?
What I really want to create is a series of little thumbnails along the bottom or side of a page with a central ‘chosen’ image above it, I simply don’t know the best way to do it yet!
Something a bit like this which my daughter showed me…
Forum: Plugins
In reply to: [Eazyest Gallery] Use images from Media LibraryOkay many thanks.
I guess I will have to upload all my images again, and possibly re-edit any I have edited already in WordPress Media which could be a pain.
Do you think an update to import from WP Media including any edits will be along any time soon?
Forum: Themes and Templates
In reply to: Mystery pale grey double rule in 2012 – help!Fantastico! Thank you Andrew.
Forum: Themes and Templates
In reply to: Trying to remove a page titleThanks guys, with your help I’ve managed to sort it perfectly … this is what I used…
/* page remove page title (find post id in pages source code and type as page id) */
.page-id-7 .entry-title {
display: none;
}thanks guys!
Forum: Themes and Templates
In reply to: Trying to remove a page titleThe page I want to remove the title next is called “About us”, so I found this in the code:
<article id=”post-341″ class=”post-341 page type-page status-publish hentry”>
<header class=”entry-header”>
<h1 class=”entry-title”>About us</h1>
</header>ought the following be sufficient?
/* Remove page title */
body.about-us .entry-title {
display: none;
}I’ve also tried About-us and about us.
Forum: Themes and Templates
In reply to: Trying to remove a page titleThat’s strange, opened page in Dreamweaver and searched for <body> it gave message: “not found in current document”
?
Forum: Themes and Templates
In reply to: Responsive menu line feedThanks Paul, not sure that is quite doing what I’d hoped, as soon as I get my site on line I’ll post a link. Cheers.