Digital experiences for all disciplines
Forum Replies Created
-
-
September 7, 2014 at 12:03 pm in reply to: Hide Additional Information as it duplicates under Accordion on product page #107787
No it still doesn’t work.
It’s OK i have solved this issue myself by adding code into functions tab.
September 6, 2014 at 11:09 pm in reply to: Where do you change the colour for the red New sign for a new product #107693This reply has been marked as private.September 6, 2014 at 11:08 pm in reply to: Where do you change the colour for the red New sign for a new product #107692This reply has been marked as private.September 6, 2014 at 10:29 pm in reply to: Price Filter on shop page does not filter and only displays 0 results #107685my mistake, it seems it does not work without ajax plugin. It worked just the once but now just don’t filter any products… trying to find this jquery conflict.
September 6, 2014 at 8:45 pm in reply to: Price Filter on shop page does not filter and only displays 0 results #107677this has been resolved…. i noticed ajax plugins on the same page conflict with your price filter. Had to discard my ajax plugins. Hopefully in future will find away how they co exist.
cheersSeptember 6, 2014 at 7:14 pm in reply to: Hide Additional Information as it duplicates under Accordion on product page #107670Mohammed I solved it myself.
You add this code at the bottom of your functions.php file. Also useful for anyone who wishes to rename their tabs on the product page.
}
add_filter( ‘woocommerce_product_tabs’, ‘woo_rename_tab’, 98);
function woo_rename_tab($tabs) {$tabs[‘description’][‘title’] = ‘Extended Description’;
return $tabs;
}September 6, 2014 at 4:28 pm in reply to: Hide Additional Information as it duplicates under Accordion on product page #107656i’ve reverted back to the old tab.php file…
also where to I enter the rename tabs code for point 3? Is it in the functions.php file ?
September 6, 2014 at 4:26 pm in reply to: Where do you change the colour for the red New sign for a new product #107655thanks Laranz the second one worked
September 6, 2014 at 4:18 pm in reply to: Hide Additional Information as it duplicates under Accordion on product page #107654I replaced tabs.php but receive the error below:
Parse error: syntax error, unexpected ‘}’ in /home/modeni/public_html/britishleggings.com/wp-content/themes/neighborhood1.9/woocommerce/single-product/tabs/tabs.php on line 88
it does not work and corrupts the layout.
regards,
Dean
September 4, 2014 at 11:20 pm in reply to: Hide Additional Information as it duplicates under Accordion on product page #107221This reply has been marked as private.September 3, 2014 at 6:18 pm in reply to: How to extend the excerpt area for the blog page ? #106809Hi Mohammed, for some reason your changes have affected my translator plugin. Can you tell me if you installed anything or is the above you only changed ?
It’s important as I have translation plugin applied to my site and now I cannot modify plugin the options and have error occured in red appearing on my site in the top right of my screen.
Only on this plugin.
ThanksSeptember 3, 2014 at 3:33 pm in reply to: How to extend the excerpt area for the blog page ? #106767many thanks
also lastly, the blog does not display the title of the page e.g. News did you manage to resolve that. ?
This reply has been marked as private.thank you so much Mohammad. I thought it was an error by the developer code.
Appreciate your help. Issue fixed.
Thanks again
D
September 3, 2014 at 2:23 pm in reply to: How to extend the excerpt area for the blog page ? #106739this one is urgent:
http://support.swiftideas.net/forums/topic/carousel-not-working-only-one-and-not-the-other/
many thanks
-