Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • rclpris Friend
    #196486

    Hi,

    #1.
    I have unpublished this article but for some reason, its showing up from no where? I hope that someone can help me on this.

    #2.
    Another question is, how can I adjust the menu for cell phone/tablet use? I have created a menu without link and it has different alignment than the normal menu items.
    ***added a custom.css as directed from another question in this forum
    .nav > li > .separator {
    color: #333333
    font-weight: 700;
    text-transform: uppercase;
    }
    .nav > li {
    color: #333333
    font-weight: 700;
    text-transform: uppercase;
    }

    #3.
    Gmap does not show up on my cell phone use, how can I add this module to the cell phone?

    Thanks.


    1. article
    Ninja Lead Moderator
    #529961

    Right now its difficult to figure out the root of issue. Please post your site url here and screenshot to illustrate the issues.

    If possible, you can send via Private message URL and admin credentials of your site, I will help you out.

    rclpris Friend
    #530008

    Hi,

    Thanks for your reply.

    For number 1, you can find the double info shown up on this page:
    http://showroom3.orangybun.com/index.php/en/about-2

    Another problem I found beside the 3 above is that when I open the site with internet explorer, the navigation bar will disappear when I scroll to the top.

    I’m going to pm you my info right now

    rclpris Friend
    #530271

    Hi,

    I’m still waiting for the help. Thanks.

    Ninja Lead Moderator
    #530290

    <em>@rclpris 420924 wrote:</em><blockquote>Hi,

    I’m still waiting for the help. Thanks.</blockquote>

    I need a bit more time to check the problem on your site.

    #1) I understand that when un-publishing About article, it still shows on your site. I tried but could not re-produce this in our local dev. Please pm me FTP credentials of your site, I will investigate further into your source code.

    #2) Just for better clarification, please send me the screenshot what are your expecting, I will suggest the solution then.

    #3) If you want to show it on mobile layout, you can remove hidden-xs class in the templates/ja_appolio/tpls/blocks/gmap.php file as follows:


    <nav class="wrap gmap hidden-xs <?php $this->_c('gmap') ?>">
    <jdoc:include type="modules" name="<?php $this->_p('gmap') ?>" />
    </nav>

    Please me know which IE version did you get this problem? I have tested with IE11 but I could not find it, see my screenshot:


    1. IE_11
    rclpris Friend
    #530492

    Hi,

    Thanks for your reply.

    1) pm you

    2) please see attachment.

    3) I just removed the class highlighted in red but it’s still not working?

    4) I just cleared my cache and internet explorer seems to work now. Thanks for your help.


    1. Screenshot_2014-04-10-23-49-56
    Ninja Lead Moderator
    #530523

    <blockquote>1) pm you</blockquote>

    I am not sure what you might have changed on your site. I tried to upgrade to the latest version of JA Appolio Templatea and T3 framework on your site but your site still shows un-published article.

    <blockquote>2) please see attachment.</blockquote>

    Nav bar (Off canvas) does not support Menu Heading type, however I helped to set it to External URL type and it works fine now. Please roll back any changed css style in this case.

    <blockquote>3) I just removed the class highlighted in red but it’s still not working?</blockquote>

    I fixed directly on your site as follows:

    Open the templates/ja_appolio/tpls/blocks/gmap.php file and remove the tag in red:


    <nav class="wrap gmap hidden-xs <?php $this->_c('gmap') ?>">
    <jdoc:include type="modules" name="<?php $this->_p('gmap') ?>" />
    </nav>

    rclpris Friend
    #531209

    1) I actually made a change to the HOME-1.php because the contact form wasn’t showing up. Could it be the reason why the article is showing up on the monthly feature page?

    2) I do not want to make “ROOMS” clickable with a link, that’s why I made the previous change. I only need the hover on the “rooms” with a drop down list. The only thing is that it didn’t show up correctly on my mobile.

    3) Thanks.

    As you have said you have updated the template version, I still see the required updates alert on my main page. I tried to update the template but never succeed. Could you please take a look at it? I can’t seem to update anything else.

    Ninja Lead Moderator
    #531385

    #1) I tried to debug the Featured Articles menu item that always show un-publish article, however I could not re-produce such issue. I did check JA Appolio via demo builder: http://builder.joomlart.com/ as well. If possible, please try to download our quickstart package and install again.

    #2) If you want to use Menu Heading menu type, you need to customize the css style.

    Open the templates/ja_appolio/css/custom.css file and add this rule:


    .navbar-nav > li > span {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    }

    .nav > li > span {
    position: relative;
    display: block;
    padding: 10px 15px;
    }

    rclpris Friend
    #531478

    Hi,

    1. Fixed it.

    2. It works, thanks.

    3. The contact form is also not showing. I think it’s because I’m using home-1 file instead of the default file. Any way to fix it without affecting the display on other pages?

    <?php $this->loadBlock(‘video’) ?>

    <?php $this->loadBlock(‘header-home’) ?>

    <?php $this->loadBlock(‘home-1’) ?>

    <?php $this->loadBlock(‘gmap’) ?>

    <?php $this->loadBlock(‘footer’) ?>

    4. Is it possible to move “visit us” button to the empty space to the right of the social links on the menu?

    5. On the Rooms page, the slides are on top of the masshead, anyways to show the slides below the masshead banner with let’s say 2 cm white space separation in between?

    6. Let’s say if you are on any English page, and you click onto the English button at the top right, it will always bring you back to the English home page which is not that user friendly. I want it to stay on the same page.

    7. Is it possible to add ja tabs onto popup windows (like on the monthly feature page)?

    Thanks so much and sorry for the long message.


    1. a
    2. b
    Ninja Lead Moderator
    #531706

    #3) Because <?php $this->loadBlock(‘home-1’) ?> didn’t load main content (component) that’s why you can not see contact-us to show here.
    You can duplicate home-1 from layout tabs in JA_Appolio – Default template to contac-us layout and (via FTP) open and edit the templates/ja_appolio/tpls/contac-us.php file as follows:

    <?php $this->loadBlock('video') ?>

    <?php $this->loadBlock('header-home') ?>

    <?php $this->loadBlock('custom-us') ?>

    <?php $this->loadBlock('gmap') ?>

    <?php $this->loadBlock('footer') ?>

    + Then, create the templates/ja_appolio/tpls/blocks/custom-us.php file

    + Open the custom-us.php file and add this code:


    <?php
    /**
    * @package T3 Blank
    * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
    * @license GNU General Public License version 2 or later; see LICENSE.txt
    */

    defined('_JEXEC') or die;
    ?>

    <jdoc:include type="message" />
    <jdoc:include type="component" />

    #4) You need to fix it from css file:

    Open the templates/ja_appolio/css/custom.css file and add new rule

    @media (min-width: 768px) {
    .t3-header .pull-right {
    right: 0px !important;
    }
    }
    @media screen and (min-width: 768px) {
    .head-right {
    margin-right: 0px !important;
    }
    }

    #5) You can add space separation in between them

    Open the templates/ja_appolio/css/template.css file

    Change

    .section.parallax.slideshow {
    padding-top: 0;
    }

    To

    .section.parallax.slideshow {
    padding-top: 20px;
    }

    #6) This is rule from Joomla core, we could not change as your expectation

    #7) Can you send me the screenshot? It will help to understand what you mentioned.

    rclpris Friend
    #531865

    3. It works. However I lost the left and right margin. How can I modify the contact info section on the right of the page?

    4-6. Works great, thanks.

    7. If you click onto the product on the monthly feature page, you will see a popup. (please see the attachment) I hope to add the tab within the pop up content.

    8. I want to understand more about the video part. From the current code, should I only modify the two files here, http://static.joomlart.com/video/ja_appolio/welcome.mp4, and images/stories/joomla/poster.png, and ignore the rest? I’m not sure what is the use of the rest.

    <source src=”images/stories/joomla/welcome.webmhd.webm” type=”video/webm” />
    <div class=”video-fallback” style=”padding-bottom: 56.25%;”><object data=”http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf” type=”application/x-shockwave-flash” width=”100%” height=”100%”><param name=”movie” value=”http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf” /><param name=”allowFullScreen” value=”true” /><param name=”wmode” value=”transparent” /><param name=”flashVars” value=”config={‘playlist’:[{‘url’:’http://static.joomlart.com/video/ja_appolio/welcome.mp4′,’autoPlay’:true, ‘controls’: null}]}” />
    <img title=”No video playback capabilities, please download the video below” src=”images/stories/joomla/poster.png” alt=”Sample Video” width=”100%” height=”auto” />

    Thanks.


    1. popup
    2. popup2
    Ninja Lead Moderator
    #531898

    #7) The popup content you mentioned is JA ContentPopup module. I have checked, but I’m s afraid it is not available to load tabs inside popup now.

    #8) Yes, you should make change to:
    – The images/stories/joomla/poster.png which is image to show on the first loading
    – The http://static.joomlart.com/video/ja_appolio/welcome.mp4 path is the source of video file.

    And you can leave as is for the rest of video script:


    <div class="video-shuffle-wrap">
    <div class="video-shuffle" data-js-view="video-shuffle">
    <div class="mask">*</div>
    <video style="width: 100%; height: auto;" poster="images/stories/joomla/poster.png" autoplay="autoplay" loop="loop">
    <source src="http://static.joomlart.com/video/ja_appolio/welcome.mp4" type="video/mp4" />
    <source src="images/stories/joomla/welcome.webmhd.webm" type="video/webm" />
    <div class="video-fallback" style="padding-bottom: 56.25%;"><object data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" type="application/x-shockwave-flash" width="100%" height="100%"><param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" /><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="flashVars" value="config={'playlist':[{'url':'http://static.joomlart.com/video/ja_appolio/welcome.mp4','autoPlay':true, 'controls': null}]}" />
    <img title="No video playback capabilities, please download the video below" src="images/stories/joomla/poster.png" alt="Sample Video" width="100%" height="auto" />
    </object></div>
    </video></div>
    </div>

    rclpris Friend
    #531993

    Thanks, this helps alot and love the template.

    And you might have missed number 3 – contact page

    3. However I lost the left and right margin. How can you make use of the margin from the template. and how can I modify the contact info section on the right of the page?

    Ninja Lead Moderator
    #532043

    <em>@rclpris 423122 wrote:</em><blockquote>Thanks, this helps alot and love the template.

    And you might have missed number 3 – contact page

    3. However I lost the left and right margin. How can you make use of the margin from the template. and how can I modify the contact info section on the right of the page?</blockquote>

    I have fixed it directly on your site.

    I edited this file: templates/ja_appolio/tpls/blocks/custom-us.php

    Change

    <jdoc:include type="component" />

    To

    <div class="container">
    <div class="row">
    <jdoc:include type="component" />
    </div>
    </div>

    Let me know if it helps.

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

This topic contains 15 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 6 months ago.

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