-
AuthorPosts
-
creativesmythe Friend
creativesmythe
- Join date:
- January 2012
- Posts:
- 153
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 86
- Thanked:
- 6 times in 1 posts
May 21, 2013 at 10:08 pm #187665hello,
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 ithairthermalizer.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
wendyephong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
May 22, 2013 at 5:17 am #493583Hi 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
creativesmythe Friendcreativesmythe
- Join date:
- January 2012
- Posts:
- 153
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 86
- Thanked:
- 6 times in 1 posts
AuthorPostsViewing 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
edit registration form & issue with images on highlight slider module
Viewing 3 posts - 1 through 3 (of 3 total)