- Posts: 7
- Thank you received: 0
Module not showing correctly
-
anthonytrose
Inactive member - Topic Author
- New Member
Less
More
10 years 1 week ago #43844
by anthonytrose
Module not showing correctly was created by anthonytrose
Hi,
I have created a Basic HTLM module and placed it on the right of my template. I set some CSS to render it how I want, however it's not quite showing up how I would like. For example, the first link below shows the module correctly - with rounded fields etc, however, every other page on my site shows it without the rounded edges (see the second link). How is this happening. Can anyone see what is different on the first link which is making the module show correctly?
www.ceramiccitychoir.org.uk.gridhosted.c.../chorus-member/login
www.ceramiccitychoir.org.uk.gridhosted.co.uk/
Thanks
I have created a Basic HTLM module and placed it on the right of my template. I set some CSS to render it how I want, however it's not quite showing up how I would like. For example, the first link below shows the module correctly - with rounded fields etc, however, every other page on my site shows it without the rounded edges (see the second link). How is this happening. Can anyone see what is different on the first link which is making the module show correctly?
www.ceramiccitychoir.org.uk.gridhosted.c.../chorus-member/login
www.ceramiccitychoir.org.uk.gridhosted.co.uk/
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 week ago #43850
by ivan.milic
Replied by ivan.milic on topic Module not showing correctly
What is that module???
Please Log in to join the conversation.
-
anthonytrose
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
10 years 1 week ago #43852
by anthonytrose
Replied by anthonytrose on topic Module not showing correctly
It's a mailchimp signup form. It's s basic html module with a form (generated from MailChimp directly). Why?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 week ago #43856
by ivan.milic
Replied by ivan.milic on topic Module not showing correctly
I see it without rounded edges.
To round input boxes place this in template_css.css
#mc_embed_signup INPUT{
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
To round input boxes place this in template_css.css
#mc_embed_signup INPUT{
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
Please Log in to join the conversation.
-
anthonytrose
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
10 years 1 week ago #43860
by anthonytrose
Replied by anthonytrose on topic Module not showing correctly
Thanks for this, but can you tell me why the two examples of the same form render differently?
www.ceramiccitychoir.org.uk.gridhosted.c.../chorus-member/login
www.ceramiccitychoir.org.uk.gridhosted.co.uk/
I would like the form to show exactly like the first link on all pages.
www.ceramiccitychoir.org.uk.gridhosted.c.../chorus-member/login
www.ceramiccitychoir.org.uk.gridhosted.co.uk/
I would like the form to show exactly like the first link on all pages.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 week ago #43863
by ivan.milic
Replied by ivan.milic on topic Module not showing correctly
On login page you have reference to bootstrap and on other pages you don't.
Add this in head section in index.php of template:
<link rel="stylesheet" href="/media/jui/css/bootstrap.min.css" type="text/css">
Add this in head section in index.php of template:
<link rel="stylesheet" href="/media/jui/css/bootstrap.min.css" type="text/css">
Please Log in to join the conversation.
Time to create page: 0.168 seconds