undream
Forum Replies Created
-
I deactivated the headspace plugin and it all came back. So nevermind.
bump.
Forum: Fixing WordPress
In reply to: ‘previous entries’ go to page/2, but page doesn’t change…I never was able to figure this out, so I just removed the offending links.
/sigh.
Forum: Fixing WordPress
In reply to: desperately in need of MySql help. . .Yes, you understood correctly what I was trying to do, and you are also correct that it isn’t allowed, which I called godaddy and confirmed. Thanks for the help.
Forum: Fixing WordPress
In reply to: templete_url tag within javascriptThanks, Adam.
Using that method, would I then have to replace every instance of
<?php bloginfo('template_url'); ?>throughout the entire blog, or just within the external .js file?Forum: Fixing WordPress
In reply to: templete_url tag within javascriptThank you very much, Otto. I really appreciate it.
Forum: Fixing WordPress
In reply to: templete_url tag within javascriptoh, in case it matters, the names of the files i edited within the wp-admin backend theme editor are:
header & ljmenu
and the name of the menu file is
menu_data.jsthanks!
Forum: Fixing WordPress
In reply to: templete_url tag within javascriptI apologize for the lack of details – I will try to explain more thoroughly…
Ok.
The menu I am working on is from milonic.com, and is an horizontal all image mouseover, dropdown menu. ( menu source: http://www.milonic.com/download.php?sampleid=18 )
My wordpress blog is here: http://www.treasurehiding.com/ljurban
You can see at the top right of the page, the broken images, and if you mouse over the one that says projects.gif, you can see that it drops down. Ideally, these would all be working images, and would display a different image on mouseover.
So, all the editing and configurations for the menu (including the image paths) are done within the main javascript file. ( see here: http://pastebin.com/f1f81f522 )
If you look in the js file, you can see that I am trying to code the image paths using the
<?php bloginfo('template_url'); ?>tag. This seems to be the problem, because when I hard code the images instead, the menu will display properly. (But I really need to use thetemplate_urlmethod, as opposed to hard-coding.)The only other changes I have made to the code are placing the javascript files into the header (see here: http://pastebin.com/f6f6170f9 ) and placing the file within the menu file where it is to display (see here: http://pastebin.com/f6beb0b99 ).
Please let me know if there is any other info I can provide, and thanks in advance for any help. I REALLY appreciate it!!
Thanks,
RebeccaForum: Fixing WordPress
In reply to: templete_url tag within javascriptanyone?
Forum: Fixing WordPress
In reply to: ‘previous entries’ go to page/2, but page doesn’t change…anyone?
Forum: Fixing WordPress
In reply to: ‘previous entries’ go to page/2, but page doesn’t change…bump.
please help.
Forum: Fixing WordPress
In reply to: ‘previous entries’ go to page/2, but page doesn’t change…No, I couldn’t find any instances of either of those in any of the theme files.
I have searched all over, trying to find a solution to this, to no avail. I really need to figure this out today. Any other ideas?
Thanks so much.
I am not sure what the problem was with wp-cache, but I just installed wp-super-cache, however it doesn’t seem to be helping anything either.
How can I tell if it’s not installed properly? It looks fine from the backend, but then, so did wp-cache…
Forum: Fixing WordPress
In reply to: ‘previous entries’ go to page/2, but page doesn’t change…Hi Otto, thanks for your time.
We did have a plugin called ‘Advanced Category Excluder’ that modifies which posts are displayed, but I deactivated it, and there is no change.
Any idea what else could be causing it? I am desperate to figure this out.
Thank you!
Forum: Fixing WordPress
In reply to: ‘previous entries’ go to page/2, but page doesn’t change…(bump)
Please help me! I can’t find the answer anywhere!
Here is the code for the ‘navigation.php’ file, which I think is where the problem must lie, based on what I have read.
Thank you!