Kor
Forum Replies Created
-
AuthorPosts
-
January 26, 2017 at 5:24 pm in reply to: Placing Widgets in GD SEARCH (on the right by default) to the left #349918
Hi Gerald,
You’re Welcome.
Thanks!
January 26, 2017 at 1:12 pm in reply to: Placing Widgets in GD SEARCH (on the right by default) to the left #349780Hi Gerald,
Sorry for my mistake here. You can enable the left sidebar for seach in GD > Design > Search
Thanks
January 26, 2017 at 12:18 pm in reply to: how to claim listing when i have bulk uploaded already? #349745Hi Kim,
Sorry, I’m not getting your question. Have you checked out this documentation as it explains how claim listing works? https://wpgeodirectory.com/docs/claim-listings-add-on-overview/ . It should cover the entire topic here. Let me know which part of the documentation you’re having trouble understanding.
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. And also share the URL of the page in question.
Thanks!
Hi pauline,
Could you try using this method for the translation and see if it works better? https://wpgeodirectory.com/docs/translate-core/ . If that doesn’t work, please share WP temp admin access to your Website and tell us which texts are not translating for you.
Thanks!
Hi Gerald,
Could refer to this section of the documentation https://wpgeodirectory.com/docs/customizing-your-style/ and try customizing it on your own? Then show us your attempt and we’ll try to help you with this.
Thanks
January 26, 2017 at 10:37 am in reply to: Placing Widgets in GD SEARCH (on the right by default) to the left #349704Hi there,
I’d like you to know that the search listing uses the default listing page. So you can edit the settings in GD > Design > Listing to display the left sidebar and insert the widgets there. Is that what you’re looking for?
Thanks
January 26, 2017 at 7:31 am in reply to: Sorting options by 'rating' or 'reviews' is Z-A not A-Z #349639Hi Cyril,
I’ve just consulted a developer and that is actually the default behavior of the “Category List View” . To change the default sorting method, you’ll have to use a filter for this. Try the code below and see if it works for you. Please use the code snippet plugin https://wordpress.org/plugins/code-snippets/ to apply the custom code below into your Website.
function gd_my_custom_sorting( $orderby, $sort_by, $table ) { global $wpdb; $orderby .= $wpdb->posts . ".post_title ASC, "; return $orderby; } add_filter( 'geodir_posts_order_by_sort', 'gd_my_custom_sorting', 100, 3 );
Hi Van,
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 Katie,
I’ve just taken another look at your Website and it looks like you’ll need some custom CSS to fix the layout issues. If you’re not familiar with CSS styling, I’d suggest that you use a different route. Have you tried some of our free themes from our library? https://wpgeodirectory.com/downloads/category/themes/ . Or, you can start learning some basics of custom CSS following this section of the documentation https://wpgeodirectory.com/docs/customizing-your-style/ .
As for the menu issue, you can insert all the GD pages into a single menu item and you’ll have to do manually. Here are some guides on how to create navigation menus on WordPress https://codex.wordpress.org/WordPress_Menu_User_Guide .
Thanks!
Hi Glenn,
You have both w3 total cache and GD Booster installed. w3tc is not compatible with GD. I’ve just deactivated w3tc and the map is displaying now.
Thanks!
Hi Brian,
Try this custom CSS and see if it works.
#mk-sidebar .widget a { font-size:18px!important; text-transform:none!important; }
This reply has been marked as private.This reply has been marked as private.Hi Telebek,
Have you tried adjusting the Gd > Popular post view widget settings? If you’re not sure, 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. Also please share the URL of the site in question so we can take a look.
Thanks!
-
AuthorPosts