Mijankarim
Forum Replies Created
-
Hi Pedalkraft,
Yes , you have to put that on functions.php file inside your theme folder.
You can add at the bottom of that file.
ThanksHi,
I am also interested to know how to remove backorder message . I was able to replace the text with empty string by following filter but i was not able to remove parenthesis .add_filter( 'woocommerce_get_availability', 'backorder_text', 10, 2); function backorder_text($available) { return str_replace('also available on backorder', '', $available); }
SO you can replace that text with your own text easily with this.
add_filter( 'woocommerce_get_availability', 'backorder_text', 10, 2); function backorder_text($available) { return str_replace('also available on backorder', 'Custom text here', $available); }
Please write here if you got any solution.
Thanks- This reply was modified 7 years, 9 months ago by Mijankarim.
Forum: Themes and Templates
In reply to: [Customizr] how to add pic to your featured pageThank you ??
Forum: Themes and Templates
In reply to: Specific Banner in 1 postHi, Are you using adsense code on widgets. you may use “display widgets” plugin to show a widgets on specific page/post only.
Thanks
Forum: Themes and Templates
In reply to: cssHi,
copy the class or id name of that element. Go to editor page of wordpress.
press ctrl+F. you will see a search field on the top of the page. paste
your id or class name. you will see highlighted that line on style.css file.Thanks
Forum: Themes and Templates
In reply to: [Customizr] how to add pic to your featured pageHi, to create a slider you have to go Appearance > customize > front page
> slider options.you will see a button name “create a slider ” there . click on that that
will bring you to media library. Add a media image there. Under that image
you will see slider options. Make that yes.You will get options for featured area on customizer also.
sorry for my bad english.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Widen Post/Page bodycan you give website link?
Forum: Themes and Templates
In reply to: [Dazzling] Slider on other pagesAre you using a plugins for slider?