trusktr
Forum Replies Created
-
There’s no button to edit the first post…
Actually, i see one on my new post… so i guess it’s only for a certain amount of time. 🙂Forum: Fixing WordPress
In reply to: Why are widgets frozen in the back end? I can't modify them.I tried updating almost all my plugins but the widget editing functionality is still broken.
I want to modify my widgets, please WordPress! Fix this.
What’s even worst is that if I upgrade one of my plugins that some widgets rely on, then the individual settings will have to be redone, but that’s not possible with the current un-editable state!
Forum: Fixing WordPress
In reply to: Why are widgets frozen in the back end? I can't modify them.I tried updating Akismet, but that didn’t fix it. 🙁
Forum: Fixing WordPress
In reply to: Why are widgets frozen in the back end? I can't modify them.Yeah, it’s getting annoying! I can’t do anything to my sidebar!
Forum: Fixing WordPress
In reply to: Can’t edit widgetsI have the same problem. Widgets are frozen in the admin area. I can’t expand them to edit their settings. What the?
Forum: Plugins
In reply to: Synchronize wordpress users with other platforms?Yeah I haven’t found too much either yet. There’s actually some people who have accomplished it already but they haven’t released any sort of tutorial. If you google around a bit you can find some wordpress/prestashop implementations.
The wordpress plugin wp-ecommerce seems to be progressing fast though, if it’s ecommerce your interested in.
Forum: Plugins
In reply to: [Plugin: WP-FacebookConnect] Conflicts with other Facebook Social Plugins.I agree!
Forum: Plugins
In reply to: [Plugin: Stray Random Quotes] BackslashesIf you have the latest version this bug should already be fixed…
@voyagerfan5761 so you said that you un-installed Mark Jaquith’s plugin and installed the Gurken one and that all the subscriptions are still the same and working?
EDIT: I suppose it’d work since it’s the same plugin plus more hehe… I’mma try it… 😀
Forum: Plugins
In reply to: Synchronize wordpress users with other platforms?Anyone successful with it yet? I haven’t tried yet, hehe ..
Forum: Plugins
In reply to: [Plugin: Stray Random Quotes] BackslashesIt appears the plugin has been fixed [resolved]
Forum: Plugins
In reply to: [Plugin: Autoptimize] THIS PLUGIN IS AMAZING!Hehe, this was before the problem i had that you posted on 2 months ago.. sorry i’m late.
I’ll let you know if i have any problems…
Forum: Plugins
In reply to: [Plugin: Autoptimize] Makes my website SLOWER!I jsut got your reply, I’ll let you know when I have a go at it!
Forum: Plugins
In reply to: [Plugin: WP-FacebookConnect] Conflicts with other Facebook Social Plugins.Yeah, unfortunately facebook moves at such a rapid pace that sometimes people just can’t keep up replacing their code constantly!
Forum: Fixing WordPress
In reply to: BUG: WordPress’s jQuery is not fully functioning.Hey c3m, i forgot to subscribe to the post heheh..
Anyways, I’m calling it using wp_enqueue_script() in my header.php. So only one jQuery is loading. I’m not sure what it is you mentioned above though…
Jquery normally works for me, it’s just that this new theme also needs jQuery and it was hard coded in the template (so my site had two jQueries and it was crashing it).
When I replaced the hard code with wp_enqueue_script(), that fixed my site to load only one script… however, the features of my theme weren’t working but wordpress specific features/plugins continued to work…
When I replaced wordpress’s jQuery file with the latest one from the jQuery website, that fixed everything. So it lead me to believe that there was some flaw in the wordpress one.
Does that have to do with what you mentioned?