Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • creativesmythe Friend
    #187665

    hello,

    I need to edit the information on my registration form, can you let me know where to go to edit the fields of the form. I would also
    like to know if it is possible to put the registration form under my event countdown if so how do I do this, without the layout map I am not as familiar about navigating the new T3 system? …. can someone let me know how to add
    the proper code to include a link from my events page back to the home page.

    Also, I have been uploading images via filezilla and it was going great until I got to the highlights slider module I used the image
    size indicated in the demo but it sill isn’t correct can you please look at it

    hairthermalizer.com

    the article in the slider that I want to add an image if is “nu life” please let me know the correct dimensions for this front image
    I saved as demo19_100_100 and that image in media manager says 660×300 but that clearly isn’t working so I tried 310×350 and
    that didn’t work either.

    thanks
    wendye

    phong nam Friend
    #493583

    Hi wendye,

    <blockquote>I need to edit the information on my registration form, can you let me know where to go to edit the fields of the form</blockquote>
    Pls open templatesja_mitiushtmlmod_jalogindefault.php. Then find & edit the fields you want.

    <blockquote>I would also like to know if it is possible to put the registration form under my event countdown</blockquote>
    Lets open templatesja_mitiustplsblockscountdown-page.php, then overwrite its codes with:


    <?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;
    ?>

    <?php if ($this->countModules('countdown')) : ?>
    <div class="wrap ja-countdown-page"><div id="countdown-page-inner">
    <div class="container">
    <div class="row">
    <div class="span12">
    <div class="countdown-page">
    <jdoc:include type="modules" name="<?php $this->_p('countdown') ?>" style="raw" />
    </div>

    <div class="span4<?php $this->_c('top-login')?>" style="padding-left: 140px;">
    <div class="top-login">
    <jdoc:include type="modules" name="<?php $this->_p('top-login') ?>" style="raw" />
    </div>
    </div>
    </div>
    </div>
    </div>
    </div></div>
    <?php endif ?>

    * Red lines are new inserted codes for login position in countdown layout.
    Remember to backup this file before overwriting.

    <blockquote>can someone let me know how to add the proper code to include a link from my events page back to the home page.</blockquote>
    You can create a Custom HTML module which contains homepage url, at countdown position. Then assign this module to your Events menu.

    <blockquote>I have been uploading images via filezilla and it was going great until I got to the highlights slider module I used the image size indicated in the demo but it sill isn’t correct can you please look at it</blockquote>
    By default, you can control the size of Slideshow images in the module backend. Pls check my snapshot.

    * The below guide can help you to configure our JA Mitius template more easily: http://www.joomlart.com/forums/forumdisplay.php?439-JA-Mitius-Guides-Tutorials-Tips

    Leo


    1. 6
    creativesmythe Friend
    #493621

    i got it figured out… thanks

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

This topic contains 3 replies, has 2 voices, and was last updated by  creativesmythe 11 years, 6 months ago.

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