chrisbrosnan
Forum Replies Created
-
I have been having the same issue. Has any workaround or bug fix been found for this issue?
I have found the answer elsewhere. The answer is as follows:
replace this:
// Remove club member ID $user->delete_user_meta($user, $meta_key); // Add club member ID $user->add_user_meta($user, $meta_key, $meta_value);with this:
// Remove club member ID delete_user_meta($order->user_id, $meta_key); // Add club member ID add_user_meta( $order->user_id, $meta_key, $meta_value);- This reply was modified 9 years, 6 months ago by chrisbrosnan.
The site in question is Family Traveller
Forum: Hacks
In reply to: 'next_or_number' => 'next' not working – need to show only next/previous buttThanks for the help @girlieworks. As you suggested it was caused by conflicting code. Specifically the wp_link_pages function was being defined both in the themes functions.php file and in the post-template.php file within the /wp-includes/ folder with instructions in one incidence contradicting the other. Many thanks.
Forum: Hacks
In reply to: 'next_or_number' => 'next' not working – need to show only next/previous buttHi @girlieworks. Sorry, I forgot to mention that. I added the hidden-numbers class to all links within the p.paging to try something with jQuery/CSS to apply a display: none; rule to any incidence of “hidden-numbers” class in a link without span.pagelink contained within. But this did not work still. I will look around for any conflicting code in the theme template files. Many thanks.
Forum: Fixing WordPress
In reply to: Java applet not displayingNo problem now.
I have figured it out.
Forum: Fixing WordPress
In reply to: Unable to use javascriptAdding to my post above, I am using WordPress version 3.5.1
Forum: Fixing WordPress
In reply to: Trouble with comments on blogAlso, I have tried to fix the problem by selecting/deselecting “Anyone can register” under “Settings>General” but it made no difference.
Forum: Fixing WordPress
In reply to: Trouble with comments on blogYes, that’s correct.
I have linked below to a screenshot showing the options I have selected under Settings>Discussion:
http://www.cdbrosnan.co.uk/wp-content/uploads/2013/05/Screen-Shot-2013-05-27-at-17.43.32.png
Could a change of theme fix the problem I am having with comments on my blog posts?