Brodersen
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] widget widthI have the same problem. Look at this site (scroll down):
I was forced to set the width to at least 450px in the Facebook plugin settings or else the pop-up windows would just get cut in the right side.
I need to be able to view the facebook window on mobile like an iPhone, and is disappointed to see that it doesn’t scale according to the screen, and there are no settings to control it.
After setting it to 450px so it isn’t cut, I can use View Source in Safari to edit <div class=”_5v4 _5v8″> under the iframe with css, and set the width down to 300px to see how it “should look” on mobile:
._5v4 {
width: 300px;
}Sadly it doesn’t work if I add this to my wordpress css 🙁
I really hope Facebook will consider making their plugin compatible with smartphones, it should be a ‘must’ for them.
Forum: Plugins
In reply to: [Facebook] Facebook Like/Send pop-up's doesn't fit mobile screen!How come Facebook’s official wordpress plugin doesn’t scale to work on mobile phones?
Forum: Plugins
In reply to: [Facebook] Facebook Like/Send pop-up's doesn't fit mobile screen!Here is what the developers of the theme I’m using is saying:
I really hope someone is able to help me.
Forum: Plugins
In reply to: [Codestyling Localization] Multiple errors after changing website URL!!Thanks for an answer.
The errors will be raise by a plugin may have a saved location somewhere or cached pages
So how do I solve these errors and redirect the plugin to the appropriate locations?
Forum: Plugins
In reply to: [Facebook] Facebook 'Send' window goes off-screen on mobile phones.The best solution I’ve tried so far is this:
.fb_edge_widget_with_comment span.fb_edge_comment_widget {<br /> left: -45px !important;<br /> }This temporary solution moves the pop-up box to a somewhat centered position under the Send button, which makes it accessible on the mobile.
This is how it looks like on an iPhone (notice it’s still too a bit too wide for mobile):
http://postimage.org/image/t3fcvwvy9/Horizontal view on iPhone:
http://postimage.org/image/g0jqcn5q9/Same page viewed in a PC browser:
http://postimage.org/image/grcgif83l/The small arrow on top of the popup is now no longer aligned with the Send button (due to my css). Notice how it switches position to be on the left or right side of the popup, depending on where it’s viewed (mobile or PC browser).
(I tried it on a Lumina 920 as well, but gave the same issue as iPhone)
Forum: Localhost Installs
In reply to: Seeking help! (MacOS X 10.8 OS X Server 10.8 WordPress)Hi kgagne.
Thanks a lot for your reply and link.
I’ll check it out, it might be exactly what I was looking for all along.Forum: Localhost Installs
In reply to: Seeking help! (MacOS X 10.8 OS X Server 10.8 WordPress)I just want to add:
Sorry if it might sound arrogant of me to come here and expect someone to have made a guide for me, on how to easily setup WordPress on OS X Server (latest native software)?
But, I would assume it would be in WordPress’s own best interest to have made such guide and documentation already? Maybe that is wrong of me to assume?
“Create your own WordPress server in 5minutes with OS X Server” perhaps? I’m guessing that would be interesting for many? 🙂
Forum: Localhost Installs
In reply to: Seeking help! (MacOS X 10.8 OS X Server 10.8 WordPress)The vast majority will be using remote hosting rather than trying to run their own local web server.
I understand this, but as written, this is not my goal.
My goal is simple: Make the WordPress 3.4.2 files I downloaded from this website, work on a Mac running the latest version of OS X, and running on my OS X Server.
WordPress has nothing directly to do with MAMP. If you’re serious about setting up your own server, try getting a Linux box.
No I’m not “serious” about setting up my own server in the sense you are probably referring to; (buying a domain and server hardware (and whatnot)).
That would be quite an overcommitment for someone like me who is just eager to try out these WordPress 3.4.2 files on this website.
I already have a Mac, I already have a web server running on my Mac. That should be enough for testing purposes.And you have been pointed to all the supporting documentation we have. If you need more, try asking on a dedicated MAMP forum.
See that is maybe the key issue here with my request. The WordPress documentation is severely lacking, and ‘The famouse 5-minute installation’ is making a joke about it.
Again: I got a Mac and Mac’s native server.app, and I’m running the latest versions of the latest software, and all I want is to put WordPress on my webserver and get started, but the documentation is not there or lacking.
If WordPress is serious about getting “newbies” like me to be able to create blogs/websites, then it should be in their interest to try to guide people like me. Plan-B for us is a googling hell, that my friend went through.Have you thought about getting a free wordpress.com account
Yes I have one, and have toyed around with it as well, but from my understanding there is a lot of things you can’t do unless you have it on your own server (installing certain plugins, etc).
WordPress was not designed to run on MAMP. It was designed to run on a dedicated *nix server.
Yes I understand this. But the lack of documentation and from what I have read on this forum, it seems like this the way to go for all mac users. It doesn’t seem very optimal.
Forum: Localhost Installs
In reply to: Seeking help! (MacOS X 10.8 OS X Server 10.8 WordPress)I find it hard to believe that WordPress is relying on MAMP for all Mac users. It doesn’t seem like a very good solution to me, having to download such a large package with mixed software, most of which is overlapping or unnecessary, and might cause more problems and clutter (not to mention it’s for local only).
I found this for WordPress (regarding MySQL vs PostgreSQL):
http://wordpress.org/extend/plugins/postgresql-for-wordpress/It appears that Apache is native in OS X, and can be activated through this command:
$ sudo apachectl startHowever the ‘Web Server’ sharing option is removed from Settings in OS X 10.8.
And why do I need it if I’m running OS X Server anyway? I don’t understand this.A publically accessible web server is not something that you can just set up and leave
Yes, but I don’t intent to. Whenever I’m not using it I just close the server app (or close my laptop) and the server is down. I only need to be live during testing (if I ever get that far).
Again, I’m only asking for help to set up a most simple/basic web server (using the native Server app on my computer) for testing, and more importantly how to make WordPress actually work on my Mac.
I’m testing if WordPress is something that is easy enough for someone like me, or if it is more like reserved for advanced users web professionals only.
I was hoping to find an easy guide for this, it can’t be true that I’m the first ever to use WordPress on a Mac running OS X 10.8 and using Apple’s native Server app?If I cannot make it work after some time of trying hard, then I don’t think it will be worth wasting more time on, so I kinda gave myself a deadline. (I already have one friend who got very frustrated with WordPress setup…).
But with that said, I really hope it is a clever product that I might consider buying a proper server and a premium theme or some of the other great things I’ve seen people create, but I’m too afraid to do any investment before I know I can make it work on the latest software.
Forum: Localhost Installs
In reply to: Seeking help! (MacOS X 10.8 OS X Server 10.8 WordPress)I took over for my friend (he gave up to say it politely).
I’ll give it a try, and hope to get a better result and not pull out my hair as well.A few (maybe stupid) questions about MAMP:
1) On the MAMP site it says “install a local server environment”.
The goal is to be able to share my IP so others can test it as well. Will MAMP help me go online with my website by allowing me to share my IP?2) MAMP includes MySQL, but from my understanding OS X Server uses something called PostgreSQL? So I would prefer to use what is already supported or built in. Maybe I’m confusing something here?
3) I don’t want to be tied up to MAMP Pro (which it seems like it is trying to sell to me)
4) Doesn Mac OS X not already have PHP natively? Can it cause confusion/problems if I install another PHP using MAMP?
5) Do I need to install Apache as well? I though Apache was also something already native in Mac OS X?
It seems like MAMP is outdated or something, since it contains so much that is already native in never versions of OS X?
Also as stated, I would prefer to manage my website using OS X Server if possible, for a number of reasons.I got a bad vibe from MAMP…seems like one of those things that could cause a lot of trouble by installing a lot of things you don’t need? They have a long list of stuff/libraries.
EDIT: Also on the website they say this:
“MAMP was created primarily as a PHP development environment for Macintosh computer and should therefore not be used as Live Webserver for the Internet. In this case, we recommend that you use Mac OS X server with the provided Apache or a Linux server.”
Okay this is exactly opposite of where I’m trying to go, so I don’t think this is a good solution??
Forum: Localhost Installs
In reply to: WordPress = Hell and frustration!I marked this as solved, even though it is not.
I just want to get rid of it, and don’t want people to reply, because I wont be here to view it anyway.
I absolutely hate WordPress, and will advice everyone seeking to make an easy website, to stay away from WordPress.
What a horrible horrible experience and waste of time this has been, trying to follow the guide on this site.
Forum: Localhost Installs
In reply to: WordPress = Hell and frustration!Okay I have finally given up on this sh*t. Sorry for my language, but you can’t imagine my frustrating.
What killed me in the end was the database hurdle:
- Googling guides that didn’t work or was overly complex, suggesting me to code my way out of it, as if I was already an established Unix programmer?
Lot’s of typing in terminal and receiving error with no clue on how to solve them?
Unsure of what I already had on my computer?
Does Mac OS X or OS X Server already have a database or which one does it support?
If it supports one, when/where/how do I make use of it then?
What users/roles/databases is now on my computer?
Where is the button and GUI to modify it?
Was it running or not and how to manage it?
Where is the button to create a new database and a login?
How do I get the information WordPress is asking for?
What sort of database and how do I make my database set up for wordpress?
MySQL vs Postgresql, which is what and how?
Do I now have multiple databases running and multiple logins?
Why won’t WordPress accept my login?
I’m now getting Profile Manage errors in OS X Server.
Why do googling most of my questions only lead to blind ends?
Why do I need to download a crapload of ancient extra programs to make this database stuff work.Why does everything I download need a million steps of installation, why make it as complex as possible?
At one time I even had to bring out my calculator to calculate values to put into a file I created in Text Edit (notepad).
No I get the sense that something is corrupt in my system and I have to do a clean install of my computer to get rid of this horrible experience.
All I ever wanted to do, was being able to type in my IP address and then see WordPress so I could start figuring out how it works and if it was the way to go about when creating a blog/website.Sorry if I sound frustrated, but I am.
I have grown an enormous hate for WordPress, you can’t imagine.
If all this is caused by issues related to databases and not WordPress, then I will argue that WordPresses way of guiding users to overcome one of these necessary hurdles is absolutely horrible. Just absolutely insultingly horrible.Famous 5-minute installation my ass!
I would encourage everyone to stay away from WordPress if they can.
This product does not help anyone who was not already a hardcore web programmer to begin with.
If you are like me, and fairly new to creating websites, then STAY AWAY from this product, to avoid the same hell and frustration I have been through.
This product will NOT help you! Not even after you dedicate a lot of time to so called guide and tutorials.Forum: Localhost Installs
In reply to: WordPress = Hell and frustration!The plan was to set up my mac as a local web server for testing purposes, to see if WordPress is worth anything or not, and learn how it works BEFORE spending money on some domain.
I got Mac OS X Server 10.8, I switched on Web Server, and I can now see the OS X Server website placeholder online through my iphone, by entering my computers IP. So far so good.
Now comes the frustrating task of making WordPress work.
(I’ll try to guide you through my experience, which obviously shows that I’m a web newbie, and might explain why WordPress is such a frustrating product for people like me. But ironically I thought the whole idea of WordPress was to make certain things easier for people like me……)First I downloaded the latest version of WordPress (3.4.2), unpacked it, and placed it in my webserver directory. I then visit my website again, and now what I see is this:
There doesn’t seem to be a wp-config.php file. I need this before we can get started.
Okay, I guess this is standard when first installing WordPress? I click the big button called:
Create a Configuration File
Next I’m informed that I need several database information:
Database name
Database username
Database password
Database host
Tabel prefixI have no idea what this is and where I should have had this information from during the installation process.
I check the requirements again for WordPress, and notice that all I need is:PHP version 5.2.4 or greater
MySQL version 5.0 or greaterOk I though this was some “under the hood” technology similar to when something needs java or flash to run, and I assumed it was something already included in OSX?
Anyway I check google and see that OS X Server includes PHP 5.3.13 and that MySQL was dropped in favor of something called PostgreSQL (9.1.4), which should be able to do the same thing. So I don’t know what the issue is.
Back to some googling, and I discover that I have to set up something called a database. In “The Famous 5-minute Install” guide the second steps is:
2. Create a database for WordPress on your web server, as well as a MySQL user who has all privileges for accessing and modifying it.
How?
More frustration and back to googling around.
…And this is currently where I’m stuck. Most of the articles I find seems outdated or contains rather complicated installation and terminal instructions, and reading comments from people doing these procedures and getting themselves into more problems, I’m starting to think I might end up messing up my system badly with this.
I tried to follow some of the long complex guides, but have only ended up in error during terminal use.It simply cannot be true that this WordPress has to be this complicated for the exact type of users it’s trying to advertise for (“ease of use”, “blogging made easy”, e.g.).
Why is there no solid help to be found on how to install this? All I read is vague instructions like “Create a database” = How??