levzi
Forum Replies Created
-
Is there anybody that can explain how I can solve this query please?
Kind Regards,
Adam Nexplain what you do – the process of adding the item to menu
thats the best place to start to see if something is missed on route to adding the item in menu
‘scruffy1’ what process is this? Please could be more specific with how I can simply solve this query please.
Kind Regards,
Adam Nyes i do use drop down menus at the moment, however it simply deletes pages that are currently on there to make room for the new one.
Is there a way i can increase the number of categories/pages displayed on the header menu? i.e. the drop down menu?
Kind Regards,
Adam NOk so that website had a few categories, I don’t understand – how is that going to help me with me query ‘scruffy1’?
Kind Regards,
Adam NApologies ‘scruffy1’ i don’t know what you mean by:
are you trying to achieve what is on this website in the header menu
Kind Regards,
Adam Nthanks thats all done now!
Sorry I am not familiar with CSS styles and styling.
I would prefer it you could provide a step by step process to my question, as this would much more relevant, concise and easy to follow.
Thanks anyway.
Kind Regards,
Adam NiaziThat link doesn’t really help me much ‘mikejolley’.
It merely states what the functions.php file does.
Kind Regards,
Adam NiaziWhat do you mean by to the ‘core’? And also just to inform you that I am using the WooCommerce plugin with the Flexishop theme. So I still upload it to the Flexishop theme rather than the WooCommerce plugin.
To make this slightly easier to understand could you tell me which folder I would find this functions.php file in please.
Thanks for your help so far.
Kind Regards,
Adam NiaziForum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce – excelling eCommerce] Size Chart/GuideAfter lots of research and trial and error, I have managed to come to an answer.
I installed the following plugin which enabled me to upload the image to the widget and then drag and drop the widget onto a sidebar. I then changed the settings within the theme, which enabled me display a sidebar to the right of each product I sell on the e-Commerce site.
If anybody would like a further explanation on how to do this, please don’t hesitate to comment on this post or contact me on [email moderated – this forum does not provide support via email] I don’t mind explaining.
Kind Regards,
Adam NiaziWhat does +1 mean Sinan?
Unfortunately I am not a Club Subscriber at the moment and I cannot afford to be a member at the current time.
Is there any other way you could please explain the process to me?
Kind Regards,
Adam NiaziI have tried copy and pasting:
add_filter( ‘woocommerce_currencies’, ‘add_my_currency’ );
function add_my_currency( $currencies ) {
?????$currencies[‘NGN’] = __( ‘Naira’, ‘woocommerce’ );
?????return $currencies;
}add_filter(‘woocommerce_currency_symbol’, ‘add_my_currency_symbol’, 10, 2);
function add_my_currency_symbol( $currency_symbol, $currency ) {
?????switch( $currency ) {
??????????case ‘NGN’: $currency_symbol = ‘?’; break;
?????}
?????return $currency_symbol;
}Using ‘FileZilla’ I uploaded this coding to the beginning of the file:
/wp-content/plugins/woocommerce/woocommerce-functions.phpthat didn’t work so i tried uploading it to:
/wp-content/plugins/woocommerce/woocommerce-core-functions.phpAny ideas why it will not work correctly?
Is my code wrong, am I uploading it to the wrong file, is there a specific area within the file I need to upload it?If you could help, I would sincerely appreciate it.
Kind Regards,
Adam NiaziForum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce – excelling eCommerce] Size Chart/GuideHow would I add the link from the products pages without having to include a sidebar?
Again I’d like to add that my experience with coding is not advanced.