EDG
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog entry titles not showing in lists in 3.7Thanks. Seems to be something to do with the K2 theme. I tried twenty-thirteen and the titles showed up in the preview.
Ah. I unchecked the “Advanced Navigation” (whatever that does) in the K2 options and the titles came back (though they’re a bit small). So I guess that’s resolved now.
Forum: Fixing WordPress
In reply to: Trying to install phpbb3, but WordPress gets in the wayNever mind – got it sorted, turned out to be a hosting issue.
Forum: Fixing WordPress
In reply to: Trying to install phpbb3, but WordPress gets in the wayCan nobody help with this at all? I’d really like to know why wordpress is getting in the way here!
Forum: Fixing WordPress
In reply to: Trying to install phpbb3, but WordPress gets in the wayNo response so far… I thought someone here might know the answer to this!
To be clearer – I have one account on my ISP, and the website I run is currently using WordPress.
I want to install a completely separate phpbb3 board on the same server and referencing a completely separate SQL database, that has absolutely nothing to do with my WordPress site.
I thought that I would be able to do this easily because the phpbb3 stuff lives in its own phpBB3 folder, but when I uploaded the phpBB3 folder to the server wordpress gets in the way by producing a “Not Found” page when I point my browser to http://www.evildrganymede.net/phpBB3/install/index.php instead of the phpb33 install page.
I even tried accessing other php pages in the phpBB3 install folder via my browser and it gave me the “Not Found” page for those too.
Do I have to rewrite the .htaccess page (if so, how?)? Is this even possible to set up at all? Or would I have to put the phpbb3 board on a different account/website package on my server?
Forum: Themes and Templates
In reply to: Changing width of k2 theme?Addendum:
I now would like to use a wider image (980×200) as my custom header, but it won’t let me use that because when you try to upload a larger image on the custom header page, it forces you to clip the image down to 780×200.
Does anyone know how to disable or get around this so I can use my 980×200 image?
Forum: Plugins
In reply to: [WordPress Stats] Stats suddenly stopped workingNever mind. Seems to be back up now, guess it was a temporary glitch elsewhere…
Forum: Themes and Templates
In reply to: Dropdown lists for child pages in k2 theme?Anybody?
Forum: Fixing WordPress
In reply to: Looking for email subscription widgetI missed something :). subscribe2 does have a sidebar subscription widget, and it seems to work for what I want it to do.
Forum: Fixing WordPress
In reply to: Moved wordpress within site, images uploading to wrong folder!Looks like the forum permissions for the new wp-contents folder were incorrect – they were set to 0771 instead of 0775, which means that they weren’t public-readable. I changed the wp-contents folder to 0775 and it seems to be working fine now.
Odd that it wasn’t set right initially though. I guess that perhaps the default permissions are set like that.
Forum: Fixing WordPress
In reply to: Moved wordpress within site, images uploading to wrong folder!anybody?
Forum: Fixing WordPress
In reply to: Moved wordpress within site, images uploading to wrong folder!I’ll also add that it seems that I have the wrong permission issue even when I try to upload a custom header image via the custom Header page for k2 theme. I’m uploading through WordPress’ own uploader, not FTP, so something strange is going on here.
Forum: Themes and Templates
In reply to: Changing width of k2 theme?I figured it out. I’m not sure what happened first time when it went all screwy, but the solution is to change the code I showed in the snippet above, and then also change the width in this part of the code beneath it:
#primary { position: relative; float: left; width: 500px; padding: 10px; }The width entry in this code snippet should be adjusted to a value of (500+ (new width -780) ). So if the new width value (set in the first code snippet) for the full blog is 1000px, the new width for the main window is 500+(1000-780) = 500 + 220 = 720px.
If you have a custom header image then that needs to be altered too, but the default is to set it at 780×200 and if you need a larger one (e.g. 1000×200) then it doesn’t display properly. I couldn’t figure out how to rectify that, but I did some clever tweaking of background colours and alignment with the 780×200 image and it works now.
Hopefully that’s of use to somebody!
Forum: Fixing WordPress
In reply to: Moved wordpress within site, images uploading to wrong folder!Ah, thanks. The folder setting still specified /wp/ in the URL.
But… I corrected that, and while it now uploads the image to the correct uploads folder, I still can’t see the image – it seems to be because the file permissions are not being set correctly (the existing file permissions are 0664, but newly uploaded ones are set to 0660, which means they are not readable by the public). If I manually change them (via my FTP program) to 0664 then they work fine and are visible on the page, but obviously I don’t really want to do that for every image I upload.
Now, I am uploading the pictures via a private page (not a public one) here so I wondered if that was the problem – but I also tried uploading another picture to a public page too, and the permission for that picture was also wrong (0660 again). So that’s not causing it.
So somehow the permissions aren’t being set properly for the pictures to be viewable. Any idea why? I didn’t have this issue before moving wordpress to the root (I’m on a zeus server if that helps).
Forum: Fixing WordPress
In reply to: Looking for email subscription widgetStill looking for something here. I tried subscribe2 but that totally isn’t what I want (unless I missed something. I don’t want to have to set up a separate page where people have to go to in order to subscribe, I want it just to be there in the sidebar).
This is what I’m looking for: I want there to be form on the sidebar in which people can enter their email address, and I want there to be a button to click beneath or above it that says “email subscription” (or whatever I want), and when they do that they’ll get an email alert whenever a new post is added to the blog.
Surely there’s got to be something like this out there? What do others use for it?
Forum: Fixing WordPress
In reply to: Removing the "index.php" from links?Aha! I tried that link out and it works! Also works with new pages and new posts. Brilliant! (possibly not surprising since my site is hosted on the namesco servers 🙂 )
All good then. Thanks Samuel B, I wouldn’t have found that if you hadn’t mentioned that the site was on a zeus server 🙂