PosiWebDesign
Forum Replies Created
-
Worked like a charm! Thank you so much for the CSS and the link to the tutorial!
@dankfresh, where in the functions.php file do you put it? I put
this at the very end of the file:
function wp_register_script(‘recaptcha_api’, ‘https://www.google.com/recaptcha/api.js’);
function wp_enqueue_script(‘recaptcha_api’);, and it gave me the error:
Parse error: syntax error, unexpected ”recaptcha_api” (T_CONSTANT_ENCAPSED_STRING), expecting ‘&’ or variable (T_VARIABLE) in /home2/rltcoach/public_html/wp-includes/functions.php on line 5175
When I put this at the very end of the file:
wp_register_script(‘recaptcha_api’, ‘https://www.google.com/recaptcha/api.js’);
wp_enqueue_script(‘recaptcha_api’);This is the error I get:
Fatal error: Call to undefined function wp_register_script() in /home2/rltcoach/public_html/wp-includes/functions.php on line 5175Thanks for the help!
Forum: Plugins
In reply to: [Theme My Login] Is it possible to not add on to the menu?I noticed this too, so I went into the Appearances–>Menus and deleted the ones I didn’t want displayed.
Forum: Plugins
In reply to: [Theme My Login] Logout redirect works fine – not so login redirect – why?I’m having this problem as well. After login, the home page opens. I’m very pleased with this plugin except for this oddity, so I hope there is an easy fix!
Forum: Plugins
In reply to: [Comment Guestbook] Guest Book page is large and in all capsThanks, but when I add that code to the place designated for custom CSS in my theme, I don’t see any change. The page where I have the plugin is the only page where I have this font issue.
Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Album Art Gone with WP UpgradeThat’s good to know for the future ??
Just to be certain before I do this, can I delete the free version, which is deactivated, without losing my data since I have both installed? My hunch is that I can, but I would rather not lose my data by being wrong!
Thanks!Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Album Art Gone with WP UpgradeIt’s there now. Never mind!
Thanks!Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Album Art Gone with WP UpgradeHi Mark,
I’m only seeing the Update as being available for the free version through my wp-admin page. I just ran that update, but I haven’t activated the plugin because I’m running the pro version.
So, did you see the update as being available in the regular location on the dashboard/plugins page?
Thanks!Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Album Art Gone with WP UpgradeThanks for the tip, MarkNth!
Did you do the manual upgrade via ftp? I am concerned that it will overwrite the things that make the Pro version different from the free one. How do I avoid that happening?
Thanks!Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Album Art Gone with WP UpgradeHow soon will this upgrade be available for the Pro version?
Thanks for all your hard work on this one!