Paolo
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
everything is stored in the DB… The only thing stored in the server as files are images which are saved in wp-content/uploads.
What you want to overwrite are files in wp-content/themes/directory-starter and wp-content/themes/supreme-directory
Let us know how it goes,
Thanks
This reply has been marked as private.I’m getting:
Problem loading page:
The connection has timed out
Are you sure that’s the correct domain? If yes, what kind of server is hosting the website?
Let us know,
Hi,
If you wish to submit listings in more than one location, you’ll need to install the location manager add-on.
Thanks
Please try this:
add_filter('geodir_detail_page_tab_list_extend', 'geodir_detail_page_tab_list_extend'); function geodir_detail_page_tab_list_extend($tab_array) { if ( 'gd_event' == get_post_type() ) $tab_array['my_new_tab'] = array( 'heading_text' => __('New Tab',GEODIRECTORY_TEXTDOMAIN), 'is_active_tab' => false, 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true,'my_new_tab'), 'tab_content' => ''); return $tab_array ; }I updated the tutorial too.
Thanks for spotting that error.
Hi,
please provide a link and admin credentials in a private reply and we will have a look.
Also let us know the title of one of the listings that isn’t working as expected.Thanks
Hi again,
we can’t provide support for custom code. You’ll need to ask to whoever did that for you to correct it.
Thanks
Hi,
this is due to an incomplete customization made to remove the sidebar from the details page.
I asked to the developers to point out the best way to fix this, but this is really beyond support.
Thanks
Hi,
each website can only have 1 theme active by default. I think there are plugins that allow to set a different theme depending the page/section of your website, but I never tested one and I can suggest one in particular.
Thanks
not at all, the best way would be to overwrite all files via FTP.
Thanks
Thanks for letting us know 🙂
If I were in you I would re-install a fresh copy of both Starter and Supreme. Make sure you don’t have any custom css in either GD > design > scripts > custom css and in the customizer.
Let us know how it goes,
Thanks
Sounds right to me, let us know if you encounter any problems…
Thanks for letting us know 🙂
-
AuthorPosts