Skip to content

Konstantin

My feedback

25 results found

  1. 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

    3 comments  ·  Designers  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Konstantin commented  · 

    Hi,

    You can use this code:

    .WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a { padding-top: 10px; padding-bottom: 10px; }

    Just add this to CSS customization window. That will decrease paddings from original (20px) to 10px. I advise you not to reduce it even more, it could mess with functionality.

    Is that what you wanted to do?

    An error occurred while saving the comment
    Konstantin commented  · 

    Hi,

    White Space Clear light theme has white menu to match overall background, so in your case I advise to add vertical margins or paddings to gadget itself and increase Font size in "Colors and Styles". This will visually increase overall size of the menu .

    That is if I got you right.

  2. 3 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

    4 comments  ·  Designers  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Konstantin commented  · 

    I'm afraid there are no simple ways to change Member profile layout. It is our system gadget and as it is right now - we can not give access to system gadget's layouts to our customers.

  3. 2 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

    8 comments  ·  Designers  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Konstantin commented  · 

    * You can add it to gadget JS files. But it will work if you simply add this script to your Global Javascript entry field. You can find it in Settings\Site settings\Global JavaScript in admin interface.
    *

    * No need for theme overrides here.

    An error occurred while saving the comment
    Konstantin commented  · 

    You can use something like this:
    <script>
    $('.WaGadgetMembershipApplication .navigationContainer input[type=button][value=Cancel]').click(function(){ Page_ValidationActive = false; location.href = "<your_cancel_page_url>";});
    </script> Change <your_cancel_page_url> with url of the page you want. Hope that will solve your problem.

    An error occurred while saving the comment
    Konstantin commented  · 

    Hi,

    1) Yes, it is possible to customize appearance of membership application with theme overrides. You can also use our CSS customization to change appearance as you like. Here you can find information on WA CSS customization: http://help.wildapricot.com/display/DOC/CSS+customization

    2) You can not change "cancel" link directly. But you can always use JavaScript to replace "Cancel" button "click" behavior.

    I strongly recommend you to wait with heavy customization until we have 5.0 release in place. In 5.0 many id's and class names have been changed and some scripts may not work.

  4. 1 vote

    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

    2 comments  ·  Designers  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Konstantin commented  · 

    Hi, my name is Konstantin and I am Theme development team lead.

    disableLink("1689200") ; This is the correct one.

    Just follow the rest of the help instructions and it will work. Also check if you have right Page ID.

    Hope this helps.

  5. 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

    2 comments  ·  Designers  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Konstantin commented  · 

    Hi.

    My name is Konstantin and I am Theme development team lead. Right now we have only half solution for you:

    Just add this string to your CSS customization field:

    .menuLevel2Outer { display: none; }

    This way no second level menu will be shown. Same way you can hide any level of secondary menus by replacing "2" number.

    Hope this helps.

2 Next →

Feedback and Knowledge Base