-
AuthorPosts
-
cybernun Friend
cybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
February 14, 2012 at 1:04 am #173873Page located here: http://siteground210.com/~blackst5/new_joomla1.5/contact
THE CONTACT FORM BUTTS UP AGAINST THE NAV BAR! It’s also not very attractive. What controls this?
SOLUTION ANYONE :((
pixelzombie Friendpixelzombie
- Join date:
- August 2010
- Posts:
- 339
- Downloads:
- 2
- Uploads:
- 49
- Thanks:
- 32
- Thanked:
- 168 times in 107 posts
February 14, 2012 at 8:17 am #438270Hi cybernun,
the contact page at your site is kind of missing the title. you can move the whole contact page down with this css
#component-contact #emailForm {
margin: 20px 0px 0px 0px;
}
Put this code into your template.css file. This works only for your contact page.
You also may want to display the modules on the left on your contact page also.
Cheers
Frank
1 user says Thank You to pixelzombie for this useful post
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
February 15, 2012 at 1:43 am #438365How kind of you to take the time for this. I will try out your solution.
As far as the missing “Title.”
I was forced to stay in Joomla 1.5+ because of a major module that has not been updated. The contact page is indeed missing any option for a TITLE. Is there a way to add the Title? Isn’t that storage that it’s not there?
And yes, I will put mods to left.Thanks much. Will get back with results. :-*:-*
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
February 15, 2012 at 1:44 am #438366Not “storage.” Meant to type “strange.” Isn’t it strange that there is no Title on Contact page.
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
February 15, 2012 at 2:03 am #438367HI PIXEL ZOMBIE–
Thanks! Your solution worked! however the “Single Contact” page was not displaying other necessary info, which leads me to believe that there’s a glitch. I switched to “Category Contacts” even though there is only one contact. I don’t know what else to do.
Your code solution (placed in template.css) does not appear to be affecting the “Category” view. Interesting. I actually don’t need to lower but interesting that it does not affect Category page layout. See here:
http://siteground210.com/~blackst5/new_joomla1.5/contact
NOW I HAVE A DIFFERENT ISSUE.
I want to change “contact details for this site” to the name of the company. Is that buried in a php or xml file?
Thank you again for your help! :-*:-*
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
February 15, 2012 at 2:32 am #438373LATEST UPDATE.
http://siteground210.com/~blackst5/n…mla1.5/contact
The Contact Form has a glitch indeed and does not look like demo. It is missing all of this above the form:
Contact form layout
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam quis enim ac dui semper tincidunt vitae id ante. Cras et aliquet tortor. Curabitur nisi mauris, vestibulum at lacinia nec, dignissim non nulla.
Vestibulum Nam tellus ac leo interdum Phasellus Donec tellus porttitor nulla. Dui sem ligula Ut vel at a volutpat Nunc non urna. Elit nascetur felis semper dictum urna habitant ut risus wisi at. Vivamus gravida vel turpis Sed dignissim Aliquam vel at lorem Proin.
Address: 249A – Ut est hendrerit – Justo tortor
Tel: (+844) 0987 5678
Email: info@your-domain.com
Website: http://www.your-domain.com
SEND US MESSAGEI have to try and get an administrator because I do not know where to begin to fix this and am too far into customizing this template to reinstall. I will save your code and I thank you for it but I want to show a single contact (not “Category Contacts) and now have to figure out how to do that. Of course, if you know how…GREAT! :-*:-*:-*:-*
pixelzombie Friendpixelzombie
- Join date:
- August 2010
- Posts:
- 339
- Downloads:
- 2
- Uploads:
- 49
- Thanks:
- 32
- Thanked:
- 168 times in 107 posts
February 15, 2012 at 8:20 am #438397Hi there,
http://siteground210.com/~blackst5/new_joomla1.5/contact looks god to me. Compared to the JA Travel Demo site there’s a custom html module missing, that displays the information you mentioned in #6. In order to get this displayed in your contact page:
– change the menu item back to single contact
– create a custom html module with the Content you like to be placed above the contact page
– publish it in the module position content-top and make it visible in your contact page onlyI think this should do the trick 🙂
If you need assistance please PM me login credentials.Cheers
Frank
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
February 15, 2012 at 9:35 pm #438481PIXELZOMBIE
You ain’t no Zombie, you very much awake!
That was BRILLIANT!
Will go do now and report back but confident that is solution. Nice work around indeed.:-*:-*:-*:-*:-*cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
February 15, 2012 at 10:35 pm #438489YES YES YES IT WORKED!
http://siteground210.com/~blackst5/new_joomla1.5/contact
I unpublished the contact form because I am concerned that it won’t work and it’s not great looking. I need to scramble the email and add Captcha etc but yes, that solution works and will remember in future. Aesthetically, the module bumps into the nav area and I’m not thrilled. I still have the code you sent in the template.css:
#component-contact #emailForm {
margin: 20px 0px 0px 0px;
}but it does not lower this module. I guess because it has to be called something else?
:):):):):):)
pixelzombie Friendpixelzombie
- Join date:
- August 2010
- Posts:
- 339
- Downloads:
- 2
- Uploads:
- 49
- Thanks:
- 32
- Thanked:
- 168 times in 107 posts
February 19, 2012 at 10:54 pm #438952Of course, the css works only for the old contact page. You’ve changed the look now and it looks good to me. No bumping into the nav area.
Do you need further assistance in that case?
Cheers
Frank
1 user says Thank You to pixelzombie for this useful post
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
February 19, 2012 at 11:59 pm #438956Thanks again, PixelZombie.
Actually, for me, the mod Title is too close to the nav so yes, if you know how to get it down that would be swell.
Decided against a form (it did not look so great) and will find a plug in that scrambles the email address.
Keeping it simple.
Working on site every day so yes, it keeps morphing. :-*:-*pixelzombie Friendpixelzombie
- Join date:
- August 2010
- Posts:
- 339
- Downloads:
- 2
- Uploads:
- 49
- Thanks:
- 32
- Thanked:
- 168 times in 107 posts
February 21, 2012 at 9:05 pm #439360Your’re welcome.
#Mod101 {
margin-top: 20px;
}
This does only work on this particular module since we approach it via it’s ID. Otherwise you would move every module on the page 20px down.
Test this out, it should work for you.
Cheers
Frank
1 user says Thank You to pixelzombie for this useful post
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
February 22, 2012 at 1:10 am #439396HOW DID YOU GET SO SMART. .:)
It worked.
I want to set this Thread as SOLVED but since I’m using a Custom mod instead of the Travel Contact mod, not sure. There are different solutions you gave me. What do you think?PS: I’m going to start a new Post about something different and am hoping you’ll look out for it.
pixelzombie Friendpixelzombie
- Join date:
- August 2010
- Posts:
- 339
- Downloads:
- 2
- Uploads:
- 49
- Thanks:
- 32
- Thanked:
- 168 times in 107 posts
February 22, 2012 at 1:25 am #439397The thread can be solved, yes. You had different approaches and there are different solutions for it 🙂
I’m glad everything worked out for you!
Cheers
Frank
-
AuthorPosts
This topic contains 14 replies, has 2 voices, and was last updated by pixelzombie 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum