AK1977
Forum Replies Created
-
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Customize button textAny hint about how can I customize code to achieve this? I am web developer so I hint will be helpful.
Thanks
Here is the solution if anyone still looking for it:
Find code in wp-content/plugins/exquisite-paypal-donation/WP_EPD.php (at line 160)
$form .="<p><input name='business' type='hidden' value='{$email}'> <input name='cmd' type='hidden' value='_donations'>
add the following code:
<input name='src' type='hidden' value='1'>
Final code will look something like this:
$form .="<p><input name='business' type='hidden' value='{$email}'> <input name='cmd' type='hidden' value='_donations'> <input name='src' type='hidden' value='1'></p>";
I am also looking for this option.
Forum: Plugins
In reply to: [List category posts] Reverse the place of thumbnail and title and add buttonhow you able to achieve this?
Forum: Plugins
In reply to: [Appointment Calendar] Change color for avialble slotsI m talking about main calendar as you can see here https://i61.tinypic.com/hwiyhi.png and wanna change background color. Your above suggestion has no effect ??
Forum: Plugins
In reply to: [Appointment Calendar] Display current week numberHave you got time to test it? Thanks
Forum: Plugins
In reply to: [Appointment Calendar] Change color for avialble slotsAnyone???
Forum: Plugins
In reply to: [Appointment Calendar] Cannot book appointment from calenderAny updates? Thanks
Forum: Plugins
In reply to: [Appointment Calendar] Time slots not availableby the way, how to change the color of available slots to green?
Thanks
Forum: Plugins
In reply to: [Appointment Calendar] Cannot book appointment from calenderno wrries I m able to do both…. but one thing that time is not going forward while choosing Service and clicking Next
See the below images
https://i57.tinypic.com/2ypawjb.png
https://i58.tinypic.com/2q02jwj.pngThanks
Forum: Plugins
In reply to: [Appointment Calendar] Display current week numberForum: Plugins
In reply to: [Appointment Calendar] Cannot book appointment from calenderand what is your email by the way, I need few other tweaks and wish to pay you for all your suport and help.
Thanks
Forum: Plugins
In reply to: [Appointment Calendar] Cannot book appointment from calenderit worked , Great …. but how to append the time too? like I said earlier 05-11-2014 13:00 ? And then remove the datepicker (small calendar at popup) as it will not be needed once date and time is picked and filled by big calendar.
Forum: Plugins
In reply to: [Appointment Calendar] Cannot book appointment from calenderPlease see image here https://i59.tinypic.com/vr4nxg.png , I dont know how to attach image at forum.
Thanks for your quick reply.
Forum: Plugins
In reply to: [Appointment Calendar] Cannot book appointment from calenderHi
Changing value ‘TRUE’ make the calendar clickable, how to make it that after clicking the time slot at calendar ‘Your Appointment Date’ automatically filled with date and time clicked at the Calendar (without showing another popup calendar)?Hope you understand what I mean….