bergmans23
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Dynamically Attach file to return mail based on page idHi Takayuki!
Thanks for the fast response!
Yep, security would be an issue that way.
I had a temporary fix with a java event listener that triggers the class of a already existing button from hidden to visible.
Might be the better idea for now?
Bye
WardForum: Plugins
In reply to: [Custom Post Type UI] Portfolio items do not displayHi Michael,
Thanks! Problem is, neither of them work.
I tried option two before I contacted you, thinking that would be the most logical solution, but no…Bye
WardForum: Plugins
In reply to: [Custom Post Type UI] Portfolio items do not displayHi Michael,
Yep, Portfolio is a different post type, native to Impreza theme. You’re plugin is one of their all time advised addons!
My second function looks like this now:function cptui_demo_add_post_type_to_query( $query ) { if ( is_admin() || ! $query->is_main_query() ) { return; } if ( empty( $query->query['name'] ) ) { return; } $cptui_post_types = cptui_get_post_type_slugs(); $query->set( 'post_type', array_merge( array( 'post', 'page' ), $cptui_post_types ) ); } add_action( 'pre_get_posts', 'cptui_demo_add_post_type_to_query' );But the portfolio items still don’s show.
Bye
WardForum: Plugins
In reply to: [Custom Post Type UI] Portfolio items do not displayHi Michael, hope you’re well?
Yes you’re right, nothing to do with categories, but because the old website had no “diensten” in the slug, I had to loose that in the slug of the new site. That’s why the first function.
But, to be able to call the “diensten” through menu’s and grids, I added function two. This worked great for a while, but all of a sudden, the portfolio pages are not being displayed anymore, until I delete function two. But then, the “diensten” are not being called.
You can find them in two grids on the page:
https://www.vangastelverhuizingen.nl/verhuur-en-verkoop-materiaal/
I’m talking about the rental items like:
https://www.vangastelverhuizingen.nl/portfolio/verhuisdozen-verhuur/
https://www.vangastelverhuizingen.nl/portfolio/kunststof-rolbox/
https://www.vangastelverhuizingen.nl/portfolio/verhuisdeken/and so on.
Trouble is, when I delete the second function, pages like https://www.vangastelverhuizingen.nl/verhuur-en-verkoop-materiaal/
https://www.vangastelverhuizingen.nl/particuliere-verhuizingen/
and so on are not being called through the menu’s.Hope you can help!
Bye
WardForum: Plugins
In reply to: [Registration Options for BuddyPress] Illegal string offsetThat’s a really good idea!! 🙂
Forum: Plugins
In reply to: [Registration Options for BuddyPress] Illegal string offsetHi Michael,
Your message got me thinking…
I just installed Buddypress and all seems well in the world again… 🙂Thanks!!
Bye
WardForum: Plugins
In reply to: [Registration Options for BuddyPress] Illegal string offsetHi Michael,
We’ve been using the plugin for over 18 months now, without any fail. It’s since this week that this error occurs.
And actually, we’ve never had buddypress running, only bbpress…Hope you can help!
Thanks!
Bye
WardHi there,
Yes! That did the trick…
What do we do now? We need that User registration and moderation option…Bye
Ward- This reply was modified 6 years, 3 months ago by bergmans23.
Forum: Plugins
In reply to: Database Populate Forms – Customer Data LocationAnybody?