Forum replies created

    Chris Birchall
    Spectator
    Posts: 6
    March 30, 2016 at 6:43 pm #26065

    Thank you Denzel.

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

    Cheers.
    Chris

    Chris Birchall
    Spectator
    Posts: 6
    March 28, 2016 at 12:30 am #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
    July 24, 2015 at 7:37 pm #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
    February 21, 2015 at 12:44 pm #14912

    Thank you Roman

    Chris Birchall
    Spectator
    Posts: 6
    February 20, 2015 at 2:52 pm #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
    May 26, 2014 at 1:10 am #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](); ?>