Forum replies created
I will check it out and see what can be done…thx for the tip
Which category you want to link?
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
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
try also make the content size wider:
you will need to modify the index.php file and find and replace this:
if ( get_the_title() ){ $title = the_title(”, ”, false);
echo evltruncate($title, 40, ‘…’); } ?></a>
with:
if ( get_the_title() ){ $title = the_title(”, ”, false);
echo $title; } ?></a>
try to insert in the Custom CSS field:
have you restart apache when u made the changes?
try insert in the Custom CSS field:
I didn’t test it, so cannot guarantee it works
you can share it here http://theme4press.com/testimonials/ 😉