tobyhage
Forum Replies Created
-
Beste Ewout,
Wacht ik die eerst even af….
Monika,
Thank you, did not know that ??
Hello,
Here also same problem as TodorChristov.
The other important thing is that with Storefront 1.5.3 (as well as with 1.5.2) I cannot use my local language pack. It had loaded automatically but now there are english words and phrases (like ”items”, “posted by”, etc.)
Great! Works like a charm.
Thank you very much for your effort.If you have “WP Post to PDF Enhanced” plugin installed, you need %post_slug%.
See als this topic: WP Post to PDF Enhanced
Using Jetpack sharebarsharing url will be: %post_url%?format=pdf
To make this work now. I changed $url = str_replace( ‘%post_url%’, rawurlencode( $this->get_share_url( $post->ID ) ), $url );
in jetpack/modules/sharedaddy/sharing-sources.php
to: $url = str_replace( ‘%post_url%’, $this->get_share_url( $post->ID ), $url );
so there i need the use of the filter
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] Using Jetpack sharebarThe problem is that “sharing url” is saved with http(s).
%post_full_url% contains also http(s). So the result is:
https://https://<domainname>/<article-slug>/?format=pdf
And this is not working.
Solution could be that Jetpack added apply_filters to the source code or add a new variable “%post_slug%” so that this service can be used.
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] Using Jetpack sharebarHello,
I have the same problem. Maybe Jetpack “add a new service” supports only external url’s / services?
Hopefully someone figures this out, it would be a very nice addition!
Forum: Plugins
In reply to: [Seo Monitor] this plugin dont work with Hebrew (bug)Thanks for mentioning this. I will post an update which fixes this problem.
Forum: Plugins
In reply to: [Seo Monitor] Had it for 2 days, all reports/keywords are still empty.The keywords will not updated autmatically, you have to go to the keywords page and all keywords on the page will be updated.
What happens when you click the “checkmark” sign?
Forum: Plugins
In reply to: [Geo Mashup] Open Cycle Map with Leaflet Map ProviderOk, thanks for the suggestion
Forum: Plugins
In reply to: [Geo Mashup] Open Cycle Map with Leaflet Map ProviderThank you for your suggestion. It will give following error:
Uncaught TypeError: Cannot read property ‘_panes’ of undefined
Peter,
Yes problem solved!
Thank you.Hi Peter,
Thanks for the update.
Only there is problem, the meta-tag <meta property=”og:url” content=”https://www.naturalpetshop.nl/” /> is now missing completly.
I have Woocommerce version 2.3.7
See https://www.naturalpetshop.nl to see this problem.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] undefined indexesThat was a very good clue!!
Indeed there was missing data from the wp_woocommerce_order_itemmeta table.
Thank you for your help. I will mark this topic as resolved.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] undefined indexesEwout,
Disabled all plugins -> no succes
Changed themes -> no succesPlace a new order -> PDF invoice is working ??
Open an existing order -> PDF invoice is giving the notices ??Probably i did something with the existing orders, so that it is not working anymore. Can you give some clues where to find this problem….