aj3x2
Forum Replies Created
-
Forum: Plugins
In reply to: PHP enabled text widgets not saving contentI think I’ve tried all the fixes. but widgets, screen options, Upload/Insert, visual Html, buttons still do nothing when clicked.
I’ve just given up on ’em.I’m just trying to get some widgets into my sidebar(s). Anyone know how to place a code manually for a widget that you’re supposed to be able to drag to you sidebar. I know where to but the code, but how do you find out what the code for the widget is? tnx
Forum: Fixing WordPress
In reply to: Create static front page for category?Create a mainpage category and place the code below in your
Main Index Template (index.php),<?php if (is_home())
{
query_posts(“category_name=’mainpage'”);
}
?>Make sure the code is below,
<?php get_header(); ?>
<?php get_sidebar(); ?>so, it looks like this,
<?php get_header(); ?>
<?php get_sidebar(); ?><?php if (is_home())
{
query_posts(“category_name=’mainpage'”);
}
?>Now everytime your blog loads the default post category that shows will be the mainpage cat. Hope that’s what you were looking for, if not, sorry!
Forum: Fixing WordPress
In reply to: Widgets dashboard not working in 2.9.2Possibly a javascript error? Of course like everyone else, widgets don’t work, upload insert don’t work, clicking on screen options does nothing. Not working in IE7 or firefox. It sure would be nice to be able to use the widgets feature and other cool stuff depending on JScript.
tried disabling plugins, fresh install, own directory install, bare bones, no luck.I get this Jscript error in my IE7 browser when I load the admin interface.
error: “Done, but with errors”Line: 2
char:77
error: invalid character
code:0
URL:https://mydomain/wp-admin/Line: 2
char:1
error: ‘sack’ is undefined
code:0
URL:https://mydomain/wp-admin/Line: 10
char:2
error: ‘g_execphp_feature’ is undefined
code:0
URL:https://mydomain/wp-admin/Line 2
char 300
error: invalid character
code:0
URL:https://mydomain/wp-admin/