Forum replies created

    Roman
    Spectator
    Posts: 3147
    February 27, 2014 at 10:57 am #9207

    I will check it out and see what can be done…thx for the tip

    Roman
    Spectator
    Posts: 3147
    February 27, 2014 at 9:02 am #9206

    Which category you want to link?

    Roman
    Spectator
    Posts: 3147
    February 26, 2014 at 7:41 pm #9202

    you need to go to Theme Options panel and WooCoomerce section. there is an check box which you can uncheck to disable the item on the main menu

    Roman
    Spectator
    Posts: 3147
    February 26, 2014 at 7:38 pm #9201

    I will release a newer version with fixed issues soon….however I can provide you some fixed templates which you just copy to the theme folder under woocommerce folder – alora/woocommerce

    http://theme4press.com/wp-content/plugins/download-monitor/download.php?id=11

    In reply to Side bar size
    Roman
    Spectator
    Posts: 3147
    February 26, 2014 at 7:33 pm #9200

    try also make the content size wider:

    Code:
    #primary {width:69%!important;}
    Roman
    Spectator
    Posts: 3147
    February 26, 2014 at 7:25 pm #9199

    you will need to modify the index.php file and find and replace this:

    Code:
    <?php
    if ( get_the_title() ){ $title = the_title(”, ”, false);
    echo evltruncate($title, 40, ‘…’); } ?></a>

    with:

    Code:
    <?php
    if ( get_the_title() ){ $title = the_title(”, ”, false);
    echo $title; } ?></a>

    Roman
    Spectator
    Posts: 3147
    February 26, 2014 at 7:03 pm #9198

    try to insert in the Custom CSS field:

    Code:
    body #header.sticky-header {margin: 0 auto;max-width: 940px;}
    Roman
    Spectator
    Posts: 3147
    February 26, 2014 at 5:46 pm #9197

    have you restart apache when u made the changes?

    In reply to Side bar size
    Roman
    Spectator
    Posts: 3147
    February 25, 2014 at 10:26 am #9191

    try insert in the Custom CSS field:

    Code:
    .aside { width:30%!important;}

    I didn’t test it, so cannot guarantee it works

    Roman
    Spectator
    Posts: 3147
    February 25, 2014 at 10:21 am #9190

    you can share it here http://theme4press.com/testimonials/ 😉