Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
location selected are stored in sessions, but only for GD pages, not for Buddypress pages.
It would require a heavy customization changing this. Not something we could provide support for.
Thanks
Hi,
are comments open in Settings >> Discussions?
If you provide admin credentials in a private reply we can have a look at your settings and let you know.
Thanks
Hi,
with some custom html and CSS everything can be done.
However there is no other way to do it.
What would you like to change exactly?
Thanks
In spanish please? I really dont understand what you are trying to say…
Gracias
Sorry, I didn’t notice it was multisite. I’m not 100% because of a cold and I can’t even find what Stiofan might have added, so I’ve asked him to follow up.
Sorry for being useless today 🙁
He’ll reply asap.
Thanks for your patience,
Please try to explain what you are trying to do, the quesiton is not clear.
Thanks
Hi,
please refer to the topic where you ask how to remove the mobile tabs menu. The process will be similar.
More details here: https://wpgeodirectory.com/support/topic/changing-gallery/#post-40738
You could also have a look at the codex: https://wpgeodirectory.com/docs/codex
Thanks for searching in the forum before posting too.
Cheers,
Hi,
this should do it:
.geodir-event-meta { display: none; }Let us know,
Thanks
Hi deraadike,
I believe he didn’t set the reply as private at 1st. I’m testing now anyway and will let you know.
Thanks for the heads up
Hi,
that code can’t be removed directly from the plugin files unless you are ok removing it after every update.
The only way to proceed would be:
1st remove tabs completely with this in functions.php:
remove_action('geodir_details_main_content', 'geodir_show_detail_page_tabs', 60);Copy function geodir_show_detail_page_tabs from custom_functions.php file line 1381 to 1692
Paste it in your functions.php file and rename it function my my_geodir_show_detail_page_tabs
Delete or comment out the code for mobile tabs menu:
<div id="geodir-tab-mobile-menu" > <i class="fa fa-bars"></i> <span class="geodir-mobile-active-tab"><?php echo $active_tab_name;?></span> <i class="fa fa-sort-desc"></i> </div>Add back your new function with altered code.
add_action('geodir_details_main_content', 'my_geodir_show_detail_page_tabs', 60);Thanks
February 3, 2016 at 5:32 pm in reply to: bbPress (Hidden) Open Forum 'Closed' and not Publishing #116421Thanks for sharing. 🙂
Hi,
we are still missing an answer:
did you try adding this in your theme functions.php file as requested?
function newr_dequeue_script() { wp_dequeue_script( 'jquery-ui-autocomplete' ); } add_action( 'wp_enqueue_scripts', 'newr_dequeue_script', 1000 );This should ahve solved if you tried it.
Let us know,
Thanks
Hi,
please go to Appearance >> Widgets >> GD home content section and open the GD Popular post view widget. Set grid column 5 and sort by random and you’ll achieve what you want.
Let us know if this helps.
Thanks
Please provide credentials. I’ve flagged this for the developers to check.
Thanks
Hi,
The current location I’m sure not, cause location/me isn’t a real locatoin, but I’ll ask if it is possible to display Near Me instead.
We’ll let you know asap.
Thanks
-
AuthorPosts