Paolo
Forum Replies Created
-
AuthorPosts
-
I told you to delete this:
advanced-cache.php
booster_cache (if still there)
cache
w3tc-confignot just w3tc-config. Did you?
The 403 error it is giving right now seems a server problem. Try to delete the .htaccess file in the root of your server.
If you provide Cpanel access I’ll fix this things for you.
Thx
March 2, 2015 at 9:24 pm in reply to: GeoDirectory Buddypress Integration Addon Beta released #32621While that one should work, cause I use it in one of my sites, you can try this instead:
add_action('init','wplogin_redirect'); function wplogin_redirect(){ global $pagenow; if( 'wp-login.php' == $pagenow ) { wp_redirect('/?geodir_signup=true'); exit(); } }I used this function here: http://dropct.com/enfold/wp-login.php and it works.
Thx
March 2, 2015 at 9:15 pm in reply to: GeoDirectory Buddypress Integration Addon Beta released #32617hi,
you can’t attach a php file, please zip it 1st.
Thx
Hi,
please revert to what it was and change he folder name back to wp-content monentarely waiting for our developer to provide a fix.
Thank you
March 2, 2015 at 8:57 pm in reply to: GeoDirectory Buddypress Integration Addon Beta released #32611make sure it is before the ending php tag. ?>
Or check your server error log and let us know what kind of error you are getting.
Thx
Hi,
while I can access FTP via browser, I can’t seem to be able to access using a FTP client of any kind.
One thing I’ve noticed is that you still have stuff from w3 total cache left in there.
I’d try to remove GD Booster (i reinstalled it), than go into wp-content and remove everything that belongs to caching plugins.
advanced-cache.php
booster_cache (if still there)
cache
w3tc-configThan re-install GD Booster, activate and it should work.
Thanks
Please read my reply above.
Thanks
No it shouldn’t happen. If you post a link I can give it a try and see if it’s doing it wrong or right?
Let us know,
HI,
there must be a function somewhere overriding our excerpt.
I’ve already asked to developers to add appropriate priority to our function so that it doesn’t get replaced by other functions. That should fix your problem too and we hope to release a new version tomorrow or the day after.
Thanks
hi,
I just re-tested and works like it should.The only reason that wouldn’t make it work is that it’s not being copied correctly or pasted in the wrong place.
It should be placed in your active theme functions.php.
Let us know,
Thx
At the moment you can only change wp-content to wp-asempa in geodir_reviewrating_functions.php
That should temprarly solve. Next version will include the fix and that should be definitive.
Let us know,
Thx
You are welcome. 🙂
March 2, 2015 at 7:53 pm in reply to: GeoDirectory Buddypress Integration Addon Beta released #32599Hi,
try this in your theme functions.php file:
function gd_redirect_login() { wp_redirect( home_url( '/?geodir_signup=true) ); exit(); } add_action( 'login_form_login', 'gd_redirect_login' );Let us know,
Thx
March 2, 2015 at 7:44 pm in reply to: Recent Reviews widget in listing and search sidebar not showing #32597Hi,
in our demo the widget works in all sidebars.
http://wpgeo.directory/restaurants/
http://wpgeo.directory/?geodir_search=1&stype=gd_restaurant&s=+&snear=&sgeo_lat=&sgeo_lon=We should have a look at your website to see why it is not working, but I suspect there is another plugin creating a conflict.
Let us know,
Thx
That’s because you have GeoLocation on and the location has been shared.
Go to GD >> Advance Search and disable Disable geolocate on first load or enable Ask user if they wish to be geolocated
Thanks
-
AuthorPosts