Ximbalo
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Menu Editor] Growing PHP Error LogHi Janis,
Thank you very much the considerate reply.
Also, BTW – I admire and appreciate your plugin greatly…
it has helped me to deliver WP sites with clean and well-organized admin areas for many years now.I note that the PHP errors seem to only show up for installations using PHP 8.1 or higher.
I will be happy to email you credentials to review 1 or more sites where I can see the issue occurring if you’d like to look into the cause/effect, if you can let me know how/where to send it.
Thank You
XIMBALO Design Studio
Forum: Plugins
In reply to: [WP Hotel Booking] Room page gallery is not workingHello,
The message above from Usman561 is in relationship to our hotel site, which was moved from Dev to Live here: https://midasbelize.com/rooms/cabanas/
Our site was delayed in going live for about 1 month, because we could not figure out how to make the Single Room Gallery slider work correctly, with:
- Visible Navigation Arrows
- Visible Gallery Image Thumbnails
We can see as the HTML source code, and so we know that they ARE there, but for some reason the thumbnails only flash visible as the page loads, then disappear. They randomly seem to reappear 2 or 3 minutes later.
I can see in the JavaScript snippet that is injected into the gallery code, that navigation is disabled. So that’s just 1 obvious issue.
However… to me it seems as if the .camera_thumbs container also needs to be styled with: position: absolute; bottom: 0; z-index: 1; or it remains invisible, and out of viewport.
Perhaps you can release a fix that at least allows for the Navigation arrows and thumbnails scroller to be made visible, and mouse-click interactive?
REASONS:
- It is very easy to add CSS to HIDE elements added by Owl Slider JS
- But, it is much more difficult to FORCE them back into view and functionality using only CSS when the JS has made them NOT available.
- The JS initializer for these Owl Sliders is not editable via child theme.
- It is built-into the Hotel Theme and/or Booking Plugin.
- Therefore it would be better to leave functionality ON – and easy to disable via CSS – then OFF and nearly impossible to get working.
Thank You
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] The New Audit Logs TabThank you very much for the update.
And, if I may, it would be excellent to include a way to choose to show more than 50 entries at a time. Given the option to see or review 100 or 250 at a time, would provide excellent efficiency.
Forum: Plugins
In reply to: [Contact Form 7] New Bug – Just Showed UpHello,
This problem has been resolved.
Apparently it was caused not directly by CF7 Plugin itself,
But a hosting server mod-security red-flag, triggered ONLY
under certain update conditions.ISSUE resolved – not directly related to Contact Form 7.
UPDATE:
Having taken a closer look I can see that the AIOWPS plugin is adding this line of code that overrides the global, built-in styles for draggable dashboard postbox-container elements:
#poststuff .postbox-container { width: 100%; }
This line of CSS appears on screens larger than 1800px wide overriding the built-in CSS logic of the WP Admin, which would usually be in effect:
#dashboard-widgets .postbox-container { width: 25%; }
In order to fix this, using “Add Admin CSS” plugin, I have started adding this CSS to restore the default WP admin area formatting for dashboard widget postbox containers on the AIOWPS dashboard only:
/* Fix AIOWPS Dashboard Layout */ @media only screen and (min-width: 1801px) { .toplevel_page_aiowpsec #dashboard-widgets .postbox-container { width: 25% !important; } }
- This reply was modified 5 years, 5 months ago by Ximbalo. Reason: Clarification, Grammar
Forum: Plugins
In reply to: [Autoptimize] Possible to Create & Use .min filesFrank,
I had to modify your code slightly as follows:
$this->filename = $ext . '/' . AUTOPTIMIZE_CACHEFILE_PREFIX . $md5 . '.min.' . $ext;
Note: “.min.” . $ext instead of “-min.” $ ext
But that worked well and I am going to run our SEM Rush site-audit again now.
Thank You!
Forum: Plugins
In reply to: [Autoptimize] Possible to Create & Use .min filesFrank,
Hey – OK – Good, great answer.
I’ll try and test that right now.FYI: I did try another plugin and it worked good until all Font Awesome icons everywhere on the site stopped working! So… Switching back to use your plugin now, with the edits that you advise.
I will send a follow-up after I’m done.
Thanks,
XIMBALO
Forum: Plugins
In reply to: [Contact Form 7] CF7 reCaptcha not working in FireFoxJason,
OK, Thank you for code-stub.
I went back to test the same forms tonight, and the reCaptcha appears to be working properly again.XIMBALO
Forum: Plugins
In reply to: [WP-Filebase Download Manager] Open document in new tab<script type="text/javascript"> jQuery(document).ready(function($) { // Open WPDM Links in new page $('.w3eden .link-btn .wpdm-download-link').attr('target' ,'_blank'); }); </script>
XIMBALO
Forum: Plugins
In reply to: [Download Manager] Download or open in a new tab<script type="text/javascript"> jQuery(document).ready(function($) { // Open WPDM Links in new page $('.w3eden .link-btn .wpdm-download-link').attr('target' ,'_blank'); }); </script>
XIMBALO
Forum: Plugins
In reply to: [Download Manager] when click download want to open new tab<script type="text/javascript"> jQuery(document).ready(function($) { // Open WPDM Links in new page $('.w3eden .link-btn .wpdm-download-link').attr('target' ,'_blank'); }); </script>
XIMBALO
Forum: Plugins
In reply to: [Download Manager] Force new window or tab for all linked filesEveryone —
In case you too are one of the 1,298,913 people, who like me, have spent alot of time looking for, and wondering: “Where is the Open in a New Tab Option? Really? No… Really?” then just add this code where possible to your WP site footer:
<script type="text/javascript"> jQuery(document).ready(function($) { // Open WPDM Links in new page $('.w3eden .link-btn .wpdm-download-link').attr('target' ,'_blank'); }); </script>
XIMBALO
Forum: Plugins
In reply to: [Download Manager] Force new window or tab for all linked filesI have been searching for an answer to this as well. I cannot find an option anywhere in the settings, or on the individual file settings to indicate that the PDF or file should open in a new window. So, right now, our website visitors are being taken AWAY from our website every time we include a link to a file. That’s it. One click — and they’re gone.
I can see that this plugin has been around for awhile… had many revisions, and downloaded more than a million times. And I’m just curious… in all that time… it never occurred to you… um… EVER… to simply add an “Open in New Window” option? I mean — you never thought “the user’s of my plugin might want to open these resources in a new window.” Never? EVER?
For now — I am going to write a jQuery hack to fix this.
And post it for all of your other 1 Million Plus users who must be wondering… “Where is that option to… ?”But I am simply just suggesting that this is, well… it’s just the most obvious, common, necessary option imaginable for ANY “Link to Resource” plugin. I spent quite a while searching for where you must have hidden it.
It AMAZES me that it wasn’t the very 1st checkbox you ever added when building the plugin’s admin area. I think it was probably the very 1st Option added to the
<a>
tag the day after it was invented in HTML…Just saying. ??
Best Regards…
XIMBALO
Forum: Plugins
In reply to: [Contact Form 7] CF7 reCaptcha not working in FireFoxDerMoki,
Hopefully we will see a reply back from the CF7 team on this issue.
CF7 Team: Please let me know if you would like access the site in order to check the implementation, relationship to other plugins, or do any testing.
Thank You,
XIMBALO
Forum: Plugins
In reply to: [Contact Form 7] CF7 reCaptcha not working in FireFoxPOST NOTE: I have now just also found that even though the reCAPTCHA is not appearing, the form will no longer submit correctly. As such I have had to remove the reCaptcha from our active, live form.
In order to leave a page/link active that you can test, I have made a copy of this page with the CF7 reCaptcha integration here:
https://tiger-tiger.com/contact-2/For now, until this is fixed, I am going to try to add other 3rd party reCaptcha plugins for the live page, until we have a working model. No lover or “Plugin Bloat” it would be better to get a fix from CF7 soon.
Thank You,