fastjay4
Forum Replies Created
-
I deleted the function with all the indented text, I then deleted ALL the text in the theme_scripts.php (there is only a first line and a last line in addition to the above) and it just messes up the whole website …..
BY ‘delete function’ can you please be more specific (I mean from where to where – the end of the indented text ?) or does it seem like this is not the fix ?Thanks for your quick reply, sorry for being slow in responding 😉
Yes the theme-scripts.php is full of jQuery and it begins like this:<?php
function my_script() {
if (!is_admin()) {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, get_bloginfo(‘template_url’).’/js/jquery-1.6.1.min.js’, false, ‘1.6.1’);
wp_enqueue_script(‘jquery’);After this, every line has jQuery in it ….
I am ok editing files as I’ve done it before but I need to know which lines to delete. In header.php there are 17 references to jQuery beginning:
<script type=”text/javascript”>
// initialise plugins
jQuery(function(){
// main navigation init
jQuery(‘ul.sf-menu, nav.primary .menu’).superfish({In the functions.php there is only this reference to jQuery:
//Loading jQuery and Scripts
require_once $includes_path . ‘theme-scripts.php’;Can you suggest what I need to do ? Thanks
hi Jeremy, thanks a lot for your help. I first went to the link and followed the instructions but no change. For info it is the same problem on Safari and Firefox and I added the script_debug line and still nothing.
I suppose if deleting jQuery is the answer, how do I do this ? Is it a plugin ? Sorry for the simple questions but I’m not a programmer …Forum: Fixing WordPress
In reply to: Cannot get startedIt was a problem on the mySQL server that my hosting company solved. I got the site up and running quite quickly so didn’t need to hide it from public view.
You are right Amado.Miami, WP is great once you get the knack !Hi ! I have the same problem with the email and print buttons on Jetpack – they are there but don’t work (just return the same page with an error message) – is there somewhere to configure them ? http://www.mplanes.com
Any help much appreciated.Forum: Themes and Templates
In reply to: Changing the Title of "theme20" templateHi healinghandsabroad.com !
I recently bought the theme20 and am having some issues … maybe you can help because the folks at template-help are a little slow …..
– I don’t have the dark grey bar on the menu at the top of the page – did you have this problem and if so how did you fix it ? Note: when I pass the cursor along the area where it should be, the menu titles appear but then disappear when the cursor leaves the spot where the title is .. (see http://www.mplanes.com/wordpress)
– I want to get rid of the ‘Written by’ box at the bottom of each page – do you know how ?template-help are saying that I should have a plugins folder in the sources folder of the theme20 download but I haven’t …
Thanks !
JasonForum: Fixing WordPress
In reply to: Cannot get startedThanks Amado.Miami and WPyogi. It seems my problem is with my hosting company because the template theme vendor informed me that my original site in the root of the server is overriding WordPress ….. I’ve asked them for assistance on this and hopefully it will help and then I’ll be all set with WP !