Abigailm
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] “Kirki” Error website brokeI’m not having any problems at all with version 3.9.6 — the rollback plugin makes it pretty easy to test in any case.
Forum: Themes and Templates
In reply to: [evolve] “Kirki” Error website brokeHave you tried rolling back? https://wordpress.org/plugins/wp-rollback/
@ginmi — I am running 3.9.6 and haven’t tried updating to 3.9.7, and don’t plan to right now given the Kirki error others are reporting. I’m running PHP 7.2 on my site — if for any reason that info is important to Romik for testing.
But the error message others have reported seems to be a path error, not a PHP error. (It’s a “can’t find” error, which I don’t think would be tied to a particular version of PHP).
- This reply was modified 7 years, 9 months ago by Abigailm.
I see the same issue on my archive page and would also like the featured image to link to the page/post rather than the picture.
Forum: Themes and Templates
In reply to: [evolve] Customizer.php issue on line 1218My system is also throwing off that error. It doesn’t impact site function — I just see the error in the logs. Running PHP 7.2.9.
I don’t know whether this is tied to the error or not, but I checked console while I had the customizer open and it threw off 8 error messages like this:
Failed to load resource: the server responded with a status of 404 ()path: /themes/evolve/assets/image/frontpage-builder/
Files: team-1.png, team-2.png
path: /themes/evolve/library/media/images/parallax/
files: 1.png through 6.png
Those file paths no longer exist, so maybe there is a script reference that is a holdover from an older version of evolve
Even if that’s not the cause of the PHP warning, probably something you’d want to clean up.
Forum: Themes and Templates
In reply to: [evolve] 3.9.4 Post Slider and Page featured imageRomiko, if you do this, can you please make it a customizable option? I’m asking because I don’t want the featured images on pages in my installation — so if you add it in, it will cause problems for me and for anyone else who have created and laid out their pages without display of a featured image.
I’d suggest having it default to the way it is now — to cause the least amount of disruption to existing sites – and then of course anyone who wants the image will be able to enable it.
Forum: Themes and Templates
In reply to: [evolve] Blockquote CSS NeededIf you are a beginner, I would suggest this resource:
Forum: Themes and Templates
In reply to: [evolve] Error in content boxes@ginmi – I do have content boxes & running PHP 7.2 — and actually this error was reported weeks ago. But it’s a PHP warning, not a fatal error.
If you don’t want warnings to display on your site or disrupt function, then you need to correct your wordpress configuration to disable display — see https://www.wpbeginner.com/wp-tutorials/how-to-turn-off-php-errors-in-wordpress/ for instructions on how to do that.
The correction that Romik supplied for functions.php won’t be overridden because he’s fixed it for future versions — his instructions above are just describing the fix that’s in his development code. So it’s an advance look for those of us who don’t want to wait.
He’s probably got other issues he is also working on before releasing the next update.
Forum: Themes and Templates
In reply to: [evolve] Error in content boxesRomik, when I go to edit functions.php — the line numbers are different than you specified.
237 if ( $result ) {and
244 count( $result ) != 0 && ! ( strpos( $result, 'fas ' ) === 0 )I also see the PHP error reported as being line 244. (I get the error message in logs but it doesn’t impact site function — but I’m going to try the change above at the line numbers I’ve indicated.
`
Forum: Themes and Templates
In reply to: [evolve] Now What RomikTry this:
https://wordpress.org/plugins/wp-rollback/If there was a new version pushed out in the past 24 hours or so, it has been withdrawn from the repository – evolve is showing v 3.9.4 (August 6) as the latest version. So that’s what you should be working with. See https://themes.trac.wordpress.org/log/evolve/
Forum: Plugins
In reply to: [Quick Paypal Payments] Problem with Email Confirmation since UpdateForum: Plugins
In reply to: [Quick Paypal Payments] Problem with Email Confirmation since UpdateThanks — I have installed the update and will let you know if there are any problems. Because the error only occurs when someone completes payment via PayPal, I will monitor payments as they come in.
Forum: Plugins
In reply to: [Quick Paypal Payments] Problem with Email Confirmation since UpdateBad news – I’m seeing the error crop up again — so email confirmations are still coming in looking like this:
Order Details:
Enter Invoice # or Description: webhostingQuantity: 1
Purpose of Payment: Web Hosting
Total: $0
(This is for a payment amount that was actually $114).
However, I do have more info for debugging.
In my settings, under Autoresponder, I have the settings to Enable Auto Responder After Payment. So an email is sent only after payment completes.
However, when testing above, I temporarily changed the option to “After submission to PayPal” rather than “After payment” so that I wouldn’t have to run an actual payment through PayPal in order to test. When I did that, the “Order Details” showed the correct total.
Since it is now showing the incorrect total on real transactions with the “After payment” option enabled, I am assuming that the problem in the total field is somehow connected to the IPN response.
All completed payments are showing correctly as “Complete” in the QPP payments log.
However, I do know that on my system there is something amiss with the IPN listener & response system (and always has been) – and I requested an option to disable IPN error logging for that reason about 18 months ago. (See https://wordpress.org/support/topic/feature-request-disable-ipn-logging/ )
So obviously the problem with the confirmation email is tied in some way to the IPN response from PayPal.
If you cannot resolve this easily, I would be just as happy if I could have an option to BCC the Autoresponse that goes to the customer to the site administrator — that would actually be better, because then I would see what the customer is actually receiving, and with a bcc option there would be no need to also have the Confirmation Message under “Send Options”
Sorry for all the confusion, but there isn’t an easy way for me to test without actually running payments through PayPal.
Forum: Plugins
In reply to: [Quick Paypal Payments] Problem with Email Confirmation since UpdateWhen I uploaded the new version I also reviewed and re-saved all settings after activation, before doing further testing. I don’t remember doing that the last time around – so it’s possible that was a step that needed to be completed along the way.
Forum: Plugins
In reply to: [Quick Paypal Payments] Problem with Email Confirmation since UpdateThanks — I have tested and it looks like everything is working fine now.