David Jensen
@dkjensen on WordPress.org, @David Jensen on Slack
- Member Since: July 26th, 2013
- Location: Chattanooga, TN
- Website: dkjensen.com
- GitHub: dkjensen
- Job Title: Web developer
Bio
Interests
Contribution History
David Jensen’s badges:- Plugin Developer
-
Posted a reply to Block breaks when used in Site Editor, on the site WordPress.org Forums:
Same. -
Committed [2880055] to Plugins SVN:
Update to version 1.4.0 from GitHub -
Posted a reply to Pause/Play button, on the site WordPress.org Forums:
Version 1.3.0 was just released which introduces the play/pause buttons. Please let me know if… -
Committed [2869038] to Plugins SVN:
Update to version 1.3.0 from GitHub -
Posted a reply to Pause/Play button, on the site WordPress.org Forums:
@esaner Yes that is a great idea, will release this in the next update. -
Posted a reply to How to set different number of “Slides Per Page” for mobile devices, on the site WordPress.org Forums:
I'm going to go ahead and close this out since I have not heard back,… -
Posted a reply to How to add autoScroll options, on the site WordPress.org Forums:
Glad I can help :) -
Posted a reply to How to add autoScroll options, on the site WordPress.org Forums:
Hello, you would use the following JSON string, assuming you have the auto scroll extension… -
Posted a reply to How to set different number of “Slides Per Page” for mobile devices, on the site WordPress.org Forums:
Hi @rahulkapoordelhi86 Under the carousel block settings, toggle open the Advanced panel. Under that panel… -
Posted a reply to Insert button anywhere, on the site WordPress.org Forums:
@hassamsharik007 You can add the code to your child theme functions.php file or use a… -
Posted a reply to Well done, on the site WordPress.org Forums:
Thank you. The query block integration is a feature I have been looking to implement.… -
Created a topic, Removal of .gitignore, on the site WordPress.org Forums:
I am using wpackagist to manage plugins and themes, be… -
Posted a reply to .gitignore: Remove /vendor, on the site WordPress.org Forums:
Yes I am also needing this resolved, specifically the removal of the .gitignore from trunk -
Created a topic, Background process updater memory issue, on the site WordPress.org Forums:
Hitting a memory limit PHP error from the updater back… -
Committed [2810254] to Plugins SVN:
Update to version 1.2.0 from GitHub -
Committed [2808028] to Plugins SVN:
Update to version 2.3.0 from GitHub -
Committed [2801842] to Plugins SVN:
Update to version 2.2.3 from GitHub -
Committed [2801836] to Plugins SVN:
Update to version 2.2.2 from GitHub -
Posted a reply to image in the footer, on the site WordPress.org Forums:
Hello @maxmenar To insert an image in the footer you first copy the PDF template… -
Committed [2801226] to Plugins SVN:
Update to version 1.1.0 from GitHub -
Committed [2798866] to Plugins SVN:
Update to version 1.0.0 from GitHub -
Posted a reply to Change the recipient’s email address, on the site WordPress.org Forums:
Glad to hear that :) -
Posted a reply to Change the recipient’s email address, on the site WordPress.org Forums:
Hi @boo6ie You can use the following code to change the recipient email address: add_filter(… -
Posted a reply to Insert button anywhere, on the site WordPress.org Forums:
@margob You can use the following code to remove the default placed button: remove_action( 'woocommerce_proceed_to_checkout',… -
Posted a reply to I can’t install the plugin on my website, on the site WordPress.org Forums:
Hi @giucsy Does the plugin activate after install, or can you not even install it?… -
Committed [2747144] to Plugins SVN:
Update to version 1.5.4 from GitHub -
Posted a reply to images not showing, on the site WordPress.org Forums:
@renewmyid Hello A few things to try: If there is a password to view the… -
Posted a reply to Heavy plugin, on the site WordPress.org Forums:
Hi @gvansur Unfortunately I don't think I can reduce the size of the plugin, because… -
Posted a reply to PDF available in user dash, on the site WordPress.org Forums:
@spb1190 Hello! This isn't really the intention of the plugin, and there is not a… -
Committed [2732229] to Plugins SVN:
Update to version 1.5.3 from GitHub -
Posted a reply to Changing send Mail, on the site WordPress.org Forums:
@jorgehoffmann Yes you can use the PHP filter as follows: add_filter( 'wc_cart_pdf_admin_copy_email', function( $email )… -
Posted a reply to Pass parameters to PDF, on the site WordPress.org Forums:
@jorgehoffmann Great! What you could do is check if the cart is empty before rendering… -
Posted a reply to Retrieve specific data from meta data, on the site WordPress.org Forums:
Hi @saturnz Yes this is possible. You mentioned you are modifying the template already, have… -
Posted a reply to Pass parameters to PDF, on the site WordPress.org Forums:
Hi @jorgehoffmann Could you change your nonce field to: <?php wp_nonce_field( 'cart-pdf', '_wpnonce', false, true… -
Posted a reply to images not showing, on the site WordPress.org Forums:
Hello Could you please email me at david@dkjensen.com and I will send you my IP… -
Posted a reply to Insert button anywhere, on the site WordPress.org Forums:
@jorgehoffmann Neat, thanks! -
Posted a reply to Insert button anywhere, on the site WordPress.org Forums:
@jorgehoffmann Ah yes you are right. Try the following shortcode instead: function child_wc_cart_pdf_shortcode( $atts, $content… -
Posted a reply to Insert button anywhere, on the site WordPress.org Forums:
@jorgehoffmann Hello There is not a shortcode, rather a function to render the button. However… -
Posted a reply to Button label, on the site WordPress.org Forums:
Great! Glad you got it sorted -
Posted a reply to Button label, on the site WordPress.org Forums:
@pahedomotica What should the button say? I'm seeing "DOWNLOAD CART AS PDF" on both cart… -
Posted a reply to Can the downloaded PDF support to show other language, on the site WordPress.org Forums:
Hi @metismini Could you try adding the following to your child theme functions.php file? add_filter(… -
Posted a reply to User required to login and customer info on pdf, on the site WordPress.org Forums:
Hi @pahedomotica I just released an update that should fix this for you. Would you… -
Committed [2715582] to Plugins SVN:
Update to version 2.2.1 from GitHub -
Posted a reply to Upload automatically pdf in database, on the site WordPress.org Forums:
@admt2018 Technically you can't store a file such as a PDF in the database, but… -
Posted a reply to Pdf repository, on the site WordPress.org Forums:
@admt2018 Hello There are various developer hooks and actions in the plugin that can be… -
Posted a reply to The Russian Ruble is not displayed, on the site WordPress.org Forums:
@pashaags Thank you :) -
Posted a reply to The Russian Ruble is not displayed, on the site WordPress.org Forums:
@pashaags This is not currently possible, though you can have the admin get a copy… -
Posted a reply to Images are not loading, on the site WordPress.org Forums:
@joranmaaskant Hello, I think it might be because the SSL certificate is not valid -
Posted a reply to The Russian Ruble is not displayed, on the site WordPress.org Forums:
@pashaags Try adding the following to your functions.php. You can play with font alternatives but… -
Posted a reply to The Russian Ruble is not displayed, on the site WordPress.org Forums:
@pashaags Hello, let me troubleshoot on displaying the Russian Ruble correctly and get back to…
Developer
-
Gospel Resource Hub
Active Installs: Less than 10
-
Splide Carousel Block
Active Installs: 100+
-
WooCommerce - Restrict Content Pro Level Pricing
Active Installs: 10+
-
WooCommerce Cart PDF
Active Installs: 1,000+
-
WooCommerce Order Product Count
Active Installs: 70+
-
Zoom for WordPress
Active Installs: Less than 10
Contributor
-
Simple Tabs Block
Active Installs: Less than 10
-
Template Part Block
Active Installs: Less than 10