Kor
Forum Replies Created
-
AuthorPosts
-
Hi Don,
Just consulted a developer and he shared this custom PHP code that allows you to achieve what you needed there. Could you please insert it into the “Code Snippet” plugin and see if it’s what you’re looking for.
// Re-order detail page sidebar content function _gd_custom_reorder_sidebar_content( $hooks = array() ) { $hooks = array(); $hooks[] = 'geodir_social_sharing_buttons'; // Sharing buttons $hooks[] = 'geodir_detail_page_google_analytics'; // Google Analytics $hooks[] = 'geodir_detail_page_review_rating'; // Rating Stars $hooks[] = 'geodir_detail_page_more_info'; // Custom Fields $hooks[] = 'geodir_edit_post_link'; // User Links return $hooks; } add_filter( 'geodir_detail_page_sidebar_content', '_gd_custom_reorder_sidebar_content', -10, 1 );Thanks!
Hi Lise,
Glad that you sorted it out yourself. Enjoy GD and have a nice day!
Thanks!
Hi Steve,
Could you check the console and see if you’re getting any errors? If not, please share WP admin and I’ll pass this along to a developer.
Thanks!
Hi Tim,
Thanks for your reply and I’m sorry for not being clear. I’ve changed the custom CSS code below from
.container { width: 100%; padding:0px!important; }to
.page-template-page_full-width .container { width: 100%; padding:0px!important; }Hi Don,
That “Disable Tweet, FB Like” option effects all listing details page. It doesn’t matter which theme you are using. For your next question, could you elaborate a little bit more? May I know which section are you trying to place on top of the sidebar based on this page? http://www.puertoricotravelguide2018.com/places_to_eat/puerto-rico/san-juan/san-juan/restaurant-2/la-guerita/ . It would be great if you could highlight it using a screenshot.
Thanks!
December 21, 2017 at 2:17 pm in reply to: No hace link "Enviar consultas" "Enviar a un amigo" #410249Hi Antonio,
Could you show us an example regarding the “content does not occupy the entire screen”? I think I can help you with the custom CSS.
Thanks!
Hi Lise,
Could you please reattach the screenshot and also provide a WP admin credentials so that I could forward this to a developer for further investigation?
Thanks!
Hi Lana,
Looks like you did not install buddypress as mentioned by Guust. I’ve installed it for you and could you please check and see if it works now?
Thanks!
December 21, 2017 at 7:18 am in reply to: need to remove black bar at the top when user logs in #410227Hi Javier,
Since you’ve BuddyPress installed, you’ll have to use the method here to remove the admin bar https://buddypress.org/support/topic/disable-admin-bar/ . We suggest the “Code Snippet” plugin if you wish to apply custom functions to your Website.
Thanks!
December 21, 2017 at 5:04 am in reply to: need to remove black bar at the top when user logs in #410222Hi Javier,
Could you please update the WP admin credentials so that I could take a look at the backend? Please use the private reply option below.
Thanks!
Hi Don,
You can remove those by switching “Off” the option shown in the attached screenshot. Could you give it a try?
Thanks!
December 21, 2017 at 4:07 am in reply to: need to remove black bar at the top when user logs in #410215Hi Javier,
You should get the same thing on desktop if you have the option shown in the attached switched “On”.
Thanks!
December 21, 2017 at 4:04 am in reply to: GD login link throwing to 404 page for already logged user – FIXED #410214Hi Anderson,
Are you still having issues with GD? If not, please share WP temp admin access in private reply so that we could check on it.
Thanks!
Hi Tim,
Just corrected the custom CSS code for you and it should work properly now. Could you please check?
Thanks!
Hi David,
Could you update your Wp admin credentials so that we could check further?
Thanks!
-
AuthorPosts