lotgla
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Change style in header only?My site is this one:
http://www.glanssmycken.seIt’s the font for “Glanssmycken” in the header I would like to change from Arial to Vivaldi. I can change in style.css but then all the text on the site is changed and that doesn’t look so good…
In my file header.php this is the code:
<!-- Header --> <div id="header"> <h1 class="blog-title"><a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1> <p class="blog-description"><?php bloginfo('description'); ?></p> </div>In style.css:
html{ font:normal 12px Arial, Helvetica; background:url(../img/bg/background.png) repeat !important; }And also:
#header { clear:both; width:980px; height:120px; } #header .blog-title { padding:30px 20px 0px 20px; font-size:30px; } #header .blog-title a { text-decoration:none; } #header .blog-description { padding:0px 20px 0px 20px; }Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Change the textThanks! Will try:-)
Forum: Themes and Templates
In reply to: Adjust the width?Thanks stallefish!
It seems as if it fixed the problem!
I am still experiencing the samw problem although I removed the lines from the gd.thumbnail file. The file itself is uploaded but the thumbnails are not created.
Unfortunately I can’t change the php.ini file since that appearantely is not within my reach (it’s owned by the webbhost I am using).
This is my errormessage:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4272 bytes) in /hsphere/local/home/lotgla/glanssmycken.se/wordpress/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php on line 180These are my serversettings:
Operating System : Linux
Server : Apache/1.3.37 (Unix) Sun-ONE-ASP/4.0.2 PHP/5.2.2 mod_throttle/3.1.2 FrontPage/5.0.2.2635 mod_psoft_traffic/0.2 mod_ssl/2.8.28 OpenSSL/0.9.6b
Memory usage : 13.03 MByte
MYSQL Version : 5.0.41-community-log
SQL Mode : Not set
PHP Version : 5.2.2
PHP Safe Mode : On
PHP Allow URL fopen : On
PHP Memory Limit : 32M
PHP Max Upload Size : 100M
PHP Max Post Size : 50M
PHP Max Script Execute Time : 300s
PHP Exif support : Yes ( V1.4 )
PHP IPTC support : Yes
PHP XML support : YesForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Size of image – need to scroll?diablo829:
It did change the display of the images. However, it shows them in their actual size, and since they are large the image is covering the whole page instead…
So either I change the size of the original images or I work out another way of solving it…
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Size of image – need to scroll?alexrabe:
I am using IE 6.0
This is the page: http://glanssmycken.se/wordpress/?page_id=19diablo829:
Thanks! I will try that!Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Can’t generate thumbnailsHi!
I also have this problem.I can upload the pictures OK, even big ones, but no thumbnails are created. I get an error message saying: “Error Exceed Memory Limit. Requires 71.64 MB.”
This is independet of the size of the image, I get the same error when I have uploaded images of 600 kB for instance. So it seems as if the program somehow tries to create really huge thumbnails?
The host I am using have a limit of 100MB and I can’t change that…
Any ideas?
Forum: Themes and Templates
In reply to: [Painter theme] best free theme on wordpress.org, but…I really like Painter and I am using it now for a webpage. I was about to ask the same as quellcrist when you included a new option. Excellent!
I am using “pages” and at the bottom of each page I get two lines saying when it was created and by whom. How can I remove that?
Also, I would like to customize (or remove) the date on top of the page. Right now it includes an “of” between the month and the date. Since the name of the month is not in english it looks kind of wierd. So – can I somehow remove the “of”?