mwmalta
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Godaddy free hosting – Dashboard / Admin brokenI have this problem and it is not based off of free godaddy hosting… The load-script has an error and the css doesn’t work. What do I do?
Forum: Fixing WordPress
In reply to: Error when upgrading to WP2.8I’m having the same problem with the admin as thpanagos – I’m on 2.8.4 and I have put the http fix in and still the same thing. I get 2 errors that has to do with javascript. I’m not sure what my clients server is on.
Error: illegal character Source File: https://dev2.grindvision.com/wp-admin/load-scripts.php?c=1&load=jquery,utils,quicktags&ver=b64ae9a301a545332f1fcd4c6c5351b4 Line: 1 Source Code: ?kWI?6????????=-??r?$$.???-p??$@.!Q?(?B?o??wDdd*?vO????Um??q??w???K?i??7????N?G|Л?煽??4??6+?+?X?r>??????E+???:?????????r^(?J?g?(?L.?w???~??G??7??????旃?~?S??????=?yV??Oz????6a??%????????6?O????6 k??(;?7a?3)Vb?? g??Z??g?O?Y?K??f??]?t?G
Error: illegal character Source File: https://dev2.grindvision.com/wp-admin/load-scripts.php?c=1&load=hoverIntent,common,jquery-color,wp-ajax-response,wp-lists,jquery-ui-core,jquery-ui-resizable,admin-comments,jquery-ui-sortable,postbox,dashboard,plugin-install,thickbox,media-upload&ver=678e1505aa95fa2e2bc5e32f8227d388 Line: 1 Source Code: ?ywG?'?w?S@?n0?"?? Y??:?m,????,??XHl@Q,?????n?d&??\5???L[Dd?q???o}p>???Y=k\e??5????f?|????q?>[???U>[??????e?t????????????|~?n??N;Y+??^??izztE??')}=?iO???<??????~?A?j???0??ù??????)*? ?]wz?<[??y? ??A??c????>j?;?W?9k4?L[??#?A?u>??d:?_?S,$I??
The admin screen only goes wacky in firefox for me but my client says it goes crazy in in Safari too for him.
Forum: Fixing WordPress
In reply to: Firefox update screwed up wp-admin…?You’re not alone, either. I have a topic already posted but I just wanted to say that I’m on the same boat. My client can’t see it properly in Firefox OR Safari. If anyone finds anything out let me know.
I can see the site just fine in Safari but firefox hates it. I don’t know what to do from here.
Forum: Fixing WordPress
In reply to: Limited admin style.thanks but this doesn’t really help.
Safari appears to be fine but the person this blog is for is going to use firefox and says his safari doesn’t work with it right, either.
This is the GLOBAL ADMIN that hasn’t been altered in any way.
Here is the error…
Error: The stylesheet https://dev.grindvision.com/wp-admin/load-styles.php?c=1&dir=ltr&load=global,wp-admin&ver=ba4d987ec2b562bd22e5da70fe38318d was not loaded because its MIME type, “text/plain”, is not “text/css”.
Source File: https://dev.grindvision.com/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1
Line: 0I have never seen this before…
Forum: Themes and Templates
In reply to: Image (float left) breaking PostWrap!i retract that statement. Thanks for your help!
Forum: Themes and Templates
In reply to: Image (float left) breaking PostWrap!Thank you for your help but this did not resolve the problem ??
Forum: Themes and Templates
In reply to: Archive CategoriesSure, but I don’t have access to a PC at the moment ??
Forum: Fixing WordPress
In reply to: Turn a pdf file into an html filego to getfirefox.com and download that browser. It’s worlds apart from IE 6.
Forum: Fixing WordPress
In reply to: Get Archives with CategoryHi again. Sorry for the bump. I did get the styling figured out for safari / firefox but it’s not right (at all) in IE.
Can someone take a quick look and tell me if they think there is a better sololution?
markmalta.com/portfolio
the section below “ALL WORK” View in firefox or safari for correct formatting.
Forum: Fixing WordPress
In reply to: Get Archives with Categorybeen messing with CSS, and I understand how CSS works. I’m having trouble seperating the title from the Archives when I put a ‘,’ the_category draw. That makes everything on “one line” but it’s not separated and it’s not CSS.
Any hints as how to make this work? My site I’m working on currently is markmalta.com/portfolio. Excuse my markup – I haven’t cleaned it yet, nor have I got half the design implemented. Again, I’m trying to get the title / categories to align left / right of eachother on a single line, followed by the next line seperated by a bottom border.
Thanks for the help!
Forum: Fixing WordPress
In reply to: Get Archives with CategoryThanks the reply! That works out perfectly. Just 1 more question.. how can I style the category links to display inline?
Something like this…
Post Title >>>>>>>>>>>>>>>>>>>>>>>>Category 1, Category 2, Cat 3
Making the categories right aligned to the post title. Imagine the carrots aren’t there. Thanks again for the quick response!
Forum: Plugins
In reply to: Would like to post to multiple blogshey, bump.
Sorry if this was not stated correctly or something.
Client wants 2 Blogs
1 blog is for business, 1 blog is for personal.
Every now and then he wants to mix personal blog with his business blog.
He wants to be able to this when he makes a post. “ie: tick a box to tell it to post at personal.blog and business.blog” in one click. Kind of like on my blog when I make a post it injects a post into my twitter letting everyone know that I made a post.
Thanks again
Forum: Fixing WordPress
In reply to: Header text broken in IE7sorry for the triple post,
Changed the search code to this:
#searchform { margin: -35px 15px; float: right; }
Fixed everything. Thanks for the help anyways, maybe this will help someone else out later.
Forum: Fixing WordPress
In reply to: Header text broken in IE7Just a follow up, figured out that it was my search bar. I would still like it to be at the middle of the page, not sure how to get it there.
#searchform { margin: 0px 20px; text-align: right; }