• Closed
  • Dominik Albrech
    Spectator
    February 5, 2016 at 3:56 pm #24067

    Hi there,

    I want to design a page like your e-commerce demo-page for the alora-theme (http://demo.theme4press.com/alora/ecommerce/), but I can’t find a shortcode or something else, with which I could do so.

    I installed WooCommerce already and the shortcodes work, but it doesn’t look like this page.

    What I need is the featured products from the demo-page!

    Thanks in advance!

    Imran
    Spectator
    Posts: 403
    February 6, 2016 at 9:13 am #24078

    Hi Dominik,

    Thanks for writing in!

    We’ve used Columns and Product Slider Shortcodes on our eCommerce page. You may wish to consult with a developer who can help you with this.

    https://theme4press.com/support/topic/woocommerce-shortcodes/

    Thank you!

    Dominik Albrech
    Spectator
    Posts: 43
    February 6, 2016 at 11:03 am #24081

    Thanks for your answer? Is there a custom css for changing the fixed size of the Product Slider?

    Imran
    Spectator
    Posts: 403
    February 6, 2016 at 11:29 am #24084

    Hi Dominik,

    Thanks for writing back. The way it is working is usual and expected. But if you want to change the size of Product Slider; we’d require you to provide us with the page link on which you want to deploy the custom styling.

    Thank you!

    Dominik Albrech
    Spectator
    Posts: 43
    February 6, 2016 at 4:44 pm #24088

    Hey Imran,

    thanks for your answer.

    The site / article is http://www.fairshoert.de/fairshoert-no1-stefano/ .

    Imran
    Spectator
    Posts: 403
    February 8, 2016 at 8:37 am #24109

    Hi Dominik,

    Upon checking into the provided link, I found an extra huge width applied on one of the product slider’s element. In order to normalize it, please add the following code under your custom CSS field:

    .caroufredsel_wrapper > ul {
    width: auto !important;
    }

    Thank you!