Giri
Forum Replies Created
-
AuthorPosts
-
Brian, please post your ftp and wp admin login details.
Thanks
Hi most likely the problem comes from your theme.
You need to ADD the filter. So try this code
add_filter('the_content', 'wpautop');
If that doesn’t work post your FTP.
Thanks
This reply has been marked as private.July 1, 2016 at 4:09 pm in reply to: Missing argument 2 for geodir_event_title_recurring_event #219652You can try with home_url filter.
add_filter( 'home_url', 'brian_custom_home_url' ); function brian_custom_home_url( $url ) { return "your url here"; }
July 1, 2016 at 4:01 pm in reply to: Missing argument 2 for geodir_event_title_recurring_event #219643You are welcome Brian 🙂
July 1, 2016 at 3:58 pm in reply to: Missing argument 2 for geodir_event_title_recurring_event #219640Try now
July 1, 2016 at 3:56 pm in reply to: Missing argument 2 for geodir_event_title_recurring_event #219633You theme messed up some of our GD home map styles.
I have added this code in Geodirectory > design > scripts > custom CSS
.geodir_full_page .widget { float: none; margin-bottom: 20px !important; }
I do hope thats what you wanted. Clear your browser cache and you are good to go.
Let me know if you still have any problem.
Thanks
July 1, 2016 at 3:46 pm in reply to: Missing argument 2 for geodir_event_title_recurring_event #219631No Brian, Thats not the code I added.
Your page might be cached. Clear and try again.
Also like i mentioned earlier you were using incorrect map height value. It should be either 425px or something like 50% But you have used just the number 425.
July 1, 2016 at 3:16 pm in reply to: Missing argument 2 for geodir_event_title_recurring_event #219621I think i have fixed that notice. Can you activate the plugin and test it?
July 1, 2016 at 3:11 pm in reply to: Missing argument 2 for geodir_event_title_recurring_event #219619I got it now. You can disable that.
Thanks
July 1, 2016 at 2:59 pm in reply to: Missing argument 2 for geodir_event_title_recurring_event #219614I can access wp-admin now. Could you active the plugin and show me the notice. I need to understand what causes that issue
July 1, 2016 at 2:45 pm in reply to: Missing argument 2 for geodir_event_title_recurring_event #219609Good afternoon Brian,
Your login working. But i’m being redirected to home page instead of wp-admin
Can you give me the page url, where you are getting geodir_event_title_recurring_event error?
Thanks
Can you post you admin credentials? I’m unable to access wp admin using your old creds
@Byron,
can you post your wp-admin and ftp credentials?
I’ll take a look.Thanks
This reply has been marked as private. -
AuthorPosts