desean
Forum Replies Created
-
Thank you for the additional checks.
Check with my host and there appears to be an issue with how filter_var was compiled so it was redone and no issues now.
Thank you.
Happy New Year!
When enabling PHP 7.4, my site got inaccessible. When entering via recovery link, I got the following error in Plugin:
Really Simple SSL Deactivate | Resume Lightweight plugin without any setup to make your site SSL proof Version 3.2.7 | By Rogier Lankhorst, Mark Wolters | View details This plugin failed to load properly and is paused during recovery mode. An error of type E_ERROR was caused in line 52 of the file /home/desean/wp-content/plugins/really-simple-ssl/class-server.php. Error message: Uncaught Error: Call to undefined function filter_var() in /home/desean/wp-content/plugins/really-simple-ssl/class-server.php:52 Stack trace: #0 /home/desean/wp-content/plugins/really-simple-ssl/class-server.php(32): rsssl_server->get_server() #1 /home/desean/wp-content/plugins/really-simple-ssl/class-admin.php(3310): rsssl_server->uses_htaccess() #2 /home/desean/wp-includes/class-wp-hook.php(288): rsssl_admin->create_form('') #3 /home/desean/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(NULL, Array) #4 /home/desean/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #5 /home/desean/wp-admin/admin.php(170): do_action('admin_init') #6 /home/desean/wp-admin/index.php(10): require_once('/home/desean/ma...') #7 {main} thrown
WordPress version 5.3.2
Current theme: Twenty Twenty (version 1.1)
Current plugin: Really Simple SSL (version 3.2.7)
PHP version 7.4.0Any clue? Thanks.
Can anyone help?
Official document on this list here: https://docs.mailpoet.com/article/133-the-wordpress-users-list
I believe it is by design, so that the theme can double as a mobile theme as well.
See the WordPress 3.2 video at https://www.ads-software.com/news/2011/07/gershwin/ and watch out around 1 min 30 seconds onwards, and you will notice the sidebar is missing for the mobile phone.
Forum: Themes and Templates
In reply to: Creating a Atahualpa 3 child theme for easy upgradeSo now to get the code is another question in the asking! No clue… You have to sign up to become a ‘gold member’ on the forum $20 to get to the answers. Hope this helps – I’m still trying to get there?
i think you are mistaken. the “code” refers to any custom html or css that you wish to insert into the theme. for example, google analytics tracking code in the html header if you choose not to use a plugin.
according to juggledad (at the site forum), it is a wordpress requirement for any ‘theme’ options to be in the theme folder
Forum: Themes and Templates
In reply to: Creating a Atahualpa 3 child theme for easy upgradeAnyone with any idea?
i have the same issue. rolling back to 4.8.0 now
Forum: Plugins
In reply to: [Plugin: AskApache Google 404] 404.php template detectionhi, was just hoping that we could see an update for 4.6.3 soon. thanks.
Forum: Plugins
In reply to: [Plugin: AskApache Google 404] 404.php template detectionjust wondering, any news for 4.7.3?
Forum: Plugins
In reply to: [Plugin: AskApache Google 404] 404.php template detectionunderstand you are busy with your personal life as well, so no hurry. will let you know if i spot any bugs.
anyway, thanks for making this great plugin better.
Forum: Plugins
In reply to: [Plugin: AskApache Google 404] 404.php template detectionthanks for looking into this feedback askapache.
I tried 4.7.1 but it wasn’t what I want really looking for. the idea was in the right direction though.
take a look at my 404 page when i use 4.7.1: https://rcpt.yousendit.com/735721761/e18495b7038f932bc53db5d5e78a1bfe (i exported the page into a pdf file)
now take a look at my current 404 page (reverted back to 4.6.3) with the template detection commented out: https://www.dragonscouts.com/home/dragon-online-askapache-google-404i use atahualpa as my theme. this theme (i’m sure some other themes have this too) have the option to set your own 404 page (see screenshot of the option here: https://bayimg.com/pAdjdaaCl). I suspect the theme’s 404 function conflicts with your plugin and took priority instead (notice how my sidebar was pushed to the bottom when using 4.7.1).
so, what i am requesting is for an option to choose any file as the 404 template (index.php in my case), and not just 404.php which you set in version 4.7.1.
an added option could be to turn off the template function and allow users to incorporate your plugin into any template using the following code for example:
if(function_exists("aa_google_404"))aa_google_404();
i believe this can mitigate the issue of compatibility with themes that uses their own 404 page function. of course, this should be disclaimed as an “advance user” feature since manual steps by the user is required.
do let me know what you think of my suggestion. once again, thanks for looking into this.
p.s. by the way, when i upgraded to 4.7.1 my google search api key was blank. it did not “migrate” over from 4.6.3 during the upgrade. you might want to have a look at that too. thanks.
Forum: Plugins
In reply to: Wordtube – not recognising my default player sizei also have the same problem. have to use phpmyadmin to edit the width and height. currently using the following versions
wp: 2.8.4
jw player: 2.4.5
wordtube: 2.2.2hope this could be fixed soon. thanks for the plugin anyway.
Forum: Plugins
In reply to: Available Akismet options in Contact Form 7ok, great!
by the way, thanks for this wonderful contact form.
Forum: Plugins
In reply to: Available Akismet options in Contact Form 7oh, so am I correct to say [textarea* your-message] will also be validated by Akismet as long as one of the Akismet option is set in the other fields?