laurence anthony
Forum Replies Created
-
AuthorPosts
-
It was the only option for adding hours when I built the site. It was recommended by GD. Why wouldn’t you support it in the upgrade?
This and jqeury .remove() works fine
.logged-in .geodir_m2minfo2 { display: block !important; } .geodir_m2minfo2 { display: none; }
This reply has been marked as private.So we’ll want to hide the renew link on the site?
Then in 1 year, we can change the contents of the renewal emails to better match our subscription packages?Thanks Paolo
Well, I mean more for the customer. If they have a listing on a non-recurring package, get the email to renew, can we have them sign up on the recurring package instead on renewing the non-recurring package?
Hi Alex, do you have recommended method to transition old listings to recurring packages?
they are currently set that way. but they don’t expire(draft). you stated previously that it was due to the package set as recurring and expecting notification from payment gateway.
we need old listings to expire(send email, change to Draft mode) and renewals/new-signups to be on recurring.
So I can remove recurring from the package and listings created prior to installing Invoicing will expire correctly?
Then I should create a duplicate package with recurring enabled and hide the old package from purchase?
This reply has been marked as private.This reply has been marked as private.this did the trick
function _gd_custom_enfold_fix_google_map_conflict() { if ( wp_script_is( 'avia-google-maps-api', 'enqueued' ) && wp_script_is( 'google-maps-api', 'enqueued' ) ) { wp_dequeue_script( 'avia-google-maps-api' ); } } add_action( 'admin_enqueue_scripts', '_gd_custom_enfold_fix_google_map_conflict', 600 );
I have already enabled billing on Google though…
Hi Alex,
This fixed it/*** ALB builder compatiblity for Geodirectoy***/ add_action( 'add_meta_boxes', '_my_remove_actions',0 ); function _my_remove_actions(){ global $post; if(isset($post->post_type) && in_array($post->post_type, geodir_get_posttypes())){ remove_action('dbx_post_sidebar', array( Avia_Builder(), 'handler_wp_dbx_post_sidebar'), 10); } }
Thank you sir!
This reply has been marked as private. -
AuthorPosts