shabbyrose
Forum Replies Created
-
I can’t really. I forgot you wouldn’t be able to see the page. Is there any way to share a picture of what it looks like?
Forum: Fixing WordPress
In reply to: Flex ordering changing my buttonIt isn’t really about the theme though. It is about flex and why it is changing the size of my buttons. So it is a question about flex ordering and CSS.
Forum: Plugins
In reply to: [Woo Custom Stock Status] Logged errors WC3.0in you wp_includes/functions.php (not to be confuse with you theme function.php)
replace that file with this
[moderator note: do not suggest modifying core files!]
- This reply was modified 7 years, 4 months ago by Steven Stern (sterndata).
Forum: Plugins
In reply to: [Woo Custom Stock Status] Logged errors WC3.0Has there been any fixes for this issue? I have had the same problem in my woocommerce sites.
Hi there I am getting this error….any code to fix this problem I have tried public function calculate_shipping( $package=array() )and is hasn’t worked..
The error code is Warning: usort() [function.usort]: Invalid comparison function in /home2/homesuc1/public_html/fun2do.site/wp-content/plugins/woocommerce-easy-table-rate-shipping/woocommerce-table-rate-plugin.php on line 808
Thanks
Forum: Fixing WordPress
In reply to: Drop down menu too long and clippingcan someomne tell me how to use this fix properly. All they give is the code, but don’t tell you where to put it…https://www.ticktockdesign.com/general/design/great-solution-for-long-drop-down-menus/201/
Forum: Fixing WordPress
In reply to: Drop down menu too long and clippingNo I dont think so. How would I do that. I am realatively new to css.
this code worked a little for me .nav li ul {
overflow: scroll;
overflow-x: hidden;
height: 300px;
}but then the secondary menus stopped working