Kor
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi Derek,
Where did you insert the widget? Please share the URL of the site in question so we can take a better look at it and also WP temp admin access to your site. You can post the details here using the private reply option below.
Hi Paul,
That looks like a WordPress post. 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 Brendan,
It’s definitely not recommended to display two columns on mobile for UX purposes but if you insisted, you can use the custom CSS code below to check out how it looks like. Insert into GD > Design > Scripts > Custom Style CSS.
Furthermore, as mentioned by Alex, we are not providing support to change the basic layouts as it falls outside of our support scope and I hope you understand. Please use the code below at your own risk and you can learn more about customization via CSS here https://wpgeodirectory.com/docs/customizing-your-style/
@media (max-width: 668px) { .sd .geodir_category_list_view li.gridview_onethird, .sd .geodir_category_list_view li.gridview_onefourth, .sd .geodir_category_list_view li.gridview_onefifth { width: 50%!important; float: left!important; } }This reply has been marked as private.Hi Samuel,
GD uses the default WP role settings and I’d like you to check out this article as it explains more about this http://www.wpbeginner.com/beginners-guide/wordpress-user-roles-and-permissions/
Thanks!
KC
Hi Aron,
Please review the following this article and see if it helps. https://wpgeodirectory.com/docs/changing-the-layout-of-addresses/
Hi there,
Do you think you can share the exact position of the location you’d like to display the custom fields? I’m not sure if I’m getting this correctly. Also, share some links and tell us what are you trying to achieve there. You can post the details here using the private reply option below.
Thanks!
Hi Laura,
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 Adel,
Replace the above with this and see if it works.
@media only screen and (max-width: 768px) { .geodir-map-home-page .geodir_toggle ul.main_list { display: none; } .map_category { display:none; } }Hi benny,
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 Josh,
I’m able to see the issue using this link https://www.accessible-japan.com/?geodir_search=1&stype=gd_hotel&s=keio&snear=&sgeo_lat=&sgeo_lon=&set_location_val=10&set_location_type=2 . 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 Jonathan,
This could be a conflict with another plugin. Could you please try deactivating all non-gd plugins and see if it works? If not, 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 Beam,
Thanks for your reply. Like I’ve mentioned earlier, it’s a cache related issue. It should be fine now, but if it comes back again, please let us know.
Thanks!
Hi Abel,
Use this custom CSS below to fix that.
@media only screen and (max-width: 500px) { .geo1280-placeholder { margin:0px!important; } } -
AuthorPosts