jeff41
Forum Replies Created
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] How Do I create multiple calendarsI would like to belatedly thank you for your advice, Joe. As it turned out I can define three locations and use the filter to get the calendars I wanted. Your calendar has a lot of useful features I wasn’t taking advantage of.
Jeff
Forum: Plugins
In reply to: [Media Library Assistant] Display PDF files by titleThank you, Paul.
With the free version of elementor, I was able to add css
#top .gallery .gallery-item { height: 10px; } to fix the problem.The borders you have around the pdf entries in your table make a much more professional presentation. I was not able to find an example of how to do that. Did you use the style parameter in the mla_gallery shortcode? I would be interested to know how you did that.
Thanks for your help solving my height problem.
Jeff
Forum: Plugins
In reply to: [Media Library Assistant] Display PDF files by titleThank you very much, cuckoofairweb.
I suspected it was a style issue. Thank you for pointing out exactly where. By the way, that is an impressive page you have there.
Jeff
Forum: Plugins
In reply to: [Media Library Assistant] Display PDF files by titleI found a workaround, David. It appears substituting an underbar for a hyphen in the title prevents the word wrap. There is a lot of space left between the list of titles, but I suspect that’s caused by the theme.
Jeff
Thank you, Harshad.
I did note in the original message that it did preload eventually. But do you not find it frustrating to go through that every time?Forum: Plugins
In reply to: [Media Library Assistant] Display PDF files by titleThank you, David. That was exactly the solution. I couldn’t think of a search that would get me an answer. In hindsight “PDF” would have got me there.
If you look at the same page, the title is now word wrapped although there is enough room to print the full title on one line. I was thinking it might be because the algorithm thought it was still icon sized. Playing around with all the size parameters has no effect though.
So could I again ask your help? The title was printed on one line in the old site, but is wrapped over several lines in this one. Any suggestions for fixing that.
Thanks for your help. Ito a great plugin.
JeffForum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] Resend Not WorkingAlternatively can the plugin send copies of the winner notification to the email receiving bid notifications in the setup instead of the WordPress email? That way I would have a copy of it going out I could use to resend.
Forum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] Paypal gatewayThank you for testing that. On checking later I did get the credit card screen to work on the sandbox. What threw me off was the screen presented me with a login to PayPal with my user ID in the PayPal registration box. I don’t know why that should show up. I certainly don’t want buyers to access my account.
Kind regards,
JeffForum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] PHP Timezone is InvalidThe problem appears to be the use of the date_default_timezone_set() function which WordPress heavily recommends against using because it causes so many problems. That was from the developer with another plugin the auction plugin caused problems in. According to them the timezone needs to be UTC.
I commented out the function in the ultimate-auction.php module and the php error code went away. This meant the countdown is now 7 hours out of date though as London time is 7 hours ahead.
Is there a more permanent fix for this? I like the plugin. It’s exactly what I need and well thought out.
Forum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] PHP Timezone is InvalidI am having the same problem. Is there a workaround for this?
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Rendering grid on mobile devicesProblem solved. Found a plugin conflict was causing a problem with the forminator date picker. When I removed the plugin causing the problem, the underlying events showed up in my calendar too. Everything working as it should now.
Am liking My Calendar more now. It’s a great plugin. Thank you!
JeffI had both the, “Load form using Ajax” and do not cache options enabled. It looks like a one-time problem as the form is now working fine. It’s strange as I can see part of the missing form in the SQL table, but it doesn’t show up when I view or export the submissions. The old and new ones after are retrieved okay.
Forum: Plugins
In reply to: [Appointment Hour Booking - Booking Calendar] ShortcodeThe following short code returns, “ No appointments found with the selected filters” What I am doing wrong.
[CP_APP_HOUR_BOOKING_LIST from=“today” to=“today +90 days” fields=“DATE, TIME, email” calendar=“1”]Is there a list of field names I can use to get other fields? I tried using the names generated from a cover extract, but Either get the same result or blank fields.