Evgeny Zaritovskiy
My feedback
561 results found
-
0 votes
An error occurred while saving the comment -
1 voteTeam Mobile responded
The Excel file is just an example of API usage and anyone is free to take it and change in a way you want it to be.
An error occurred while saving the comment Evgeny Zaritovskiy commentedThat is definitely possible with API, and the sample Excel file we provide does support some filtering - http://help.wildapricot.com/display/DOC/Wild+Apricot+API#WildApricotAPI-Filteringthesearchresults
You can change it and add more options, as API itself support quite sophisticated filtering system - see http://help.wildapricot.com/display/DOC/Contacts+API+call#ContactsAPIcall-FilteringAPIresults - but it would require changing the Excel file Visual Basic program code.
Unfortunately, we do not support our sample Excel file and do not provide services to change this code for you, but this should be quite easy for anyone with a little knowledge of programming in Visual Basic. The code in the Excel file just leverage API filtering abilities, so you can do any kind of filtering.
May be, someone else here in the forum will be able to help you with that.
-
0 votes
An error occurred while saving the comment Evgeny Zaritovskiy commentedLook very good!
-
0 votes
An error occurred while saving the comment Evgeny Zaritovskiy commentedGreat job, guys! I hope that 5.0 release with completely new CMS system will simplify your work a lot.
-
0 votes
An error occurred while saving the comment Evgeny Zaritovskiy commentedThe text is "hardcoded" (unfortunately), so there is no way you can change it using Theme overrides templates. That is why the only way is to use JS workaround - write some code that will find proper HTML node and change the text to proper one.
-
0 votes
An error occurred while saving the comment Evgeny Zaritovskiy commentedIn current WA version you will have to use this workaround: a) create invisible page b) add the page you need to hide from menu as a subpage to the invisible one. After that, you can reference the subpage by direct link, it will not be shown in menu.
In the next release 5.0 we are adding direct ability to control if a page should be shown or hidden in menu.
-
0 votes
An error occurred while saving the comment Evgeny Zaritovskiy commentedBasically, you need to place this code into AreaUnderMenu.tpl file:
<$Layouts/LoginBox()$>
This would render login gadget in this place (this code orders WA theme overrides engine to render template file of login gadget - it can be found at Gadgets\Login.Box folder - see more at http://help.wildapricot.com/display/DOC/Theme+files+language+syntax ).
Then, you will have to delete it from original place. Open Layouts/LayoutsTemplate.tpl file and find the same line of code there, then delete.
Please note that Theme Overrides functionality is only intended for experienced web designers.
An error occurred while saving the comment Evgeny Zaritovskiy commentedChange HTML code of your site using "Theme overrides" functionality.
Get more details about it here:
http://help.wildapricot.com/display/DOC/Theme+overridesYou will also find some examples there.
-
0 votes
An error occurred while saving the comment Evgeny Zaritovskiy commentedMy team told me that you incorrectly included the font in CSS code, plus you were using not just Normal, but also Bold, Italic and Bold+Italic too.
But it looks like it works now (did you change something?), so it does not matter. Sorry, cannot help you more here.
An error occurred while saving the comment Evgeny Zaritovskiy commentedHi, Jan - cannot see the picture you mentioned (broken).
Can you provide the link so we can look at?
An error occurred while saving the comment Evgeny Zaritovskiy commentedIf you're using Chrome, you can use Inspector (right click on the page, Inspect element). There you can see what styles are actually applied to your H elements and why it's not working.
-
0 votes
An error occurred while saving the comment Evgeny Zaritovskiy commentedVery good - as all your work, guys. Keep going! I just cannot imagine what you will be able to do when we release our 5.0 version with completely rewritten CMS ))
-
0 votes
An error occurred while saving the comment Evgeny Zaritovskiy commentedWA has no functionality to change all labels, sorry. Most labels from functional pages (like event registration, membership application, etc.) are built-in and cannot be modified as of now.
This is something we are going to change in the future, but not soon.
-
0 votes
An error occurred while saving the comment Evgeny Zaritovskiy commentedVery nice!
-
0 votes
An error occurred while saving the comment Evgeny Zaritovskiy commentedYou can do it using "Theme Overrides" feature - see http://help.wildapricot.com/display/DOC/Theme+Overrides You need to update header gadget HTML code for this:
* Enable "Theme Overrides" on your site
* Download them set from your Settings / Theme overrides
* Find file "Gadgets / Page.Header / GadgetTemplate.tpl" in the downloaded set
* Upload it to the same location in your site WebDAV "ThemeOverrides" folder
* Update the file - find text "<$Model.OnClick$>" and delete. This markup is responsible for generating code to redirect user on home page when clickedBut why do you need to disable this? -
0 votes
An error occurred while saving the comment Evgeny Zaritovskiy commentedIf you use Picasa, then all photos have to be loaded into Picasa.
If you want to host images on WA site, you can try jQuey extensions - e.g. http://slidesjs.com
-
0 votes
An error occurred while saving the comment Evgeny Zaritovskiy commentedPart of your theme CSS stylesheet Theme.css (line 183) is the rule
#idNavigationContainer ul.menuLevel1 li
{
...
text-transform: uppercase;
...
}This rule forces capitalization. Just override it with { text-transform: none } and it'll do the job.
-
0 votes
An error occurred while saving the comment Evgeny Zaritovskiy commentedGreat job, guys! I added your site to our Showcase gallery - http://forums.wildapricot.com/forums/308926-for-designers-and-developers/suggestions/8821423-wild-apricot-design-showcase
-
0 votes
An error occurred while saving the comment Evgeny Zaritovskiy commentedCheck out this article - it might give you a clue
-
0 votes
An error occurred while saving the comment Evgeny Zaritovskiy commentedVersion 5.4 http://help.wildapricot.com/display/DOC/Release+5.4 (released in June 2015) now allows to integration Wordpress and Wild Apricot.
See http://help.wildapricot.com/display/DOC/Integrating+with+WordPress and Wordpress plugin itself https://wordpress.org/plugins/wild-apricot-login
-
2 votes
An error occurred while saving the comment Evgeny Zaritovskiy commentedThis is very impressive, thanks for sharing! I spent at least 15 minutes just navigating through your site and enjoying the experience. A lot details are well done, very good job. And no "heavy artillery" used like Theme overrides or CSS customization, just new version 5 CMS capabilities and a new theme. Thumbs up!
-
1 vote
An error occurred while saving the comment Evgeny Zaritovskiy commentedHi Frank! Nice to see you here writing this kind of post. Good luck to you with it - I agree that Wild Apricot has great tools for design and we need to share our experience about it. Keep it going!
-
1 vote
An error occurred while saving the comment Evgeny Zaritovskiy commentedI cannot see how I can help you here in this thread. We need to look into your site.
Could you please write to support@wildapricot.com with a reference to this thread and give your account number also in the email? In this case we can check everything directly on your site and help to resolve the problem.
An error occurred while saving the comment Evgeny Zaritovskiy commentedI just checked again with developers about files loading order - files in "Scripts" folder are loaded in alphabetical order. So you can also rename files as a workaround instead of using Meta-tags page
An error occurred while saving the comment Evgeny Zaritovskiy commentedUse “Meta-tags (for search engines)” page, RAW Headers. You can add tags to include script libraries there in required order.
And I just checked with our developers: jQuery v1.5.1 is already used internally so no need in connecting it.
An error occurred while saving the comment Evgeny Zaritovskiy commentedThere is no special support for specific JS libraries and there is also no need in that - basically you just add links into external libraries (jQuery, etc.) so they are available on a page HMTL code, then you inject js code calls to the libraries into corresponding parts of page (menu in your case) to actually use the libraries abilities.
This is just a standard approach for any JS development. Look like you just used the library in incorrect way. You need to figure it our yourself - reading library help documents and how to use it.
Wow, thanks for sharing! :)