davisnz
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Remove Option from PagesI found a solution, If anyone is interested, just add the following code to your functions.php:
// REMOVE HTTPS META BOX // function remove_my_page_metaboxes() { remove_meta_box( 'wordpress-https','page','normal' ); // Custom Fields Metabox } add_action('admin_menu','remove_my_page_metaboxes');And that’s it.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Manual InvoiceOhh man, alright, thank you Ewout!
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Template not found!Solved! Thanks!
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Template not found!Right now I’m using a VPS from GoDaddy, I’m missing these: MBString Extension ; GD ; opcache & GMagick or IMagick.
Any quick help that you could provide me?? Thanks!
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Template not found!Now I’m getting this: Fatal error: Uncaught exception ‘Exception’ with message ‘The PHP GD extension is required, but is not installed………
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Template not found!Hi Ewout , Yes I did
Forum: Plugins
In reply to: [WP Pipes] SimpleXMLElement::xpath()Thanks Coven! I’m going to try it out! Btw I’m sorry for my ignorance, but how can do I set up: ginner|0|div|cover-wrap|0|1| ?
Forum: Plugins
In reply to: [WP Pipes] SimpleXMLElement::xpath()Sure, thank you! I would appreciate it!
Forum: Plugins
In reply to: [WP Pipes] SimpleXMLElement::xpath()Okay thats cool, I only need at least a featured image, I don’t really worry about the content, is that possible? I was doing crazy stuff one time and I got it, but I wasn’t able to use it because an error, can I put a featured image? That will solve everything. Thanks!.
Forum: Plugins
In reply to: [WP Pipes] SimpleXMLElement::xpath()Thanks Coven, here is the link for the Pipe file: https://www.dropbox.com/s/gfn1rb2tacrxi7v/Davisnz.pipe
Forum: Plugins
In reply to: [WP Pipes] SimpleXMLElement::xpath()Alright, thank you so much! That solved my main problem, now the only one that i’m getting is that my images are not showing up, not even as a featured image, I did all this https://docs.google.com/file/d/0B829n4QBUwXdQjhNMjNsWEtBUnc/edit but doesn’t work, can you help me out please?
Forum: Plugins
In reply to: [WP Pipes] SimpleXMLElement::xpath()Thank you so much, I’m going to try it now, I’ve been trying to understand how to use the plugin the whole night and it’s a little bit confusing, this is what i’m trying to do:
Show a thumbnail picture from the post, in the post include 2 or 3 pictures and half or the full text. But at the end needs to have the source and the link to go to the original post. That’s all i’m looking for, can someone help me please? Thanks.