vicgolding
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: E_ERROR caused in line 69… functions.phpHi Ralf,
This bit is helpful:
Error: Call to undefined function x_is_shop() in /usr/www/users/compudp/pibella.co.za/wp-content/themes/x-child/functions.php:69The source of this error message must be located in your child theme’s functions file. Would you mind sharing the code from that file for us please?
What version of the X theme are you using btw?
Cheers,
VicForum: Fixing WordPress
In reply to: Unable to edit my websiteHi, can you still not log in? I think that the first step would be to deactivate whatever is causing your site to crash and try to log back in.
You could try deactivating the plugins via the database or
wp-content/pluginsfolder.A) Via the database: go to the _options table > find the option active_plugins > edit the option value via the pencil icon > replace the code with this:
a:0:{}B) Via the
wp-content/pluginsfolder: connect to your site via FTP > find your plugin folder > rename the folder of the plugin that is causing your site to crash, e.g. changewp-content/plugins/visual-form-buildertowp-content/plugins/XYZor if you don’t know which one it is, rename the plugin folder itself, e.g.wp-content/pluginstowp-content/pluginzzz.And I’m wondering if you might also have to switch to a default theme, because of
/wp-content/themes/being messaged in your error message.You could also try changing that via the database:
Via the database: go to the _options table > find the option current_theme > edit the option value via the pencil icon > replace the code with this:
Twenty Twenty-TwoPlease let us know what happened or worked!
Hi,
That’s not possible I’m afraid, I’m developing it in a local environment. But you can find some screenshots here:
Panel image on home page
Inspector
Panel image as header image on single pageImage dimensions are 2000 × 692 pixel.
Thanks,
VictoriaForum: Developing with WordPress
In reply to: Customising Panel Image on Twentyseventeen Front PageHi Steve,
Thanks!
Victoria