New Landing How can we help? Atelier Product tab in horizontal tab

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #308914
    creativeluv
    Member
    Post count: 16

    Hi,

    Currently the product tabs are organized from top to bottom.

    Is there a way to make it horizontal (left to right) as attached?

    I notice that the current product tab when viewed on mobile are not positioned well. seems that need to scroll to the right side.

    Thanks,
    Dee

    Attachments:
    You must be logged in to view attached files.
    #308937
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide us the url to that page?
    Thanks

    -Rui

    #308966
    creativeluv
    Member
    Post count: 16
    This reply has been marked as private.
    #309108
    David Martin – Support
    Moderator
    Post count: 20834

    Hi there,

    Unfortunately that customisation is beyond our scope of support as it is more work than a small customisation.

    We only provide support for theme issues, and at times basic customisations. While we’d love to be able to support every customisation request, we simply don’t have the time. We recommend that you seek a freelance developer if you need to make that customisation.

    #309135
    creativeluv
    Member
    Post count: 16
    This reply has been marked as private.
    #309139
    David Martin – Support
    Moderator
    Post count: 20834

    Please install and activate the supplied child theme, inside the child theme create a new folder structure /woocommerce/loop/. Inside that create a new file: result-count.php.

    Inside this file paste in the code found here: http://pastie.org/private/esakgudvkflwjppvz3aldg.

    Inside that code, locate and change the text here:

                if ( 1 == $total ) {
                    echo __( 'Showing the single product', 'swiftframework' );
                } elseif ( $total <= $per_page ) {
                    printf( __( 'Showing all %d products', 'swiftframework' ), $total );
                } else {
                    printf( __( 'Showing %1$d-%2$d of %3$d products', 'swiftframework' ), $first, $last, $total );
                }
Viewing 6 posts - 1 through 6 (of 6 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