Forum Replies Created
-
AuthorPosts
-
Thanks Basilis, all works fine now, cheers
Hi Milan
Thank you for your quick reply, missed that bit.
Uploaded zip, extracted, works fine :)
Excellent support as always!
Cheers,
ConradHi Kriesi
Same here, same error. Maybe if i disable Mailchimp through ftp it will work again, luckily i have a backup.
cheersJune 4, 2016 at 5:19 pm in reply to: Add text "from" to price of discounted products in WooCommerce #642964Hi Ismael
Thank you for going the extra mile.
It works now.
CheersJune 3, 2016 at 8:54 am in reply to: Add text "from" to price of discounted products in WooCommerce #642460Hi Ismael
I see it works on your side, very strange.
Thank you for looking into this, much appreciated, login is in the private content.
CheersHi Andy
Thank you for pointing me in the right direction.
Will adjust as needed.
Excellent support as always :)
Cheers
June 1, 2016 at 9:20 am in reply to: Add text "from" to price of discounted products in WooCommerce #641332Hi Ismael
Wow, you guys truly go the extra mile, thank you for looking into this.
Well the snippet made a difference but still now it shows From the highest price to the highest price e.g.
“From: £9.90 – £9.90”If you think you now how to fix this it would be great, otherwise, this is not your template’s issue but a plugin issue so i understand
if you choose to leave it.Cheers
May 31, 2016 at 9:40 am in reply to: Add text "from" to price of discounted products in WooCommerce #640771So, i added the snippet
add_filter('woocommerce_variable_price_html', 'custom_variation_price', 10, 2); function custom_variation_price( $price, $product ) { $price = 'From: '; $price .= woocommerce_price($product->max_variation_price); return $price; }
to my child theme’s funtions.php
and it worked, however a new situation occurred, so i have products i sell in bundles of 20/40/60
as the bundle you buy is bigger the price drops lower. Now the price displayed is from the highest amount and not the lowest amount,
it displays “From $9.90” instead of “From $8.40”any ideas how i can manage it to show “from” “the lowest price” ?
Thanks- This reply was modified 8 years, 5 months ago by waveshaper.
May 31, 2016 at 9:13 am in reply to: Add text "from" to price of discounted products in WooCommerce #640751I followed this tutorial, however i only need the “from” text to display in front of discounted products not all of them….
This tutorial adds custom text to all products.
Can you help me out here?
thanksMay 23, 2016 at 10:44 am in reply to: Accordion Slider Moves Color Section below as transition #636672Rated ***** quality 5 stars
Hi Ismael
Legend! it worked, and thank you so much for the helpful link, need to study up on it.
Seems i went wrong here
.avia-button.avia-size-large
had a space.Excellent support, situation solved!
CheersHi Ismael
Legend, i missed that post, thanks a mill, it works.
With support like this you will go far.
You guys rock!
CheersHi Vinay
Thank you for pointing me in the right direction, it worked but then i changed the name to gbutton
I used
#top .gbutton .avia-button .avia-size-large { border-radius: 20px !important; font-size: 13px; min-width: 139px; padding: 15px 30px 13px; }
and placed the name
gbutton
in the custom css field of the button element.but now it does not pick up the custom css at all, what am i missing here ?
Thank you for your patience
- This reply was modified 8 years, 6 months ago by waveshaper. Reason: new situation
May 18, 2016 at 6:53 pm in reply to: Change Colour of WooCommerce Product Titles and of price #634718Hi Yigit
CSS King you are! :D
Thanks, that did the job.
CheersMay 18, 2016 at 2:52 pm in reply to: Change Colour of WooCommerce Product Titles and of price #634503Hi Yigit
Thanks a mill, that worked!
Legend.
Now for the price…
CheersMay 18, 2016 at 8:55 am in reply to: Accordion Slider Moves Color Section below as transition #634232Hi Jordan
Thank you so much, so we learn.
That fixed it.
Excellent support
CheersHi Rikard
Thanks so much for having a look, please see details in private section.
cheers- This reply was modified 8 years, 6 months ago by waveshaper.
Hi Rikard
Having some trouble adding the custom css.
so as an example i added.testimonial
in an icon box’s custom css field.Then in my enfold child css i added
#top testimonial .avia-button .avia-size-large { border-radius: 22px !important; font-size: 13px; min-width: 139px; padding: 15px 30px 13px; }
as i want the button to have rounded corners.
but there is no effect in the frontend, what am i doing wrong here, just one example of yours would help.
Thank you for your time
- This reply was modified 8 years, 6 months ago by waveshaper.
Hi Rikard
Thank you so much for your input, that clears it up for me.
Excellent support.
CheersHi Rikard
Yes, thank you, it works.
what i want to know is if i add numerous Google fonts should the code be like the following://Google Fonts add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Roboto Slab'] = 'Roboto Slab:400,700'; $fonts['Roboto Slab'] = 'Roboto Slab:400,700,400italic,700italic'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Roboto Slab'] = 'Roboto Slab:400,700'; $fonts['Roboto Slab'] = 'Roboto Slab:400,700,400italic,700italic'; return $fonts; } add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Oswald'] = 'Oswald:400,700'; $fonts['Oswald'] = 'Oswald:400,700,400italic,700italic'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Oswald'] = 'Oswald:400,700'; $fonts['Oswald'] = 'Oswald:400,700,400italic,700italic'; return $fonts; } add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Roboto Condensed'] = 'Roboto Condensed:400,700'; $fonts['Roboto Condensed'] = 'Roboto Condensed:400,700,400italic,700italic'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Roboto Condensed'] = 'Roboto Condensed:400,700'; $fonts['Roboto Condensed'] = 'Roboto Condensed:400,700,400italic,700italic'; return $fonts; }
Is that the correct way?
Thanks a mill, just need some clarity on thisMay 10, 2016 at 11:37 am in reply to: Enfold Full Product View Layout Style On Tablet / Mobile View #629816Hi Rikard
Thank you so much for the excellent support.
That worked beautifully.
CheersHi Ismael
Thank you for steering me in the right direction.
Will do that.
CheersMay 6, 2016 at 10:29 am in reply to: Enfold Shop Demo Overview Page and Single Product Page Image Sizes #628192Hi Ismael
Thanks a mill, that did the job, legend!
Cheers,
ConradMay 3, 2016 at 5:27 pm in reply to: Move WooCommerce category list widget to the right sidebar in Product layout #626632Hi Yigit
Man, thanks a mill, that worked.
Cheers
-
AuthorPosts