Kor
Forum Replies Created
-
AuthorPosts
-
Hi Xico,
Looks like most of the gd plugins are very old. Please update all the plugins manually and auto updates should work in the future.
Thanks!
Hi Joy,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Hi Joy,
Try replacing it with the below and see if it works. It should look something like this http://prntscr.com/gi444e . If that doesn’t work still, please share Wp temp admin so that I could test the code directly.
.geodir-bubble_desc .geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="addressRegion"] { display: inline-block!important; } .geodir-bubble_desc .geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="addressLocality"] { display: inline-block!important; } .geodir-bubble_desc .geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="addressLocality"]::after { content:","; margin-right:5px; }Hi Joy,
Could you please insert this custom CSS code below and see if it helps?
.geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="addressRegion"] { display: inline-block!important; } .geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="addressLocality"] { display: inline-block!important; } .geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="addressLocality"]::after { content:","; margin-right:5px; }Thanks!
September 7, 2017 at 6:23 am in reply to: Modern Theme detail page edit to Whoop detail page #394569Hi Irene,
I’ve just consulted this with our developer and it’s possible to achieve this using some custom scripts. Kindly install the “Code Snippet” plugin and insert the code below to display the review stars below the title.
function _gd_custom_detail_page_review_below_title() { global $post; if ( !empty( $post->ID ) && geodir_is_page( 'detail' ) ) { $post_avgratings = geodir_get_post_rating($post->ID); ?> <div class="_gd-header-ratings clearfix"> <div class="_gd-custom-stars" style="display:inline-block"><?php echo geodir_get_rating_stars($post_avgratings, $post->ID);?></div> <div class="_gd-custom-count" style="display:inline-block"><a href="<?php echo get_comments_link($post->ID); ?>"><?php geodir_comments_number($post->rating_count); ?></a></div> </div> <?php } } add_action( 'geodir_details_main_content', '_gd_custom_detail_page_review_below_title', 21 );If it doesn’t work, please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Thanks!
Hi Christine,
That custom CSS code I’ve provided should not interfere with the “slideshow” you have on your homepage. Could you please remove it and see if it makes any difference? Also, please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
September 6, 2017 at 2:42 pm in reply to: Facebook iamge used instead of BuddyPress Extended profile image #394492Or if you have a cache plugin running, please clear that too.
Thanks!
September 6, 2017 at 2:41 pm in reply to: Facebook iamge used instead of BuddyPress Extended profile image #394491Hi Marc,
I’ve just checked your Website and I’m able to see the issue there. Please give some time for Facebook to clear its server cache and usually it takes 24 hours or you can try using this tool from Facebook http://developers.facebook.com/tools/debug to clear it manually
Thanks!
Hi Abel,
Kindly review this section of the documentation and see if it’s what you’re looking for https://wpgeodirectory.com/docs/linking-to-google-maps-from-a-detail-page/
Thanks!
September 6, 2017 at 2:01 pm in reply to: gd_listings shortcode's add_location_filter work incorrect #394489Hi Caroline,
Could you please try this shortcode below and see if it works?
[gd_listings post_type="gd_place" layout=2 category="25" post_number="10" list_sort="high_review"]If it still doesn’t work, please share WP temp admin access to your Website.
Thanks!
Hi Irene,
It seems to work now after resaving the permalinks. Could you please check?
Thanks!
Hi Christine,
Please insert the custom CSS code below into Gd > Design > Scripts > Custom Style CSS
header#site-header { background-size: contain!important; }Thanks!
Hi Irene,
That’s what we call a burger menu. Do you mean you want to display the desktop “Navigation Menu” on mobile? If you are, that would require customization. In the meantime, there is actually two buttons http://prntscr.com/ghovo4 on mobile that opens the navigation menu and the account login form.
Thanks!
Hi Irene,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Thanks!
-
AuthorPosts