singingfalls
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] My website looks bad on small screensI am having a similar problem. If I hold the phone horizonally it looks fine. If I hold the phone vertically it doesn’t look good at all. https://stateofthebeaver.org. Any help is appreciated.
Forum: Themes and Templates
In reply to: [Sydney] Slider unwanted text changesI think we have it squared away. Thank you again @kharisblank I will close the thread.
All the best to you.
sForum: Themes and Templates
In reply to: [Sydney] Slider unwanted text changesYour assistance is greatly appreciated @kharisblank .
I do not know how these changes took place. I suspect it had something to do with adjustments I made further down the page using Elementor. That is just a speculative guess though.
Thank you for the CSS mods. Much appreciated.
Forum: Themes and Templates
In reply to: [Sydney] Sydney Toolbox fatal error@kharisblank What can I say? Thank you for your patience. I reinstalled wordpress, reinstalled sydney and the tool box plugin. Still no joy. Replaced the original .php with the one you sent and all is well. I am now able to activate the tool box without any problem. 5 ★’s for you excellent help.
Forum: Themes and Templates
In reply to: [Sydney] Sydney Toolbox fatal errorSpoke too soon. Went to begin edited Sydney an failed. Went to plugins and noticed another syntax fatal error when seeking a second time to activate the plugin. I am obviously in over my head. New fatal error:
Parse error: syntax error, unexpected end of file in /home/public_html/surcp.org/wp-content/plugins/sydney-toolbox/sydney-toolbox.php on line 232
- This reply was modified 2 years, 11 months ago by singingfalls.
Forum: Themes and Templates
In reply to: [Sydney] Sydney Toolbox fatal error//Does not activate the plugin on PHP less than 5.4
function sydney_toolbox_plugin_activation() {
return Sydney_Toolbox::install();
}
register_activation_hook( __FILE__,) ‘sydney_toolbox_plugin_activation’ );Forum: Themes and Templates
In reply to: [Sydney] Sydney Toolbox fatal error@kharisblank @mrovani Just on a whim I did a little homework on line, mixed in a little “by guess and by golly” :), and modified your code on the very bottom line (line 230) to look as it appears below. I am glad to say that WP declares the plugin is now activated. @kharisblank you are a genius and I am sincerely grateful for your effort. I hope this will assist others if they have a problem in the future.
`//Does not activate the plugin on PHP less than 5.4
function sydney_toolbox_plugin_activation() {
return Sydney_Toolbox::install();
}
register_activation_hook( __FILE__,) 'sydney_toolbox_plugin_activation' );Forum: Themes and Templates
In reply to: [Sydney] Sydney Toolbox fatal error@kharisblank Thank you so much for your help. I have made the recommended changes and I received a parsing error as follows:
Parse error: syntax error, unexpected token “&”, expecting “)” in /home/public_html/surcp.org/wp-content/plugins/sydney-toolbox/sydney-toolbox.php on line 230
Seems to be progress being made and I am sincerely grateful. Not knowing php I am hesitant to alter your code. It seems a minor change will fix it. Any further assistance would be greatly appreciated.
I Cc @mrovani also
Forum: Themes and Templates
In reply to: [Sydney] Sydney Toolbox fatal error@kharisblank Thank you for the reply. The problem is not with any particular page. The error comes when I attempt to activate the Sydney Toolbox plugin. I am unable to install the plugin at all. I keep getting the error posted in my original post.
Forum: Themes and Templates
In reply to: [Sydney] Sydney Toolbox fatal error@kharisblank Also I am using php 8
Forum: Themes and Templates
In reply to: [Sydney] Sydney Toolbox fatal error@kharisblank My sincere gratitude for your attention. The version of sydney toolbox I have installed is 1.18. Fresh install of wordpress 5.8.2. I did exactly as you recommended several times. I manually deleted the plugin and reinstalled the latest version. I get the same warning of fatal error.
Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, class "sydney-toolbox" not found in /home/public_html/surcp.org/wp-includes/class-wp-hook.php:303 Stack trace: #0 /home/public_html/surcp.org/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters() #1 /home/public_html/surcp.org/wp-includes/plugin.php(470): WP_Hook->do_action() #2 /home/public_html/surcp.org/wp-admin/plugins.php(193): do_action() #3 {main} thrown in /home/public_html/surcp.org/wp-includes/class-wp-hook.php on line 303
One interesting item to note. In the cpanel file manager I select the plugins. The panel on the right shows the plugin. The plugin directory on the left does not. Here is a link to a screenshot: https://surcp.org/sydney_toolbox.png
@cfullsteam Thank you much for the reply. I tried your method. No joy. My problem is related to installing the Sydney Toolbox plugin. That is what is giving me the fatal error. I replaced all of the root files with a clean version also. I’m beginning to think it has something to do with the plugin itself.
Once again. Thanks for your attention.
@cfullsteam and @evalast Found the wp-settings.php Replaced wp-setting.php No joy. Any other help would be appreciated.
@cfullsteam and @evalast I have the same 303 problem. Forgive my naivete but where is wp-setting.php located and when you say replace what did you actually do? Just delete it? Updated wordpress manually to 5.8.2