Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Yes the chosen select JavaScript lib is disabled on mobile devices, this is the fallback.
If the find a solution we will add it but for now this is how it has to be.
Thanks,
Stiofan
July 13, 2015 at 3:26 pm in reply to: Site hangs when attempting to edit listing from fronted #45627Hi Jimmy,
The only thing i can think that would do this is if a load of listing were imported while social importer was active, then it’s trying to post all these to FB, it tries to do this and then deletes the list of posts that should be posted, i am guessing the server is hanging and never getting to the point where it deletes the list, can you check for the wp_option ‘gdfi_post_to_facebook’ and delete it and then check again please?
If you still have problems please post FTP,DB and wp-admin details.
Thanks,
Stiofan
This reply has been marked as private.Hi adele,
I don’t have login to be able to disable and see where it should be, here is what neds to be done, if you can’t do it please provide wp-admin details and we will do it for you.
What is most likely happening is you are entering JS int he sidebar which is creating a iframe where it is put, GDB is moving the JS to the footer, we need to tell GDB to not do that, to do this we need so know a tiny unique bit of the JS code an then add this to the functions.php of your theme:
CODE_PART should be replaced with a part of the JS, if could be somethig like “var create_iframe =”add_filter('geodir_booster_script_continue','bsg_exclude_js',10,2); function bsg_exclude_js($res,$code){ if(strpos($code,'CODE_PART') !== false){ $res = true; } return $res; }Thanks,
Stiofan
This reply has been marked as private.I have fixed this and uploaded to your site, there is still some final testing to do but it looks good so far and the change will be in the next version so no need to worry about anything.
Thanks,
Stiofan
July 9, 2015 at 3:29 pm in reply to: Add widget areas to detail sidebar top and in between owner block and content #45149Oops i think i read that wrong, these might be the hooks you are after.
/** * Called before a custom fields is output on the frontend. * * @since 1.0.0 * @param string $html_var The HTML variable name for the field. */ do_action('geodir_before_show_' . $html_var); /** * Filter custom field output. * * @since 1.0.0 * * @param string $html_var The HTML variable name for the field. * @param string $html Custom field unfiltered HTML. * @param array $variables_array Custom field variables array. */ if ($html) echo apply_filters('geodir_show_' . $html_var, $html, $variables_array); /** * Called after a custom fields is output on the frontend. * * @since 1.0.0 * @param string $html_var The HTML variable name for the field. */ do_action('geodir_after_show_' . $html_var);July 9, 2015 at 3:19 pm in reply to: Add widget areas to detail sidebar top and in between owner block and content #45148Hi jkirker,
Maybe this is the second hook u are after, just filter the html and tag on what you want?
https://wpgeodirectory.com/docs/codex/geodirectory_filters/geodir_edit_post_link_html/
Thanks,
Stiofan
Hello, please check now.
#1 You had the default post type set to be hidden from the map so it never appeared, you also had both sidebars active and at normal widths causing content to be pushed down.
#2 please go to Design>Navigation to decide what you want shown in the menu by GD.
Thanks,
Stiofan
I have made it look a bit better, though the details page slider is missing, i have been searching for the reason and all i can tell is it is to do with the theme styles, hopefully paolo has better luck finding the problem or we might need FTP details.
Thanks,
Stiofan
How did u translate “museums” in the .po file or somewhere in WPML?
Stiofan
This reply has been marked as private.Thank you very much! 🙂
We have someone full time on docs now, the next few weeks you will see huge improvements!
Stiofan
Can you try adding this to the CSS as a test,
.home .geodir-breadcrumb-bar { display: none; }What are the sidebar tabs supposed to be like?
Stiofan
“a million star rating for support :)”
5 Stars would be better 😉
https://wordpress.org/support/view/plugin-reviews/geodirectory -
AuthorPosts