Kiran

Forum Replies Created

Viewing 15 posts - 5,671 through 5,685 (of 6,022 total)
  • Author
    Posts
  • in reply to: Display Neighborhood in Title Bar and Page Title? #341979

    Kiran
    Moderator
    Post count: 7069

    Hi Kristin,

    1) Go Pages -> Locations -> Edit Location page -> Yoast SEO meta box -> Edit snippet -> remove %%title%%

    2) Title and meta variables are not available to use in that widget title. But you can add code snippet ( https://gist.github.com/kprajapatii/592f9a227e0cfa8eaf45bb9e34f39b49 ) that will filter title and meta variables from widget title also.

    3) You need to add %%location%% at SEO -> Title & Metas -> Post Types -> Places -> Title template

    4) Location description can be displayed via “Location Description” ( see https://wpgeodirectory.com/docs/location-manager-widgets/#desc ) or via shortcode [gd_location_description] ( see https://wpgeodirectory.com/docs/location-manager-shortcodes/ )

    Thanks,
    Kiran

    in reply to: GEO API Post #341957

    Kiran
    Moderator
    Post count: 7069

    Hi,

    Install plugin https://github.com/WP-API/OAuth1 ( https://wordpress.org/plugins/rest-api-oauth1/ )

    This plugins add 3 endpoints for authentications under route “oauth1”

    
    
    authentication": {
        "oauth1": {
            "request": "http://www.yoursite.com/oauth1/request",
            "authorize": "http://www.yoursite.com/oauth1/authorize",
            "access": "http://www.yoursite.com/oauth1/access",
            "version": "0.1"
        }
    }

    The token variable need to set in http request header when making ajax call.
    For ex:

    
    
    $.ajax({
        url: 'http://www.yoursite.com/wp-json/wp/v2/posts/1',
        method: 'POST',
        beforeSend: function ( xhr ) {
            xhr.setRequestHeader( 'Authorization', 'OAuth oauth_consumer_key=m045BGCecGnT, oauth_nonce=8Biih2, oauth_signature=ibV%2FQq0m7vDC3NrdCo%2BAVmM5Xcc%3D, oauth_signature_method=HMAC-SHA1, oauth_timestamp=1484293880, oauth_token=Uzy2pdmWMVDBznZ3q8iFbB19' );
        },
        data:{
            'title' : 'Hello Moon'
        }
    }).done( function ( response ) {
        console.log( response );
    });

    Please check this example https://github.com/WP-API/api-console which using REST API + OAuth1 plugin.

    Thanks,
    Kiran


    Kiran
    Moderator
    Post count: 7069

    Hi Mark,

    New option has been added in package form to restrict html editor for certain packages.
    This feature will be available in next release of GeoDirectory & Payment Manager.

    Thanks,
    Kiran

    in reply to: Address Error #341413

    Kiran
    Moderator
    Post count: 7069

    Hi Juan,

    Please create new topic with details and post admin credentials there in private reply as you are not owner of this topic.

    Thanks,
    Kiran

    in reply to: Expiring listings #341412

    Kiran
    Moderator
    Post count: 7069

    Hi Jasper,

    It seems you have added FB-login via Kleo shortcode, so you have to contact Kleo theme owner for support.

    Except FB-login, if you have any problem then just provide admin credentials, so we can assist you.

    Thanks,
    Kiran

    in reply to: CSV import/export problems #341403

    Kiran
    Moderator
    Post count: 7069

    Hi James,

    There is new defect(bug) in WordPRess 4.7.1, that causes problem in uploading csv file.

    Please check here – https://core.trac.wordpress.org/ticket/39550

    Thanks,
    Kiran

    in reply to: GEO API Post #341379

    Kiran
    Moderator
    Post count: 7069

    Hi Ray,

    Please check this documentation on authentication – http://v2.wp-api.org/guide/authentication/

    Kiran

    in reply to: Invoicing bug fix #341378

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Display Neighborhood in Title Bar and Page Title? #341369

    Kiran
    Moderator
    Post count: 7069

    Hi

    Please check now http://wheretobaby.staging.wpengine.com/location/california/san-francisco/mission/ & http://wheretobaby.staging.wpengine.com/places/california/san-francisco/mission/

    I have added Titles & Metas variables for titles of location page and places archive page. Now it shows location names in titles.

    All GeoDirectory Titles & Metas variables are available at here – https://wpgeodirectory.com/docs/gd-core-plugin-titles-metas/

    You can use Titles & Metas variables in SEO snippet for pages and for post type also.

    For “I’m not seeing a description showing up here… am I missing a setting for any of these things? Thank you.”
    Can you explain more on which pages and which description missing?

    Let us know.

    Thanks,
    Kiran

    in reply to: Having some issues with search bar #341356

    Kiran
    Moderator
    Post count: 7069

    Hi Tom,

    We have checked from our side and found that javascript from BuddyBoss Wall plugin is conflicts with the ajax search.
    One javascript file buddyboss-wall/assets/js/buddyboss-wall.js#L466 from BuddyBoss Wall plugin taking control over the jQuery AJAX function jQuery.ajax() by overwrite function.
    This causes conflict for jQuery.ajax() function in rest of plugins.
    Check screenshot, it shows taking control over the jQuery AJAX function via window.Code.BuddyBoss_Wall.

    When disabled BuddyBoss Wall plugin, the search functionality working fine as excepted. So you have to contact BuddyBoss Wall owner for support.

    Let us know.

    Thanks,
    Kiran

    in reply to: Split: copy of geotheme 3.7 – URGENT #341334

    Kiran
    Moderator
    Post count: 7069

    Hi JJJ,

    I have checked your site. Before we starts conversion, you need to follow steps given below.

    1) You have installed GeoTheme 3.3.0, please install GeoTheme 3.7.1 also update GeoDirectory plugin.
    2) We need FTP, Database details, that can help us to fix problem incase occurs during conversion.
    3) Take full backup (files + database) from your site

    After completing above steps, we can assist you for conversion.

    Thanks,
    Kiran

    in reply to: BETA TESTERS – Invoicing #340905

    Kiran
    Moderator
    Post count: 7069

    Hi Rainer,

    1) I have created one invoice using sample item and go through checkout process, i did not face “No payment gateway active” problem there.
    I can see “Pre Bank Transfer” description there.

    2) Recently we fixed taxes for merged invoices, to apply this fix i had run tool from Invoicing -> Settings -> Tools -> Fix Taxes for Merged Invoices.
    Now seems taxes working as expected.

    Let us know.

    Thanks,
    Kiran

    in reply to: BETA TESTERS – Invoicing #340806

    Kiran
    Moderator
    Post count: 7069

    Hi Rainer,

    I have checked and found that invoicing package you have installed is little older then most recent one.
    Please download and install most recent dev version.

    Link to download most recent dev version is here – https://wpgeodirectory.com/support/topic/beta-testers-invoicing/#post-273263

    Let us know.

    Thanks,
    Kiran

    in reply to: BETA TESTERS – Invoicing #340788

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: BETA TESTERS – Invoicing #340775

    Kiran
    Moderator
    Post count: 7069

    Hi Rainer,

    Thank you for your feedback.

    Can you post admin credentials in private reply? So we can test on your site for 1) & 2).

    Thanks,
    Kiran

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