Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • wombat1 Friend
    #162411

    Hi

    The JA Cloris Quickstart comes with the video page/module deactivated, when it is activated, the scrolling does not function between the video page/module page and the next.
    Also the video contained in the code does not appear at all when the video page/module is activated

    In addition there does not appear to be a module position defined
    page 6
    however the xml code for the ¨menu¨ item in this position does exist, as does the page.

    Sherlock Friend
    #385145

    Hi wombat1,

    Do you use ja coloris 1.6 ?
    I just installed a quikstart of cloris for checking and I saw
    <blockquote> The JA Cloris Quickstart comes with the video page/module deactivated, when it is activated, the scrolling does not function between the video page/module page and the next.</blockquote>
    I did not see that,still the the scrolling function working well
    <blockquote>Also the video contained in the code does not appear at all when the video page/module is activated</blockquote>
    Joomla 1.6 did not allow to add some html tags(object tags..) into the custom module so you should add normal text
    <blockquote> In addition there does not appear to be a module position defined
    page 6
    however the xml code for the ¨menu¨ item in this position does exist, as does the page. </blockquote>
    This module position has been removed from cloris 1.6,in cloris 1.5 it is a position for the mod_k2_content but k2 has not been supported in joomla 1.6

    wombat1 Friend
    #385329

    Yes, i am using Cloris 1.6

    Regarding scrolling issue you can see here
    http://all-we.com/unotreintaysiete/
    There is no scroll between VIDEO – GALERIA

    So basically one needs to implement 1.5 version to be able to use embedded media such as video or galleries. or is there a way to embed these media using 1.6?

    I went with 1.6 version of template since features such as the language file overrides are especially time saving for those of us that develop in languages other than english. I hope theres some form of work around.

    Thanks for the help.

    Sherlock Friend
    #385459

    hi wombat1,

    I checked the url http://all-we.com/unotreintaysiete/ and still I saw the scroll between VIDEO – GALERIA working well.
    You can try as below if you want to add video for custom module.
    Open the file administratorcomponentscom_modulesmodelsformsmodule.xml
    Look for this
    <field name=”content” type=”editor”
    buttons=”true”
    description=”COM_MODULES_FIELD_CONTENT_DESC”
    filter=”ContentHelper::filterText”
    label=”COM_MODULES_FIELD_CONTENT_LABEL”
    />

    change to
    <field name=”content” type=”editor”
    buttons=”true”
    description=”COM_MODULES_FIELD_CONTENT_DESC”
    filter=”raw”
    label=”COM_MODULES_FIELD_CONTENT_LABEL”
    />

    Hope that would help !

    wombat1 Friend
    #385541

    Hi dathq, thanks for the code, i have used it but the video does not appear still.
    I had previously changed the original code contained in the module though. This is what i have now i the module postion for VIDEO

    <div class="page-wrap">
    <h3 class="page-title">Get to know <span class="orange">JA Cloris</span></h3>
    <div class="video-wrap">
    <param name="movie" value="http://www.youtube.com/v/qfz5z-Tft6c?fs=1&hl=es_ES&rel=0" />
    <param name="wmode" value="transparent" /></div>
    </div>

    About the scroll problem. The scroll does not work at all for me. Perhaps i did not explain the problem very well. When you go from VIDEO to GALERIA, The page moves to the Galeria module, yes. But it does not actually scroll in the same way as when you use the other menu items, tha page jumps from VIDEO to GALERIA with no scrolling. Since the scrolling is the main wow feature and its present in all the other transitions between modules, the fact that it jumps straight to galeria module from video module is a problem.

    If you are not able to see this perhaps it may have to do with the browser, i have tested on Chrome and Firefox4 on a Mac.

    Thanks.

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

This topic contains 5 replies, has 2 voices, and was last updated by  wombat1 13 years, 7 months ago.

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