jdstallings
Forum Replies Created
-
Thanks for your response, but we are fully aware of the Capture verse Authorize.
Stripe states they support doing a get card now and charge later. When the customer enters the card information Stripe does an authorize for $1. Then once you add any additional charges (Core, Shipping) you can process the full amount at that time. RedShop provides the same with their plugin, but looking for a plugin that supports that in WP/Woo.
Forum: Plugins
In reply to: [Phoenix Media Rename] Mass Media Image Rename via ScriptThanks so much. This is where the issues is… trying to get all the attachment ID’s. I am starting to think it will be easier to download all the images, rename them on my local system, delete all the images from WordPress Media manually, then upload the new images directly into Media library. Then I would update the Woo export with the new media file names and import it back into Woo.
Forum: Plugins
In reply to: [Phoenix Media Rename] Mass Media Image Rename via ScriptI really hate to be stupid. ??
I thought this would be placed into a PHP say rename.php
<?php
/**
* Your function
*
* @param [string] $old_filename
* @param [string] $old_filename
*/
function my_callback( $old_filename, $old_filename ) {
// your code
}add_action( 'pmr_renaming_successful', 'my_callback', 10, 2 );
?>
Then I would call it using rename.php oldname newname
But then I saw // your code in the function.
Also what is the ' and such for?If you do not have time, I fully understand.
Thanks
JimForum: Plugins
In reply to: [Phoenix Media Rename] Mass Media Image Rename via ScriptThis does sound promising. I assume this will update all database entries which the image is contained (Posts, Pages, Woo, etc.)?
Is there detailed documentation on how to accomplish this? Where to run the script, how to get the attachement_id for all the images, what retitle option is?
Also, Thanks so much for you quick response!
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Not working on ResponsiveVersion: 4.5.2Done and Thank you !
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Not working on ResponsiveVersion: 4.5.2That worked perfectly. Thanks so much for your response.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Not working on ResponsiveVersion: 4.5.2Thank you so much
https://buickfarm.net/shop/Forum: Fixing WordPress
In reply to: 404 Error when trying to update settings and themesI have started seeing the same issues on sites which have never been updated. I also tried a fresh install of WP and see the same.
- This reply was modified 7 years, 11 months ago by jdstallings.
Forum: Plugins
In reply to: [Easy Updates Manager] Does not seem to be workingI would be interested in seeing your work-around. That makes sure I stay inline with your idea and can test it for you.
Let me know
Forum: Plugins
In reply to: [Easy Updates Manager] Does not seem to be workingWell… it is doing zip on the site I just looked at. Maybe I will try issuing the wordpress cron manually so see what happens.
Forum: Plugins
In reply to: [Easy Updates Manager] Does not seem to be workingThanks for the quick response. I have this on about 8 sites and the only one that has updated to anything was one of them when I logged in and it only updated from 4.1.1 to 4.1.2.
I know the cron is not what you would think as a normal cron since it does not execute until someone has actually touched the site (visitor). I will let these sit and see if anything happens over the next 24 hours.
Jim
Forum: Plugins
In reply to: [iframe] i see only the youtube-VideoWebvitaly,
We found out what the issue was with the iframe not working. We upgraded to a new server and had Apache 2.4 installed w/PHP 5.3. Once I reverted to Apache 2.2 w/PHP 5.3 the iframe started working again. So it appears your PHP may have something going whacky with the cPANEL Apache 2.4 install.
Jim
Forum: Plugins
In reply to: [iframe] i see only the youtube-VideoI am seeing the same. This just started today so I am not sure why this is happening. It has worked perfectly for months, now just stopped.
here is my iframe statement:
[iframe src=”https://www.google.com/calendar/embed?showTitle=0&showNav=0&showDate=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0&mode=AGENDA&height=300&wkst=1&bgcolor=%23FFFFFF&src=ap0jeale70pbltabo8esnvo3jo%40group.calendar.google.com&color=%232F6309&ctz=America%2FNew_York” style=” border-width:0 ” width=”500″ height=”300″ frameborder=”0″ scrolling=”no”]