varundave
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 4.0 Broke my header menusIt’s not a proper fix. Until this bug gets fixed from wordpress, goto your header.php file where your menu code is mentioned. edit the variable “menu” and give it a value of your menu name you want to use.
Eg: “menu” => “TopMenu”
TopMenu is the menu name i’m using.
Forum: Plugins
In reply to: [Options Framework] Media upload click not working – media-uploader.js bugHi @devin
I just did an update you recently released. I’m still facing the problem because, i have modified the code to change the menu position from under “Appearance” to a “top level menu.”
After the update, the uploader was working but, as soon as i modified the code to get the menu to a top level position, it stopped working again.
I think, the enque script code is not letting scripts to load if the hook and slug are different.
Can you please provide a proper way to change the menu position without breaking the functionality ?
Thank you for your time.
–Dave
Forum: Plugins
In reply to: [Options Framework] Media upload click not working – media-uploader.js bugI’m still facing this problem. The media uploader does not work. I’m on WP 3.7.1. I tried the above fix but it still does not work.
Please provide a proper fix.
This is what it says in FF console :
Warning: Use of getPreventDefault() is deprecated. Use defaultPrevented instead.
Forum: Plugins
In reply to: [Post Type Switcher] Hide some Post TypeNevermind.
I fixed it myself.Add this code to the 2 filter functions :
After line 68 add a “comma” and add this line as line 69
'_builtin' => falseSame goes in
function select_box()Forum: Plugins
In reply to: [Post Type Switcher] Post type showing 4 times in quick quick editForum: Themes and Templates
In reply to: Functions.php file ERRORYou need to update your wordpress version. You might be using WP 3.4 which is why you are getting this error message.
The Author of this theme is totally inactive so, people have started asking for help everywhere…wouldn’t hurt to help…