Kor
Forum Replies Created
-
AuthorPosts
-
Glad that everything is working well for you now. Let us know if you need anything else.
Hi Neil,
Try using this custom CSS code below and see if it’s what you’re looking for. Insert into GD > Design > Scripts > Custom Style CSS.
.login_form_l { margin-left: 0%!important; margin-bottom: 0px!important; margin-top:20px!important; }Hi there,
I’ve just checked your Website and everything seems to be working fine on my end. Here’s a screenshot for your reference http://prntscr.com/ei6pi2 . Probably it’s just a browser cache issue and I’d like you to clear it and see if it fixes the issue there.
Thanks!
Hi eternity,
I’ve just checked your Website and it looks like there is some sort of conflict going on there. Here’s the console error http://prntscr.com/ei4ud3 . Could you please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Hi Jennifer,
Not really sure if I’m getting this. Could you please share WP temp admin access to your site so we can take a better look? You can post the details here using the private reply option below.
Thanks!
Hi Kerry,
You’re Welcome and I’m glad that worked for you. Enjoy GD
Hi topher,
Could you please generate a new Facebook App ID/Secret key and see if it fixes the issue there?
Thanks!
Hi Kerry,
Just fixed those issues for you and it should look alot better now. Could you please check on it? Here’s the custom CSS I’ve used to fix this which can be found in GD > Design > Scripts > Custom Style CSS as shown in this screenshot http://prntscr.com/ehyx90
#geodir-wrapper-content { width: 63%!important; } #geodir-wrapper { padding: 10px!important; }Hi there,
Could you recreate a new FB app and use the new keys?
Thanks!
This reply has been marked as private.Hi Steve,
You have to make sure both FB keys are correct and you’re able to refresh the access token.
Thanks!
Hi there,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Hi Mitch,
Here’s a filter you can use to display anything above the “sidebar”. Kindly use the code snippets plugin to use the code below. Well, let us know how it goes.
add_action( 'geodir_detail_sidebar', 'some_custom_stuff', 5 ); function some_custom_stuff() { ?> <div class="custom-stuff"> <p>Testing</p> </div> <?php }Hi Neil,
Thanks for your reply. I’ve just inspected that login page and I’m not really sure where you want to position the login box, could you pinpoint it using a screenshot so that I could provide you the correct custom CSS to achieve this?
-
AuthorPosts