New Landing How can we help? Cardinal Design Questions

Viewing 15 posts - 1 through 15 (of 33 total)
  • Posted in: Cardinal
  • #234501
    lscreative
    Member
    Post count: 53

    1: how can I define the order of team members? (see screenshot 1)
    2: how can I make the Image on the team site “bottom orientation”? (see screenshot 2)
    3: color adaptions made on design setting do not appear. how can I adapt these colors? (see screenshot 3)
    4: chow can I set the sizes in this order: S, M, L, XL? (see screenshot 4).

    Attachments:
    You must be logged in to view attached files.
    #234530
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    1) Install this plugin: Post types order

    2) Add this to your custom css:

    .single-team .inner-page-wrap {
      margin-bottom: 0;
    }
    .single-team article {
      margin-bottom: 0;
    }

    3) Check the front end of the site, they don’t always show on the live editor

    4) You need to rearrange the variables in the back end

    – Kyle

    #234699
    lscreative
    Member
    Post count: 53
    This reply has been marked as private.
    #234722
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    3) You attached a picture before, that’s the correct box

    4) Not sure about this, you’re best contacting woocommerce support

    – Kyle

    #234955
    lscreative
    Member
    Post count: 53
    This reply has been marked as private.
    #234973
    lscreative
    Member
    Post count: 53
    This reply has been marked as private.
    #235167
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this to your custom css:

    .woocommerce div.product form.cart .variations select {
      background-color: #efefef!important;
    }

    Go to Products > Attributes, click on the attribute and for each term you will see ‘count’ this is the order, you will need to edit them

    – Kyle

    #235177
    lscreative
    Member
    Post count: 53
    This reply has been marked as private.
    #235180
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Not sure what’s happening there, please contact woocommerce support here: https://wordpress.org/support/plugin/woocommerce

    – Kyle

    #235249
    lscreative
    Member
    Post count: 53
    This reply has been marked as private.
    #235571
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1) This is working for me? http://www.box-nacht.ch/?team=gabor-veto Do you mean setup page navigation for single team pages?

    2) Please create a T&C’s page, then set that in the Woo settings: WooCommerce => Settings => Checkout => Checkout Pages => Terms and Conditions

    3) Please use this CSS and change the color hex code:

    .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
        background: #cccccc!important;
    }

    Thanks.

    #235581
    lscreative
    Member
    Post count: 53
    This reply has been marked as private.
    #235906
    David Martin – Support
    Moderator
    Post count: 20834

    1)

    Please add this to your child theme functions.php file.

    add_action( 'sf_team_article_end', 'sf_post_pagination', 5 );

    Then, please add this to your Theme Options => CSS:

    .single-team .post-pagination-wrap h6,
    .single-team .blog-item-details {
        display: none;
    }

    2) You want to add a different menu to your single team member pages?

    Thanks.

    #236055
    lscreative
    Member
    Post count: 53
    This reply has been marked as private.
    #236365
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    If I remember correctly, this modification exists within your child theme functions.php file.

    You would need to find this:

                if ( is_woocommerce() || is_product() ) {
                        $page_menu = "25";
                }

    And replace it with

                if ( is_woocommerce() || is_product() || is_singular( 'team' ) ) {
                        $page_menu = "25";
                }
Viewing 15 posts - 1 through 15 (of 33 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