Kiran
Forum Replies Created
-
AuthorPosts
-
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,
KiranHi,
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,
KiranJanuary 13, 2017 at 3:44 am in reply to: Limit description editor options for certain packages (not by post type) #341915Hi 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,
KiranHi Juan,
Please create new topic with details and post admin credentials there in private reply as you are not owner of this topic.
Thanks,
KiranHi 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,
KiranHi 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,
KiranHi Ray,
Please check this documentation on authentication – http://v2.wp-api.org/guide/authentication/
Kiran
This reply has been marked as private.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,
KiranHi 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,
KiranHi 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 siteAfter completing above steps, we can assist you for conversion.
Thanks,
KiranHi 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,
KiranHi 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,
KiranThis reply has been marked as private.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 -
AuthorPosts