rom22
Forum Replies Created
-
Hi Dylan, Thanks for reaching out. I tried for or five time to post on this post: https://www.wpgmaps.com/forums/topic/disable-slideshow-carousel-in-info-window/
It never worked. What I tried to say, was that the code provided doesn’t work. And it shouldn’t have to be like this, you can set the duration of the slider auto play, so why not having a button to disable the auto play ? Why ask people to use a piece of code for this ? Or setting the duration to 0, could also do the trick, but it doesn’t.
Then there is this :https://www.wpgmaps.com/forums/topic/add-button-with-link-as-custom-marker-field/
I really don’t understand why you don’t answer question publicly. Maybe it would have help me with my task, or maybe not, but since you keep your advice private, I will never know.
And again, this : https://www.wpgmaps.com/forums/topic/zoom-level-on-mobile/ The code you provide is working, but you can achieve it without code, when you go into the settings…. So instead of telling people to hack your own plugin, maybe tell them about the settings ? Just a though.
So, now that you know why I I’m not satisfied with your plugin support, here is my goal. I want to have a slider under the map, without auto play, and that when the slider is showing one info windows, it change the design of the corresponding marker, so we can see where on the map this info windows is from. On top of that, when user click on the marker the slider slide to the corresponding info windows slide. If you can help with that, I’ll change my opinion and my note about your plugin. For infos, I’m a developper, so I understand both js and css. You can give me a js code, if it does what I asked, I’ll do the css.
Best,
Forum: Plugins
In reply to: [WP Swiper] The plugin does not work after upgrading to 1.1.8Yes it’s fixed ! thanks
Forum: Plugins
In reply to: [WP Swiper] The plugin does not work after upgrading to 1.1.8Yes, It break for me too, no bullet navigation, and can’t use the arrow navigation ether, it show but don’t do nothing. I’m sorry because you did the new version to correct a bug I had noticed with multiple swiper in one page, but this version has bigger issue now. Can we download older version while you fix it ?
Forum: Plugins
In reply to: [WP Swiper] auto height issue and multiple swiper issueThat’s great thanks ! there is an other issue I have seen. There is a button to position the content of the slide anywhere, but it’s only working in the back office, on the front-end the “.wp-swiper__slide” doesn’t get the “.is-position-bottom-right” class for exemple. That would be a great feature to have. Thanks !
Forum: Plugins
In reply to: [WP Swiper] auto height issue and multiple swiper issuethe issue with prev and next button is only happening if you have one swiper with prev and next navigation, and the next one doesn’t. Same thing with auto height, if one has auto height on, the next one will too. it’s ok if one is not auto height but the next one is.
Ah, ok so after checking, I was missing the web hook in stripe test mode. Now it’s working. Thanks !
Ok, I’ll find an other way then. Last short question, I’m in test mode for now, and I have the email notification Enabled. But the buyer and the seller don’t receive the confirmation email, and also I don’t see the transaction in “all order” in Stripe checkout in my wp admin. I can see the test transaction success in my stripe account though. Is this normal ? Does it only notify when it’s not in test mode ? Thanks,
I think I didn’t explain correctly. I have a custom post with the short code.
The client click on pay, he goes to the checkout page, then he’s back to the site on the thanks page.
When the client has payed, and arrived on the thanks page, I need to use set_post_type($post_id, ‘payed’) to change to type of post.
If I could get the post id where the client is coming from when he gets to the thank you page, I could then use my set_post_type function.
I could also used this id to show infos from the post on the thanks page.
For exemple the thanks page could say something like : “Thanks for paying this : (post_title($post_id))”
Forum: Plugins
In reply to: [Post My CF7 Form] can I use it with MailOptin plugin and save the author?I’m not sure how to use OTP By Email. Do you create the user with MailOptin or with something else ? Or you don’t use MailOptin, and CF7 and OTP are enough to create the users ? Where should I add the [otp-<field-name>] ? Where is the setting to the notification/confirmation email ? Sorry, I’m a bit confused.
Forum: Plugins
In reply to: [Post My CF7 Form] can I use it with MailOptin plugin and save the author?That looks cool ! Let me try. Thanks !
Forum: Plugins
In reply to: [Post My CF7 Form] can I use it with MailOptin plugin and save the author?Yes, I’m only creating them so they can edit the post they posted if the want. If there is a simpler way, I’m all ears ??
Forum: Plugins
In reply to: [Post My CF7 Form] can I use it with MailOptin plugin and save the author?Yes, That’s the problem I guess. I use Mailoptin plugin to register the user.
This help, Thanks !
Yes, that’s what I feared ?? But thanks, it’s still useful, I won’t waist time looking for a parameter in the plugin.
The problem is probably not from browser extension since the client have the same issue. It’s ether some plugin, or the custom theme he’s using.
Do you know a way to block the scripts one by one in the console in chrome or firefox ? That would help narrowing down the problem.
- This reply was modified 1 year, 6 months ago by rom22.
Yes, me neither, this is really weird. I haven’t install the plugin myself, I’m arriving on someone else previous work, and I have been task to change that limit.
In this screen shot you can see the problem. There is a maxlength=”3000″ on the textarea id user-submited-content, and div indicating the 3000 characters limit.
If you’re telling me the plugin doesn’t impose any limit, then it’s probably something else getting in the way.
And if deactivate javascript, the maxlength disepear.
- This reply was modified 1 year, 6 months ago by rom22.