Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Juan,
I have updated your plugins via FTP, you will not enter your licence keys under the plugins page and not the GD page.
Thanks,
Stiofan
Hi Jeff,
The arrow on the end of the item denotes its a sub menu item, we used mmenu for that and i see in their latest version they have changed it so you can click anywhere, not just the arrow, i will update our script also.
Thanks,
Stiofan
I would first try changing some of the var(255) to TEXT in the DB, try to do this only for fields you don’t plan on making searchable, this should let you add more to the table.
Let me know how you get on.
Thanks,
Stiofan
Hi Juan,
If it happens again just let us know 🙂
Thanks,
Stiofan
Hi David,
Have you entered your licence keys under GD> Updates/Licencing? (soon to change to entering in plugins page)
Stiofan
I can’t replicate this, what browser and OS are u using?
Thanks,
Stiofan
“Website Payments Standard offers Recurring Payments or Subscriptions.
This service is managed/maintained by PayPal and “requires” the customer to have a PayPal Account. When the customer makes a Subscription purchase, he or she is redirected to PayPal. Once on the PayPal Screens the customer can either sign into their PayPal account, or they would pay with their credit card and during the process, create a PayPal account.”Stiofan
I thought i had replied here sorry, i have added the location switcher to the sidebar, can you try and recreate now?
Thanks,
Stiofan
We just released a new ver of GD, can you update and see if that resolves it.
Thanks,
Stiofan
If you replace this file it should fix it for kleo:
https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/compatibility/Kleo.phpStiofan
ok this took me 2 seconds, not perfect but a start
add_action('sd_details_featured_area_text','_my_stuff'); function _my_stuff(){ global $post; echo "<div style='z-index: 10;width:100%;height:65vh; margin-top: -32px;'>"; $map_args = array(); $map_args['map_canvas_name'] = 'detail_page_map_canvas_top'; $map_args['width'] = '100%'; $map_args['height'] = '65vh'; if ( $post->post_mapzoom ) { $map_args['zoom'] = '' . $post->post_mapzoom . ''; } $map_args['autozoom'] = false; $map_args['scrollwheel'] = ( get_option( 'geodir_add_listing_mouse_scroll' ) ) ? 0 : 1; $map_args['child_collapse'] = '0'; $map_args['enable_cat_filters'] = false; $map_args['enable_text_search'] = false; $map_args['enable_post_type_filters'] = false; $map_args['enable_location_filters'] = false; $map_args['enable_jason_on_load'] = true; $map_args['enable_map_direction'] = false; $map_args['map_class_name'] = 'geodir-map-detail-page-top'; $map_args['maptype'] = ( ! empty( $post->post_mapview ) ) ? $post->post_mapview : 'ROADMAP'; echo geodir_draw_map( $map_args ); echo "</div>"; }Thanks,
Stiofan
Hi Sean,
There should be some updates tomorrow.
Thanks,
Stiofan
That would require customisation which we do not provide. We can help you with what hooks you might need if you would like but you would have to write the code.
Stiofan
text fields are not stored on the table so should take up less room, than a varchar 255 for example.
Can you give me wp-admin and phpMyAdmin access and i’ll see if i can spot anywhere you can change things.
Thanks,
Stiofan
Hello,
This is becasue YOAST is taking over, there is a option in GD>Titles & Meta>Disable overwrite by Yoast SEO titles & metas on GD pages.
Thanks,
Stiofan
-
AuthorPosts