Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • creative_cow Friend
    #188875

    Hello,

    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 Friend
    #498752

    These 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 Friend
    #498755

    Actually 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 response

    MoonSailor Friend
    #498781

    Hi 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.

    mauris Friend
    #506838

    I 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 (?) 😮 . 🙂

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

This topic contains 5 replies, has 4 voices, and was last updated by  mauris 10 years, 7 months ago.

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