sorro445
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Button-Text in CSV@rainfallnixfig Thank you very much for the clarification!
Forum: Fixing WordPress
In reply to: wp-lastweets plugin was automatically installed@sterndata I installed Wordfence and did a scan and actually received this
File appears to be malicious or unsafe: wp-content/plugins/wp-lastweets/vendor/composer/autoload_erlistrc.php
And that is exactly the suspicious plugin. Snce the ste was only a staging site, I deleted it completely, but do you know what can have caused this and what this plugin has to do with it?
Forum: Fixing WordPress
In reply to: wp-lastweets plugin was automatically installed@sterndata Thanks, it is not showing any problems/issues…
Forum: Plugins
In reply to: [WooCommerce] Question wp_woocommerce_session_Sorry, wrong user
- This reply was modified 5 years, 4 months ago by sorro445.
Forum: Plugins
In reply to: [Fast Velocity Minify] Accordion jqueryHi,
thanks for your reply. So now I have tried removing the function and instead adding the script part directly to the footer.php.Still, the accordion in the checkout starts open by default (strangely the accordion on the cart page starts closed, as it should though, even when adding the script with the function as before).
Forum: Plugins
In reply to: [Collapse-O-Matic] Always starts open inside tableHALLELUJAH!
You are my hero 🙂Thank you so much!!!!
Forum: Plugins
In reply to: [Collapse-O-Matic] Always starts open inside table:/ Now it’s working when when you update the cart, but it’s not working in the checkout table…
Forum: Plugins
In reply to: [Collapse-O-Matic] Always starts open inside tablestill…
Forum: Plugins
In reply to: [Collapse-O-Matic] Always starts open inside tableStill the same…
Forum: Plugins
In reply to: [Collapse-O-Matic] Always starts open inside tableBut still, wehn updating the cart the collapsible opens…
Forum: Plugins
In reply to: [Collapse-O-Matic] Always starts open inside tableOkay…sorry to say this but there is still one thing…when you update the cart (change quantity for the item) the collapsible expands…
Forum: Plugins
In reply to: [Collapse-O-Matic] Always starts open inside tableYES! It is working! Thank you soooo much! I am so very happy…so: Should I use the last script that you gave me or change to another one?
Forum: Plugins
In reply to: [Collapse-O-Matic] Always starts open inside tableThe code to display the product custom field in the cart is
// Display in cart and checkout pages add_filter( 'woocommerce_cart_item_name', 'customizing_cart_item_name', 10, 3 ); function customizing_cart_item_name( $product_name, $cart_item, $cart_item_key ) { $product = $cart_item['data']; // Get the WC_Product Object if ( $value = $product->get_meta('description') ) { $product_name .= '<small>'. do_shortcode( $value ) .'</small>'; } return $product_name; }–>my custom field is called ‘description’
and the shortcode I am using for the custom field value is
[expand title="Description" expanded="false"]My description[/expand]Forum: Plugins
In reply to: [Collapse-O-Matic] Always starts open inside tableOkay I did. Thank you so very muchh for your effort, I really do appreciate it! Can’t wait to hear what you have found.
Forum: Plugins
In reply to: [Collapse-O-Matic] Always starts open inside tableokay.