Skip to content

Designers

This forum is for any designer (new and old) who is involved in the design of a Wild Apricot based websites.

372 results found

  1. Moving Login in theme?

    I have tried a couple of methods to move the login but I think I am over thinking it all.

    On our page (aibl.org) the login/logout info was at the top right had (per that theme). I changed it but now I just have a link to login. Users want to be able to login/logout the same way they did when is was at the top. Anyone know how I can place the default login/logout where I have that simple link on the left under my menu?

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Is this possible?

    Hi everyone,

    My client has engaged a designer to produce a design for her WA site, however it looks beyond my ability to customise Wild Apricot.

    I'll be doing all the events/membership stuff in the engine room, plus I could do simple modifications to a WA theme.

    They originally designed it to be used for a Wordpress site, but I'm not sure it can be easily incorporated into a Wild Apricot modified theme?

    I've attached a screenshot link below.

    Screenshot https://my.syncplicity.com/share/lzlwv2skqd/JULIANNA_&_FRIENDS_WEBSITE-_HOME_PAGE_1-01

    The original graphics are in a psd file.

    If its not easy to do, I'd like to find someone…

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Preventing the header image from repeating on the Granite theme

    The Granite theme will repeat the header image horizontally by default. Although this is useful for tiled images, it does not look nice for single header images.

    Add this CSS to Settings > CSS Customization to disable the horizontal repeat: #idHeaderContainer .d1 .d2 { background-repeat: no-repeat; }

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Accessing Basic.css and Theme.css

    How do I download or view these two files? I don't see them in the /resources/Theme folder.

    I find user.css and customStyles.css there.

    Thanks

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Submenu width too narrow - truncating type

    I'm using Starlight Granite theme, originally a liquid layout. I've changed the theme to a fixed width layout, to preserve size and placement of images on home page.

    However, the submenus are not wide enough to fit all my type. According to WA support, there was a bug, and they sent me a piece of CSS code, which did not work, due to my adjusting the theme from liquid to fixed.

    So I'm reaching out to the user community, especially those CSS experts, to determine if I can set my submenus to a wider width, and still retain my fixed…

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. More custom Wild Apricot themes by Nicasio Design

    Our latest master piece is arlingtonhouse.org http://www.arlingtonhouse.org

    The challenge was: find a good solution to our client’s outdated website and make the ongoing content management easy and hassle free to edit. Check out the totally kick-butt custom wild apricot theme. Take a look and tell us what you think.

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Our latest Wild Apricot Custom Design and Dev

    Helping Wild Apricot customers achieve their goals is our thing:

    http://www.txsaa.com/

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Remove hyperlink from Header

    How can I stop the header from linking to the home page when someone clicks on it?

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. [CUSTOMIZATION] Chat Box & Video Uploads For Members

    It would be nice if my members could upload videos of themselves to their profile page and they've been asking if there's a chat box so that they can chat with other members who are online.

    The ability for them to personalize their profile pages with css or html like myspace couldn't hurt neither...

    Thanks,

    Rob

    ps. I love this site so far.

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Designer Tutorials: Adding Animated Slideshows

    One of goals of our designer forum is to promote and support designer creating sites on top of Wild Apricot.

    One way we plan to do this is by publishing regular (bi-weekly) tutorials on advanced design topics.

    And for our first tutorial we'll look at how you can add Animated Slideshows to a Wild Apricot websites using a jQuery Plugin and Wild Apricot Theme Overrides.

    You can find the tutorial here:http://help.wildapricot.com/display/DOC/Adding+animated+slideshows

    Also if you have any suggestions for tutorial please let us know.

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Wild Apricot removes code for social media sharing buttons during "cleaning HTML" process.

    Wild Apricot removes code for social media sharing buttons during "cleaning HTML" process. The code that I'm trying to incorporate into my site is as follows (from ShareThis.com):

    <span class='st_twitter_large' ></span><span class='st_facebook_large' ></span><span class='st_email_large' ></span><span class='st_sharethis_large' ></span>

    Is there any reason why WIld Apricot is trying to get rid of this code?

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Add button over the Home link in the left navigation

    I would like to put a button for Joining or Renewing Membership above the Home link in the left navigation area. See www.astd.org for a visual example of what I want to accomplish.

    I see documentation about putting content under the menu but not above.

    Is this possible?

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Remove space between content and top menu

    Looking for the css code to remove the space between the content page and top menu. I have already set the margin for the content page to zero.

    http://jadleadershipinstitute.roundtablelive.org/Admin/default.aspx

    Any help would be appreciated.

    Shelbi

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Nicasio Design Migrates IWA to WA

    We are proud to announce the launch/move of the International Women's Association membership to Wild Apricot.

    Challenge:

    Migrate content/ migrate curent IWA design to Wild Apricot for seamless member access/navigation between main site and new membership set up/set up public facing events.

    The result:

    http://members.iwachicago.org

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Custom Search By Nicasio Design

    The client wanted to integrate searching member database for professionals with a certain designation along with a way to define those designations.

    Result, search by:

    Certifications held by company employees & BGBG Education attended by our employees.

    Take a look see:

    http://www.bgbg.org/search_certifications

    0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Designers

Categories

Feedback and Knowledge Base