Giri
Forum Replies Created
-
AuthorPosts
-
Hi there,
I hope you are talking about wide width sidebar in Desktop layout.
I added the following styles in your website. Please test them.
Thanks
#sidebar .geodir-company_info { margin-left:0 !important; } @media (min-width: 981px) { body.geodir-page #left-area { width: 69.125% !important; } body.geodir-page #sidebar { width: 30.875% !important; } body.geodir-page.et_right_sidebar #main-content .container:before { right: 30.875% !important; } }
Hi Rita,
Kc is right. That requires customisation. Please consider hiring someone. You can also try submitting a feature request.
https://wpgeodirectory.com/requests/
Thanks
ok thanks.
You seem like you are using spaces after remove_action
Please try removing it.
Hi there,
No need admin credentials.
Please use this css.
.geodir_more_info span.geodir-i-location, .geodir_more_info span.geodir-i-time, .geodir_more_info span.geodir-i-taxonomy { display:block; font-weight: bold; color: #e34f43; margin: 0 0 6px; }
Hi Eric,
Please post your admin details.
So i can assist you better.
Thanks
Hi there,
Please provide your site url too.
Hi Please post your site url in a private reply. So we can assist you better.
This reply has been marked as private.June 29, 2017 at 12:50 pm in reply to: Fatal error: Call to a member function get_setting() on null in /home/gokaysy/pu #385132I have enabled debugging in wp-config.php file. Change the WP_DEBUG value to false to hide those errors.
June 29, 2017 at 12:47 pm in reply to: Fatal error: Call to a member function get_setting() on null in /home/gokaysy/pu #385131Those errors are related to contact form 7.
June 29, 2017 at 11:31 am in reply to: Fatal error: Call to a member function get_setting() on null in /home/gokaysy/pu #385125Hi gokay,
We don’t support polylang at the moment. We support only wpml plugin. https://wpml.org
Polylang seems like its reusing some part of wpml code. So GD detects it that plugin as wpml plugin.
We will fix that in future versions. For the time being, please disable that plugin and then activate GD and or use wpml plugin.
Thanks
June 28, 2017 at 11:05 am in reply to: Fatal error: Call to a member function get_setting() on null in /home/gokaysy/pu #384983Hi there,
Can you provide the correct credentials?
WP Admin not working and your ftp contents are empty.
Thanks
June 27, 2017 at 11:36 am in reply to: Remove dates from sidebar/Move more info above profile area #384830Hi Shannon,
Try this code for #1
add_filter( 'template_include', 'custom_geodir_event_template_loader',0); function custom_geodir_event_template_loader($template) { if(geodir_get_current_posttype() == 'gd_event'){ remove_filter('geodir_detail_page_sidebar_content', 'geodir_event_detail_page_sitebar_content', 2); } return $template; }
June 26, 2017 at 1:23 pm in reply to: add star rating under event title, add individual rating summary #384747No problem.
Hi Jorge,
Try this code.
add_action('geodir_details_main_content', 'custom_geodir_event_show_shedule_date', 21); function custom_geodir_event_show_shedule_date() { global $post; if ($post->post_type != 'gd_event') { return; } geodir_event_show_shedule_date(); }
-
AuthorPosts