-
AuthorPosts
-
November 22, 2009 at 3:45 pm #146267
Hello, all modules in home are not repeating in all the other menus, even when I have assigned them to repeat in all of them.
HELP!
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 24, 2009 at 7:23 am #324743Hi arayabe
Please open templatesja_teline_iihtmlcom_contentsectionblog_item.php file and templatesja_teline_iihtmlcom_contentcateggoryblog_item.php, find this code:
echo $this->escape($this->item->urls)
and change to:
echo $this->item->urls
November 24, 2009 at 3:05 pm #324804Hello, I did it, it’s not working…
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 9, 2009 at 2:26 am #326121Hey, now it’s working, but how do I do to make the modules appear below the blog category in each menu item?
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 10, 2009 at 2:00 am #326248Hi arayabe
please go to http://www.yourdomain.com/index.php?tp=1 to see all positions in the page. You will see that user8, use9 and banner position is below blog category. You can assign modules to those positions.
If it is not a solution, please let me know in detail your idea.
December 14, 2009 at 7:02 am #326474It didnt work for the slideshow and html modules in that position, it creates a large empty box
Check it at http://www.testimonioonline.com, thats the new linkAnonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 15, 2009 at 7:36 am #326612Hi arayabe
I have checked user9 position and saw that:
+ 5 CATEGORIAS and TESTIMONIO EN YOUTUBE module (mod_custom ) are working fine.
+ H617X60 (mod_jaslideshow2 ) is working fine but there is a space in this module but your website is loading very slow. To fix it, please open templates/ja_teline_ii/js/ja.script.js file, find following code section:window.addEvent ('load', function() {
equalHeight();
jaAddFirstItemToTopmenu();
jaIE6hover();
});and change to:
window.addEvent ('load', function() {
jaAddFirstItemToTopmenu();
jaIE6hover();
});
December 21, 2009 at 3:42 pm #327113This worked but not fully. Now all the modules are the same height, and that is messing up with my layout, cuz I have html modules that were supposed to be an specific size…
PLEASE HELP!!
February 11, 2010 at 4:34 pm #332403Hi,
Firts i apologize by get involved in this thread but i have not received a response to mi problem yet…
Is the next: when i insert pagebreak to any article the hole rigth modules shown below to the text of the article, in the next link can see the problem:The other problem is: after to the upload and instalation aplication in the server, in different pages show an error mesage like this:
Warning: cannot yet handle MBCS in html_entity_decode()! in /home/htdocs/hosting/facultades/nucleotachira/vinculate/libraries/joomla/application/pathway.php on line 209
In this link can see the problem:
Please help me…
Thanks in advanced…February 19, 2010 at 3:38 pm #333157Hi,
Firts i apologize but get in this conversation. I described my problem with the JA Teline II Template in other post but I have not received a solution. The problem is that when i insert pagination (page break) in any article, the rigth site modules (“Popular”, “More reads”, etc.) move to the bottom of the web page, in the next link and image you can see what i mean:
http://web.ula.ve/nucleotachira/vinculate/images/stories/joomlart_solic01.jpg
The link to the page is:
I have insisted on resolving this problem several times but I have not found a solution yet.
Again, apologize if i’m duplicating the post but in two weeks i have no received a solution…
Please, you can help me? It’s very urgent for me can fix this problema with the JA Teline II template…
Thanks i advanced…
Greetingsmicrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
February 19, 2010 at 4:20 pm #333162Hello,
The only issue I see when debuggin is a missing closing-div-tag.
The div <div id=”ja-wrapper”> is not closed.
But I don’t know if this is connected to your proble with pagebreaks.Good luck,
Micranthaedit: I am not sure if this diagnosis is OK.
In page code I see these lines:
<div id="nota"><br><div class="pagenavbar">
If I delete <div id=”nota”> the menus jump back to the column right.
I don’t know where this div comes from. But you could look into your article code.
Good luck,Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 22, 2010 at 3:03 am #333334Helle guy
1) you can see the page working well http://web.ula.ve/nucleotachira/vinculate/index.php?option=com_content&view=article&id=128%3Aperfilesjun09&catid=100%3Aentrevista&showall=1 if the content does not use the breakpage function.
2) When the content used the breakpage, so the problem happened :
a) You put the breakpage tag on the wrong position. so that some tags were missing when the breakpage function worked. I recommend that You should put those tag below each block contents,Example:
<p>INTROTEXT HERE </p>
<hr id=”system-readmore”><hr id=”system-breakpage” tite=”PAGE 1″>
<div>CONTENT PAGE 1 </div><hr id=”system-breakpage” tite=”PAGE 2″>
<div>CONTENT PAGE 2 </div><hr id=”system-breakpage” tite=”PAGE 3″>
<div>CONTENT PAGE 3</div>Now, pls try to check the html content and put those breakpage tags with some expectly positions.
Good luck
February 22, 2010 at 4:43 pm #333438Hello tienhc
Thanks for your help. Your response has helped to reveal part of the problem. Yes, some tags are the problem but not the simple “<div>” tag… The TinyMCE Editor insert the “<div id=”nota”>” tag in different parts of the article, when i delete it and manually insert “<div>” tags the rigths modules back to the natural position. The problem is: the “<div id=”nota”>” tag is automatically inserted by the TinyMCE Editor, my ask is will I have to manually correct each article?
Please see for yourself the problem and help me to find a definitive solution…
Thanks in advanced…
-
AuthorPosts
This topic contains 17 replies, has 6 voices, and was last updated by pmhc 14 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum