srower
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Simple Share] WaypointsThank you for posting this fix Nick. It appears the update still hasn’t made it into the program files. I was unable to get the genesis slider to work on my home page of Executive Pro theme until I made the first edit that was posted.
Forum: Plugins
In reply to: [WP Backup] No Settings | Run now | Delete optionsJust realized when I saw this post that I don’t have ‘Settings’ any longer either (I posted earlier that I no longer have Run Now). Anyone know what’s going on? Is this plugin no longer being updated?
Forum: Plugins
In reply to: [WP Backup] 'run now' option goneI was wondering where the “run now” option was as well. Does anyone know if it’s returning or is it working for anyone?
Forum: Plugins
In reply to: [Simple Membership] Admin deleted via SM Members listYes, the user that was deleted was the only WordPress admin user. I even checked the WordPress Users table via PHPMyAdmin and the Admin account was deleted. Regarding the “backend-created” login – I found a site that gave instructions for how to create a new Admin account using PHPMyAdmin and followed the instructions. WordPress seems to recognize the login, but redirects me to the home page of the website and does not let me in to the WordPress administration panel.
Thanks.Forum: Themes and Templates
In reply to: [Asteroid] Drop down menu not working on mobileThanks Ron – I did find the drop down style after posting here and that corrected the issue. Unfortunately, the stacked menu was not working with the empty/null parent menu for some reason.
Forum: Themes and Templates
In reply to: Adding php code before DocTypeThanks so much for the response. The code is simple:
<?php require_once(‘enable_protection.php’); ?>
which triggers a script file in the same directory.Forum: Themes and Templates
In reply to: Adding php code before DocTypeYes, as I stated, I know it’s wrong and if I didn’t have to do it, I wouldn’t be asking for assistance. It involves a programmer hired by a client who has created a total mess for me to work with, but I have no choice at the moment. The only way to get what he did to work is to put this code before DocType. Any assistance to accomplish this would be great. Thanks.