jesseslam
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Issue With Sub Menu ItemsHi,
Thanks for that you have saved me hours of looking for the issue all now working thanks.
Jim Isles
Forum: Plugins
In reply to: [WooCommerce] HSBC Payment Gateway PluginYes I looked everywhere in the end I called HSBC and this plugin http://www.woothemes.com/products/realex-redirect-payment-gateway/ is actually the one recommended by HSBC’s card processing company Globaliris.
Thanks for letting me know.
Hi Julien,
That’s great thank you. Do you have an ETA for the next version so I can let my clients know?
Forum: Hacks
In reply to: Category Featured Image With Custom External URLHi,
Thanks for the reply. I don’t want to import external images I want to use images from the media library but simply add a url to the featured image that links to another website specifically their digital magazine issue http://issuu.com/railpro/docs/feb_issue. This is opposed to linking to the category to which the featured image is attached.
Forum: Plugins
In reply to: Category Featured Image With Custom External URLMoved to Hacks sub forum.
Forum: Plugins
In reply to: [Jigoshop] Nochex Payment GatewayCan anyone help with this?
Forum: Plugins
In reply to: Category Featured Image With Custom External URLIf anyone can help with this tat would be great?
Forum: Plugins
In reply to: [Jigoshop] WP Admin Incredibly Slow Because of JigoshopAny update on this please?
Forum: Plugins
In reply to: [Jigoshop] WP Admin Incredibly Slow Because of JigoshopThanks. I have just submitted a ticket from jim@nebulasdesign.com with all the details as requested.
Forum: Plugins
In reply to: [Jigoshop] WP Admin Incredibly Slow Because of JigoshopYes we are using the latest version.
Forum: Hacks
In reply to: Using conditional tags in a child theme functions.php fileThanks for your reply. I’m by no means an expert coder so I’l put a post on the Jigoshop forum and see if they can help.
Forum: Hacks
In reply to: Using conditional tags in a child theme functions.php fileHi,
Thanks for the reply below is the full code in the child theme functions.php file. I am targetting actual categories in the Jigoshop so would these be custom taxonomies or categories? They want a size chart to only appear in Onesie categories of which there are 3, Onesies, Men’s Onesies and Women’s Onesies here http://www.creativequirk.com/.
<?php if (!function_exists('jigoshop_simple_add_to_cart')) { function jigoshop_simple_add_to_cart() { global $_product; $availability = $_product->get_availability(); // do not show "add to cart" button if product's price isn't announced if( $_product->get_price() === '') return; ?> <form action="<?php echo esc_url( $_product->add_to_cart_url() ); ?>" class="cart" method="post"> <?php do_action('jigoshop_before_add_to_cart_form_button'); ?> <?php if ( in_category( array( 50,19,18 ) ) ) { echo '<div class="size-chart">Hello</div>'; } ?> <div class="quantity"><input name="quantity" value="1" size="4" title="Qty" class="input-text qty text" maxlength="12" /></div> <button type="submit" class="button-alt"><?php _e('Add to cart', 'jigoshop'); ?></button> <?php do_action('jigoshop_add_to_cart_form'); ?> </form> <?php } } ?>Forum: Plugins
In reply to: [Jigoshop] PDF Invoices and Packing Slips Plugin Issue on Invoice PDFOK great thank you.
Forum: Plugins
In reply to: [Jigoshop] PDF Invoices and Packing Slips Plugin Issue on Invoice PDFHi,
Thanks for taking over the plugin and making the updates however it still doesn’t work properly. I have just installed the latest version of the plugin, downloaded an invoice or packing slip and when I try to open the PDF it seems to be corrupted and I get the following error message:
“Adobe Reader could not open because it is either not a supported file type or because the file has been damaged.”
I have tried a number of times but I always get this error. My client has been waiting weeks for this is it possible to get this working ASAP please?
Many thanks,
James Isles