kataklizmic
Forum Replies Created
-
It appears that I may have resolved the issue by removing async defer from my jquery code. However, it previously worked fine.
I changed this:
<script async defer src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
to this:
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
- This reply was modified 3 years, 1 month ago by kataklizmic. Reason: Added more information to clarify
Forum: Plugins
In reply to: [WPAdmin AWS CDN] Problem with getting certificate with AWS CDN pluginYes, how can I send it to you privately?
Forum: Plugins
In reply to: [WPAdmin AWS CDN] Problem with getting certificate with AWS CDN pluginThe domain name on the certificate is “www.burninghotevents.com” (quotes added because the forum adds the http automatically)
I also have it on burninghotevents.com and *.burninghotevents.com
(I previously had it on only *.burninghotevents.com, which should work, but I changed it during troubleshooting since it seems the SSL Manager doesn’t recognize it that way.)
Forum: Plugins
In reply to: [WPAdmin AWS CDN] Problem with getting certificate with AWS CDN pluginI’m having trouble with this too, but in a totally different way. I have the SSL on https://www.burninghotevents.com in AWS, it has the ARN, and the SSL is associated with the distribution (it can be seen under “Custom SSL certificate” in the distribution’s Settings section), but the plugin does not see the SSL when I try “List Certificate” in the SSL Manager. There is no error message… it just does not find it.
I have tried everything. I’ve disabled the CDN, I’ve reset the CDN, I’ve cleared the WordPress cache after every step in many different iterations of troubleshooting attempts.
I used to have this working, but I had to issue a new SSL after I accidentally let my previous AWS certificate expire. The old one was ineligible for renewal, and it was deleted. The newly issued certificate is exactly as it is in the SSL Manager settings and it is not pending validation.
- This reply was modified 3 years, 3 months ago by kataklizmic.
Forum: Fixing WordPress
In reply to: Cannot Edit or add posts or pages after update!!!I have been dealing with the same issue for months and I’m tired of deactivating and reactivating the plugin to edit a post every time. I’m on the verge of permanently deleting the plugin.
Thank you for your reply @farazfrank.
As mentioned in the “UPDATE” section at the bottom of my post, the issue appears to be that Flickr changed the album IDs.
I am on version 2.2.6. Whether I change the shortcodes to use gallery=’old’ or update the album IDs (both options work), I will have to manually update 144 posts unfortunately.
Is there a benefit to using gallery=’old’ over changing the album ID? For example: Will the album ID change again later, and using gallery=’old’ ensures it will work perpetually?
- This reply was modified 3 years, 4 months ago by kataklizmic. Reason: Added important questions to the end
Forum: Plugins
In reply to: [WooCommerce] Cannot edit pages or products with Woocommerce active.I have been experiencing the same issue with WooCommerce breaking the editor of my posts and pages for months, and I am really fed up.
@jenskyverge Hey, I am SO sorry for the wait. Yes, I believe that your instructions to delete and reinstall the plugin did work.
I was able to resolve the issue of returning to the collection by adding this to the CSS:
#page {
position: inherit;
}In case anyone else might experience this issue, the theme is called Catch Vogue
Thank you so much!
You’re right, when I logged out the X displayed in Firefox – thank you.
The overlay being covered by the navigation in FF is still an issue, as is not returning to the collection when the overlay is closed.
I am experiencing the same issue with the update released today. I tried installing the update manually, but it will not overwrite the existing files. Do I need to delete the old plugin first? Will I lose anything in doing so?
- This reply was modified 4 years, 11 months ago by kataklizmic. Reason: Added more information