Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • lselbach Friend
    #492247

    Hi Leo,

    1. It worked perfectly.

    2. I just want to open another article.
    But since Onepage template can´t do that, I´m assuming I must use Jpopup module.
    Check the image attached to understand.

    The beginning of the code is

    <div class="introducing">
    <div class="span4 block">
    <div class="block-img">
    <i class="introducing-icon1"> </i></div>
    <h3 class="block-title">
    Websites Expressos</h3>
    <div class="block-content">
    <p>
    Para você que procura uma solução prática, rápida e eficiente para estar presente na web. <a href="index.php?option=com_content&view=article&id=111&catid=84&Itemid=435" title="Websites Expressos">Conheça nossa proposta</a>.</p>
    </div>
    </div>
    <hr id="system-readmore" />
    <p>
    "Websites Expressos" é uma combinação de conceitos que surgiu com o avanço das tecnologias e também da complexidade da Internet.<br />
    Para nós, esse conceito envolve as seguintes características e benefícios </p>
    <p>
     </p>

    Thanks
    Lucas


    1. awesome-question
    lselbach Friend
    #492711

    Hi Leo,
    I tried this link. It´s not working.

    Now the Popup module doesn´t work either.
    Tried to remove and create another, stil doesn´t work.

    Pls help, I´ve spent too many hours on this template.

    Regards
    Lucas

    phong nam Friend
    #492760

    Hi Iselbach,

    <blockquote> I just want to open another article. </blockquote>

    You need to :
    + Assign that linked pages into a menu item.
    + Assign a template style (i.e Default) to that menu item.
    + In Default style: Template Manager >> JA Onepage – Default >> Layout >> Select Default layout.

    * You can create a new menu item or using exesting ones for assigning pages.

    <blockquote>Now the Popup module doesn´t work either.</blockquote>
    It is better you can send me a PM with your admin. I’ll check & correct this issue quickly.

    Leo

    cndglobal Friend
    #527170

    Leo
    I also want to use the Awesome Team Module with two images.
    (I need the mobile version to work properly)
    I pasted the code in your earlier post. (am using image size 240×180)
    I tweaked the code to center align when viewed on desktop. (firefox)
    = = = = = = = = = = =
    Problem is mobile view.
    Left image looks good but the right image is small. Text also not aligned properly.
    – – – – — — – – – – –
    If you respond I will be happy to send site login.
    Any help would be appreciated.
    Thanks,
    cndglobal

    phong nam Friend
    #527246

    @ cndglobal: The issue is caused by the element style (padding and width) you defined within the HTML mockups of this section module. You can simply solve it by trying to put these css rules to the end of templates/ja_onepage/css/custom.css file:

    @media (max-width: 767px) {
    .team .thumb-mask .mask-inner,
    .team .thumb-mask .caption {
    padding-left: 0 !important;
    width: auto !important;
    }
    }

    Let me know how it goes.

    cndglobal Friend
    #527349

    Thanks Leo
    Your solution looks good but Anh Hoang Van also helped me and this is his solution.

    Please create a new css file named: custom.css in the templatesja_onepagecss path and add the following rule:

    @media (max-width: 767px) {
    .section4 .mask-inner {
    padding-left: 0 !important;
    }

    .section4 .caption {
    padding-left: 0 !important;
    width: 100% !important;
    }
    }

    Leo
    I’m sure your solution is a good one. I used the code from Anh Hoang Van before I saw your response and it does solve the problem.
    My main problem was alignment of the mobile view and this solved it.
    Thanks again Leo.
    cndglobal

    phong nam Friend
    #527430

    You are welcome !

    Anh Hoang Van is a pretty support girl 🙂

Viewing 7 posts - 16 through 22 (of 22 total)

This topic contains 22 replies, has 6 voices, and was last updated by  phong nam 10 years, 1 month ago.

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