-
AuthorPosts
-
hariorama Friend
hariorama
- Join date:
- April 2009
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 33
- Thanks:
- 50
- Thanked:
- 15 times in 1 posts
June 29, 2013 at 7:47 am #188569modul breadcrumbs in position “breadcrumbs” is not working ! they do work in other positions. why is that?
pb66 Friendpb66
- Join date:
- May 2010
- Posts:
- 129
- Downloads:
- 23
- Uploads:
- 10
- Thanks:
- 31
- Thanked:
- 42 times in 27 posts
June 30, 2013 at 8:59 am #497390If you go into ‘Template Manager’ and the ‘Layout’ tab you will see there is no ‘Breadcrumb’ position activation.
I would expect you would need to activate the position and locate it to make it work. I would suggest that because this template is designed to work with infinite scroll they have left the breadcrumb position inactive as you’ll never reach it!
Hope this helps.
Regards,
hariorama Friendhariorama
- Join date:
- April 2009
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 33
- Thanks:
- 50
- Thanked:
- 15 times in 1 posts
June 30, 2013 at 9:53 am #497391thanks for the feedback.
would be nice, to have it work in article layout.
i’ll keep trying.
marinolab Friendmarinolab
- Join date:
- June 2010
- Posts:
- 147
- Downloads:
- 45
- Uploads:
- 34
- Thanks:
- 33
- Thanked:
- 7 times in 2 posts
June 30, 2013 at 11:22 am #497394Actually the breadcrumbs module occupies a space too high in content-top.
Is possible to insert it into component?phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
July 1, 2013 at 10:10 am #497479Hi,
<blockquote>Is possible to insert it into component?</blockquote>
No. But you can try to put the new position before component, then put your breadcrumbs module at there.
Open templatesja_argotplsblocksmainbody-content-left.php, then put your codes before lines:<div class="span9 t3-content-main">
<jdoc:include type="component" />
</div>marinolab Friendmarinolab
- Join date:
- June 2010
- Posts:
- 147
- Downloads:
- 45
- Uploads:
- 34
- Thanks:
- 33
- Thanked:
- 7 times in 2 posts
July 1, 2013 at 2:05 pm #497508I’m sorry but I have some difficulty in understanding the dynamics of the action.
I found this piece of code in the mainbody-content-left.php<!– MAIN CONTENT WITH INSET –>
…….
…..
……
…..
<div class=”span9 t3-content-main”>
<jdoc:include type=”component” />
</div>
</div>…. then?
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
July 1, 2013 at 2:32 pm #497509Hi marinolab,
I meant you need to put the codes to create new position:
<div class="new_position">
<jdoc:include type="modules" name="new_position" />
</div>
before
<div class="span9 t3-content-main">
<jdoc:include type="component" />
</div>
</div>Then create a Breadcrumbs module at new position.
* You can replace “new_position” with your desired texts.
marinolab Friendmarinolab
- Join date:
- June 2010
- Posts:
- 147
- Downloads:
- 45
- Uploads:
- 34
- Thanks:
- 33
- Thanked:
- 7 times in 2 posts
July 2, 2013 at 6:14 am #497633Done, but it generates a big empty space and component overlaps with inset…
hariorama Friendhariorama
- Join date:
- April 2009
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 33
- Thanks:
- 50
- Thanked:
- 15 times in 1 posts
July 2, 2013 at 6:18 am #497634i have the same issue with overlaping like marinolab.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
July 2, 2013 at 8:52 am #497657Hi marinolab, hariorama,
<blockquote>Done, but it generates a big empty space and component overlaps with inset…</blockquote>
You need to adjust the new module css styles also. Lets put your extra css codes into templates/ja_argo/css/custom.css file.marinolab Friendmarinolab
- Join date:
- June 2010
- Posts:
- 147
- Downloads:
- 45
- Uploads:
- 34
- Thanks:
- 33
- Thanked:
- 7 times in 2 posts
July 2, 2013 at 11:52 am #497684I seen the file….
An example?phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
July 2, 2013 at 12:56 pm #497689Hi marinolab,
<blockquote>An example?</blockquote>
Excuse me. What did you mean ?
As I mentioned that you need to adjust your new module position css style (width, height, padding …). This will make new positon look better, not big empty space. The below tutorial can be helfpul for you: http://www.joomlart.com/forums/topic/how-to-create-a-new-module-position-6/ -
AuthorPosts
This topic contains 12 replies, has 4 voices, and was last updated by phong nam 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum