test
Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • afrinic_webmaster Friend
    #207971

    Hello,

    Please i will like to display the title of the Sermon under “Sermons” page (JA Church) so that when users are on the sermons page they can see the name of the sermon and play it

    Ninja Lead Moderator
    #575763

    It would be great if you can include url of your site, an illustrated screenshot of what you are trying to achieve, It would help to understand the issues and give you specific answers.

    Ninja Lead Moderator
    #642092

    It would be great if you can include url of your site, an illustrated screenshot of what you are trying to achieve, It would help to understand the issues and give you specific answers.

    Ninja Lead Moderator
    #740752

    It would be great if you can include url of your site, an illustrated screenshot of what you are trying to achieve, It would help to understand the issues and give you specific answers.

    afrinic_webmaster Friend
    #575981

    Hello,
    I have attached the screen shot. I will like to add the title of the sermon at the top of each one of them as seen in the attached image. For further understanding please visit this link http://staging.restorationhousenj.org/index.php/sermons-church

    Thank you very much


    1. Screen-Shot-2015-07-01-at-11.57.47-AM
    afrinic_webmaster Friend
    #642309

    Hello,
    I have attached the screen shot. I will like to add the title of the sermon at the top of each one of them as seen in the attached image. For further understanding please visit this link http://staging.restorationhousenj.org/index.php/sermons-church

    Thank you very much

    afrinic_webmaster Friend
    #740968

    Hello,
    I have attached the screen shot. I will like to add the title of the sermon at the top of each one of them as seen in the attached image. For further understanding please visit this link http://staging.restorationhousenj.org/index.php/sermons-church

    Thank you very much

    Ninja Lead Moderator
    #576076

    Use the solution with your question

    Open templates/ja_charity/html/layouts/joomla/content/intro/video.php file

    find and change

    <div class="magazine-item-media videos-item-media">
    <?php echo JLayoutHelper::render('joomla.content.image.video', $displayData); ?>
    </div>

    to

    <div class="magazine-item-media videos-item-media">
    <span><?php echo $item->title; ?></span>
    <?php echo JLayoutHelper::render('joomla.content.image.video', $displayData); ?>
    </div>

    afrinic_webmaster Friend
    #576241

    Hello,
    Thank you for your response, kindly check the file path you specified “templates/ja_charity/html/layouts/joomla/content/intro/video.php” i dont see the joomla folder after opening the layout

    Thanks

    afrinic_webmaster Friend
    #576361

    Thank you very much, i figured it out

    afrinic_webmaster Friend
    #642682

    Thank you very much, i figured it out

    afrinic_webmaster Friend
    #741339

    Thank you very much, i figured it out

    jmespinosa Friend
    #576830

    Woks fine for me too.
    Thanks

    jmespinosa Friend
    #643138

    Woks fine for me too.
    Thanks

    jmespinosa Friend
    #741794

    Woks fine for me too.
    Thanks

Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 16 replies, has 3 voices, and was last updated by  jmespinosa 9 years, 5 months ago.

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