Simon
Forum Replies Created
-
Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] Thanks for updating for PHP8Amazing. It’s working fine now Emili, thanks!
Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] Thanks for updating for PHP8It looks like our Custom CSS is not being used after the update, Emili. I know others have had problems and seem to have sorted the issue, but I can’t see what we are doing wrong.
Could you check that the custom CSS code is being applied please?
This is our custom css:
p, ol, ul, em {
line-spacing: 1.1em;
margin:0em;
}
body, p, ol, ul, em, h1, h2, h3, h4 {
font-family: arial;
}
h1, h2, h3, h4 {
font-weight: bold;
margin-bottom:2px;
line-height:1em;
}
body {
font-size: 10px;
line-height:1.1em;
margin-top: 10px;
}Thank you so much – and for being so responsive. If you have a ‘buy me a beer’ link, please let me know!
Forum: Plugins
In reply to: [Calculator Builder – Create an Online Calculator] Using the Range controlThanks for your prompt reply. I’ll try that. Can you also show the current value?
Yes I do. My client wants an athlete performance calculator and they wouldn’t be happy if their lap timing was only to the nearest minute!
if there was an option flag to add seconds that might be the most flexible and backwards compatible.
Forum: Plugins
In reply to: [Filter Everything — Product Filter & WordPress Filter] Filter from root termIt was the former that I wanted – to set the start point of the category search to something other than the root and to opt to include that node in the tree or not.
I hope you might consider this in the future…..Forum: Plugins
In reply to: [Select Post Export] Export option not showing in dropdownDOH – I hadn’t seen the setup and that all post types were disabled by default!!
Maybe move the settings to under the main Settings admin menu item?Thanks for your quick reply!
My use case is to create a section on a website where partners and agents can log in and download logos etc, but can also order publicity materials (e.g. 500 flyers for £20). As such there are ‘products’ the company is offering, but only available to the trade and should not be visible to general public.
Is there any way your plugin could be used to create a shop view that achieves this?Forum: Plugins
In reply to: [Terminal for Stripe and WooCommerce] Unable to remove a terminalI reinstalled. Still didn’t work, but turns out that Stripe API was still on 2020 version. I updated it to use the 2022 and all started working. Thanks for your help.
Forum: Plugins
In reply to: [Terminal for Stripe and WooCommerce] Sorry, we could not add that readeI had this problem and it turned out to be the Stripe API was set to a 2020 version and not the current one. When I updated it within the Stripe developer’s dashboard it started working.
Thanks for your prompt reply.
I have subsequently found that pressing the escape key also closes the popup. I’d really like a ‘Protect Access’ mode that prevents closing the popup unless a successful submit has been made. I realise this is more work, but would be SO useful when the popup is used to control access to a premium page.
Update: I did see this hack to function.php: https://www.ads-software.com/support/topic/disable-esc-key-to-close-popup/ (and it works!) but again it would be great to have a check box option “Disable Esc Key” within the popup configuration.
- This reply was modified 2 years, 10 months ago by Simon. Reason: update
Is anyone looking at this issue? It’s definitely still there and I can’t see how this thread can be marked ‘Closed’
Also looking for this – I can’t see how to do it in the search options docs (https://wp-events-plugin.com/documentation/event-search-attributes/).
My use case is to have a page with this month’s future events listed then underneath a separate list with future events, something like this:
This Month’s Events
{events list of future limited to current month here}Future Events
{event list of all future events starting next month}I think if you could use the named filters (e.g. future, tomorrow, next-month etc.) to define the start and stop range in the same way you can use 2 dates this would work. e.g.
[events_list scope="tomorrow, future"] (@enricoseeber use case) [events_list scope="future, month"] (my first requirement) [events_list scope="next-month, future"] (my 2nd requirement)
if we could have maths on the variables would be even better! (e.g. “today+2, future”)
- This reply was modified 3 years, 9 months ago by Simon.
Forum: Plugins
In reply to: [WP Show Posts] Show a single postClosing this, as I found an alternative way of achieving this using the “Insert Pages” plugin
Have you got anywhere with the auto popup, @britner ?
I would love to have the modal pop up after a delay or a % scroll without having to load other WP plugins to do this!