Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1125457

    Hi Enfold support
    got a little problem with Shortcodes here..

    That’s the part @ functions.php:

    add_action('woocommerce_after_single_product', 'custom_shop_footer', 9);
    function custom_shop_footer() {  
        echo "<h3>shortcode follows here:</h3>".do_shortcode("[av_postcontent link='page,241' av_uid='av-jz0xsbry' custom_class='']");
    }

    (In our case it adds some page content in a Woocommerce details view.)
    The headline is displayed nicely, but not the Enfold shortcode (processed yes, but empty).

    What are we missing?

    #1125883

    push

    #1126127

    nobody here?!

    #1126432

    Hi boehmmedia,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Please refrain from replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.

    Best regards,
    Victoria

    #1126732

    Here you go, thank you in advance.

    #1127162

    Hi boehmmedia,

    Please update the theme to the latest version. That should fix any issues you are currently experiencing :)

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)

    Best regards,
    Victoria

    • This reply was modified 5 years, 3 months ago by Victoria.
    #1127506

    That is the latest version (4.5.4)!

    #1127947

    Hi boehmmedia,

    The latest is 4.5.7.

    You can follow these steps to update the theme:

    Best regards,
    Victoria

    #1128271

    indeed, it Enfold didn’t detect the latest update automatically…
    AND YES, WITH THE UPDATE IT’S WORKING. thank you.

    in case somebody needs this solution, too: you have to reprocess the code in case of av_postcontent like

    $code = do_shortcode("[av_postcontent link='page,241' av_uid='av-jz0xsbry' custom_class='']");
    echo do_shortcode($code);
    #1128367

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Please bookmark Enfold Documentation for future reference.
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Enfold Shortcode not being rendered’ is closed to new replies.