einstein green
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] fixing payment failure for subscriptionsyes it’s woocommerce subscriptions plugin, and we have a license. I can’t see where to open a support request on that wordpress.com site – is that where woocommerce support has moved to? can you help me with that?
Forum: Plugins
In reply to: [WooCommerce] edit-address missing on account pageNOTE: I just noticed that the “rediger” (edit invoice) link on the Faktureringsaddresse box doesn’t work, though the “tilf?j” (add delivery address) link below it does. Any idea why that would be happening?
My client fixed some of the Pages manually but all others are being restricted instead of being globally accessible. Like this one: https://www.andesworldtravel.com/trips/ecu-41-best-of-ecuador-trip/
- This reply was modified 2 years, 10 months ago by einstein green.
Forum: Plugins
In reply to: [Enable jQuery Migrate Helper] Add direct link to plugin settingsthanks @mrfoxtalbot – I couldn’t find the settings anywhere!
Forum: Plugins
In reply to: [WooCommerce] Removing Sort by on WooCommerce Shop Pagethat code did not work for me either ??
Forum: Plugins
In reply to: [WooCommerce] Removing Sort by on WooCommerce Shop Pagethanks for your help
I am using EnfoldForum: Plugins
In reply to: [WooCommerce] Removing Sort by on WooCommerce Shop PageI am having the same problem. Added the code to my child theme functions.php but the “sort by” thing is still there.
this is all the code I have there:/* Remove "Default Sorting" Dropdown @ WooCommerce Shop & Archive Page*/ remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 10 ); /*Remove Additional Information Tab @ WooCommerce Single Product Page*/ add_filter( 'woocommerce_product_tabs', 'bbloomer_remove_product_tabs', 98 ); function bbloomer_remove_product_tabs( $tabs ) { unset( $tabs['additional_information'] ); return $tabs; } /* remove you are here */ add_filter('avia_breadcrumbs_args', 'avia_remove_you_are_here_breadcrumb', 10, 1); function avia_remove_you_are_here_breadcrumb($args){ $args['before'] = ""; return $args; } add_filter('avia_breadcrumbs_trail', 'avia_breadcrumbs_args_mod', 10, 2); function avia_breadcrumbs_args_mod($trail, $args){ unset($trail[0]); return $trail; }
any ideas what the problem might be? I am on a developer site.
thanks for your help
NancyForum: Plugins
In reply to: [Contact Form 7] Contact Form 7 – Date Picker error on SafariI have the same problem with my many forms. I have added the code to the functions.php file in my child theme, and have also added this code: div#ui-datepicker-div {z-index:1000!important;} to my css but I am not seeing any changes in safari. Even though the date field is optional on my form, the form will not send without input in the field, and none of the date formats manually typed in are accepted. Please address this problem. thanks.
update: I have since changed the form since it caused a conflict with my google maps plugin so that all the maps that were on the page with this form to throw a jquery error adn not display at all. The dev inspector had this error message:
Uncaught SyntaxError: Invalid regular expression: /Jungle: Puerto Maldonado (+)/: Nothing to repeat
at new RegExp (<anonymous>)
at display_fields (scripts.js?ver=1.4.1:79)
at HTMLDocument.<anonymous> (scripts.js?ver=1.4.1:236)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)can you see what’s wrong here? Are there too many conditions or something in this form?
I can do this in another way, but it would be great if it worked as I have layed out above. Thanks for your help, NancyForum: Plugins
In reply to: [Contact Form 7] field too smallyes I know how to do the css but that is not the problem here. I am working it out -I think maybe the conditional forms plugin and the post fields plugins may have a glitch when used together. Thanks for your help
NancyForum: Plugins
In reply to: [Conditional Fields for Contact Form 7] conditional fields too smallhmm I did some testing and found when I removed the “multiple” tag it looked OK again. I don’t think this is a CSS issue – there is something glitching. I took the form with the error off that link for now…
- This reply was modified 6 years, 2 months ago by einstein green.
Forum: Plugins
In reply to: [Contact Form 7] field too smallthanks – I narrowed it down and it looks like it’s the “multiple” tag that makes it messed up. Not sure why.
Forum: Plugins
In reply to: [WordPress Access Control] abandonedyes
Forum: Plugins
In reply to: [WordPress Access Control] abandonedthanks – I have actually not seen any error messages, but part of the function of the plugin is not working. I don’t have this site in a developers environment, the site is live. will that code deal with the unfunctionality problems? ie my login/logout/registration pages shortcodes are not working. I am not a php coder…but can follow directions
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] Center widget iconsThanks that worked great!