-
AuthorPosts
-
August 15, 2013 at 12:41 pm #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 Friendglenng
- Join date:
- February 2012
- Posts:
- 256
- Downloads:
- 24
- Uploads:
- 64
- Thanks:
- 45
- Thanked:
- 7 times in 1 posts
August 15, 2013 at 8:08 pm #502379try Advanced Options > select “features” for Alternative Layout.
August 26, 2013 at 3:39 pm #503485Under Advanced-Options is “features” already set as Alternative Layout.
Any other ideas?
August 26, 2013 at 5:32 pm #503506I have solved this issue by editing the features.php of the template and removed outputing the title!
September 5, 2013 at 8:15 pm #504761I am having the same issue, what line did you remove to solve your problem?
September 5, 2013 at 9:00 pm #504765It 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; ?>>September 6, 2013 at 12:39 pm #504878I’ve removed the lines, and it is still showing up…hmmm
September 9, 2013 at 12:33 am #504964Does anyone have any idea for a solution for this?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 9, 2013 at 7:16 am #505022Hi 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?
September 9, 2013 at 11:56 am #505106Here is the link. Thank you for taking a look at this http://goo.gl/RZ1eUf
jadawin Friendjadawin
- Join date:
- January 2010
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 4
- Thanked:
- 1 times in 1 posts
September 10, 2013 at 10:21 am #505216In 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 11, 2013 at 9:53 am #505345Hi 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.
1 user says Thank You to Saguaros for this useful post
arjenzuidgeest Friendarjenzuidgeest
- Join date:
- December 2012
- Posts:
- 42
- Downloads:
- 156
- Uploads:
- 4
- Thanks:
- 4
September 27, 2013 at 7:45 pm #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/
-
AuthorPosts
This topic contains 14 replies, has 6 voices, and was last updated by Saguaros 11 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum