floatbeta
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WP MapIt] No popups loading on the map…I fix the links opening new tabs,
Just open wp_mapit.js and wp_mapit_multipin.js
Look for
window.open( this._url );and change it to
window.open( this._url, "_self" );Still haven’t figured out why the popups on the map are not working yet.
I found it on GitHub in the GCS PHP library issues gist. I think I might have something, I believe I am close. I will let you know if I figure it out.
Thanks for the quick reply,
I found this code:
$result = $bucket->upload($file, [ 'name' => !empty($media['name']) ? $media['name'] $ 'metadata' => [ 'metadata' => [ 'customMeta' => 'texthere' ] ] ]);But I got a 500 error. Maybe I didn’t place it in the proper place?
Forum: Reviews
In reply to: [User Wallet Credit System] Charge a percentage?Sorry I forgot to ask also can it be setup with monthly payments?
Forum: Plugins
In reply to: [Frontend Dashboard] Pay to post, different prices by catagories?That sounds great thank you.
Viewing 5 replies - 1 through 5 (of 5 total)