Zibi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fork] Page Title Meta Tag is doubledFunny, some time ago I spent some time with Your support on email. I had described (on email) all the situation with doubled title meta tag. And no answer. (?!) First email from your support was ok and very specific, but second mail from you – was like a bot answer? Or vice versa?
Sorry, it was week or more ago. Since than and that – I have modified one of your Fork theme core files – dont remember which – so Yoast is not getting “title” variable from your framework any more (just commented one line) . This is my temporary solution. This is what I googled on myself, not from your support.
So title meta tag is still rendered from your framework only. (There is no option to switch it off).EDIT:
I ‘ve commented in your core files:
add_theme_support( 'title-tag' );- This reply was modified 6 months, 2 weeks ago by Zibi.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Epp formatOK got it.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Epp formatThaks, Alex for fast reply and for your help. And there is also “woe-custom-csv.php” containing format function to write to $handle – great, I will try. Could you give a suggestion where “woe-custom-csv.php” should be put finally?
PS. I like coding, really. 🙂Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Epp formatOkeh, I read your documentation, so far so good. But there is a question, is it possible to add some line with specific values into csv file? I now, it is not good for excel importing, but I need the line in the very beginning of export file (for accounting programme). For example:
[INFO]
“version”,1,1,,,$DATE-NOW,0,0,1[HEADER]
“AA,1,0,0,”some tekst”, $value_from _woocommerce, 0,0,1,”blah”
[ORDER]AND THERE LINES GO …
this is epp file, edi ++, for accounting. [INFO] and [HEADER] goes once only. Is it possible with hooks?
- This reply was modified 2 years, 6 months ago by Zibi.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Epp formatGreat, thanks.
Forum: Plugins
In reply to: [Gallery Images Ape] Ape vs Updraft Plus – Plugins JS conflictThank You @atelier64 for your message and for the suggestion. I obviously checked this before, 3 different options in Gallery Settings. It makes no difference regarding the problem in question. But thank you.
Is this a kind of jquery version conflict, in your opinion? Could you tell me please, which version of jquery is used in Updraft Plus?
Regards, ZbyszekForum: Plugins
In reply to: [Gallery Images Ape] Ape vs Updraft Plus – Plugins JS conflictSorry guys, but I dont understand why my post is now green tagged as RESOLVED? Since I use a free vesion cannot write to Ape directly …
What can i say (and see) from Firefox Console:
ReferenceError: updraft_credentialtest_nonce is not defined
(every click)
IN: updraft-admin-common.min.js [1.111]
as well as:
TypeError: d is undefined
IN: wp-auth-check.min.js:[1:1535]
– when APE GALLERY is disabled all function well. no JS error then.
Regards
A.