Forum replies created

    Roman
    Spectator
    Posts: 3147
    19.11.2018 at 12:50 #40924

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

    Roman
    Spectator
    Posts: 3147
    19.11.2018 at 12:10 #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
    17.11.2018 at 10:15 #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
    16.11.2018 at 17:21 #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
    16.11.2018 at 17:20 #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
    16.11.2018 at 11:55 #40913

    hello,

    which theme version do you use please?

    Roman
    Spectator
    Posts: 3147
    15.11.2018 at 09:10 #40909

    glad it’s solved 😉

    Roman
    Spectator
    Posts: 3147
    14.11.2018 at 09:52 #40881

    try this Additional CSS:

    @media (max-width: 1600px) {
      .t4p-row {
        margin: 0 15px;
      }
    }
    Roman
    Spectator
    Posts: 3147
    12.11.2018 at 21:18 #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
    12.11.2018 at 20:32 #40860

    Try this Additional CSS:

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