iantresman
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF.js Viewer] Plugin has vulnerabilityI can confirm, when I view an embedded PDF with MS Edge (Version 106.0.1370.47), I get the message:
“Microsoft Defender SmartScreen has blocked this unsafe content”.
However, the additional information it provides is as follow:
Microsoft Defender SmartScreen has marked this as phishing content. If you choose to see such content, it could trick you into revealing personal or financial info. You might be putting your sensitive info—like passwords, credit card numbers, contact info or software activation keys—at risk.
Example page:
https://www.lobster-magazine.co.uk/article/issue/84/the-view-from-the-bridge-47/- This reply was modified 3 years, 8 months ago by iantresman.
Forum: Plugins
In reply to: [Custom Content Shortcode] Orderby an ACF Date Field doesn’t workThis is similar, but I’m not getting any output:
[loop type=issue field=publication value=mypub acf_date=publication_date orderby=publication_date order=ASC] <li>[field title-link]</li> [/loop]If I remove
acf_date=publication_date, then I get output, but no ordering. Am I missing anything? The publication date is configured to output in the format Ymd (eg. 20220415)- This reply was modified 4 years, 2 months ago by iantresman.
Forum: Plugins
In reply to: [Loops & Logic] WP post custom field not working?Thanks to zakir786lrk, the solution is to use the following:
<a href="{Field name=URL}">Go to Website</a>Forum: Plugins
In reply to: [Loops & Logic] WP post custom field not working?Has anyone got this working, or could confirm it is a bug?
Forum: Plugins
In reply to: [Simple Shopping Cart] Debit/credit cards not offeredI may have solved this by using the primary Paypal email address, rather than a secondary email address. No idea why this should affect Paypal.
Forum: Plugins
In reply to: [Simple Shopping Cart] Debit/credit cards not offeredI’m pretty sure I have a business account. When I tested the cart last week, the option to use debit card did appear.
Forum: Plugins
In reply to: [Loops & Logic] WP post custom field not working?Here is a screenshot of the my customer field that I am trying to link to:
https://ibb.co/MVyKGphForum: Plugins
In reply to: [Loops & Logic] Styles, Scripts and Layouts?Much clearer, thank you.
Forum: Plugins
In reply to: [Loops & Logic] Location to include hooks?Thanks for that. But aren’t WP Hooks independent of the theme?
Forum: Plugins
In reply to: [Loops & Logic] Co-exist with Custom Content Shortcodes?Thanks for that, good news that they can both be installed together.
Further to my previous post, on creating a new page and copying the CCS shortcode, everything works fine. The author of both pages is me. This fixes the problem, but does not explain the underlying cause.
I think I have a similar problem (CCS 4.0.1), the following snippet is not outputting any images:
[loop type=page orderby=title] [if image] <div class="mybox"> <div class="myimage"> [field image-link size=medium] </div> [field title-link] </div> [/if] [/loop] [loopage]- This reply was modified 4 years, 4 months ago by iantresman.
Thanks, just noticed that it should read:
From & to &_amp;- This reply was modified 4 years, 7 months ago by iantresman.
Now resolved. Duplicator had read my password, but converted the ampersand in it, from & to &
Forum: Plugins
In reply to: [Custom Content Shortcode] Returning posts not matching a category?Yes,
category=book-reviewworks. But can I negate it in a loop?