Digital experiences for all disciplines
Forum Replies Created
-
-
I have not found any reasonable answer in your forum!
I know that I can enable the Product Description Tabs Mode but I’m not interested in that soltuionfound the file -> neighborhood/includes/swift-framework/sf-woocommerce.php
But I have a small mistake to adjust.
I need to change the title of TAB
The problem is that when I change it for example from Description to Terms of SaleThen some CSS results modified and the theme is not working fine
Why?
How to change title without create issues?Screenshot attached.
Thanks
Simoneany option to change that by inserting a new function inside a function.php of my child theme?
all themes use Custom Fields to disable footer for pages. Very easy to manage footer for ADMIN.
Thanks
SimoneWoocommerce suggested me the code below ->
add_filter( ‘woocommerce_product_tabs’, ‘woo_rename_tab’, 98);
function woo_rename_tab($tabs) {$tabs[‘description’][‘title’] = ‘My Custom Tab Name’;
return $tabs;
}BUT is not working!!
September 30, 2013 at 9:48 am in reply to: Layout of button without javascript code (I prefer the default button) #24485have a nice day
September 30, 2013 at 8:54 am in reply to: How to remove sidebar in a page using Custom fields? #24456can you insert this feature for the next update?
To remove FOOTER for single pages using custom fields is a very important feature.
Thanks
SimoneSeptember 28, 2013 at 4:35 pm in reply to: issue for the description area with the official woocommerce extension BRANDS #24296Yes but extension BRANDS is one of the most important woocommerce extension
When the next update?
September 27, 2013 at 5:27 pm in reply to: Layout of button without javascript code (I prefer the default button) #24211Hi,
instructions are not perfect.
If I remove the content inside line 1885 to 2027 I’ll find problems for “product-quantity” inside the CART
Also related product shown are ALL PRODUCTS that I have in my shop.
Try on your demo please.
Thanks
SimoneSeptember 27, 2013 at 10:45 am in reply to: Layout of button without javascript code (I prefer the default button) #24142Can you please remove this line #1885 to #2027 inside future upgrades?
There is not reason to customize with a function the layout of that “Drop Down Selector”The default layout is more elegant + i have to say that for 2-3 seconds is shown the default style and after the customized style (also the skip between these 2 looks is ugly)
In case you can provide the additional function inside instructions if someone want to enable it.
Thanks
SimoneSeptember 27, 2013 at 10:35 am in reply to: Layout of button without javascript code (I prefer the default button) #24137any option to add a function code inside function.php of the child-theme?
Otherwise I’ll be obliged to check js/functions.js after every future upgrade.
Thanks
SimoneSeptember 27, 2013 at 10:25 am in reply to: Layout of button without javascript code (I prefer the default button) #24128-> http://test.laboratorio35.com/shop/
I think that is not enough to customiza CSS.
Seems you applied a php java function to replace the default button.I look forward to your reply.
Regards,
SimoneSeptember 27, 2013 at 8:20 am in reply to: How to remove sidebar in a page using Custom fields? #24093I need to know how to disable Footer in a single page using “Custom Field”
Thanks
SimoneSeptember 27, 2013 at 8:15 am in reply to: issue for the description area with the official woocommerce extension BRANDS #24088the issue is very big.. the layout is out for the iphone
to try with CSS is not enough.. you have to change PHP
Picture attachedThanks
SimoneSeptember 27, 2013 at 8:13 am in reply to: How to remove sidebar in a page using Custom fields? #24087I mean footer not sidebar
-