Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • getitstarted Friend
    #189764

    If i change the name of the Module in Position 5 (demo content: easy customization) then automatically the title of the article is shown twice.

    See here: http://imageshack.us/photo/my-images/842/acn6.png/

    Thanks for your help!

    glenng Friend
    #502379

    try Advanced Options > select “features” for Alternative Layout.

    getitstarted Friend
    #503485

    Under Advanced-Options is “features” already set as Alternative Layout.

    Any other ideas?

    getitstarted Friend
    #503506

    I have solved this issue by editing the features.php of the template and removed outputing the title!

    asnmedia Friend
    #504761

    I am having the same issue, what line did you remove to solve your problem?

    getitstarted Friend
    #504765

    It was line 194 and 197!

    <h<?php echo $item_heading+1; ?>>
    <?php if ($params->get(‘link_titles’) == 1) : ?>
    <a class=”mod-articles-category-title <?php echo $item->active; ?>” href=”<?php echo $item->link; ?>”>
    <?php //echo $item->title; ?>
    </a>
    <?php else :?>
    <?php //echo $item->title; ?>
    <?php endif; ?>
    </h<?php echo $item_heading+1; ?>>

    asnmedia Friend
    #504878

    I’ve removed the lines, and it is still showing up…hmmm

    asnmedia Friend
    #504964

    Does anyone have any idea for a solution for this?

    Saguaros Moderator
    #505022

    Hi guys,

    I tried to change the title in that easy customization module but don’t see the duplicate title:

    Could you post URL of page where problem can be seen here?

    asnmedia Friend
    #505106

    Here is the link. Thank you for taking a look at this http://goo.gl/RZ1eUf

    jadawin Friend
    #505216

    In my case, I resolve this issue with a database access :

    With Joomla 3.1.5 there is a missing tag in the database :

    Go in the database, navigate to the table xxxxx_modules.

    Edit the module with the problem (position 5,6 or 7).

    In the “params” search for : ,”month_year_format”:”F Y”,”link_titles”:”0″,
    and replace it with : ,”month_year_format”:”F Y”,”item_heading”:”4″,”link_titles”:”0″,

    Reload your page, the title of the article disapear. Of course, if you edit the module in the administration interface and then save the new configuration you need to redo this modification. I don’t know what is “item_heading” but it’s clearly missing in the configuration for the module to work. A bug ?

    Saguaros Moderator
    #505345

    Hi guys,

    You can try this way:

    – Open file: templatesja_beranishtmlmod_articles_categoryfeatures.php

    – At approx line 67 and 191, remove this snippet of code:


    <h<?php echo $item_heading+1; ?>>
    <?php if ($params->get('link_titles') == 1) : ?>
    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>">
    <?php echo $item->title; ?>
    </a>
    <?php else :?>
    <?php echo $item->title; ?>
    <?php endif; ?>
    </h<?php echo $item_heading+1; ?>>

    Hope this helps.

    arjenzuidgeest Friend
    #507351

    <em>@Saguaros 388532 wrote:</em><blockquote>Hi guys,

    I tried to change the title in that easy customization module but don’t see the duplicate title:

    Could you post URL of page where problem can be seen here?</blockquote>

    I’ve got the same problem at: http://gotomedia.biz/subdomains/gotomedia/

    Saguaros Moderator
    #507551

    Did you ever try with my above suggestion?

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

This topic contains 14 replies, has 6 voices, and was last updated by  Saguaros 10 years, 7 months ago.

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