LondonThemes
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Update causes wp-admin redirect to my-accountOr disable the redirect with this.
function custom_r($prevent_access){ $prevent_access = ''; return $prevent_access; } add_filter("woocommerce_prevent_admin_access","custom_r");
Forum: Themes and Templates
In reply to: Trying to submit my theme keep getting error's.Samuel Wood (Otto) I have it setup where no can access these file’s unless their logged in as a admin. I’m simply trying to add my free file to WordPress so I can be listed as a commercial site. This is my first free theme so I wasn’t aware of all these issue’s.
Either way it looks like everyone is saying it’s not going to make it anyway so I’ll stop posting on this issue and only allow for download on my website. Thank you all for your time.
Forum: Themes and Templates
In reply to: Trying to submit my theme keep getting error's.You can get the one I’m working on now here.
https://www.filedropper.com/elevated-replace-fopen-fclose_1
This is the one giving off the error’s. The code has been placed in the scripts/admin/options.php file located at the bottom.
I’ve also tried adding apply_filters(‘filesystem_method’, $method, $args);
in the functions.php not sure if this helped out not I’m just trying to get this working.
Thank to anyone who can provide help on this issue.
Visit appearance >> elevated options
And the error’s will appear.
Forum: Themes and Templates
In reply to: Trying to submit my theme keep getting error's.Ulrich – You can download the file here.
https://londonthemes.com/elevated-free-premium-responsive-wordpress-theme/
I’m using the same script she posted above, so shouldn’t this error be showing for everyone?
Forum: Themes and Templates
In reply to: Trying to submit my theme keep getting error's.Amy Hendrix (I tried this method yesterday it kept giving me this error) Call to undefined function request_filesystem_credentials()
It’s also saying the WP_Filesystem function doesn’t exist when I can see it in the file.php
Forum: Themes and Templates
In reply to: Trying to submit my theme keep getting error's.I need help on finding alternative for these functions “fwrite, fopen, & fclose” Is there anyone who’ve successfully replaced these functions?
Forum: Themes and Templates
In reply to: Trying to submit my theme keep getting error's.I’m trying to add this WordPress Theme. So I can become listed as one of the commercial website’s. The problem is my theme use’s the functions “fwrite, fopen, & fclose” I tried replacing these with the functions located here. https://codex.www.ads-software.com/Filesystem_API
I keep getting the error that neither request_filesystem_credentials() function exist’s. As well as the function WP_Filesystem not existing.
I also tried contacting the “[email protected]” it appears it’s rejecting my messages.
Is there anything else you’d recommend for me to get this theme threw? Any help would be greatly appreciated Thank you.