Tim
Forum Replies Created
-
Forum: Reviews
In reply to: [Featured Image Caption] Not working with Extra Theme (Elegant Theme)Hi 50somethingtravel,
I managed to get it working for Extra theme with Mizagorn example as a basis.
Here’s the fix.
1. Go to Extra’s single-post.php (in your child theme)
2. Search for “post-thumbnail header”
3. Add THE line “echo do_shortcode(‘[ccfic]’);” before the closing of php tag.This is what it should look like
//Existing Extra's code require locate_template( 'post-top-content.php' ); // ADDED - Display the Featured Image Caption echo do_shortcode('[ccfic]');This has worked for me.
Hope it helps.
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Parse error Syntax error in google-captcha.phpYou right. its 4 lines.
Line 560,665,732,807.
This allows me to load my website properly for me to disable the plugin as the plugin is not working at all. It throws some errors. Hope that it will be fixed and debug properly in the next release.Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Parse error Syntax error in google-captcha.phpDear All,
I have managed to resolved this issue.
(A) Root of the problem: Additional \ReCaptcha\ReCaptcha( $privatekey );Just removed “\ReCaptcha” and the website will load properly.
There are 3 lines that contains (A). You will need to remove all the addition “\ReCaptcha”BestWebSoft Team, kindly verify if this is the permenant solution.
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Parse error Syntax error in google-captcha.phpThis happens after i did a plugin update of Google reCaptcha today. I am using wordpress 4.3
Forum: Networking WordPress
In reply to: Question on multisites setupI have setup the WPMS and the domain mapping plugin.
my current setup:
mymaindomain: countries.com
mysubdomain: usa.com
my sub-subdomain: texas.usa.com (texas.com)I have installed a WPMS in usa.countries.com which is accessible via usa.com
I tried to add a new site texas.usa.com and did a domain mapping to texas.com
however,
url: texas.com returns me a 404 error
url: texas.usa.com return me to the main page of countries.comany suggestions?
Forum: Plugins
In reply to: How do you add extra fields in Register Plus?I may have the solution for you.
– Left the first blank empty for a text field
– Filled in the name of the field in the second blankproceed as usual. Hope it helps 🙂
—
[sig moderated per forum rules]