Forum replies created

    Chris Birchall
    Spectator
    Posts: 6
    30.03.2016 at 18:43 #26065

    Thank you Denzel.

    Spotted it! It was a { instead of a } on the previous code.

    Cheers.
    Chris

    Chris Birchall
    Spectator
    Posts: 6
    28.03.2016 at 00:30 #25965

    Hi Denzel

    I have the same issue. However the above does not work for me.

    http://ruthinpwllglasgc.uk/wp/?page_id=71

    WordPress 4.4.2 running alora theme 2.7.7

    Can you help?
    Chris

    Chris Birchall
    Spectator
    Posts: 6
    24.07.2015 at 19:37 #19154

    RESOLVED

    I clicked the “Save Options” button are the page became populated.

    Maybe an “auto refresh” would stop folk like me having a heart attack!

    🙂

    Cheers

    Chris Birchall
    Spectator
    Posts: 6
    21.02.2015 at 12:44 #14912

    Thank you Roman

    Chris Birchall
    Spectator
    Posts: 6
    20.02.2015 at 14:52 #14893

    Reading the above, I’m wondering: Should I delay updating to WooCommerce 2.3 until a Theme update is available?

    Chris Birchall
    Spectator
    Posts: 6
    26.05.2014 at 01:10 #9847

    I wanted to to replace the words “Job Description” with the post title.
    So on line #230 of the “single-alora_portfolio.php” file, I replaced

    Code:
    <?php echo __(‘Job Description’, ‘alora’) ?>

    with

    Code:
    <?php the_title[/b](); ?>