Title: Phoenix39's Replies | WordPress.org

---

# Phoenix39

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/phoenix39/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/phoenix39/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Link class doesn't work?](https://wordpress.org/support/topic/link-class-doesnt-work/)
 *  Thread Starter [Phoenix39](https://wordpress.org/support/users/phoenix39/)
 * (@phoenix39)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/link-class-doesnt-work/#post-5647266)
 * That seems to work, thank you!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Link class doesn't work?](https://wordpress.org/support/topic/link-class-doesnt-work/)
 *  Thread Starter [Phoenix39](https://wordpress.org/support/users/phoenix39/)
 * (@phoenix39)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/link-class-doesnt-work/#post-5647247)
 * Sorry, it’s on XAMPP (localhost)…
 * i’ve made a css code for class=”block” that works perfectly by itself, but with
   the php code in the example above, the text shows up outside the box… first, 
   the box shows up, then the text below.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Can't change upload size NextGen gallery](https://wordpress.org/support/topic/cant-change-upload-size-nextgen-gallery/)
 *  Thread Starter [Phoenix39](https://wordpress.org/support/users/phoenix39/)
 * (@phoenix39)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/cant-change-upload-size-nextgen-gallery/#post-5159723)
 * Anyone?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Can't change upload size NextGen gallery](https://wordpress.org/support/topic/cant-change-upload-size-nextgen-gallery/)
 *  Thread Starter [Phoenix39](https://wordpress.org/support/users/phoenix39/)
 * (@phoenix39)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/cant-change-upload-size-nextgen-gallery/#post-5159674)
 * Sorry for being unclear, I can create the folders and set permissions via FTP.
   I created the gallery folders there, and even uploaded photos in the correct 
   path. They show up in my control panel, but appear broken. The wordpress plugin,
   on the other hand, is unable to create folders (even though cmod is 755 and the
   wordpress installation went fine).
 * I have full FTP access to the server, is there anything I can do? I was able 
   to upload large photos on a previous install of WordPress, I remember it was 
   a lot of messing around with the .htaccess file (forgot the procedure now).
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Can't change upload size NextGen gallery](https://wordpress.org/support/topic/cant-change-upload-size-nextgen-gallery/)
 *  Thread Starter [Phoenix39](https://wordpress.org/support/users/phoenix39/)
 * (@phoenix39)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/cant-change-upload-size-nextgen-gallery/#post-5159639)
 * Update: I tried changing the image size to work around it (2mb might be unnecessarily
   large anyway), but now there’s a different error message:
 * > Could not write to file. Please check filesystem permissions. Filename: /wordpress/
   > wp-content/gallery/singlet
   >  0 images were uploaded
 * wp-content has 755, isn’t that how it’s supposed to be? It seems like it can’t
   even create the gallery folders… I tried creating them manually using FTP, but
   still no luck. I even tried uploading the actual images by FTP, they show up 
   in the control panel but with broken thumbnails (they don’t work on my website
   either).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Can't change upload size NextGen gallery](https://wordpress.org/support/topic/cant-change-upload-size-nextgen-gallery/)
 *  Thread Starter [Phoenix39](https://wordpress.org/support/users/phoenix39/)
 * (@phoenix39)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/cant-change-upload-size-nextgen-gallery/#post-5159638)
 * I don’t have a hosting company to contact, it’s for work and we have our own 
   server which I have FTP access to, with the root folder, .htaccess and everything.
   Are you sure there’s nothing I can do?
 * Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Link don't work, what to do?](https://wordpress.org/support/topic/link-dont-work-what-to-do/)
 *  Thread Starter [Phoenix39](https://wordpress.org/support/users/phoenix39/)
 * (@phoenix39)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/link-dont-work-what-to-do/#post-4056363)
 * You mean in general settings? It is correct.
 * Here’s my htacces file:
 *     ```
       # 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>
       # END WordPress
       ```
   
 * Hopefully there’s a clue in there?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Link don't work, what to do?](https://wordpress.org/support/topic/link-dont-work-what-to-do/)
 *  Thread Starter [Phoenix39](https://wordpress.org/support/users/phoenix39/)
 * (@phoenix39)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/link-dont-work-what-to-do/#post-4056319)
 * Well, the thread disappeared pretty fast so I thought I’d give it a shot.
    I 
   suspect the issues may be related, that’s why I put it here.
 * It’s a site for work, so unfortunately I can’t share it here. But yes, that would
   be convenient.
 * Hopefully there would still be someone out there with the courage and knowledge
   to help me!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Link don't work, what to do?](https://wordpress.org/support/topic/link-dont-work-what-to-do/)
 *  Thread Starter [Phoenix39](https://wordpress.org/support/users/phoenix39/)
 * (@phoenix39)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/link-dont-work-what-to-do/#post-4056304)
 * Also, site title doesn’t work. It only displays the post titles, not the website
   title. I don’t know if it’s a related problem?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Link don't work, what to do?](https://wordpress.org/support/topic/link-dont-work-what-to-do/)
 *  Thread Starter [Phoenix39](https://wordpress.org/support/users/phoenix39/)
 * (@phoenix39)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/link-dont-work-what-to-do/#post-4056258)
 * Bump! I really need help, it’s for work and I have a deadline.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Post content doesn't appear?](https://wordpress.org/support/topic/post-content-doesnt-appear/)
 *  Thread Starter [Phoenix39](https://wordpress.org/support/users/phoenix39/)
 * (@phoenix39)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/post-content-doesnt-appear/#post-3879417)
 * I just add the files as I need them… so files like comments.php etc aren’t there(
   I don’t use commenting)
    So there might be a file or two I should have that I
   haven’t made yet
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to style blog entries](https://wordpress.org/support/topic/how-to-style-blog-entries/)
 *  Thread Starter [Phoenix39](https://wordpress.org/support/users/phoenix39/)
 * (@phoenix39)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/how-to-style-blog-entries/#post-3877395)
 * Yeah, that should have been obvious I guess.
 * Anyway, I still need help with the php… i’ve tried reading the codex but it’s
   too confusing. How can I make it display a list of links only? And how can I 
   make it display 4 updates with title only , and 100 words of the actual post?
 * Also, is there a function for having a description field for each entry, that
   could be displayed on the index page isntead of the first 100 words?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Style navigation menu?](https://wordpress.org/support/topic/style-navigation-menu/)
 *  Thread Starter [Phoenix39](https://wordpress.org/support/users/phoenix39/)
 * (@phoenix39)
 * [13 years ago](https://wordpress.org/support/topic/style-navigation-menu/#post-3868220)
 * Just what I was looking for! Perfect! Thanks a lot.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Style navigation menu?](https://wordpress.org/support/topic/style-navigation-menu/)
 *  Thread Starter [Phoenix39](https://wordpress.org/support/users/phoenix39/)
 * (@phoenix39)
 * [13 years ago](https://wordpress.org/support/topic/style-navigation-menu/#post-3868213)
 * I don’t think you get my problem.
 * I know CSS and HTML. It’s php I’m having problems with. So – my menu is just 
   a php code, that’s why I find it hard to manage. I just need to know what to 
   add into my php code to be able to edit the css parts.
 * for example, by adding ‘menu_class’ to my menu code I was easily able to edit
   the ul part of the css (while other parts like li and links were not possible
   to change).
 * So if anyone has some specific help regarding defining style in my php menu, 
   I would really appreciate it!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Style navigation menu?](https://wordpress.org/support/topic/style-navigation-menu/)
 *  Thread Starter [Phoenix39](https://wordpress.org/support/users/phoenix39/)
 * (@phoenix39)
 * [13 years ago](https://wordpress.org/support/topic/style-navigation-menu/#post-3868211)
 * Yes, but with my very limited php knowledge it doesn’t help a lot.
 * I’ve finally been able to add ‘menu_class’ into the php code, so I was able to
   edit the ul part of the css. I still don’t know how to edit the li class and 
   link stuff though (like changing link colors)… how do I do that?

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/phoenix39/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/phoenix39/replies/page/2/?output_format=md)