vytya
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Cherry Sidebars] Class Cherry_Interface_Builder not existYou need to update your theme functions.php
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] google map don’t workSorry I resolve in 3.1.0 version
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] google map don’t workI think I found solution.
At least it working.
Google required api key in param.
wp-content\plugins\real-estate-listing-realtyna-wpl\views\activities\googlemap\tmpl\scripts\js.php
Add string before $javascript variable
$api_key = trim(wpl_global::get_setting(‘google_api_key’, 1));And change $javascript
$javascript = (object) array(‘param1’=>’google-maps’, ‘param2’=>’http’.(stristr(wpl_global::get_full_url(), ‘https://’) != ” ? ‘s’ : ”).’://maps.google.com/maps/api/js?libraries=places,drawing&sensor=true&key=’.$api_key, ‘external’=>true);same
Forum: Fixing WordPress
In reply to: unable to insert images in WP Version 3.5I had plugin “magic fields”.
If you have, also deactivate it.
Viewing 5 replies - 1 through 5 (of 5 total)