Kor
Forum Replies Created
-
AuthorPosts
-
Hi Tom,
Kindly try using the custom CSS code below and see if it works for you.
.single-gd_project_proposal dl.geodir-tab-head [data-tab="#reviews"]{ display:none!important; } .post-type-archive-gd_project_proposal .geodir-addinfo { display:none!important; }
Thanks!
Hi Tom,
Do you mind sharing the URL of the site in question? 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.
Thanks!
Hi Kim,
Could you please grant me “Administrative” access to your Website so that I could check further?
Thanks!
Hi Chris,
I’ve just checked that page and I’m not really sure if I’m getting this. This is what I’m seeing on my end http://prntscr.com/e2ratu . Could you tell us a little bit more about the issue there? Perhaps some screenshots? Also, please share WP temp admin access to your Website just in case we needed it later. You can post the details here using the private reply option below.
Thanks!
This reply has been marked as private.Hi Vincent,
Glad that everything is working well for you now. Let us know if you need anything else.
Hi Kathy,
Glad that you sorted it out yourself. Let us know if you need anything else.
Hi Kathy,
I’m able to see the issue when I click on the listings. 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 Omar,
I’ve just checked your Website on Firefox and I’m able to see the issue there. I don’t think you should insert a value to the margin’s but I’d like to check on it and see if there’s a better way to achieve this. Please share WP temp admin access to your site so we can remove the CSS you’ve applied and also perform some tests. You can post the details here using the private reply option below.
Thanks!
Hi there,
Have a look at this and see if it helps https://wpgeodirectory.com/support/topic/any-way-to-remove-pinpoint-and-review-stars-but-for-a-particular-cpt/#post-339142
thanks
January 31, 2017 at 7:07 am in reply to: Supreme Directory – max. upload size for directory entries #352332Hi Atilla,
Thanks for this. But I’d like to know that customizing the core files is not recommended. Instead, you can use the filter to change this. Since you have some knowledge in PHP, I hope you understand how the code works below. Insert the code below using the code snippet plugin.
function gd_media_image_custom_large_height( $height, $default, $params ) { $height = 1500; // Your height here return $height; } add_filter( 'geodir_filter_media_image_large_height', 'gd_media_image_custom_large_height', 10, 3 ); function gd_media_image_custom_large_width( $width, $default, $params ) { $height = 1500; // Your width here return $width; } add_filter( 'geodir_filter_media_image_large_width', 'gd_media_image_custom_large_width', 10, 3 );
January 31, 2017 at 3:29 am in reply to: Popular and Latest Events widget and recurring events #352246Hi JJJ,
Are you able to provide an updated login credentials so that we could check on this? You can post the details here using the private reply option below.
Thanks!
Hi Ramon,
Alright! Let us know how everything goes.
Thanks!
Hi there,
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 there,
Check out this section of the documentation as it covers this topic. https://wpgeodirectory.com/docs/core-export/ . I’d suggest that you setup all the customs fields that you required in GD and add a few listings, then export it out and use it as a draft to insert the rest of the listings.
Thanks!
-
AuthorPosts