kgw203
Forum Replies Created
-
when I add the custom li, it doesn’t open the url/page I ask for. it seems to be opening a blank tab in the UM account.
for example if I add <li><a href=”https://site.com/sitepage”>Site Page</a></li>… it doesn’t open Site Page… it stays on the UM Account page and then has blank content to the right of the account tab menu.
thoughts?
I need the tab link to open a different page completelyHi @aswingiri
thanks for the info. I tried it and was successful in adding a Gift Card tab. UNFORTUNATELY, the coding of the Woocommerce Gift Cards plugin requires quite a bit of other coding included with the Woocommerce My Account that UM My Account doesn’t have. (Such as being able to reference your gift card balance, or showing success messages. ALSO, we have woocommerce subscriptions and that Account Tab is supposed to have the ability to use gift card for balance, which UM Account doesn’t support). So I was not able to fully incorporate.NEW SOLUTION/QUESTION
With these custom tabs, is there an easy code to have it be to a custom url?
For example, create a custom tab in UM My Account called Gift Cards, and then have it open a new url (like mysite.com/woocommerceaccount/giftcards)?following. This is a big issue for our site, too
This worked perfectly, thanks!
I was also able to use hooks to add to the profile page.Thank you so much!
Headache resolved.(thanks for the speedy response!)
the column is user_nicename
Forum: Plugins
In reply to: [The Events Calendar] There has been a critical error on this website.are there suggested versions of The Events Calendar, Events Tickets and Event Tickets Plus to rollback to in order to avoid this issue until it is fixed?
Forum: Plugins
In reply to: [The Events Calendar] There has been a critical error on this website.this didn’t seem to help either. the event pages still have major errors
but I’m not really looking for a solution that turns off redis compression.
any idea on a timeline for a fix for this? I’d rather not migrate to a different plugin solution for my events and tickets.
thanks
Forum: Plugins
In reply to: [The Events Calendar] There has been a critical error on this website.This didn’t work for me.
Also turning off our compressing/cacheing isn’t a good fix for the issue. Please let me know when the issue has been fixed. I’d rather not migrate to a different plugin solution for my events and tickets.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Fatal PHP errorSame issue. following
Forum: Plugins
In reply to: [The Events Calendar] There has been a critical error on this website.same issue, following
Forum: Plugins
In reply to: [Social Count Plus] Youtube count is WRONGnevermind, ignore this! was confused and thought the theme developer was using your plugin
Forum: Plugins
In reply to: [Event Calendar With Map View(ECWMV)] Where to enter Google Maps API KeyI have the same issue / question. did this ever get solved?
Forum: Plugins
In reply to: [Lazy Load for Videos] Thumbnails resizing on page loadi’ve further narrowed down the issue, but still no solution.
the image resize effect occurs when one or more of the other videos are from a youtube video with no maxres thumbnail. presumably wen the plugin is looking for the higher quality thumbnail, can’t find it, THEN resizes all videos appropriately. any thoughts on fixing this jump?
seems to be some sort of jquery stacking issue? with some plugin or theme doing something. found this, adding it to functions worked for me:
if (!is_admin()) { wp_deregister_script('jquery'); wp_register_script('jquery', ("https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"), false, '1.11.3'); wp_enqueue_script('jquery'); }
same issue with me, no carousel viewer. also the captions appear over the thumbnails already (they used to be hidden and appear on rollover)