Forum replies created

    Roman
    Spectator
    Posts: 3147
    November 19, 2018 at 12:50 pm #40924

    can you provide the website WP admin login in private reply? I will have a look

    Roman
    Spectator
    Posts: 3147
    November 19, 2018 at 12:10 pm #40922

    Hi,

    alora and evolve are based on different frameworks. alora is an outdated theme which won’t be developed anymore. So it’s not possible simply copy and paste any code from evolve to alora as they have different layout system. evolve is built on the newest frameworks and keep update with the latest woocommerce templates.

    Roman
    Spectator
    Posts: 3147
    November 17, 2018 at 10:15 am #40919

    Yes, here you go https://theme4press.com/guide/docs/shortcodes/, on the right sidebar are subitems with available shortcodes for now. The shortcodes you can preview on this page https://demo.theme4press.com/evolve/shortcodes/

    Roman
    Spectator
    Posts: 3147
    November 16, 2018 at 5:21 pm #40916

    This version doesn’t fully support the content boxes shortcode yet. It’s in todo list now. Only content boxes built with the customizer are supported.

    Roman
    Spectator
    Posts: 3147
    November 16, 2018 at 5:20 pm #40915

    Hi,

    try this Additional CSS, I didn’t test it:

    .products {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    
    .products li {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-clip: border-box;
        width: 100%;
    }
    Roman
    Spectator
    Posts: 3147
    November 16, 2018 at 11:55 am #40913

    hello,

    which theme version do you use please?

    Roman
    Spectator
    Posts: 3147
    November 15, 2018 at 9:10 am #40909

    glad it’s solved 😉

    Roman
    Spectator
    Posts: 3147
    November 14, 2018 at 9:52 am #40881

    try this Additional CSS:

    @media (max-width: 1600px) {
      .t4p-row {
        margin: 0 15px;
      }
    }
    Roman
    Spectator
    Posts: 3147
    November 12, 2018 at 9:18 pm #40862

    Hi, sure, try in Customize -> Header -> Menu -> Menu Horizontal Alignment. Let me know if it’s what you were looking for 😉

    Roman
    Spectator
    Posts: 3147
    November 12, 2018 at 8:32 pm #40860

    Try this Additional CSS:

    .home .t4p-row p {
        font: 300 16px/1.5em Roboto;
        color: #333;
    }