PDA

View Full Version : My "Save Post" and "Forgot Password" stoped working properly.



frytec
03-07-2012, 01:00 AM
I use hotarufiltr theme and some time ago it started to act strange.

The "Save Post" feature works, but when i click to save a post, the post was suposed to automaticaly be inserted in the sidebar widget under "Saved Posts". Thats not happening. I have to refrash the page to it appears on the sidebar widget.

The "Forgot your password" feature, is not being shown when i click the forgot password link. So my users have no way to use this feature.

I dont know but i suspect something is affecting both features, because both are shown "dynamically".

But i have no idead what could be.

any help?

seekyt
03-07-2012, 04:48 AM
Double check the placement of jquery in your header file. Sometimes having your jquery called after your hotaru features can cause problems. You want to make sure that jquery is included right after your CSS files. This was the cause of the exact same problem for me in the past. It might help you too if you recently added or removed some files from your theme's header.php file.

frytec
03-07-2012, 03:53 PM
youre right seekyt, the placement of jquery was afffecting the forgot password feature.

and the theme was using jquery 1.4.2, had to update it to 1.4.4 to be able to call a function used in save posts widget.

now, i need to figure out how to fix the FlagIt! feature, im going to start another topic for that.

thanks seekyt.