Search found 77 matches

by Maccsta
Thu Feb 25, 2010 10:20 pm
Forum: General discussions
Topic: Changing All Caps Blog Titles To First Letter Caps
Replies: 8
Views: 6040

Re: Changing All Caps Blog Titles To First Letter Caps

The easiest/quickest way is to edit your stylesheet and add text-transform:capitalize; to your h1 . ... if your entry title is in fact a h1. It really depends on your template, but usually .serendipity_title { text-transform: capitalize; } is more likely to work. YL Hi Yellowled thanks. This just c...
by Maccsta
Thu Feb 25, 2010 10:11 pm
Forum: General discussions
Topic: Changing All Caps Blog Titles To First Letter Caps
Replies: 8
Views: 6040

Re: Changing All Caps Blog Titles To First Letter Caps

The easiest/quickest way is to edit your stylesheet and add text-transform:capitalize; to your h1 . Thanks sonichouse. However the title remains the same when I add that to the CSS file. #serendipity_banner h1 { text-transform:capitalize; } Also I noticed if I use {text-transform:lowercase} the ban...
by Maccsta
Thu Feb 25, 2010 9:25 pm
Forum: General discussions
Topic: Changing All Caps Blog Titles To First Letter Caps
Replies: 8
Views: 6040

Changing All Caps Blog Titles To First Letter Caps

All my blog titles are written in ALL CAPS and there are literally thousands. Is there any way to change the title automatically to just having the first letter of each word in caps? E.g. change ‘MY BLOG TITLE’ to ‘My Blog Title’ for all my blog titles Changing them all manually would take far too l...
by Maccsta
Wed Feb 03, 2010 9:30 pm
Forum: General discussions
Topic: Plugin Installation Failure
Replies: 1
Views: 1380

Plugin Installation Failure

Hi! I’ve installed plugins on this blog before through Spartacus and everything was fine. But now I get this error when I try installing the Canonical plugin. Any ideas why it has started happening? How can it be resolved. Thanks very much for any suggestions :) Trying to open URL package_event_en.x...
by Maccsta
Sun Jan 24, 2010 7:01 pm
Forum: General discussions
Topic: Custom Static Page Template
Replies: 6
Views: 3659

Re: Custom Static Page Template

Ok I got it working by adding the custom template direct to staticplugin folder. However I see what you mean I wasn't adding it to the template folder for my whole blog. I was creating a new folder and it expecting it to find it there, that's why I thought the path was needed. Thanks a ton for the h...
by Maccsta
Sun Jan 24, 2010 4:38 pm
Forum: General discussions
Topic: Custom Static Page Template
Replies: 6
Views: 3659

Re: Custom Static Page Template

So in the mydomain.com/templates/ mydomain.com/templates/your_template/, actually. You can do this with any plugin's tpl files (if there are any), and as long as your template doesn't provide the tpl file in question, it won't be overwritten since the copied tpl file is not part of the original tem...
by Maccsta
Sun Jan 24, 2010 2:41 pm
Forum: General discussions
Topic: Custom Static Page Template
Replies: 6
Views: 3659

Re: Custom Static Page Template

you can put your own staticpage.tpl into your selected template folder. So in the mydomain.com/templates/ or Making a folder templates in the plugin directory? mydomain.com/plugins/pluginsserendipity_event_staticpage/templates/ I just don't want it overwriting when the plugin updates! Thanks!
by Maccsta
Sun Jan 24, 2010 12:12 am
Forum: General discussions
Topic: Custom Static Page Template
Replies: 6
Views: 3659

Custom Static Page Template

I want to remove the date and the author from the bottom of my static pages. What would the best way to do this? I was going to create a new template by altering the default one and uploading it somewhere else. Then use the ‘Page types’ feature within the plugin to select my custom template. Where i...
by Maccsta
Sun Jan 24, 2010 12:10 am
Forum: General discussions
Topic: Static Page Installation
Replies: 3
Views: 1911

Re: Static Page Installation

yellowled wrote:Um, seems like plugins/serendipity_event_staticpage/lang_en.inc.php isn't available or readable (for the webserver)? Just guessing, though. Maybe an incomplete ftp upload?

YL
Thanks for the reply! I'm going to try uploading 1.5.1 again and see what happens.
by Maccsta
Fri Jan 22, 2010 8:51 pm
Forum: General discussions
Topic: Static Page Installation
Replies: 3
Views: 1911

Static Page Installation

Hi! I don't know why but I am trying to install the static page plugin and I keep getting this error: Warning: include() [function.include]: Failed opening '/usr/www/virtual/maccsta2/www.mydomain.com/plugins/serendipity_event_staticpage/lang_en.inc.php' for inclusion (include_path='.:/usr/local/lib/...
by Maccsta
Thu Aug 06, 2009 2:15 am
Forum: General discussions
Topic: Lite vs Full
Replies: 7
Views: 2947

Re: Lite vs Full

I only use about 3 template, that I have altered for seo purposes; then I just change the CSS to add more variety. So I think that lite will do everything I want whilst saving a little install space on multiple blogs. I've reached the limit for hand written blogs; maintaining 14 hand written blogs i...
by Maccsta
Wed Aug 05, 2009 11:13 pm
Forum: General discussions
Topic: Lite vs Full
Replies: 7
Views: 2947

Lite vs Full

"The FULL release contains everything you need, wheras the LITE release only provides the default template and does not have the dummy stub files you need to setup a shared installation (which is for advanced users only)." - From the SY9 download page Are these the only 2 differences then?...
by Maccsta
Sat Aug 01, 2009 3:01 pm
Forum: General discussions
Topic: Mod_Rewrite Help
Replies: 2
Views: 2481

Re: Mod_Rewrite Help

Thanks Don! The folder solutions works great but for some reason the code I added to the .htaccess file didn't.

So I just put the 4 pages in another folder to make things easy!

Thanks again.
by Maccsta
Fri Jul 31, 2009 11:53 pm
Forum: General discussions
Topic: Mod_Rewrite Help
Replies: 2
Views: 2481

Mod_Rewrite Help

Hi! I need to exclude a folder & 4 html pages from the mod_rewrite rules: http://www.mydomain.com/galleries/ http://www.mydomain.com/page_one.html What do I need to add and where in the htacces file? Any help is greatly appreciated. Thanks In advance :) James. # BEGIN s9y ErrorDocument 404 /inde...
by Maccsta
Wed Jul 08, 2009 9:59 pm
Forum: General discussions
Topic: Remove Date Based Archives For Better SEO
Replies: 5
Views: 2518

Re: Remove Date Based Archives For Better SEO

Thanks for the tips Don, is this the meta tag plugin you mean found under the Markup Plugins?

'HTML META-Tags

Sets HTML meta keywords/description tags and title element for single entry pages and default meta keywords/description tags for non-single entry pages.'