Kiran

Forum Replies Created

Viewing 15 posts - 226 through 240 (of 6,022 total)
  • Author
    Posts
  • in reply to: GD Details page can't change sidebar #536461

    Kiran
    Moderator
    Post count: 7069

    Hello,

    PHP snippet can be executed by adding via PHP snippet plugin or by adding in current theme functions.php file.

    For more info check this https://wpgeodirectory.com/docs/useful-plugins/#snippets

    Kiran

    in reply to: Submission Form Maxing out CPU #536459

    Kiran
    Moderator
    Post count: 7069

    Hi Dave,

    I have added alternate calendar queries. Please check and let us know if you see CPU related issue.

    Thanks,
    Kiran

    in reply to: "Upgrade" not working with WooCommerce #536443

    Kiran
    Moderator
    Post count: 7069

    Hi,

    We have fixed issue, please provide FTP password to apply patch on your site. Because password link says “Sorry, I’ve already forgotten that secret.”.

    Thanks,
    Kiran

    in reply to: GD Details page can't change sidebar #536423

    Kiran
    Moderator
    Post count: 7069

    Hello There,

    Try following PHP snippet to apply MagPlus layout settings to GeoDirectory pages.

    
    
    if(!function_exists('magplus_get_opt')) {
      function magplus_get_opt($option) {
        global $magplus_theme_options;
    
        $local = false;
    
        //get local from main shop page
        if (class_exists( 'WooCommerce' ) && (is_shop() || is_product_category() || is_product_tag())) {
    
          $shop_page = wc_get_page_id( 'shop' );
    
          if (!empty($shop_page)) {
            $value = magplus_get_post_opt( $option.'-local', (int)$shop_page);
            $local = true;
          }
    
        // Get local from metaboxes for GeoDirectory pages.
        } else if ( function_exists( 'geodir_is_geodir_page' ) && geodir_is_geodir_page() && ( $page_id = (int) GeoDir_Compatibility::gd_page_id() ) ) {
    		if ( in_array( $option, array( 'blog-sidebar-layout', 'archive-sidebar-layout', 'search-sidebar-layout' ) ) ) {
    			$option = 'main-layout';
    		}
    
    		$value = magplus_get_post_opt( $option.'-local', (int)$page_id );
            $local = true;
    	//get local from metaboxes for the post value and override if not empty
    	} else if (is_singular()) {
          $value = magplus_get_post_opt( $option.'-local' );
          //print_r($value);
          $local = true;
        }
    
        //return local value if exists
        if ($local === true) {
          //if $value is an array we need to check if first element is not empty before we return $value
          $first_element = null;
          if (is_array($value)) {
            $first_element = reset($value);
          }
          if (is_string($value) && (strlen($value) > 0 || !empty($value)) || is_array($value) && !empty($first_element)) {
            return $value;
          }
        }
    
        if (isset($magplus_theme_options[$option])) {
          return $magplus_theme_options[$option];
        }
        return false;
      }
    }

    Thanks,
    Kiran

    in reply to: GD Archive Page with my theme doesn't work #536415

    Kiran
    Moderator
    Post count: 7069

    Hello,

    I have added two template files
    – YOUR-CHILD-THEME/geodirectory.php
    – YOUR-CHILD-THEME/templates/contents/content-geodir.php
    – Chosen template geodirectory.php(GeoDirectory) for GeoDirectory pages.

    Kiran

    in reply to: Cookie named _gd_logged_out_post_author #536414

    Kiran
    Moderator
    Post count: 7069

    Hello Ralf,

    – Un-tick option “Allow posting without logging in?” from GeoDirectory > Settings > General
    – Add following PHP snippet via snippet plugin or add in your current theme functions.php

    remove_action( 'init', array( 'GeoDir_Post_Data', 'setup_guest_cookie' ), 1 );

    – You can also block cookie from your side

    Thanks,
    Kiran

    in reply to: Category descriptions disappeared #536413

    Kiran
    Moderator
    Post count: 7069

    Hi Eva,

    I checked location description for “Brisbane City” location but yet no description added there. See https://smartaussies.com.au/wp-admin/admin.php?page=gd-settings&tab=locations&section=add_location&location_id=2
    Add description to show on front-end side.

    Kiran

    in reply to: GD Archive Page with my theme doesn't work #536304

    Kiran
    Moderator
    Post count: 7069

    Hello,

    Please check and let us know.

    Thanks,
    Kiran

    in reply to: Category descriptions disappeared #536296

    Kiran
    Moderator
    Post count: 7069

    Hi Eva,

    Use location description widget/shortcode on GeoDirectory > Settings > Pages >
    location page content.

    Thanks


    Kiran
    Moderator
    Post count: 7069

    There was column missing in claim table. I re-generated table.

    Kiran

    in reply to: Cookie named _gd_logged_out_post_author #536164

    Kiran
    Moderator
    Post count: 7069

    Hi Ralf,

    That cookie is used to store author unique id when non-logged user adds new listing. So after logged in the author id assigned to the listing which added by non-logged user. Don’t block this cookie.

    Thanks,
    Kiran


    Kiran
    Moderator
    Post count: 7069

    Hi There,

    Issue has been fixed, please check and let us know.

    Thanks,
    Kiran

    in reply to: Distorted / squeezed map icon #536154

    Kiran
    Moderator
    Post count: 7069

    Hi Andreas,

    I checked and it looks like custom css from plugin/theme has affected map marker icon style. For any plugin/theme built-in css conflicts we includes fix in our plugin.

    Thanks,
    Kiran

    in reply to: GD > Listings Categories #535932

    Kiran
    Moderator
    Post count: 7069

    Hello,

    Can you provide screenshot or steps how to replicate?

    Kiran

    in reply to: Category descriptions disappeared #535931

    Kiran
    Moderator
    Post count: 7069

    Hi Eva,

    Location description (country/region/city/neighbourhood) displayed via Location Description widget/shortcode on pages where location is set in url.

    On which pages do you want that description? Or do you want different category description on different city/region?

    Regards,
    Kiran

Viewing 15 posts - 226 through 240 (of 6,022 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount