-
Author
-
November 30, 2013 at 22:19 #7514celrexParticipant
Dear SUpport.
i am trying to use woocommerce shop
http://test.celrex.com/shop/i tried changing template and its not accepting it. also i am tyring to activate filter list and its showing up.
will you please guide how to rectify this problem??
December 2, 2013 at 22:20 #7587SQadminKeymasterWoocommerce shop page by default it takes site layout. What kind of template you want to use?
Filters appears only when you have an active filter like price rangeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 6, 2013 at 22:57 #7816celrexParticipantDear sqadmin,
I am trying to place sidebar on the left side. instead of right side. can you please guide how to do it?
December 9, 2013 at 10:23 #7924SQadminKeymasterTo make the sidebar on the left for all Woocommerce pages, add this PHP code to sweetdate-child/functions.php
COPY CODEadd_action('wp_head', 'my_woo_sidebar'); function my_woo_sidebar() { if (is_woocommerce()) { add_action('kleo_before_content', 'woo_sidebar'); remove_action('kleo_after_content', 'kleo_sidebar'); } } function woo_sidebar() { get_sidebar('woocommerce'); }
Regards,
AbeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 22, 2014 at 00:24 #13187misterwhoParticipantas default it’s functional how ever the sidebar drops on the bottom of the main section of the shopping cart
March 22, 2014 at 00:24 #13188misterwhoParticipantas default it’s functional on my installation however the sidebar drops on the bottom of the main section of the shopping cart
March 22, 2014 at 00:29 #13190misterwhoParticipanthere’s my screenshot https://drive.google.com/file/d/0B-gJnYLA9euNckdraVoxYVlXeW8/edit?usp=sharing
March 22, 2014 at 00:32 #13191AbeKeymasterThis way is better until Sweetdate 2.6 update
Cart and Checkout can be changed from page edit to any template you want. For the other woocommerce pages please replace theme files with the one in this archive and you will have a new setting to select woocommerce layout under Sweetdate – Woocommerce https://archived.seventhqueen.com/files/sweetdate-woo-templates.zipHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 22, 2014 at 00:50 #13202misterwhoParticipantwel thanks for the fast feedback and additional option but still i got the same problem here is the screenshot
https://drive.google.com/file/d/0B-gJnYLA9euNTzJ4TVNQakdSNkE/edit?usp=sharing
March 22, 2014 at 00:53 #13207AbeKeymasterYou don’t need to use the code above and just use the solution given with the new theme files
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 22, 2014 at 00:59 #13210misterwhoParticipantyes i know i tried it but it’s the same thing, im trying to search a solution to the other post but we got the same problem on setting up the sidebar can you please give us a patch update as soon as possible? Thank you
March 22, 2014 at 01:03 #13211AbeKeymasterwhat are you trying to achieve and in what page? give us a link to your site
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 22, 2014 at 01:08 #13212AbeKeymasterI think I saw what is the problem. please re-download the woocommerce .zip file provided and replace your files
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 22, 2014 at 01:14 #13215AbeKeymasterfor woocommerce please re-download the woocommerce .zip file provided and replace your files
For the other two questions it is because you have a full template as a general setting and that is why no sidebar will appear. I will think of a solution for you
For the classified if it is setup as a page try changing it’s default template to the desired one
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 22, 2014 at 01:19 #13216misterwhoParticipantfor the woocommerce page WOW it works! thanks!! i recommend this patch file!
March 22, 2014 at 13:55 #13236AbeKeymasterFor any other page beside bbpress, buddypress and Blog you can set the template from that page edit screen. Please try that
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 22, 2014 at 13:56 #13237AbeKeymasterAnd please create a new topic if you have different problems than the current one you are writing in, since they are not related
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
You must be logged in to reply to this topic.