Kor
Forum Replies Created
-
AuthorPosts
-
Hi Jakub,
Thanks for your patience. I’ve applied the PHP code below to remove srcset and could you check and see if it looks correctly now?
add_filter('wp_get_attachment_image_attributes', function($attr) { if (isset($attr['sizes'])) unset($attr['sizes']); if (isset($attr['srcset'])) unset($attr['srcset']); return $attr; }, PHP_INT_MAX); add_filter('wp_calculate_image_sizes', '__return_false', PHP_INT_MAX); add_filter('wp_calculate_image_srcset', '__return_false', PHP_INT_MAX); remove_filter('the_content', 'wp_make_content_images_responsive');
Hi Kai Siemer,
Thanks for your post. This isn’t a known issue and could you share your Website WP admin access here in private reply so that I could compare the difference?
Hi David,
Thanks for your post. It looks like your support status has expired and kindly renew your membership and we’ll investigate this further for you. https://wpgeodirectory.com/downloads/membership/
Hi David Thomson,
Thanks for your post. Could you please share your Website URL here in question so that I could inspect it? Also, if possible share your Website WP admin access here in private reply just in case we need to troubleshoot the issue in the backend.
Hi Ron,
Thanks for your post. You can change the font size using the custom CSS code below.
body ul.geodir-category-list-view li p { font-size: 18px; }
Hi Valerie Lynn,
Thanks for your reply. Feel free to let us know if you need any assistance from us.
Hi Ron,
Thanks for your reply. Are you saying that it opens the browser when you click on the badge? Could you share the URL of the page in question?
February 15, 2020 at 2:46 pm in reply to: Enabling Location Manager Cause Detail page to return 404 #530516Hi vij,
Thanks for your post. Could you try resaving permalinks https://wpgeodirectory.com/docs-v2/geodirectory/settings/permalinks/#404 and see if it works?
Hi Bozena Pagacz,
Thanks for your post. Could you share the exported file here along with your Website WP admin access here in private reply so that we could check this out for you?
Hi antoniomartin,
Thanks for your reply. Sorry, we won’t be able to help much without an access. Could you possibly upload your Website to a staging URL so that we could check on it?
Hi vij,
Thanks for your post. Yes, we can remove it using custom CSS code. Could you share a link to your Website in question?
February 14, 2020 at 8:14 pm in reply to: WordPress removing ALL formatted HTML from content ?! #530400This reply has been marked as private.Hi there,
Thanks for your post. You can install the userswp plugin here https://userswp.io/ which allows your users to manage its own profile.
Hi Ron,
Thanks for your reply. If you’re using the Supreme Directory theme, you should see the share buttons on the top section of the listing https://wpgeo.directory/supreme-directory/places/united-states/california/san-francisco/burger-factory/ . Are you using some 3rd party themes?
Hi Daniel,
Thanks for your reply. Could you please go through this conflict test and see if it helps? https://wpgeodirectory.com/docs-v2/faq/troubleshooting/#conflict-test .
-
AuthorPosts