JasperPress
Forum Replies Created
-
Forum: Plugins
In reply to: [Testimonials Widget] URL target doesn't workThis seems to work!
Forum: Plugins
In reply to: [Testimonials Widget] URL target doesn't workHi Michael,
I am using this shortcode on a page:
[testimonials target="_new"]
And yes, I already reset the options. I also tried other strings like “new”, “blank”, “_blank”, etcetera.
Forum: Plugins
In reply to: [Multiple content blocks] block not showing in adminIt works now…
Seems it needed some time to reinitialize the template or something…
I might have skipped the step to load the front-end or something, can’t remember.Resolved for me anyway!
Forum: Plugins
In reply to: [Multiple content blocks] block not showing in adminI have the same problem. It might have to do with WordPress 3.9.
Any ideas?Forum: Plugins
In reply to: [Testimonials Widget] Custom orderYeah I know, I meant the [testimonialswidget_list] shortcode of course.
But you’re saying there is no way other than sorting random, by id or by name… Nothing custom?
I am not very keen on a workaround because my customer needs to be able to change it himself.It seems to be due to the wpautop filter in other shortcodes I use in the theme, this breaks the WP GOole Map Plugin shortcode.
I used another filter instead of the wpautop and now it works.
Forum: Plugins
In reply to: [WP Customer Area] Feel like translating the plugin?I was updating the Dutch translation files for version 4.x, but the “First Name” and “Last Name” fields won’t translate. What could be the problem?
Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] Not redirecting. Period.Wait, I think I already found the solution.
Not sure what I did right/wrong but it seems to be working now.Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] Not redirecting. Period.I’m also having problems with redirecting in WP 3.8.
Looks like all the scripts are loading correctly, the page just won’t redirect to the next step and all the filled in data remains on the page, even after navigating to different pages and then returning to the form.
Any thoughts?Forum: Plugins
In reply to: [WordPress Access Control] Default post state for custom post typesAnyone has the same problem or maybe a solution/workaround?
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Different shortcodes in multisite installationYeah, I already tried that version. It caused the map to be stuck at “loading…”
The best workaround seems to be the conditional statements as you sketched it. I used: if(is_page(43)) etc. and it works!
I only had to add this line at the bottom:
add_filter( ‘bgmp_map-shortcode-arguments’, ‘setBGMPMapShortcodeArguments’ );Thanks for the help!