iantresman
Forum Replies Created
-
Forum: Plugins
In reply to: [Pricing Table by Supsystic] Malware?Pricing Table v1.8.1 (21.02.2020) and v1.8.2 (24.02.2020) both had security fixes for XSS and CSRF vulnerabilities that are consistent with this issue. I’m not sure whether my site was attacked before updating to the latest version.
Does anyone think their site was compromised after updating v1.8.2 (24.02.2020) or later?
I think the log-in form will appear if you try to access:
https://www.example.com/wp-admin/Forum: Plugins
In reply to: [Custom Content Shortcode] Loop using the current yearThat’s it, thank you! Had to tweak it slightly.
[today format=y] produces 19,
[today format=Y] produces 2019So the example script now reads:
[set myyear][today format=Y][/set] Now is: [get myyear] It is [calc]myyear-2014[/calc] years since 2014.- This reply was modified 6 years, 9 months ago by iantresman.
Forum: Plugins
In reply to: [Calculated Fields Form] Pre-populate field with URL get variableThanks for that, and an incredible quick reply! I will try it out soon.
Perhaps it might be worth considering a code-free option to do this, an option to enable a form to pre-populate fields via URL GET variables.
Forum: Plugins
In reply to: [Custom Content Shortcode] ACF repeater field: how to show elements only if…If you nest [if] statements, don’t you have to use the minus prefix, this is from the online description of the If post.. help information:
For nested conditions, use the minus prefix.
[loop type=product] [if category=books] The book [field title-link] is [-if field=status value=in-stock] in stock. [-else] not available. [/-if] [else] [field title-link] is not a book. [/if] [/loop]You can nest up to 5 levels.
- This reply was modified 6 years, 10 months ago by iantresman.
Forum: Plugins
In reply to: [Meta Box] Suggestion: Make “Online generator” a plug-inThanks for that. Perhaps you can include a free cut-down version (perhaps supporting just Number and Text fields), so that people can try it out.
Forum: Everything else WordPress
In reply to: Offering public access to WP demo: security issues?Thanks for that, I just wanted to show people how easy WordPress is to use as an editor. While there are some online WordPress Demo sites, I wanted to do some customisation first.
Forum: Plugins
In reply to: [Custom Post Type UI] Category not showing custom postsNow resolved. In Settings|Permalinks, I had the Category base set to “.” effectively removing the category base. On restoring the category base to “category”, and click a category, all the associated posts appeared.
Forum: Plugins
In reply to: [Custom Post Type UI] Category not showing custom postsI haven’t been able to take another look, but when I do, I’ll post any solutions here that I find. Thanks for following up.
Forum: Plugins
In reply to: [Custom Post Type UI] Category not showing custom postsThanks for the pointers. Might be a URL issue. I just added a couple of regular posts and core categories, and they are not appearing either. My category URLs are showing as just /mysite.com/cat01/ and /mysite.com/category/cat01/ doesn’t work either. Am investigating. Thanks for your reply.
Forum: Fixing WordPress
In reply to: WP 5.0 Edit/New post/page shows blank white screen [solved]Just wanted to report that Toolset Types “just released [version] 2.3.5 which should solve the problem”, which it does.
That works! Thank you, and especially for fixing it in less than 8 hours.
Forum: Everything else WordPress
In reply to: Plugin page should show compatability levelI see what you are saying now.
But the plugin page is able to discover whether an update is available. Can it not also retrieve compatibility level information at the same time?
Forum: Everything else WordPress
In reply to: Plugin page should show compatability levelYes, that is the information I am looking for on the plugins page, rather than have me manually click each plugin in turn.
When I enable debug, I get a similar error:
PHP Notice: edit_form_after_title is <strong>deprecated</strong> since version 5.0.0! Use block_editor_meta_box_hidden_fields instead. This action is still supported in the classic editor, but is deprecated in the block editor. in ../wp-includes/functions.php on line 4112 PHP Notice: edit_form_advanced is <strong>deprecated</strong> since version 5.0.0! Use block_editor_meta_box_hidden_fields instead. This action is still supported in the classic editor, but is deprecated in the block editor. in ../wp-includes/functions.php on line 4112- This reply was modified 7 years, 6 months ago by iantresman.
- This reply was modified 7 years, 6 months ago by iantresman.
- This reply was modified 7 years, 6 months ago by iantresman.
- This reply was modified 7 years, 6 months ago by iantresman.
- This reply was modified 7 years, 6 months ago by iantresman.