New Landing How can we help? Themeforest Theme Support Neighborhood product category / menu set up

Viewing 12 posts - 1 through 12 (of 12 total)
  • #229202
    Spaeman
    Member
    Post count: 36

    hi
    1.
    i’d like the menus on my site http://www.growsum.com to work the same way as http://www.siksac.com
    notice on ss you can go straight to a shop or shop by
    i also want contact and about us to appear in my header like they have….how do i do that and will i need plug in for contact ?

    2. do i need to install a plug in to get the tweet slider on my homepage to wrk or is it set up wrong?

    3. how do i remove the weight from displaying on my product pages please?

    thanks

    #229460
    David Martin – Support
    Moderator
    Post count: 20834

    1)

    You will need to use the mega menu and drop in your product category menu items. All you need to do is create a menu that goes into 3 tiers. You can have as many items with a mega menu as you like. Menu items that only have one level of children will show a standard dropdown. In the parent menu item, click Mega Menu Options => Enable Mega Menu.

    2) Please follow the instructions: http://neighborhood.swiftideas.com/documentation/#twitter-oauth

    3) Under the product attribute whilst editing a product: Visible on the product page => uncheck that

    Thanks,
    David.

    #229486
    Spaeman
    Member
    Post count: 36

    1. still confused sorry, i’ve attached screen shots…on sic sak i have product tags on the left (each brand name is a product tag) which i can add to the menus on the right but on yours there are no product tags (or much else) on the left so how do i create the menus if i can’t see tags to put in them please?

    2. do you have to use that app? i’ve been trying for days to set it up and the one on the siksac site took about 2 minutes and i didn’t have to rely on twitter tokens or twitter support to get back to me which is long and seems unnecessary

    3. that worked for removing the attributes thanks but the items weight still displays in ‘additional information’ how do i remove the weight from displaying / remove the additional info box all together?

    Attachments:
    You must be logged in to view attached files.
    #229783
    Spaeman
    Member
    Post count: 36

    can you let me know on this plz

    #230065
    Spaeman
    Member
    Post count: 36

    1. i think i’ve sorted now thanks
    2 and 3 can u get back to me plz
    thanks

    #230573
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    2) Yes you need to authenticate to use Twitter, this should be very simple. What issues are you experiencing?

    3) To remove the additional information tab, please add this to your child theme functions.php file.

    //remove additonal info tab from products
    add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
     
    function woo_remove_product_tabs( $tabs ) {
        global $product;
    	
    	if( $product->has_attributes() || $product->has_dimensions() || $product->has_weight() ) {
            unset( $tabs['additional_information'] );   
        }
        return $tabs;
    }
    

    Thanks,
    David.

    #230766
    Spaeman
    Member
    Post count: 36
    This reply has been marked as private.
    #231194
    David Martin – Support
    Moderator
    Post count: 20834

    1) You do not need to create any PHP files for Twitter. You just need your keys, then paste them into Dashboard => Settings => Twitter Feed Auth. Then use the Swift Ideas Twitter widget and drag that into your desired widget area.

    Make sure you have recently posted a tweet also.

    2) Please add this CSS to your theme options:

    #product-accordion .accordion-group:first-child {
        display: none;
    }

    Thanks,
    David.

    #231385
    Spaeman
    Member
    Post count: 36
    This reply has been marked as private.
    #231568
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Looks like you have both those working now? I see both Twitter sliders pulling in your Tweets?

    Cheers,
    David.

    #231660
    Spaeman
    Member
    Post count: 36
    This reply has been marked as private.
    #231711
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    No but there is an instagram widget plugin that you can install

    – Kyle

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register