yositsitsu
Forum Replies Created
-
Forum: Plugins
In reply to: [Post expire date Sidebar] Settings get reset after I click updateAlso, I get this error almost everytime I try to access editor:
Error: An error occurred while running 'mapSelect': Cannot read property 'sidebar_date' of undefined The error may be correlated with this previous error: TypeError: Cannot read property 'sidebar_date' of undefined at https://mysite/wp-content/plugins/post-expire-date-sidebar/expire.js?ver=5.5:92:71 at Object.current (https://my site/wp-includes/js/dist/data.min.js?
So guess I will have to dump the plugin :/
Forum: Plugins
In reply to: [Post expire date Sidebar] Settings get reset after I click updateOK, I think I figured it out.
The thing is,that as the plugin states, this is supposed to work for posts and not pages.
Now apparently, since posts and pages are technically very similar and managed through the same wp_posts table, the widget shows up on pages too, but does not work for pages.
As a workaround created a post instead of page, and it works great for posts!
SO… Awesome plugin!
A feature request would be in place I guess ??
Any way you can make this work with pages too?
Thanks!
Come on guys, 2019 and this still has not been solved? We are living in an international world now, can you please internationalise this after all?
You know that messing with files is not a proper solution, and not that temporary any more as it it almost a year now.
Please, make this update happen!
Forum: Plugins
In reply to: [CardCom Payment Gateway] ????? ??? ?? ?????? ????? ???? ??? ?????? ?? Stripe?? ?? ????? – ????????
?? ??? ??? ????? ????? ????????? ??Thanks zaus, I found a JS way to submit to another form – hope this helps someone in the future ??
Cheers!
YosiForum: Plugins
In reply to: [Contact Form DB] select unique / distinct rows using shortcodeI see, thanks for the quick response Michael!
Forum: Plugins
In reply to: [Fast Secure Contact Form] Executing Javascript after successful submissionThanks for your answer mbrsolution, I’m sure I can’t use that exact syntax ai it indeed is purely for CF7 ??
What I want to be able to do, is execute my custom JS on successful submission,
which is not about validation but custom code that submits another form.in short, I need to submit the values to another provider after current form is successful.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Executing Javascript after successful submissionHi, exactly – it is a custom JS function invoked in Additional Settings on_sent_ok – as specified here:
https://contactform7.com/additional-settings/Forum: Plugins
In reply to: [Contact Form DB] Translating column titlesWow man, you are amazing!
Just got the concept of the plugin, so powerful!!!
Thanks mate, appreciated.
Just got 5 Stars ??
Forum: Plugins
In reply to: [Contact Form DB] Translating column titlesThanks for your reply Michael!
I mean translating the table labels mainly:
My site is in hebrew, so I’d like to localize the table to hebrew.
Also, it would be very awesome to allow export of the table output by shortcode.
I want to shoe affiliates all of their submissions and allow the download of rows in an excel file (what the admin can do from the backend).Thanks!
- This reply was modified 7 years, 11 months ago by yositsitsu.
LOL after I posted it here had an idea to compare between the url that google complains about:
/wp-content/plugins/wp-social-invitations/hybridauth/hybridauth/?hauth.done=Googleto what the documentation says should be saved under “Authorized redirect URI”
/wp-content/plugins/wordpress-social-invitations/hybridauth/hybridauth/?hauth.done=GoogleGet it now :)))
“wordpress-social-invitations” was changed to “wp-social-invitations”
Step 3 should be:
On “Authorized redirect URI” enter your website url followed by /wp-content/plugins/wp-social-invitations/hybridauth/hybridauth/?hauth.done=GoogleNow on to the next step!
Thanks ??Same here – did step by step and tripple checked everything.
Getting:
400. That’s an error.
Error: redirect_uri_mismatch
The redirect URI in the request,<our_domain>/wp-content/plugins/wp-social-invitations/hybridauth/hybridauth/?hauth.done=Google, does not match the ones authorized for the OAuth client. Visit https://console.developers.google.com/apis/credentials/oauthclient/57958096081-b8m1prju254gbdknulv5c0diugke2ge9.apps.googleusercontent.com?project=57958096081 to update the authorized redirect URIs.
Any ideas?
- This reply was modified 8 years ago by yositsitsu.
Forum: Plugins
In reply to: [Affiliates] Get WP user ID of an affiliateThanks so much for the response eggemplo!
My php and WP behind the scenes knowledge is very basic, I must be missing something..!
I’m trying to accomplish something like this within my affiliate area –
in real life scenario, $affiliates_id will be taken from the url param – I’m struggling in making the below simple code work.Maybe it’s my misunderstanding of how insert_php
works, maybe multiple misunderstandings ??
Please help me figure how to make the following work![insert_php] $affiliates_id = 2; $user_id = affiliates_get_affiliate_user('$affiliates_id'); echo 'affiliate ID is ' .?$affiliates_id ?. 'it's user ID is' . $user_id; [/insert_php]
I Keep getting:
Parse error: syntax error, unexpected ' ' (T_STRING), expecting ',' or ';' in /home2/g8m9d6g4/public_html/breakfreee.com/wp-content/plugins/insert-php/insert_php.php(48) : eval()'d code on line 4
Any ideas?
Forum: Fixing WordPress
In reply to: Waiting for s0.wp.comHappens to me too all the time, very annoying. Delays the site load for as much as 30 seconds or more.
What causes this? Anyone?Unfortunately, emails do not arrive…
Left a message for the developer.