ckennon
Forum Replies Created
-
Forum: Plugins
In reply to: [Login Logout Menu] Alternative login pageThank you 🙂
Forum: Plugins
In reply to: [Login Logout Menu] Alternative login pageHi There,
I’d like to redirect the Register menu item to a custom register page. Is there a way to do this?
I have tried putting the following function in my child functions.php file:
add_filter( ‘register_url’, ‘my_register_url’, 10, 2 );
function my_register_url( $register_url, $redirect ) {
return home_url( ‘/signon/’ . $redirect );
}However it’s not redirecting and still navigating to ../wp-login.php?action=register
Thanks so much.
Forum: Plugins
In reply to: [CP Contact Form with PayPal] Captcha error not workingThanks so much for answering my questions.
I would be very interested in paying for the Google recapture add-on. Is it possible to get this add-on with the Professional version?
Forum: Plugins
In reply to: [CP Contact Form with PayPal] Captcha error not workingI forgot to put in a link to an example:
Forum: Plugins
In reply to: [GaugePress] Using jQuery to update the valueHi Dialoguenet,
yes I did:
jQuery(document).ready(function(){
var g1 = new JustGage({
id: “g1”,
value: percentageFor,
min: 0,
max: 100,
title: “Public Response”,
label: “Percent”,
gaugeWidthScale: 0.8,
gaugeColor: “#EDEDED”,
levelColors: [“#ED1C24”, “#FF7F27”, “#22B14C”],
levelColorsGradient: 33});
});Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Not showing older tweetsHi Martin,
yes that is correct.
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Not showing older tweetsThanks Martin 🙂