Title: lotgla's Replies | WordPress.org

---

# lotgla

  [  ](https://wordpress.org/support/users/lotgla/)

 *   [Profile](https://wordpress.org/support/users/lotgla/)
 *   [Topics Started](https://wordpress.org/support/users/lotgla/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lotgla/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lotgla/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lotgla/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lotgla/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lotgla/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change style in header only?](https://wordpress.org/support/topic/change-style-in-header-only/)
 *  Thread Starter [lotgla](https://wordpress.org/support/users/lotgla/)
 * (@lotgla)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/change-style-in-header-only/#post-1041098)
 * My site is this one:
    [http://www.glanssmycken.se](http://www.glanssmycken.se)
 * It’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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: NextGEN Gallery] Change the text](https://wordpress.org/support/topic/plugin-nextgen-gallery-change-the-text/)
 *  Thread Starter [lotgla](https://wordpress.org/support/users/lotgla/)
 * (@lotgla)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-change-the-text/#post-1030365)
 * Thanks! Will try:-)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Adjust the width?](https://wordpress.org/support/topic/adjust-the-width/)
 *  Thread Starter [lotgla](https://wordpress.org/support/users/lotgla/)
 * (@lotgla)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/adjust-the-width/#post-1016503)
 * Thanks stallefish!
 * It seems as if it fixed the problem!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: NextGEN Gallery] Upgrade to WordPress 2.6.3 makes thumbnails stop working](https://wordpress.org/support/topic/plugin-nextgen-gallery-upgrade-to-wordpress-263-makes-thumbnails-stop-working/)
 *  [lotgla](https://wordpress.org/support/users/lotgla/)
 * (@lotgla)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-upgrade-to-wordpress-263-makes-thumbnails-stop-working/#post-892868)
 * 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
   180
 * These 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 : Yes
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: NextGEN Gallery] Size of image – need to scroll?](https://wordpress.org/support/topic/plugin-nextgen-gallery-size-of-image-need-to-scroll/)
 *  Thread Starter [lotgla](https://wordpress.org/support/users/lotgla/)
 * (@lotgla)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-size-of-image-need-to-scroll/#post-1015225)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: NextGEN Gallery] Size of image – need to scroll?](https://wordpress.org/support/topic/plugin-nextgen-gallery-size-of-image-need-to-scroll/)
 *  Thread Starter [lotgla](https://wordpress.org/support/users/lotgla/)
 * (@lotgla)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-size-of-image-need-to-scroll/#post-1015206)
 * alexrabe:
    I am using IE 6.0 This is the page: [http://glanssmycken.se/wordpress/?page_id=19](http://glanssmycken.se/wordpress/?page_id=19)
 * diablo829:
    Thanks! I will try that!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: NextGEN Gallery] Can’t generate thumbnails](https://wordpress.org/support/topic/plugin-nextgen-gallery-cant-generate-thumbnails/)
 *  [lotgla](https://wordpress.org/support/users/lotgla/)
 * (@lotgla)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-cant-generate-thumbnails/page/4/#post-983289)
 * Hi!
    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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Painter theme] best free theme on wordpress.org, but…](https://wordpress.org/support/topic/best-free-theme-on-wordpressorg-but/)
 *  [lotgla](https://wordpress.org/support/users/lotgla/)
 * (@lotgla)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/best-free-theme-on-wordpressorg-but/#post-979629)
 * 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”?

Viewing 8 replies - 1 through 8 (of 8 total)