Gega
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Editing problems since upgrading to WordPress 4.9Hi, i just also read it somewhere so i have just passed along the info. I’m glad it solved your issue. ??
Forum: Fixing WordPress
In reply to: Editing problems since upgrading to WordPress 4.9I was having the same problem after updating to WP 4.9. I also had issues with my theme, the page builder and the theme options was not working.
Then I found a solution, maybe it’s related to your problems.
If you’re site is running on a formal language setting, this can be the problem. So simply just change the backend language in your profile (and in the profile of the other admins) to the informal language, and it will hopefully solve your problem.
For example instead of “Deutsch (Sie)” use just “Deutsch”. But this can happen also to Dutch and other languages.
Very annoying that the bug was reported 8 days ago, and they still couldn’t fixed it. :-/
https://core.trac.www.ads-software.com/ticket/42574Forum: Plugins
In reply to: [Role Based Price For WooCommerce] Need special pricingHello,
i will forward your message, and maybe we will contact you next year. Thank you.
Forum: Fixing WordPress
In reply to: Can't move site to new hosting – DB Charset utf8mb4 problemHi Justin,
thanks for the quick answer. Yes i know, also we know that the host is not a good one, but the client have choosed this one, and they have also other domains/hosting there. I thought there is some workaround for this.
But than i think the moving would be the easiest way.
Thanks anyway.Forum: Plugins
In reply to: [WooCommerce] Windos Server – 500 internal server errorProblem solved.
Forum: Plugins
In reply to: [Video.js - HTML5 Video Player for Wordpress] Video won't play in FirefoxHi,
i had the same problem. After a short search in google i found the solution. It’s not the problem of the plugin.
https://www.ads-software.com/support/topic/plugin-videojs-html5-video-player-for-wordpress-doesnt-work#post-2819599The problem is that Firefox and IE9 need to be told the mime type. The solution is to add the mime types to the site’s .htaccess file:
AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webmVery nice, so simple, but nobody knows. I like technic, and specially webdevelopement. ??
OMG!
I just realized, that the guy who made the site, he was overwriting the forms/bookingform/booking-fields.php, and was implementing custom fields.
Hm, is there a way to show this custom fields in the backend?
I also found where i have to put the code, where is the personal details. It’s in classes/em.person.php. Just i don’t know, how could i put it here the custom fields.For example this is a custom field: <input type=”text” name=”xy_street” id=”xy_street” class=”span35 input” <?php if(!empty($_REQUEST[‘xy_street’])) echo “value='{$_REQUEST[‘xy_street’]}'”; ?> />
Anybody?
Yes, i saw the features.
I think this is what i need:
-Customizable Booking Forms: Add new form fields to your event forms, create multiple forms for different events!
-Individual attendee custom forms: Capture more information about each person registered within a booking.I’m right?
To make a field obligatory, it is possible in the free version or not?And also, we have already set up the bookings, changed many things. When we upgrade to the pro version, will it keep the settings? Or it will delete everything?
Thanks!Is it true, that in the Pro version thee is everything inside what i need?
Hi,
just to be sure: on the frontend when the attendee is booking the ticket, he should give all the informations. So in forntend everything is there, but in the backend only the name, phone and email.I have also another question: how can i make the fields obligatory?
Thanks,
G.Hi,
oh i see. Thanks, this a didn’t found. There is too much options in the settings. ??
Yes, is switched on. Should i turn it off?G.
Hi,
actually i’m new to this plugin. Somebody was developing a site, and i have to finish it, and change some things.
Do you mean “no user booking”, that “Allow guest bookings?” is turned on?
Or what should i look?Thanks,
GegaThanks.
I hope they will add this very very soon, because i need this for the shop on which i’m now working.So, here is the example.
I have 3 variations for all products. A, B, and C.
A1 is onlyl inked with B1 and C1. A1 with B2 and C2.
Now somebody have to select first the A1 then B1 and then C1. It’s not practical. It would be nice, when somebody have to select only the A1 or A2, and then automatically would be selected the linked variation to this.
It is possible somehow?
Thanks.