nicdvs
Forum Replies Created
-
Forum: Plugins
In reply to: WP E-commerce Table Rate for CategoryHave you found a solution for this ? I am trying to accomplish the exact same thing.
Forum: Plugins
In reply to: Modify Events page in EventPressOh… yeah.. should of mentioned that.
Forum: Plugins
In reply to: Modify Events page in EventPressHey,
thats what I did before but it didn’t work out… I ended up copying /buddypress-custom-posts/themes/type/* in my theme folder and this it picked up.
Thanks!
Forum: Fixing WordPress
In reply to: v3.0.1 wp-admin left menu problemsHey, I have the same problem, I tried deactivating all plugins, switched theme, allocating more memory to scripts… nothing work.. When I set WP_DEBUG to true, I get these errors in the ‘Position’ box.. I do not recall seing this box before thought..
Notice: Trying to get property of non-object in /var/www/vhosts/theotherside.ca/subdomains/focuseye/httpdocs/wp-includes/nav-menu.php on line 620 Notice: Trying to get property of non-object in /var/www/vhosts/theotherside.ca/subdomains/focuseye/httpdocs/wp-includes/nav-menu.php on line 621 Notice: Trying to get property of non-object in /var/www/vhosts/theotherside.ca/subdomains/focuseye/httpdocs/wp-includes/taxonomy.php on line 2507 Catchable fatal error: Object of class WP_Error could not be converted to string in /var/www/vhosts/theotherside.ca/subdomains/focuseye/httpdocs/wp-includes/formatting.php on line 433
Forum: Fixing WordPress
In reply to: nav_menus.php suddenly error. postboxes is not definedhmm.. ok. well thank you! I hope to find a solution soon..
Forum: Fixing WordPress
In reply to: nav_menus.php suddenly error. postboxes is not definedI have the same problem, however, deactivating all plugins did nto solve it for me. Did you do anything else ?
Forum: Plugins
In reply to: manage_posts_custom_column not workingHey there,
thanks for the response, you are right, my custom post type has hierarchical set to true and if I set it to false, the columns gets populated!
I since then updated my WP version to the latest trunk (3.1.something) and everything is working fine.. I guess this was still a new feature in 3.0…
And also, thanks for the AJAX column sorting thing, I had completely forgotten about that and thought it was built in.. Will absolutely implement this!
Thanks again,
Nicolas
euh query.. not the loop…
THANK YOU SO MUCH !!!!
I have been looking for this for hours.. Thanks again ! The loop.. that is what I was missing…
Forum: Fixing WordPress
In reply to: Depth parameter not working in wp_dropdown_categoriesI think you can use exclude_tree instead of exclude. This way, you won’t have to the depth parameter neither..
Forum: Fixing WordPress
In reply to: a warning displayed in a widgetThanks for that solution, it works perfectly..
Forum: Fixing WordPress
In reply to: HTML linebreaks (<BR> tags) in author/user bio section not workingRegarding the question on editing the fields of Authors page, here is an easy way to do it. You can add (or remove existing one (AIM, Jabber..) as many field as you want like Twitter, location…
https://wpengineer.com/extend-user-contactinfo-wordpress-29/Hope this helps!
And thanks for the bio formatting thing Carlos!