konehead
Forum Replies Created
-
Forum: Plugins
In reply to: [atec Cache APCu] Conflict with The Events Calendar REST APIWell, it is not good. After logging in, I was able to access the main page, but then successive pages I tried were sporadic and CSS formatting broken. Then I temporarily turned off the password protection plugin but still very buggy… Long delays and pages never loaded after many minutes.
For this website I am testing it appears there are multiple plugin conflicts with atec Cache APCu Plugin. Here is what I discovered:
1) Smart Slider 3 Plugin breaks on some pages but not consistent.
2) TranslatePress Multilingual Plugin worked a couple of times when switching languages, but then displayed jumbled text and broke CSS/layout.
3) Of course the first plugin conflict noticed was with The Events Calendar Plugin, broken functionality.Once I deactivated the atec Cache APCu Plugin, website back to working correctly.
Damn. I was really hoping I found a simple APCu solution that would work. Unfortunately I will have to continue searching for another Caching Plugin solution that will not conflict with my essential plugins.
Hope you can get the bugs out soon!
Forum: Plugins
In reply to: [atec Cache APCu] Conflict with The Events Calendar REST APII just remembered that this site is password protected. Can I message you privately?
Forum: Plugins
In reply to: [Meow Lightbox] Fatal error: Uncaught Error: array_key_exists():We’re updated to 5.2.0 and the Plugin is now displaying correctly.
Thank you Val Meow!
Forum: Plugins
In reply to: [Meow Lightbox] PHP Fatal Error – 5.0.4 to 5.0.5 (Not Resolved)Thanks thartl and Val Meow !
I am now running Meow Lightbox version 5.0.8 on WordPress 6.4.1 with no discovered issues so far.
Forum: Plugins
In reply to: [Meow Gallery] Fatal Error Meow Lightbox line 279My apologies Gallery Block (Meow Gallery), I have moved this to the appropriate plugin support :
https://ww.wp.xz.cn/support/topic/fatal-errors-persist-in-5-0-5/
Forum: Plugins
In reply to: [Redirection] Need Clarification on HTTP to HTTPS RedirectsWow that was fast!
After reading the info in the link you provided, It does seem like it could get complicated. Maybe this is not worth the trouble for a handful of links?
So just because one URL has http:// and www. and the other has https:// and no www. these are considered different domains?
Unfortunately the original website was not built in WordPress so we can’t install Redirection on the old domain.
FYI – Not sure if this matters, but we only moved to a new host provider, while the domain name is still with the original registrar.
Thanks for the prompt reply and info!
Forum: Plugins
In reply to: [WP Maintenance] Page responsiveHello!
Thank you for developing a really useful plugin. However, images are not responsive.I think, I have discovered why the maintenance page created by the WP Maintenance Plugin does not allot for a responsive image when using an image different than the default image of stacked construction cones.
In the CSS of the settings for WP Maintenance plugin, I first thought it would be possible just edit the “logo” selector to this :
logo {text-align: center; max-width: 100%; height: auto;}But to no avail, even after adding the !important declaration.
Then I tried:
element.style { max-width: 100% !important; height: auto !important; }and
#element.style[style] { max-width: 100% !important; height: auto !important; }and
#wpm-image[style] { max-width: 100% !important; height: auto !important; }But none of these worked.
Upon a closer look at the html I found that there is !important declarations that have been added to the inline css style of
where :
style="width:720px!important;height:542px!important;"See full element below:
<img id="wpm-image" src="https://mywebsite.com/typographic/wp-content/uploads/2022/05/font-shop-ruler_design.jpg" width="720px" height="542px" alt="Typographic Imagery Cool Stuff about Typography!" title="Typographic Imagery Cool Stuff about Typography!" style="width:720px!important;height:542px!important;" data-mwl-img-id="116">My understanding is that it’s not possible using CSS to override inline CSS if it has !important. Correct?
So, can you please remove !important on the inline style for images?
Also can you add the option of changing image sizes to percentages instead of pixels?If these capabilities were added, IMO, it would truly be a fantastic plugin!
Thanks again.Forum: Plugins
In reply to: [WP Maintenance] Page responsiveThank you for developing this very useful plugin!
However, is the page generated by the WP Maintenance plugin responsive?I may be missing something, but the the page I created using the plugin does not appear to be responsive.
Thanks in advance!
Thanks for your follow up, but I did not update any other plugins.
Maybe there was a conflict with another plugin I am using, but that doesn’t necessarily mean it was the fault of another developers plugin. Perhaps I will investigate when I have more time.
I logged out then back in and that has corrected my issue.
Thanks again for the follow up.
Finally had a chance to try it, but it did not work.
Any other thoughts?I setup a test page in one of my WP test sites with your gallery first, then the Meow Gallery second. Notice the spacing between images in the second gallery?
Here is the link:
Test link for gallery…NOTE: After I select an image from your gallery opening your lightbox, it seems to open two instances. So I have to close it twice. Probably a conflict with the Meow Gallery Lightbox?
- This reply was modified 4 years, 1 month ago by konehead.
Thank you for your timely response.
I tried the below code in my global css but to no avail.#baguetteBox-overlay figure { margin: 1em !important; }Is the is the right syntax?
Forum: Plugins
In reply to: [Net Neutrality] not workingNot working on pages? Why make that decision?
I wondered why it never loaded. Next time I’ll go with my gut and seek out code.
Disappointed.I activated Maps Marker, then I disabled “Deregister Google Maps API scripts enqueued by third parties”, and received the below message.
Warning: an active plugin or theme is also embedding the Google Maps API (script handle: cn-google-maps-api) – this can break (Google) maps and address search on backend for Leaflet Maps Marker!
To fix this, please either remove that additional Google Maps API call manually or enable the compatibility option “Deregister Google Maps API scripts enqueued by third parties”Yet, both Maps Marker and Connections seem to be working ok. What to do now?
Thanks Jack
Thought you should know the link: https://www.mapsmarker.com/readme-first above in your post is broken.