Adam Pery
Forum Replies Created
-
The same for me.
Not works on PHP7.2, but works on PHP5.6.Try to change server PHP version.
- This reply was modified 6 years, 5 months ago by Adam Pery.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Language in invoiceMy bad,
languages work like a charm.
Pls don’t relate to my previous message.Sorry again
Forum: Plugins
In reply to: [Invoices for WooCommerce] phone numberDear plugin author,
pls add to:
templates/packing-slip/simple/minimal/body.php
under
$formatted_shipping_address
&&$formatted_billing_address
next row with phone:printf( __('Phone: %s', 'woocommerce-pdf-invoices'), $order->get_billing_phone() );
Forum: Plugins
In reply to: [Invoices for WooCommerce] RTL SupportCopy template and change style.css:
Create a custom template by copying it from plugins/woocommerce-pdf-invoices/includes/templates/invoice/simple to uploads/woocommerce-pdf-invoices/templates/invoice/simple.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Language in invoiceSame problem here, I added new translation to Hebrew (he_IL) and put po+mo files here:
wp-content/languages/plugins/woocommerce-pdf-invoices-he_IL.mo
wp-content/languages/plugins/woocommerce-pdf-invoices-he_IL.ponot work
Forum: Plugins
In reply to: [Responder] Fatal error: Cannot declare class OAuthSignatureMethod_HMAC_SHA1I found the source of the problem.
My theme (kakia) uses the same oauth.net PHP library for authentication to twitter.I’m suggesting to you guys to use php namespace to prevent class name conflicts.
Regards
Forum: Plugins
In reply to: [WP Foundation Shortcodes] post cycle and post lightbox setting not workingWe will check this
Forum: Plugins
In reply to: [WP Foundation Shortcodes] Foundation 6 version?We will start to work on new version for Foundation 6 soon
Forum: Plugins
In reply to: [WP Foundation Shortcodes] Windows phone compatible?Absolutely yes.
Forum: Plugins
In reply to: [WP Foundation Shortcodes] Tabs Verticle not workingThis issue depend on your theme.
You must check that you upload ‘js/foundation.tabs.js’ and enable ‘@include foundation-tabs’ in your SCSS file.
For more info:
https://foundation.tadam.co.il/tabs/
https://foundation.zurb.com/sites/docs/tabs.htmlSorry for the late reply,
added optional upload fontawesome.
Please update the pluginForum: Reviews
In reply to: [Animate] Very Cool !Hi Nick, thank you for your review!
Forum: Plugins
In reply to: [Facebook] App ID and Secret Not Saving.I have the same problem.
Please help!Forum: Plugins
In reply to: [WP-PageNavi] WP-Navi plugin, navigating by category?Use this:
// Don't print empty markup if there's nowhere to navigate. $previous = ( is_attachment() ) ? get_post( $post->post_parent ) : get_adjacent_post( false, '', true ); $next = get_adjacent_post( false, '', false ); if ( ! $next && ! $previous ) return; ?> <nav class="navigation post-navigation" role="navigation"> <h1 class="screen-reader-text"><?php _e( 'Post navigation', 'twentythirteen' ); ?></h1> <div class="nav-links"> <?php previous_post_link( '%link', _x( '<span class="meta-nav">←</span> %title', 'Previous post link', 'twentythirteen' ), true ); ?> <?php next_post_link( '%link', _x( '%title <span class="meta-nav">→</span>', 'Next post link', 'twentythirteen' ), true ); ?> </div><!-- .nav-links --> </nav><!-- .navigation --> <?php
You must accept your paymant in your Paypal payment account.
In “Transaction Details” page click “Accept”