Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • patrick.suppan Friend
    #968387

    Does anybody know, how I could turn my idea into reality????

    I would like to have the whole category-module-item as a link, not only the title… I’m not that good in PHP – so I need the community’s help.

    Pankaj Sharma Moderator
    #968417

    Hi
    do u mean by articles category module ? could u give a mockup how u would like to display the module ?

    patrick.suppan Friend
    #968708
    <div class="category-module-item  border-right">
        <div class="category-module-item-inner">
            <div class="article-img">
                    <div class="img-intro">
                        <img src="/images/abteilungen/allergologie.png" alt=""/>
                    </div>
            </div>
    
            <div class="article-content">
              <h4>
                <a class="mod-articles-category-title " href="/index.php/allergologie">Allergologie</a>
              </h4>
    
                <p class="mod-articles-category-introtext">
                    Die Allergiediagnostik beinhaltet vier Schritte, die aufeinander...</p>
                    <a class="mod-articles-readmore " href="/index.php/allergologie">View more</a>
    </div>
    </div>

    I would like to make something like this:

    <a href="/index.php/allergologie"><div class="category-module-item  border-right"> ... </div> </a>

    In which PHP do I find that?

    I also would like to format the View More Link with "btn btn-border mod-articles-category-title"… but I dont know where?

    Edit: I know, that I find it in five_columns.php…. but I don’t know how to handle it.

    Pankaj Sharma Moderator
    #968710

    do u mean by articles category module ?
    Its in template folder/HTML/module_articles_category

    patrick.suppan Friend
    #968713

    but if I handle it like this…

    <a href="/index.php/allergologie"><div class="category-module-item  border-right"> ... </div> </a>

    the Tag is 0px and doesn’t work ?!?!

    patrick.suppan Friend
    #968714

    at the moment i do…

    <div class="category-module-item  border-right" onclick="window.location.href='/abteilungen/leitung'">

    but i would like to use fewer javascript.

    Pankaj Sharma Moderator
    #968769

    Hi
    You can create your own module layout in template folder/HTML/module_articles_category/
    and customize and add the custom work as per your requirements .

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

This topic contains 6 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 2 months ago.

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