Designers
This forum is for any designer (new and old) who is involved in the design of a Wild Apricot based websites.
378 results found
-
Limiting the size of the multi-line text field
By default, the multi-line text field has a limit of 3000 characters.
With some Javascript code, this limit can be reduced. The following code will limit the field to 500 characters. Change the boxlength value to set your own limit.
Insert the following code under Settings > Global Javascript:
<script type="text/javascript"> var boxlength = 500; if(document.getElementsByTagName('TEXTAREA')){ var txts = document.getElementsByTagName('TEXTAREA'); for(var i = 0, l = txts.length; i < l; i++) { var func = function() { if(this.value.length > boxlength) { alert('Maximum length exceeded: ' + boxlength); this.value = this.value.substr(0, boxlength); return false; } } txts[i].onkeyup = func; txts[i].onblur =…
0 votes -
Change line spacing in Event Calendar Year Page
I want to add some space between events in the Year page of the Event Calendar. Any suggestions?
0 votes -
Remove hover image from left navigation
Hello,
I am trying to remove the yellow background image from left navigation. It appears in the hover state in the items which have sub-navigation.
this is my website: http://rlc.onefireplace.com
I've been trying to get rid of it for couple of days no and I am going crazy now! Please help.
thanks!
0 votes -
Editing the default english labels to change them into french
Hello everybody.
I am having difficulties to find a good soul ready to tell me how to edit the text labels so i can make an french version of my site. I am aware of the toggler, however WA keeps bouncing me back to consultants to change a few text strings.If the toggler exists it(obviously) means the text can be edited by the user.
I am not a website programmer(i used to do a lot C , assembler, structured text, Basic, etc,,) in my developper's years. I believe I should be able to change text in the templates if somebody…
0 votes -
Revise css for editing overlay
I changed a fluid layout to a fixed layout, via css, with a centered layout. Now the dotted boxes that comprise the editing overlays are out of alignment to the new fixed layout.
Does anyone know which css file controls the editing overlays? I've been told by Customer Support that these overlays can be edited.
Thanks!
0 votes -
Our latest Wild Apricot Custom Design and Dev
Helping Wild Apricot customers achieve their goals is our thing:
0 votes -
Theme override- determining what menu items to show in header
Hi -
I'm using theme overrides and don't want all of the menu items to show in the header.
I'm using the following code right now...
<$Model.Items:
{
<a class="no-underline" href="<$it.Url$>"><div class="header-nav"><$it.Title$></div></a>
}$>
One of the items I don't want to produce and <a> tag for is the home page. Also, if a person is signed in I don't want the Join / Register page to show.
thanks,
Rob
0 votes -
create our own page layouts
Hi -
When you add a new page you can create a content page or a functional page.
Is their a way to add our own content pages in this list and replace the existing ones? I am using theme overrides and am making decent progress (albeit painful :-).)
Thanks,
Rob
0 votes -
Remove hyperlink from Header
How can I stop the header from linking to the home page when someone clicks on it?
0 votes -
Sys.PaymentInfo info.
Of all the Theme Overrides, this particular page seems to be the page that would be viewed after a payment, but its one of the few gadgets with no documentation.
Can anyone clue me in on what this page/gadget represents, and when do we see this page, and what are the variables associated with this page?
(New to Theme Overrides..)
0 votes -
Transparency of GIF file lost when inserted into the header?
I'm trying to insert a GIF file to be used as our logo into the header. The filet has a transparent background.
But its transparency seems to be lost when it's inserted into the header as the logo.
Am I missing something here?
0 votes -
subscription confirmation form
Hello............
When someone subscribes for a membership there is a subscription confirmation form.
I have another form on the contact page -
http://knowledgebasedparenting.com/contact-knowledge-based-parenting.html
This is for anyone (non-members) to subscribe to a newsletter.
The newsletter subscriber goes in the Contact list as a non member, non event and non donor.
Is there a way to have subscribers to this form be listed under Attention required? Or some other designation ie. Public Newsletters?
I also don't want the subscription confirmation form sent to them. Is there a way to do this?
Thanks
0 votes -
Help with a slideshow
Hello,
First post to the forum. I was wondering if anyone had a nice program to use to integrate an EASY to use slideslow into my webpage that flips through a few photos or figures. I tried using Picasa to do the HTML code but I am not sure where the photos need to be and how I then tweak the code.
Thanks for your help
Mark
0 votes -
Enabling lower case in left nav
I want to use lower case letters in the left navigation of our website astdatlanta.org
When I create a new page with a title such as SIGs-GIGs, it shows as SIGS-GIGS.
I tried working with the colors and fonts but they have no effect.
I am not sure which CSS is controlling this area.
0 votes -
Custom Wild Apricot Design
By Nicasio design team:
0 votes -
Customizing the Header
Hi All,
I would like to have a header with a static image on the top and a rotating banner ad under it.(all within the header)
I can get the script to work just fine however when i increase the height of the header to the max of 300 pixial the static image repeats or tiles. Does any one know how to make this work.
Thanks,
Frank
0 votes -
Removing hyperlinks from event gadgets
Trying to figure out how I remove the hyperlink from the event gadget? I want to use the event gadget on home page of my web site so the "next" meeting is always current, but because my web site is not a WA site, I have the gadget in an iframe. My problem is the hyperlink on the event title opens the event in the iframe and I don't want it to do this.
So, I want to either:
remove the hyperlink from the events gadget; or
modify the hyperlink so it goes to a different page
Can anyone help…
0 votes -
IE issues Editing Content
Just finished customizing our website however now we're unable to edit it right with IE. The content areas wont grow, the text is going off the left and right margins, and the green edit window moves depending on how big your resolution is.
It works fine in IE document mode 8+ and with other browsers. However WA seems to default to document mode 7.
Am I missing something here? Has anyone else ran into this issue?
Any assistance would be greatly appreciated!!
0 votes -
How to "fix" the bkground image in the css?
Hi Everyone,
I truly hope someone can help me. I have changed my groundground image in our site but cannot figure out how to lock/fix the background for scrolling the template. Other you see the image repleating.
I tried the html code (bkground properties="fixed") which did not work. Here is the code I have w/out the fixed code:
HTML > BODY { background: #fff url("/Resources/Pictures/image.jpg"); }
Can anyone help me?
Thank you so much for your time.
Elizabeth
0 votes -
Remove submenu flyouts
I like having the submenus listed in the navigation container, but is there a way to remove the flyout submenus using css?
Thanks so much,
Amy
0 votes
- Don't see your idea?