kazuyoshida
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Calendar Sync to Apple & Google CalendarHi Ed,
Thanks for your continued support.
I think I may have found a link that works as a subscription for iCal.
If you can confirm this works for you, maybe others can benefit from this link.Do you have a snippet that would change the button to the link above?
Please note that we use /calendar/ not /events/ after the domain.Thank you.
Forum: Plugins
In reply to: [The Events Calendar] Calendar Sync to Apple & Google CalendarThank you. It seems to be working now.
However, it only seems to show the current month in the calendar app.(1) Is there a way to sync ALL events?
(2) If a change is made to the event on the website within “The Events Calendar”, will it automatically sync to the Calendar app when subscribed to it?Thank you for your support.
Forum: Plugins
In reply to: [The Events Calendar] Calendar Sync to Apple & Google CalendarThank you for your reply.
I have tried the add the GitHub snippet to my theme’s functions.php, but it makes my website go blank (white screen).
What am I doing wrong?
Have you tested this snippet recently?
Thank you for your help.Forum: Plugins
In reply to: [Gravity Forms Quantity Limiter] Quantity not DecreasingI was able to tweak the form to make it work. Thank you!
Forum: Plugins
In reply to: [Gravity Forms Quantity Limiter] Quantity not DecreasingI was able to tweak the form to make it work. Thank you!
sorry, i posted on the wrong forum, for some reason…, i am not sure how to erase the post.
Jordy,
I just purchased the Pro Version and my question relates to the above. I was under the impression that if I had the Pro Version, I would only need to upload one version, the Full-Size Retina image.
So if my standard image is 314x314px for example, I thought I could simply upload the @2x file (628x628px) and your plugin will automatically create the 314x314px standard image by dividing the size in half. Reading the above, it appears to me however that that is not the case. Can you clarify in what case I can simply upload one file and in what case I need to upload two?
I guess I am confused now, that I thought that I could simply upload one file. In what type of case can I simply upload one files vs. 2 files? If so, what can Pro do, that the standard version cannot do?
if the file size was one of the standard WordPress sizes such as the medium 300x300px, would I still need to upload two files?
As you can see I am struggling to understand how to take advantage of your Pro Version. I would appreciate your clarification. If you can give me some examples, I would appreciate it.
At last, is there a tutorial, just for the Pro Version?
Thank you for your support.
Forum: Hacks
In reply to: How to modify a part of a pluginI wish there was a better solution.
Thank you @catacaustic.
You have helped to clear this up for me.Forum: Hacks
In reply to: How to modify a part of a pluginWow, I guess that means a lot of manual updating each time… : (
So in these type of cases everyone makes a list of what needs to be changed each time and then copies the code into the file each time an update is done?Forum: Hacks
In reply to: How to modify a part of a pluginHmmm, that’s too bad…
How about this one. Is it possible to do something with here:
https://github.com/Astoundify/crowdfunding/blob/develop/includes/shortcode-submit.php#L166
We would like to change “800” to “0” on line 166.
Forum: Hacks
In reply to: How to modify a part of a pluginThank you for your prompt input.
So does that mean that my only option is to manually change the plugin each time (if the developer does not change the way he codes his plugin) by replacing
$end_date = get_gmt_from_date( date( ‘Y-m-d H:i:s’, $end_date ) );
with
$end_date = get_date_from_gmt( date( ‘Y-m-d H:i:s’, $end_date ) );
?Thanks.