paulmoreton
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Change Home Breadcrumb URL to point to Shop pageThanks for the reply Mike – I appreciate it.
Can you please tell me if there’s a workaround in the mean time until the next release? How far off is the next release?
Kind regards
PaulForum: Themes and Templates
In reply to: [Minamaze] Trouble with menu (responsive)YAY! Fixed. I edited the following value in the style-responsive.css under the iPad & Tablet label – see code below:
#header-links,
#pre-header-search {
/* display: none;*/
}Hope this helps
PaulForum: Themes and Templates
In reply to: [Minamaze] Mobile Header and FooterYAY! Fixed. I edited the following value in the style-responsive.css under the iPad & Tablet label – see code below:
#header-links,
#pre-header-search {
/* display: none;*/
}Hope this helps.
Cheers
PaulForum: Themes and Templates
In reply to: [Minamaze] Main Nav Disappears on Mobile – please helpYAY! Fixed. I edited the following value in the style-responsive.css under the iPad & Tablet label – see code below:
#header-links,
#pre-header-search {
/* display: none;*/
}Now for the task of working out how to incorporate the amend into my child theme. Can anyone help me with this?
Kind regards
PaulForum: Themes and Templates
In reply to: [Minamaze] Trouble with menu (responsive)I’m using the free version of Minamaze and have the same problem on my phone. Did you ge tthis resolved Toni & Heeden?
Cheers
PaulForum: Themes and Templates
In reply to: [Minamaze] Mobile Header and FooterHi,
Did you resolve this issue?
My main nav disappears when I view my site on a mobile devices. Shrinks my browser window does the same. It appears the threshold is around 600.
Thanks in advance
PaulForum: Themes and Templates
In reply to: [Minamaze] WooCommerce main product page title incorrectAnother strange thing at the WooCommerce shop page is that my social media icon plugin isn’t visible on that page. However it is on every single other page on my site. Does anyone have any ideas regarding this?
Kind regards
PaulForum: Plugins
In reply to: [WooCommerce] Remove "From" text from variable subscription product pagesI have now resolved this issue with the help of @wpkbdotcom – These guys were awesome. Replied to a message I sent on Twitter and helped me work through the issue for free ??
To remove the “From” text from the WooCommerce main product and variable subscription pages – simply add the following to your custom css.
.from { display:none;}
WPKB can also be found here – https://www.wpkb.com/
Kind regards
PaulForum: Plugins
In reply to: [WooCommerce] Remove "From" text from variable subscription product pagesI’ve been adding the above into the functions.php file within my Themes directory. Do I actually need to create an override.css of sorts. Basically recreate the WooCommerce folder structure in relation to the woocommerce.css, within my Themes directory. Then amend that to prevent it being overwritten when I perform the next update?
If it’s likely to cause problems by removing this text. Is there any easy way to change it?
Any help anyone can offer would be gratefully appreciated.
Kind regards
PaulForum: Plugins
In reply to: How to remove the "from" price in SUBSCRIPTION variable productsHi,
I’m having the same problem trying to remove “From” text from the variable subscription product pages. Did you find a solution? So far I’ve tried the following:
/*WooCommerce – remove “From” text on product pricing */
add_filter(‘woocommerce_variable_price_html’,’custom_from’,10);
add_filter(‘woocommerce_grouped_price_html’,’custom_from’,10);
add_filter(‘woocommerce_variable_sale_price_html’,’custom_from’,10);function custom_from($price){
$new_from = “Deposit”;
$price = str_replace();
return $price;
}I’m guessing it’s as simple as finding the correct filter name for the variable subscription product. However so far I’ve had no joy.
Kind regards
PaulForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Add custom dataThanks for sharing I’ll give it a read.
Cheers
PaulForum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Add custom dataThe link is hidden behind the Happy Coding text, apologies. It can be also found below:
Paul
Forum: Plugins
In reply to: [WooCommerce Poor Guys Swiss Knife] Add custom dataForum: Plugins
In reply to: [WooCommerce] PayPal Standard & Recurring PaymentsThanks for the response Bladimir.
This is a great plugin. Sadly for just a single license it’s $199. I’m just starting out so don’t have a lot of money. Are you aware of any similar plugins for WooCommerce that have multi site functionality at an affordable cost?
Kind regards
PaulThanks for the reply Bladimir.
I’m happy to pay for a plugin if I can get a multi site license that isn’t $100 or more.
I’m a new startup and don’t want to paying a lot of money out up front when I don’t yet have guaranteed business.
Are you aware of any?
Kind regards
Paul