-
AuthorPosts
-
creative_cow Friend
creative_cow
- Join date:
- March 2007
- Posts:
- 45
- Downloads:
- 2
- Uploads:
- 10
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
July 11, 2013 at 4:27 pm #188875Hello,
modules from the quickstart showing on positions 5-7 although have the option for read more in module settings, on the frontend they do not link to the article. Same thing on the demo.
Anyone the answer? Thank you
Sylwester Kowalski FriendSylwester Kowalski
- Join date:
- September 2014
- Posts:
- 93
- Downloads:
- 57
- Uploads:
- 9
- Thanked:
- 7 times in 1 posts
July 11, 2013 at 7:23 pm #498752These are just modules created as custom html modules. You can add whatever text or links you want to them. You can find them by going to extension –> module manager.
creative_cow Friendcreative_cow
- Join date:
- March 2007
- Posts:
- 45
- Downloads:
- 2
- Uploads:
- 10
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
July 11, 2013 at 9:52 pm #498755Actually they are not custom html modules but Articles Category module. Thats what is used in the quickstart also. Any solution with that module instead of creating custom html modules?
Thank you for your responseMoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
July 12, 2013 at 3:51 am #498781Hi sly123,
It’s bug of template. You can fix it as :
– Open file “templates/ja_beranis/less/modules.less” find code :
.category-module {li {
a.mod-articles-category-title {
color: @white;
font-family: 'Roboto',sans-serif;
font-weight: 400;
text-transform: uppercase;
//Link States
&:hover, &:focus, &:active {
text-decoration: underline;
}
}.mod-articles-category-readmore {
display: inline-block;
margin-bottom: 0;
margin-top: (@T3globalMargin/2);
}p.mod-articles-category-readmore a {
background: url("@{T3ImagePath}/ico/readmore.png") no-repeat left center;
display: block;
font-size: 0;
opacity: 0.5;
padding-left: @T3globalPadding;
text-indent: -999em;
//Link States
&:hover, &:focus, &:active {
opacity: 1;
}
}
}}
change it to :
.t3-sl-1{
.category-module {li {
a.mod-articles-category-title {
color: @white;
font-family: 'Roboto',sans-serif;
font-weight: 400;
text-transform: uppercase;
//Link States
&:hover, &:focus, &:active {
text-decoration: underline;
}
}.mod-articles-category-readmore {
display: inline-block;
margin-bottom: 0;
margin-top: (@T3globalMargin/2);
}p.mod-articles-category-readmore a {
background: url("@{T3ImagePath}/ico/readmore.png") no-repeat left center;
display: block;
font-size: 0;
opacity: 0.5;
padding-left: @T3globalPadding;
text-indent: -999em;
//Link States
&:hover, &:focus, &:active {
opacity: 1;
}
}
}}
}– Open file “templates/ja_beranis/css/template.css” find code
.t3-sl-1 .category-module li p.mod-articles-category-readmore a {
background: url("../images/ico/readmore.png") no-repeat left center;
display: block;
font-size: 0;
opacity: 0.5;
padding-left: 20px;
text-indent: -999em;
}
change it to
.category-module li p.mod-articles-category-readmore a {
background: url("../images/ico/readmore.png") no-repeat left center;
display: block;
font-size: 0;
opacity: 0.5;
padding-left: 20px;
text-indent: -999em;
}
Regards.
September 24, 2013 at 7:01 am #506838I have pretty much the same problem in positions 5-7. The image covers the “read more” button and it is not possible to click it.
I think the bug in “modules.less” had been already corrected in the update. I only made the change in “template.css” but the problem is still there (cannot see nor click the “read more” button in the positions 5-7).
Any help/suggestions appreciated.Edited:
As the way “around”:
Go to “Extensions > modules and find module position 5 (or 6-7) (in ja beranis position-5 is called “Easy Customization”. Then go to “Options > Display Options and click “yes” for “Linked Titles”. This way the visitor can be at least taken to the article by clicking the article title …. and the “read more…” appears (not covered be the image (?) 😮 . 🙂 -
AuthorPosts
This topic contains 5 replies, has 4 voices, and was last updated by mauris 11 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum