Section-4 on the homepage, there are 12 items in the rotating disciplines, and the 13th includes a link to the MindBody website. However, the link isn't working as expected. It picks up the domain it is installed in, and is set to the homepage, in this case it is patdevelopment.com. Can this be fixed? Thanks!

    Hi patvandenbosche,
    I have helped you update ‎the /templates/ja_impact/acm/features/tmpl/style-3.php file, line 80.

    Replace this code:
    <a href="<?php echo $helper->get('block-link') ?>" class="demo link-heading btn btn-<?php echo $helper->get('btn-block-type')?> btn-arrow-right btn-action">

    With the following code:
    <a href="<?php echo $helper->get('btn-block-link') ?>" class="demo link-heading btn btn-<?php echo $helper->get('btn-block-type')?> btn-arrow-right btn-action">

    Hi, Dominic. Are you saying you replaced it or that this is the code that I should use? Now if the file was changed, what will happen the next time there is an update and the file is overwritten?

    Thank you for the quick response!

    Pat

    Dominic, I just tested this fix... and wanted to say a big THANK YOU! It works perfectly now.

    But I still want to know if an update comes out for this module, will this be overwritten?

    Pat

      Hi patvandenbosche,
      I have helped you create the new style-8 in the acm/features/tmpl folder, you can select this style from the module to use.
      Also, you can copy the acm folder to the ‎/templates/ja_impact/local/ folder.

      Write a Reply...
      You need to Login to view replies.