civ2boss
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Translated menu works locally not on serverIt could be because I was migrating my db over using the WP Migrate DB plugin and I translated all my local paths to a relative path but the plugin didn’t interpret them correctly.
Forum: Plugins
In reply to: [Polylang] Translated menu works locally not on serverI found the answer, so I’m leaving a note of what I found in case anyone ever has the same issue I had.
I tried to make my site urls relative instead of absolute but wordpress interpreted them as http:/whatever. So, fixing your site urls will fix the issue I was having.
Forum: Alpha/Beta/RC
In reply to: I don’t like the way 2.5 is goingReading through these comments, I semi-agree with some of the complains.
Moving the tags and category to the bottom might be a bad idea but I’m not sure yet. After all, how I work is usually write the post then worry about categorizing it.
And I have to disagree with the widgets criticism. While I don’t use any widgets, I think the new interface is much cleaner! And it does support drag and drop, albeit after you added it to the sidebar. Since I have not used widgets much I could be wrong here, but isn’t easier to add multiple instances of each type of widget now? If I remember correctly, the old way of multiple instances required, as someone mentioned above, the old-fashioned drop down menu.
Just to add, I love the new dashboard. It is clean, easy to read, and customizable! The new colors are nice too.
Forum: Developing with WordPress
In reply to: Custom Admin CSS – can’t change one color; AJAX questionOh and I just have to add, that your question is about JavaScript or more precisely ECMAScript not AJAX.
Forum: Developing with WordPress
In reply to: Custom Admin CSS – can’t change one color; AJAX questionIn wp-includes > js > fat.js,
on line 32 which says:
if (!from || from=="#") from = "#FF6600";
change
#FF6600
to a color of your choice.#3333FF
!
seems like good light and dark blue choices respectively.Forum: Plugins
In reply to: Single Post Editing Permissions?Well I don’t mind hacking the core code, unless it’s really major hacking. Then I might as well just write a program from scratch you know?