This topic has 23 replies, 4 voices, and was last updated 12 years by Abe.

  • Author
  • #7514
     celrex
    Participant

    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??

    #7587
     SQadmin
    Keymaster

    Woocommerce 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 range

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #7816
     celrex
    Participant

    Dear sqadmin,

    I am trying to place sidebar on the left side. instead of right side. can you please guide how to do it?

    #7924
     SQadmin
    Keymaster

    To make the sidebar on the left for all Woocommerce pages, add this PHP code to sweetdate-child/functions.php

    COPY CODE
    
    add_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,
    Abe

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #13187
     misterwho
    Participant

    as default it’s functional how ever the sidebar drops on the bottom of the main section of the shopping cart

    #13188
     misterwho
    Participant

    as default it’s functional on my installation however the sidebar drops on the bottom of the main section of the shopping cart

    #13190
     misterwho
    Participant
    #13191
     Abe
    Keymaster

    This 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.zip

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #13202
     misterwho
    Participant

    wel 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

    #13207
     Abe
    Keymaster

    You 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
    #13210
     misterwho
    Participant

    yes 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

    #13211
     Abe
    Keymaster

    what 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
    #13212
     Abe
    Keymaster

    I 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
    #13213
     misterwho
    Participant

    Thank you I’m trying to put a sidebar but going to a page to set it and assign a sidebar and widget it for my website it doesn’t work. can you check my site?

    forum- what i want to do is to put right sidebar w/ widgets
    http://otakurama.tv/forums

    Woocommerce – I’ve successfully put a sidebar however the sidebar came up if i set it up to left and if i set it to right the side bar drops on the bottom part of the main body
    http://otakurama.tv/shop/

    blog post – sidemar is missing although I put some widget on the general sidebar
    http://otakurama.tv/category/cosplay/

    and also the classified section – doesn’t work it here either and also there’s a unnecessary classified image on the main classified listing. Inaddition to this on the front end page to upload a classified ad the featured image upload button doesn’t work. I used the classified plugin by WPMU i consulted them they say there is something wrong with my theme.

    Can you please help me? It’s been weeks since i’m trying to figure this out. Thank you very much
    http://otakurama.tv/classifieds/

    #13215
     Abe
    Keymaster

    for 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
    #13216
     misterwho
    Participant

    for the woocommerce page WOW it works! thanks!! i recommend this patch file!

    #13217
     misterwho
    Participant

    wow silly me! i set the sidebar in a wrong way in the general settings and it work! on the blog page however there some sidebars and widgets settings i want to do on the other pages of my website here are the ffg.

    1. http://otakurama.tv/groups/
    I want have a separate side bar here

    2. Blog post
    Ok thanks for this, I will use the general side bar for this page
    http://otakurama.tv/category/manga-comics/

    3. Custom post type – I use custompress
    http://otakurama.tv/stream_categories/music-cover/
    I want a different side bar here too this is not a page this is a category of a custom post type that is why I can’t figure out where will i set a custom sidebar

    4. Classified
    I already set a custom side bar and put some widget but it doesn’t work

    5. Forum
    i want to have a custom side bar here too

    #13220
     misterwho
    Participant

    I’m trying to install the plugin to customize the sidebar

    #13222
     misterwho
    Participant

    hey sorry for this I tried this again and it works now
    http://wordpress.org/plugins/bbpress-wp-tweaks/

    #13223
     misterwho
    Participant

    now i know why i put my settings to full page in the general settings because
    I want to set a full page here w/o sidebars

    http://otakurama.tv/entertain/

    #13224
     misterwho
    Participant
    #13225
     misterwho
    Participant

    if you want you can check out the admin panel

    eadd: webmaster@otakurama.tv
    user: webmaster
    pass: webmaster1

    #13236
     Abe
    Keymaster

    For 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
    #13237
     Abe
    Keymaster

    And 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
Viewing 24 posts - 1 through 24 (of 24 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?