-
obvio posted on the forum topic custom post type rewrite rule not working with gpress in the group gPress: 14 years, 3 months ago
I think I found the problem in gpress-post-types.php line 93 flush_rewrite_rules(); you flush the rules on every page load.. so it looks to me not right not logic-wise nor server-efficient.
looking forward to your thoughts on that. -
obvio started the forum topic custom post type rewrite rule not working with gpress in the group gPress: 14 years, 3 months ago
hi, my set up is a bp site with gpress. I also have a couple of custom-post-types with the rewrite slug ‘turned-on’ in the register_post_type function as follows: ‘rewrite’ => array(‘slug’ => “resources”, ‘with_front’ => false) problem is that I always get a 404 trying to view these custom posts (i have a single.php and […]
-
obvio posted on the forum topic js collision with gravityforms in the group gPress: 14 years, 3 months ago
thanks!
-
obvio posted on the forum topic js collision with gravityforms in the group gPress: 14 years, 3 months ago
had a better look in your code, i think it comes from gpress-init.php lines 38-40
wp_deregister_script( ‘jquery-ui-tabs’ );
wp_register_script( ‘jquery-ui’, GPRESS_URL.’/gpress-admin/js/ui-customised.js’);
wp_enqueue_script(‘jquery-ui’);commenting those made everything work ok on gravityforms, it looks like u add your OWN tabs/ui and gravity…[Read more]
-
obvio posted on the forum topic js collision with gravityforms in the group gPress: 14 years, 3 months ago
it looks only on the backend.
edit form page has some of your code in it:it looks to me that this is the extra bit that collides.. gravityforms’s suggested looking at their admin pages to see what “doesn’t belong there”.
disabling jQuery on gPress’s advanced menu doesn’t help either.
thanks!
-
obvio started the forum topic js collision with gravityforms in the group gPress: 14 years, 3 months ago
just to let you know, activating gPress interferes with GravityForms 1.4 beta.
-
obvio posted on the forum topic integration with gravity forms in the group gPress: 14 years, 3 months ago
thanks for the fast response! I’ll have a look at it, what comes into mind now is removing a field in the form’s array and pushing the map instead. can you shortcut my search for the (php) function that generates that “insert map” form? thanks again, I’ll keep you posted if I manage to tackle […]
-
obvio started the forum topic integration with gravity forms in the group gPress: 14 years, 3 months ago
hi, thanks for a great plugin! I’m trying to build a site where users submit posts and need to geo-tag them, is there a way to bring the “Insert a Map” button/functionality to the front-end and to integrate it with gravityforms? I’m currently using their form to let the users submit a post for revision. […]
-
obvio joined the group gPress 14 years, 3 months ago
@obvio
Active 8 years, 5 months ago