pictureitsolved
Forum Replies Created
-
Forum: Plugins
In reply to: [Search Regex] fatal error after wordpress update to 5.9.1I got the same error:
An error of type E_PARSE was caused in line 322 of the file /public_html/wp-content/plugins/search-regex/models/search.php. Error message: syntax error, unexpected token “::”, expecting “(”Are you running PHP 8.0? If so, you need to try the beta version of the plugin. See https://www.ads-software.com/support/topic/search-regex-3-0-beta/
https://www.ads-software.com/support/topic/compatibility-with-php8/
https://www.ads-software.com/support/topic/fatal-error-when-trying-to-activate-23/I was running
WordPress version 5.9.1
Current theme: Boutique (version 2.0.17)
Current plugin: Search Regex (version 2.4.1)
PHP version 8.0.16Plugin author, would you please create a fix, or update the readme about PHP version (in)compatibility?
That works perfectly! Thank you so much!
Forum: Plugins
In reply to: [Classic Editor] Visual Tab does no respondRead the pinned post at the top of the support forum. It’s likely you have a different plugin running old javascript or jQuery.
Look for “Enable jQuery Migrate Helper plugin” about 3 paragraphs down.
My problem was the opposite – stuck in Visual tab and couldn’t activate Text. But installing the plugin above helped me identify the problem plugin.
Forum: Plugins
In reply to: [ImageInject] Conflict with WordPress v5.5Yes. The symptom for me was not being able to toggle Visual/Text editor. Installed the jQuery Migrate Helper and it showed this warning (5 times):
/wp-content/plugins/wp-inject/wpdf-editor-js.js: jQuery.fn.live() is deprecated
When I deactivated this plugin, the problem was resolved.
Developer, please address this problem.
Ok, thank you!
Thank you very much! I’m still getting used to the Gutenberg editor & missed the media link. And thanks for the explanation about image grouping.
I’ve noticed that with SimpLy galleries the lightbox images will cycle around (after I get to the last image, the right arrow will take me on to the first image). But with native WP galleries, I hit a hard end point at the end (or beginning, if I’m cycling back). I like the SimpLy behavior – can you make the native ones match?
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] 2.8.2 exploited via admin-ajax.phpThanks, @programmerbear, that sounds great!
When you have a chance, if you’re able to get the invisible re-captchas to actually be invisible, I and others would really appreciate it!
Karen
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] 2.8.2 exploited via admin-ajax.phpThank you @programmerbear for your writeup. I am also experiencing this problem, and saw the same initial target & IPs. I deleted “My First List” and blocked those IPs, which worked for a while, but now it’s happening again. Please keep us updated!
(And thank you @bloog for reporting the problem in the first place.)
- This reply was modified 6 years, 12 months ago by pictureitsolved.
Confirmed – With the update from 2.7.8 to 2.7.9, WPremote/Maek.it put a big banner up top with the number of sites where the plugin itself needed to be updated, then listed each one as it worked. Nice!
Thanks, Jeramy. I guess I’ll find out the next time the plugin is updated, since I updated them all manually yesterday.
- This reply was modified 7 years, 8 months ago by pictureitsolved. Reason: clarify wording
Forum: Plugins
In reply to: [FareHarbor for WordPress] Plugin give error on google page speed testI have noticed the same problem. Large JS files are loaded, even on a page that does not call FareHarbor. It would be helpful if FareHarbor would optimize their resources for their customers.
1) Compress (gzip) the JS files
2) Code in, or provide a user setting, to suppress loading of FareHarbor files on pages that don’t need them (or load them only on pages that need them)Karen
Forum: Plugins
In reply to: [Arconix Shortcodes] Can’t specify accordion higher than 5 to openThank you, John. I made that change and it worked.
Ran another scan and still see the same message.
Forum: Plugins
In reply to: [TableMaster] Apply to HTML tables?Hi Valerie,
Thanks for getting back to me. I’m not accessing WordPress database tables directly. I’ve created a registration system (using Formidable, explained below*), and I’m generating HTML tables dynamically to display subsets of the data. At that point, they’re no different from a static HTML table. I have their IDs, and want to be able to easily export or print them.
It seems like I’d have my wish, if there’s a way to connect my (static HTML) table and your DataTables display. Ideally, it would be a shortcode, like
[tablemaster tableid="my_table_id" datatables="true" buttons="true"]
.The key things I’m looking for are
1. Export a table to CSV (most important)
2. Print a table (less important)
3. Shortcode or similar to link my table to DataTables by its ID
The capability to re-sort a table by clicking on column headings is a nice DataTables bonus, but not essential for my needs.
I can add JavaScript or PHP if given the code.I don’t have a live link I can send you, because I don’t want to expose peoples’ contact info to the world. It’s very similar to your examples, where I have many columns of data, for up to 500+ rows, and am displaying various subsets of them.
Does my question make sense now? Is there a way to pass a table ID to TableMaster, or could there be?
Thank you,
Karen*Formidable is a form-builder plugin so people who don’t code can make databases.
https://www.ads-software.com/plugins/formidable/
In my case, I’ve built a registration form, and then created Formidable views to display selected entries and fields (rows and columns). Most of my views build an HTML table.Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Ampersand in post titleNot sure how to get the HTML entity to show up. It’s what you’d get if you remove the hyphens from this sequence of characters.
&-a-m-p-;The subject line I’m getting is:
Fun &-a-m-p-; Games
(but remove the hyphens)And what I want is:
Fun & Games