Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • jessehunt Friend
    #719723

    Hello. Can someone please provide the additional or changed code to make the Module Title show up on the ACM Tabs style 1? See attached. I would really like to display module title here in the Center. Thank you.

    Adam M Moderator
    #719834

    Hi @jessehunt,

    Could you please provide your site url and a temporary admin account via private reply so I can check ?

    Adam M Moderator
    #753148

    Hi @jessehunt,

    Could you please provide your site url and a temporary admin account via private reply so I can check ?

    jessehunt Friend
    #720199

    PM sent, thank you.

    jessehunt Friend
    #753211

    PM sent, thank you.

    Adam M Moderator
    #720374

    Hi @jessehunt,

    Thanks for the info. Try navigate to module editing page (ACM Tabs Style 1), switch to tab Advanced and under Module Style, choose T3Xhtml.

    Adam M Moderator
    #753332

    Hi @jessehunt,

    Thanks for the info. Try navigate to module editing page (ACM Tabs Style 1), switch to tab Advanced and under Module Style, choose T3Xhtml.

    jessehunt Friend
    #720518

    That makes the module title show but the format is not correct, is all caps, and is inconsistent with the other module styles. Any other solutions?

    jessehunt Friend
    #753356

    That makes the module title show but the format is not correct, is all caps, and is inconsistent with the other module styles. Any other solutions?

    Adam M Moderator
    #720953

    Hi @jessehunt,

    Please revert the change we have just made and look for this line in file templatesuberacmtabstmplstyle-1.php :

    <div class="acm-tabs">

    add the title above it :

    <h3 class="section-title ">
    <?php if($module->showtitle): ?>
    <span><?php echo $module->title ?></span>
    <?php endif; ?>
    </h3>
    <div class="acm-tabs">

    Adam M Moderator
    #753459

    Hi @jessehunt,

    Please revert the change we have just made and look for this line in file templatesuberacmtabstmplstyle-1.php :

    <div class="acm-tabs">

    add the title above it :

    <h3 class="section-title ">
    <?php if($module->showtitle): ?>
    <span><?php echo $module->title ?></span>
    <?php endif; ?>
    </h3>
    <div class="acm-tabs">

    jessehunt Friend
    #721158

    Worked perfect, thank you!!

    jessehunt Friend
    #753560

    Worked perfect, thank you!!

Viewing 13 posts - 1 through 13 (of 13 total)

This topic contains 13 replies, has 2 voices, and was last updated by  jessehunt 8 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum