Frederick D.
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Service Payment Form With Authorize.net] May I use multiple currencies?That worked! I put x_currency_code in the ‘Field class’ and the ‘Field ID’. Thanks very much!
Frederick
Forum: Plugins
In reply to: [Print-O-Matic] Printing just the contents of an iFrameI didn’t see your reply before I wrote mine. Thanks for the reference articles. The one https://www.jotform.com/blog/css-perfect-print-stylesheet-98272/ looks to have what I need.
Excellent! Thank you.
Frederick
- This reply was modified 5 years, 11 months ago by Frederick D..
Forum: Plugins
In reply to: [Print-O-Matic] Printing just the contents of an iFrameBTW… ElegantThemes.com for the Divi Builder gave me this CSS code for the page. The effect is that the print icon and text does not print now.
@media print {
body .et_pb_section:not(.et_pb_section_1 ) {
display:none;
}
#main-header,
footer {
display:none;
}
div#print_target > *:not(iframe) {
display: none;
}
}Just wanted to pass that along too.
Frederick
- This reply was modified 5 years, 11 months ago by Frederick D..
Forum: Plugins
In reply to: [Print-O-Matic] Printing just the contents of an iFrameThanks for the reply!
The 2.0.alpha plugin worked very well. I am now receiving the contents of the iFrame and not just the header. Well done!
Do you have any suggestions on how to customize the output a bit? I’m only getting half of the columns. I have reduced the size of some columns and done word wrap to get more ‘real estate’ on the iFrame. Still not all are printed. Is there a way to use a smaller font for the output? That may help me to compress the rows to fit on a landscape 8.5×11 sheet.
Wonderful support! Thank you.
Thanks for your reply. I did find a way to do this. Here’s what I did.
-
1. Made a sub-directory in uploads of ‘membercontent’
2. Added of a couple of lines to the .htaccess file that call a PHP file when an asset is requested by a direct URL request.
3. That PHP file dissects the URL request and, if the user is not logged in and the request is not from a particular sub-directory, disallows the request and send the user to a ‘no-access’ page.If you like I can make that code available. Just let me know.
Thanks!
Best regards,
Frederick
Looks A-OK to me. I used the automatic update to 3.28.2 from wp-admin and the update worked. I downloaded from ww.wp.xz.cn as a backup. The previous links, and from salonbookingsystem.com, were 3.28.1.
Thanks for the update!
Frederick
- This reply was modified 7 years, 3 months ago by Frederick D..
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Can’t get list of services to workInteresting. BTW how did you determine the category ID? I only have six and so took a guess at the numbers.
I have the 3.22.2 package still. You can send me your email to frederick at silverlakedevelopment dot com if you like.
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Can’t get list of services to workHmm… I’m at 3.22.2 and all is working now. You can check out zinniasbeautystudio.com/home4
It isn’t pretty nor formatted yet. It’s my test page. I have all the services listed and then just a category inside of the tab ‘Rosarito’.
I hope this information helps you.
Frederick
Absolutely. Count me in. This is a terrific product. You’ve got a tiger by the tail with this.
Frederick
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Services aren’t displayedI use Divi as my theme and can attest to the accuracy of the guide. The fix solved my issues on two different Divi sites where I use Salon Booking System.
Just be sure to use the same spacing and everything as in the sample.
Look forward to hearing of your success!
Frederick D.
SilverLakeDevelopment.comForum: Plugins
In reply to: [Salon Booking System - Free Version] Can’t get list of services to workYes you did and you solved the issue. I thought the update of the plugin that I did had ‘taken’ but it didn’t. I overlooked that. Thank you so much for spotting it.
I did take the time to leave a review as well.
Well done!
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Multiple locations for servicesVery nice. My client is hoping to go live with two locations on September 25. Thanks!
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Multiple locations for servicesAwesome! I watched the video and really like the feature set. It will be superior to Bookly Locations because the pricing is set by assistant at a location for a service. I like your method of setting the pricing by location for a service.
I would be pleased to be a beta tester for the add-on with my current project if you like. Just let me know. I’ll see what I can do for a small donation too.
Thanks!
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Moving site from subdirectory to rootAwesome! Even better, and easier, than I was thinking. Thanks for such a great tool!
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Google calendar sync 500 errorThe developer pointed me to this article when I had calendar linking issues: https://www.salonbookingsystem.com/how-to-properly-set-the-timezone-of-wordpress-for-salon-booking/
That article cleared up my issues. Maybe it will help you too.