sargon b
Forum Replies Created
-
AuthorPosts
-
Thank you 🙂 I just performed the suggestions you provided. it worked like a charm. great great support!
Yes thank you so much! That solved the issue 🙂 Now I just have to figure out how to make the map take up the entire width of the screen. I used both “100” and “100%” without much luck. Anyways, that’s a much smaller issue for me. Thank you again!
March 10, 2015 at 6:40 pm in reply to: Buddy Press Member Reviews page shows two menu bars and and error #33560ur right. I’m sorry. thank you.
The oddity now is when adding a place.
1. Add Place
2. Register as new user (non buddy press flow)
3. ERROR: User is then redirected to wordpress login after step #2(previously, the user would be redirected either to my home page or the add listing page)
March 10, 2015 at 5:48 pm in reply to: Buddy Press Member Reviews page shows two menu bars and and error #33548This reply has been marked as private.March 5, 2015 at 9:29 pm in reply to: Buddy Press Member Reviews page shows two menu bars and and error #33056This reply has been marked as private.March 5, 2015 at 9:21 pm in reply to: Buddy Press Member Reviews page shows two menu bars and and error #33051This reply has been marked as private.February 12, 2015 at 3:03 am in reply to: url redirect for advert after signup 302 error – url encoding ? #30756A couple other things:
1. I removed the urlencode near line 148 of template_functions.php and this still had no effect
2. The redirect always works for the ‘Sign In’ scenario (regardless of encoding or not)
3. The redirect always fails for the ‘Sign Up’ scenario (regardless of encoding or not)Any idea what is the issue?
February 12, 2015 at 2:38 am in reply to: url redirect for advert after signup 302 error – url encoding ? #30755Hmm, ok I’ve been looking to change my hosting provider anyways. I noticed that your demo site wpgeo.directory is quite fast. Who is your hosting provider for that site?
Also, have any other users experienced the same issue I’m experiencing. My hosting provider is 1&1.
February 9, 2015 at 5:51 am in reply to: url redirect for advert after signup 302 error – url encoding ? #30367could it have anything to do with the .htaccess file?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>February 6, 2015 at 9:34 pm in reply to: url redirect for advert after signup 302 error – url encoding ? #30239This reply has been marked as private.February 5, 2015 at 10:05 pm in reply to: url redirect for advert after signup 302 error – url encoding ? #30152This reply has been marked as private.February 5, 2015 at 9:49 pm in reply to: url redirect for advert after signup 302 error – url encoding ? #30150Thanks. I checked out your demo site – the redirect url looks good on your site from the Add Listing -> Add Restaurant option.
One thing to note though on your demo site is that the user is still directed to the home page, even if the url is fine. (This happens in the sign up flow and not the login flow).
On my site, when I manually reconstruct the url to remove character encodings, things work fine. I wonder what plugins / theme could cause the encoding to occur in the first place. I’m using avada. I’m also using a CDN but not sure if that matters.
February 5, 2015 at 7:12 pm in reply to: Upgrade to 1.3.5 – redirect to create advert not working #30138I tried your solution but am experiencing an issue with what seems to be the URL encoding.
1. non-logged in user: click ‘Add Place’ on http://www.qurbee.com
2. user will be taken to the signup page (redirect part of the url has a lot of escaped characters)
http://www.qurbee.com/?geodir_signup=true&redirect_add_listing=http%3A%2F%2Fqurbee.com%2Fadd-listing%2F%3Flisting_type%3Dgd_place3. after signing up, the redirect takes the user back to the home page of my site (I’ve noticed there’s a 302 response code error)
NOTE: I’ve removed the escaped characters and paste this url into my browser. With this url, the user is correctly taken to the add listing page after signing up. Any idea what’s going on?
http://www.qurbee.com/?geodir_signup=true&redirect_add_listing=http://www.qurbee.com/add-listing/?listing_type=gd_placeJanuary 21, 2015 at 10:53 pm in reply to: Add Listing Link and Listing Link show as dropdowns #28406For me, the “My Listings” is clickable if you’ve already selected “My Listings -> Places”.
context: If you’re already viewing your listings in the author geodashbord page, then clicking on “My Listings -> My Listings” is clickable and will take you to the default all listings view.
question1: Can the clickable sub-item (like “Places”) be indented at all?
question2: Is there a way I can change the clickable to say “Add Place”?
question3: Is it possible to remove the search option from the dropdown?
-
AuthorPosts