Forum replies created

    Roman
    Spectator
    Posts: 3147
    27.02.2014 at 10:57 #9207

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

    Roman
    Spectator
    Posts: 3147
    27.02.2014 at 09:02 #9206

    Which category you want to link?

    Roman
    Spectator
    Posts: 3147
    26.02.2014 at 19:41 #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
    26.02.2014 at 19:38 #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
    26.02.2014 at 19:33 #9200

    try also make the content size wider:

    Code:
    #primary {width:69%!important;}
    Roman
    Spectator
    Posts: 3147
    26.02.2014 at 19:25 #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
    26.02.2014 at 19:03 #9198

    try to insert in the Custom CSS field:

    Code:
    body #header.sticky-header {margin: 0 auto;max-width: 940px;}
    Roman
    Spectator
    Posts: 3147
    26.02.2014 at 17:46 #9197

    have you restart apache when u made the changes?

    In reply to Side bar size
    Roman
    Spectator
    Posts: 3147
    25.02.2014 at 10:26 #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
    25.02.2014 at 10:21 #9190

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