brittni
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Java not working?It made my whole wordpress stop working, and I need to put it back up from backup.. Lol.. No worries, I’m just going to use tablepress with another wordpress website, not this one.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Java not working?Well. I deleted:
function theme_update_jquery_scripts() {
if(is_admin()) {
return;
}
wp_deregister_script(‘jquery’);
if (theme_get_option(‘theme_iclude_scripts_from_cdn’)) {
wp_register_script(‘jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js’);
} else {
wp_register_script(‘jquery’, get_bloginfo(‘template_url’, ‘display’) . ‘/jquery.js’);
}And now my whole website went down… ::sigh:: oh well. I guess I might need to do a clean install or something.. Hopfully I got my backups updated.. ::facepalm::
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Java not working?Thanks so much!
I don’t see JQuery in ‘header.php’.. But I see it in several places in ‘functions.php’.. Should I just delete all the lines containing Jquery?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Java not working?Darn. This is so over my head..
How do you install a new jQuery? How do you delete the old ones?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Changing column names?Found it. ??
okay, thanks so much!
I like having that image as my posts.. i just don’t want it in behind archives & the ‘older & newer’ posts text.
may I ask which area that is located? is it located in the ‘archives’ area?
I found it. sorry about that! I wasn’t sure what area was suppose to change…
for future reference, if anyone else is confused…
when you go into a page and do the ‘enter new’ option. type in the name you want to call the sidebar.. then click update..
THEN in the ‘widget’ area.. a NEW sidebar area appears… that you can put things into.. that is then what will appear on the page. ??
(I was thinking it was directly connected to the ‘menu’ area.. like I would make a new menu and it would appear as an option for the sidebar..)
so does this plugin do the sidebar/widget area?
ok, got one part figured out… I guess in my menu thing it shows something as ‘primary menu’… I have now figured out that the ‘primary menu’ is the navigation at the top!.. haha! ok.. so when I make that be the option thats blank.. it works normally again! YAY!
ok.. now I am trying to figure out how to work the sidebar…