RachelHKay
Forum Replies Created
-
Just wondering when this issue might be fixed, it doesn’t look good to have a plugin on a website with icons not working.
Forum: Localhost Installs
In reply to: MAMP site redirects to ssl protocol errorI don’t have MAMP Pro, which as far as I know has the ability to disable ssl. From what I’ve found for MAMP enabling ssl would require a lot of configuration, which I’d rather not do just for one site.
As far as phpMyAdmin goes, the URLs for both ‘siteurl’ and ‘home’ have already been changed to https://localhost:8888/myfolder. When that didn’t work I ran a query that I found through another search to change other URLs in the database from https://livesite to https://localhost:8888/myfolder. I even attempted to force https://localhost:8888 in wp-config, but that also did not work.
I’m really stumped as to why the site still tries to load https when I attempt to go to wp-admin and wp-login.php.
Forum: Plugins
In reply to: [WP Super Cache] Is This Plugin PHP7 Compatible?Awesome, thank you ofTherapistSummers, I appreciate you letting me know.
Thanks for the link maverik01, I really appreciate it.
Forum: Plugins
In reply to: [Quick Event Manager] Site Broken After 8.4.2 UpdateI recently gained access to my client’s hosting only to find out that they won’t have PHP 7 available for another couple of months. I was however able to upgrade their PHP to 5.6 for now. My client has a 5k run event that they need to get the word out for, they are a nonprofit, Dan’s House of Hope, so all donations they receive helps them to keep their doors open. Is there any way I could get an older version of the plugin that will work with PHP 5.6 while we wait for their hosting to have version 7 available?
Forum: Plugins
In reply to: [Quick Event Manager] Site Broken After 8.4.2 UpdateYes, they are running a very old theme that can’t be updated. I’ve been trying to get them to upgrade to a newer theme, but being a nonprofit, they are very busy, so it hasn’t been easy getting a new theme chosen.
Forum: Plugins
In reply to: [Quick Event Manager] Site Broken After 8.4.2 UpdateI can verify that my client is running version 5.2.17, so we can try to update to version 7 to see if that works. Unfortunately I don’t have access to their hosting, so I’ve contacted them and am waiting for their reply.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Latest update – Fatal errorI was not aware that the PHP version was not 5.6, so I updated it to 5.6 and everything is working just fine.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Dashboard not working after updateSorry, I hadn’t refreshed my page to see there was a reply to this thread.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Dashboard not working after updateI just had the same issue. When I attempt to access the dashboard I get a fatal error that says the issue is in /wp-content/plugins/ewww-image-optimizer/bulk.php on line 740.
@fmortara, I apologize I never got back with you. I didn’t receive an email about your response. I was removing certain capabilities to the new manager role. There is just my admin role and a manager role for the contact person for my client. I wanted to ensure with this new role that certain aspects of the site couldn’t be accessed to avoid her accidentally breaking the site, since I am maintaining it for my client. But at the same time I didn’t want her to know she was being denied certain aspects, so I wouldn’t have to go into lengthy explanations of what those are and why I felt it necessary to remove access. Best to leave well enough alone.
@quinque5, I began looking into other options for this since I couldn’t find any with the AAM plugin. I’m still using the new updated version, but what I did to hide the “manage access” link in the user roles list was add a bit of code to my functions.php file in the child theme, just some quick CSS to remove the link from visibility.
echo ‘<style type=”text/css”> div.row-actions span.aam a { visibility: hidden !important;}</style>’;Basic, but it did the trick.
I also had to add other code to my functions.php file to hide other links and keep my role from being deleted since it is the main role and I am responsible for keeping the site up to date.
While I like AAM, some of the old features being removed and not enough documentation on getting some of those features added to the new updated version, and not knowing if using Config Press or purchasing the role filter extension would allow me to achieve what I needed, I had to find other options to achieve a similar outcome.
Forum: Plugins
In reply to: [Flexible Map] Map not displaying after upgradeHello, thank you for your quick response, I greatly appreciate it.
I did just update the theme which had support for shortcodes, so I looked in the theme settings and saw that the shortcode option was still enabled. I then got to thinking that sometimes if shortcode is placed in the visual editor and not the text editor it won’t work, so maybe what ever went on when the theme and WordPress were updated kind of made a mess of the shortcode because I also have the same map on the Contact page via shortcode in one of Divi’s text modules which is also not working.
After cutting the shortcode out of the visual text widget and pasting it back in via the text editor of this widget the map is now working in the footer.
The only problem I have now is that I can’t do the cut and paste on the Contact page because the Divi Builder kept giving me an error, which I discovered the WP Super Cache plugin was interfering and causing the error. Although after deactivating and uninstalling the WP Super Cache plugin now the Divi Builder won’t load at all, even though the error is no longer there. So as of now I can’t say if this fix will also work on the Contact page. I now have to find out the problem with the Divi Builder. I also can’t update the live site until this is fixed. But hopefully the fix will also work on the Contact page.
Forum: Plugins
In reply to: [Quick Event Manager] Potential Script Issue Related To An EventWhat information my client received he sent me, so he is going to call his hosting company to see if there is any other information on this issue. I’m waiting to hear back from him.
Forum: Plugins
In reply to: [Quick Event Manager] Potential Script Issue Related To An EventI apologize for the delay. I have contacted my client for the information, but I haven’t heard back yet. As soon as he sends me the information I will post it. I just wanted to at least inform you why it is taking a while to get the information to you.
I understand you are quite busy but this site is at a stand still until I can complete the updates to the AAM plugin. Until I am able to prevent my admin role from begin deleted by other users, and am able to remove the “manage options” link from the users list I won’t be able to add the other users and move forward.
If you could please tell me which would be the better option to do this, either ConfigPress or purchasing the Role Filter, I would greatly appreciate it.