Kor
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.
Hi Samuel,
Yes, that’s correct. But you can try this https://wpgeodirectory.com/docs/common-code-snippets/#package and see if it helps.
Thanks!
This reply has been marked as private.Hi Drashida,
I’ve just inserted the custom CSS code below to fix this. Could you please check?
div#mceu_48 { visibility: visible!important; height: 200px!important; }Thanks!
This reply has been marked as private.Hi Steve,
I’m getting lots of jQuery errors on the console http://prntscr.com/gyyyxg . I’ll forward this to a developer for further assistance.
Thanks!
Hi Abel,
I’ve just checked that video and I’m not sure what’s wrong there. You’re just scrolling down the Website or did you attach the wrong file? Could you please check or elaborate?
Thanks!
October 18, 2017 at 11:55 am in reply to: For No Review Listings how can we hide the "No Reviews" link #401315Hi Alphonso,
Unfortunately, achieving this would require customization. But I’ll forward this to a developer for a second opinion.
Thanks!
Hi Abel,
Please try inserting this custom CSS into GD > Design > Scripts > Custom Style CSS and see if it fixes the issue you had there.
.gd-cptcat-row.gd-cptcat-gd_place.gd-cpt-flat { width: 100% !important; }Thanks!
Hi Lydia,
I’ll get a developer to help you with this. Sorry for the delay.
Thanks!
Hi Alphonso,
Insert this custom PHP code into “Code Snippet” plugin or your theme’s functions.php file
function _gd_custom_popular_post_category_atts( $out, $pairs, $atts, $shortcode ) { if ( (geodir_is_page('home') || geodir_is_page('location') ) && empty( $out['before_title'] ) && empty( $out['after_title'] ) ) { $out['before_title'] = '<div class="gd-custom-' . $shortcode . '">'; $out['after_title'] = '</div>'; } return $out; } add_filter( 'shortcode_atts_popular_post_category', '_gd_custom_popular_post_category_atts', 10, 4 );Then insert the custom CSS code below into GD > Design > Scripts > Custom Style CSS
.gd-custom-popular_post_category { display:none!important; }Thanks!
Hi Sayllus,
Looks like all the GD plugins are outdated. Please update everything and also, are you referring to the “is featured” option in the “Pricing Manager” addon ? https://wpgeodirectory.com/docs/prices-and-payments-add-on-overview/
Furthermore, you need to install the “Post 2 Post” plugin in order to use the Geodirectory Lists plugin. Refer to the “Prerequisites” here https://wpgeodirectory.com/docs/geodirectory-lists-overview/
Thanks!
Hi Alphonso,
Please open a new ticket for this question.
Thanks!
-
AuthorPosts