Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Sieko,
You just have to have less menu items, mayb try putting “About us” under contact us as a sub menu?
Stiofan
Hi Eric,
I have assigned this to the dev who deals with BP, he will let you know if there is a way on Monday.
Thanks,
Stiofan
If you have the payment manager installed u can set the tags max length for each price package.
(if not i can give you a code snippet)Thanks,
Stiofan
May 27, 2017 at 4:20 pm in reply to: Where to add buddypress widgets and arrange forum in lines? #380370No idea, we don’t have any password protect feature.
Stiofan
1. Use the payment manager listed on that page i gave you.
2. You just have to add your setting, the price packages should copy over as items so should be ok.
3. V2 is built to work with new invoicing, the only thing u will see in the frontend is the checkout page slightly changes.
Thanks,
Stiofan
Thanks for the info, I have updated things for you now.
Stiofan
np we have all been there 🙂
You are resetting the global $post value…
function _my_custom_field_output_multiselect_var_geodir_procurement_vehicle($r_html,$location,$cf) { global $pmpro_view_procurement_vehicles; global $post; $pre = '<div class="geodir_more_info geodir_procurement_vehicle" style="clear:both;">'; $after = '</div>'; if (!pmpro_hasMembershipLevel()) { $r_html = $pre; $r_html .= '<span class="geodir-i-select" style=""><i class="fa fa-dollar"></i>Cooperative Contracts: </span><a href="/membership-account/membership-levels/">Join to see</a>'; $r_html .= $after; } elseif (!pmpro_hasMembershipLevel($pmpro_view_procurement_vehicles)) { $r_html = $pre; $r_html .= '<span class="geodir-i-select" style=""><i class="fa fa-dollar"></i>Cooperative Contracts: </span><a href="/membership-account/membership-levels/">Upgrade to view</a>'; $r_html .= $after; } else { $r_html = ''; /* Want to exit my custom function and return to geodir_cf_multiselect and have default output generated */ return $r_html; } return $r_html; } add_filter('geodir_custom_field_output_multiselect_var_geodir_procurement_vehicle','_my_custom_field_output_multiselect_var_geodir_procurement_vehicle',10,3);Stiofan
Please see here: https://wpgeodirectory.com/support/topic/beta-testers-invoicing/
Stiofan
Yes GD already complies, just make sure all the GD event categories schema is set to EVENT (it should be by default)
Thanks,
Stiofan
Your system is caching the near me values, if u untick the near me and then enter madrid it works. Your search url actually has my GPS values in it, this is still a caching issue.
Stiofan
Just remove the last else statement, that should do it?
Stiofan
Thanks for letting us know you solved 🙂
Stiofan
I use the plugin “AccessPress Anonymous Post”.
If you provide wp-admin and a link to the problem page i will take a look.
Stiofan
I though that was what you wanted? :/ Can you explain how you want it to work then?
Stiofan
-
AuthorPosts