Quimbly
Forum Replies Created
-
Forum: Plugins
In reply to: [Olevmedia Shortcodes] Conflict with NextGen GallerySame problem here.
Yes, this is what I’m not wanting to have to do, but there might be no other choice. Thanks anyway.
Also seeing the same problem. Did you ever come to a solution?
Well, it’s hard to track down. I see the error here:
“Support for eval(code, scopeObject) has been removed. Use |with (scopeObject) eval(code);| instead. Line 9”
File: %7Bmain,places%7B.js
I believe this is part of the Google map on the page.Incidentally, notice how the map is half off the page also. This just started happening recently as well. Maybe it’s related?
– Allow guest bookings? yes
– Approval required? no
– Reserved unconfirm spaces: no
– Can users cancel their booking? no
– Allow overbooking when approving? no
– Allow double bookings? no– Display login form? no
– Single ticket mode? no
– Show ticket table in single ticket mode? no
– Show unavailable tickets? no
– Show member-only tickets? no
– Show multiple tickets if logged out? yes– Enable No-User Booking Mode? yes
– Allow bookings with registered emails? no– Enable recurrence? yes
– Enable bookings? yes
– Enable tags? yes
– Enable categories? no
– Enable event attributes? yes
– Enable event custom fields? noDoes that about cover it?
Also, I’m getting this error message if I try to register as a guest, entering ONLY and email address and no other fields:
“Registration successful. However, there were some problems whilst sending confirmation emails to you and/or the event contact person. You may want to contact them directly and letting them know of this error.”
Is there an error log or something similar that will give me some clues as to what is wrong?
Yes, that seems to be the case. Once I logged out, I was able to see all of the fields.
However, I am noticing that it’s not just me. Some of the visitors to the site are having the same problem. They may have user accounts, and they might be logged in. The problem is that when they submit the form, their user credentials (e.g. real name) are not used in the form submission. So I get a notification message that has no name or phone number — only number of spaces and a comment.
Not sure exactly what I did. I created a new form and started to modify some of variable settings. That’s when it stopped working.
Actually, I’ve uninstalled the plugin and have used a different one. So, unfortunately, I can’t show you.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Extra blank field is dislayingActually, I was wrong. The fields were correct; they were just oversized, so the labels were not lining up with the input boxes. I just made some CSS changs to re-align them.
Thanks, Tizz. I found that info out from another thread. So, I’ll chime in here and say that I found that solution to be helpful. I was linking to the gallery page directly, but (1) it wasn’t displaying the gallery title, and (2) it had an awful URL. So, using an individual page to display the gallery is really a better solution, as it solves both these problems. And, I can add some extra text on the page also, if I need it.
Any updates on this? I see some posts from 4 years ago, but surely those are out of date.
The problem appears to be that I had Javascript disabled in Chrome. When Javascript was disabled, the styling of the bar was different. When I enabled Javascript, the styling was consistent with what was on the other browsers.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Shared link gives 404 errorBut, in case anyone is wondering…
In plugins/yith-woocommerce-wishlist/templates/share.php
…I changed:
{ echo YITH_WCWL_UI::get_share_links( $yith_wcwl->get_wishlist_url() . ‘&user_id=’ . get_current_user_id() ); }
to
{ echo YITH_WCWL_UI::get_share_links( $yith_wcwl->get_wishlist_url() . ‘?user_id=’ . get_current_user_id() ); }
And this resolved the problem.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Shared link gives 404 errorPossibly — I’m not sure. I’ve had my permalinks set to “post name” before I installed the plugin, and haven’t changed it since.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Shared link gives 404 errorHi. I’m having the same problem and would also like to know where I can change the code to update this. I don’t see a share.php file. Any ideas?
EDIT: Oh.. THERE it is!