Phoenix39
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Link class doesn't work?That seems to work, thank you!
Forum: Themes and Templates
In reply to: Link class doesn't work?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.
Anyone?
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!
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 uploadedwp-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).
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
In reply to: Link don't work, what to do?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
In reply to: Link don't work, what to do?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
In reply to: Link don't work, what to do?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
In reply to: Link don't work, what to do?Bump! I really need help, it’s for work and I have a deadline.
Forum: Themes and Templates
In reply to: Post content doesn't appear?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 yetForum: Themes and Templates
In reply to: How to style blog entriesYeah, 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
In reply to: Style navigation menu?Just what I was looking for! Perfect! Thanks a lot.
Forum: Themes and Templates
In reply to: Style navigation menu?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
In reply to: Style navigation menu?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?