m forbes
Forum Replies Created
-
AuthorPosts
-
July 26, 2017 at 6:36 pm in reply to: wording in pkg for image upload and 1 cpt in map not displaying #388608
Urg… I added this snippet to disable default wp-login page, and it seems to have a glitch with the UsersWP login/logout menu link options. (would really love to hide wp-login page, any ideas…)
// Hide default login add_action('init','custom_login'); function custom_login(){ global $pagenow; if( 'wp-login.php' == $pagenow && !isset($_REQUEST['action']) ) { wp_redirect('http://xxx.com/user-login'); exit(); } }
So, I removed it, deleted and re added the login/logout links in menu and seems to be working now. Sorry for wasting your time. Please try again.
July 25, 2017 at 7:02 pm in reply to: wording in pkg for image upload and 1 cpt in map not displaying #388463they are for an admin user.
cpt/map in question is “places to eat”.
thanks.
July 24, 2017 at 10:05 pm in reply to: wording in pkg for image upload and 1 cpt in map not displaying #388377This reply has been marked as private.July 23, 2017 at 12:35 am in reply to: Quick question about admin email when someone claims a listing #388183Thanks Guust!
Yeah, I tried this, No change. and thanks for asking them.
Hi and thanks.
Can you remind me of the file structure to change out templates for invoicing. It is in templates that I need to make the above changes, not language.
/wp-content/child theme/invoicing ? or /wp-content/Theme/child/geodirectory/invoicing or?
Thank you.
HI, I do not see where I can change the form names in the language file?
Please see attached screenshot of what I am trying to do. Thanks!!
so we should ftp latest version if using an earlier version? thanks!
Oh, I figured it out!! This is resolved! Yahoo!
This reply has been marked as private.This reply has been marked as private.ok, thanks! Great on the Invoice link.
Regarding the translate. I changed text a while back in payment manager (1.4.1), really not sure what it was I changed :). There is now a newer version plugin. Can I keep the existing geodir_payments file in the language folder and add another geodir_payments file in same folder, editing the latest version? Or do I need to figure out what I originally edited and apply the edits to the latest version along with these new changes? Or, has nothing really changed in versions of the language file?
Regarding these new edits, I see two references for the phrases I want to translate. For Example, one that reads as:
Renew Listing: %sand then one that reads:
Renew ListingWould I change both? I am a little challenged in the translating dept.
Thanks again.
I would like to edit/change the text where it says “Upgrade listing” or “Renew Listing”. I would also like to add a link for “Invoices” along the same line.
I am using the invoices beta plugin. The invoices link on the far right, on the userswp profile nav, goes to the GD default invoices I believe, whereas I would like a link to the wpi-checkout/invoice-history page instead.
Any clearer :)? Attached.
Thanks!!!
Thanks for your continued support.
Ok, how would I set it up to where, if someone goes back to site prior to paying, they can then get back and either edit or complete payment? As is, if they go to their user area and hit the edit link, there is no indication of the price package they chose.
For example, free listing 1 photo, paid listing 5. They may decide not to pay and think they are editing it as a free listing but the edit page is showing the listing options for the listing as paid ((You can upload 5 images with this package), and it still stays in draft. At this point, I guess it is up to admin to downgrade the listing to free at the backend?
As far as “directions”, I can add text to the failed transaction page to “attempt” to explain.
Thanks again, I am not really sure what the solution is, except that it would be good to have the price package options on an unpaid listing page if/when one goes back to edit prior to submitting payment. Are you rolling your eyes yet :)???
Thanks again!
Well, I am feeling super stupid!!! Duh, enabling is a good idea :). sorry and Thanks!
BUT… here we go, this might be because I am using UsersWP, not sure. If I go to edit an unpaid (returned to site before completing payment) listing from the “edit” link in the user area, I am back to the “loop”. Edit it, get the message “Thank you, your information has been successfully received. View your…”. There is no indication of the price package they’ve chosen.
What might you suggest, for a way to let folks know that until they have completed payment, their listing remains in draft, no matter how many times they go to edit and submit. What might be the best way to give them the hint that they need to go to their “manage invoices” and complete payment for a package listing to be published. What am I missing now :). I am trying to cut down on phone calls and emails asking.
Thanks again…
-
AuthorPosts