PeWu
Forum Replies Created
-
Teraz już wszystko rozumiem. Dziękuję raz jeszcze za pomoc 😉
Dziękuję za szybką odpowiedź.
Problemem była zła konfiguracja, poprawiłem zgodnie ze wskazówkami i metoda płatności działa.
Mam tylko jeszcze jedno pytanie, czym jest ustawienia “Numer MID’u”, w panelu odbiorcy mamy numer MID, ale jest to ciąg wielu cyfr, a tutaj jest pole dropdown z jedną cyfrą. Zostawiłem to ustawienie z wartością domyślną.
W podanej dokumentacji też nie widzę wyjaśnienia.Forum: Plugins
In reply to: [Auto Subpage Menu] Automatically adding existing pages to menu.Hello
Thank you for reply.
I was wrong, my second post was for another topic so i’m edited it. I have not found option to delete it ;).Back to the topic, i did not solved issues desribed in the main post, because i have no idea how to do this. But im found another problem, which was more important for me – after updating the page order, nav menu did not update. I’m added some lines of code and solved that problem, but it was simpliest issue.
Here is my updated code which include changes about what i desribe above.
(I never used “github” so i’m just paste it on pastebin):
https://pastebin.com/duSkYfsmIf you find a moment it would be nice if you could check my code, and maybe put it in main plugin 😉 Here is only one error, when we have two pages with same menu order then last updated item gets zero position (in nav menu).
For main issue i have not idea because i did not found how to add custom meta to menus with native wordpress functions, and i have not idea how to add option for update existing pages to nav menu.
Forum: Plugins
In reply to: [Auto Subpage Menu] Automatically adding existing pages to menu..
- This reply was modified 8 years, 6 months ago by PeWu.
Forum: Plugins
In reply to: [Simple Ajax Chat – Add a Fast, Secure Chat Box] “Require Log In” bugCool, thank you too.
Forum: Plugins
In reply to: [Simple Ajax Chat – Add a Fast, Secure Chat Box] “Require Log In” bugIm using 20161116 version.
I fixed it by editing the code manually plug. I changed the code in file “simple-ajax-form.php” line 228, i changed from “echo ‘div’;” to “if ( is_user_logged_in() ) echo ‘</div>’;” and it works correctly, but probably it is not the right solution.