Dmitry Buterin
My feedback
273 results found
-
92 votes
Dmitry Smirnov responded
We just launched integration with Integromat platform, which helps to build automated workflows. We also provide several templates for quick start, and one of them allows to copy Wild Apricot events into google calendar. So you can share this google calendar and you members can subscribe to it.
You can try the integration by this link https://www.integromat.com/en/integration/2276-copy-wild-apricot-events-into-google-calendar
Help page: https://gethelp.wildapricot.com/en/articles/1653
Blog post with video tutorial: https://www.wildapricot.com/blogs/newsblog/2019/02/14/create-integromat-scenario
An error occurred while saving the comment -
0 votes
An error occurred while saving the comment Dmitry Buterin commented
Very cool! And your office looks comfy )
-
0 votes
An error occurred while saving the comment Dmitry Buterin commented
Hi Rob, the list of layouts/pages can't be customized, sorry.
Once we release new CMS in version 5.0 (planned for the fall), the interface will change and I think this might become feasible though in a different way (there will be a new concept of page layouts)
For now the only workaround is to create as regular pages and then copy them when needed.
-
2 votes
An error occurred while saving the comment Dmitry Buterin commented
Wow, looks great! If you are interested in getting some exposure on our blog, email me at db AT wildapricot.com.
-
0 votes
An error occurred while saving the comment Dmitry Buterin commented
Looks good, nice and clean!
-
0 votes
An error occurred while saving the comment Dmitry Buterin commented
Checked it out, nicely done!
-
0 votes
An error occurred while saving the comment Dmitry Buterin commented
Russell, thanks for your understanding and support, much appreciated!
An error occurred while saving the comment Dmitry Buterin commented
Hey Russell - I really appreciate this detailed feedback and will share it with a bunch of people on our team.
We are quite aware of the challenges in customization of WA sites - and have been looking for solutions. The reason behind this crazy complicated CSS is because we currently use the same HTML for all the themes in WA - so we had to go for an 'overkill' with DIVs to achieve the level of variety in themes (and we are still not satisfied with what we have).
We have been researching various options and eventually decided that we have to totally overhaul our CMS architecture - and we have been going down this this path starting in mid 2010.
You might want to review this thread for additional background:
In our next update 4.2 we are finally rolling out this new architecture - slowly and carefully, to minimize potential problems with existing heavily customized sites. Basically 4.2 will run on a totally new different templating architecture and it will become possible (as a beta) to do HTML customization of templates. Version 4.3 will follow-up on that and offer a new CMS UI to use new capabilities.
So please be patient with us and stay tuned for version 4.2 (May) and let's resume this dialog once you have a chance to lay with 4.2 and review the documentation. It will not address all of your comments right away but I am confident that it puts us on the right path to take WA CMS/customization to the new level.
-
4 votes
An error occurred while saving the comment Dmitry Buterin commented
Good stuff!!
-
5 votes
An error occurred while saving the comment Dmitry Buterin commented
Chris,
FYI - If you wish, we can switch off the HTML cleaning script for your account. Just contact tech support.
An error occurred while saving the comment Dmitry Buterin commented
Hey mitchiedog, thanks for a great comment! This is exactly the kind of input we are looking for!
I will forward this to our team working on the redesign of our template engine - and we will also discuss internally what else we can do to address the issues you raised.
Thanks again.
An error occurred while saving the comment Dmitry Buterin commented
Thanks, appreciate the post - good point.
An error occurred while saving the comment Dmitry Buterin commented
One specific and very important item we are looking for feedback on is this:
We have heard from our partners that they find it hard to customize WA templates.
We are hearing you and we definitely want to address this - so we would highly appreciate inout from - as detailed and specific as possible:
what kind of customization issues you are facing when customizing WA templates? How would you ideally like to see it changed?
-
4 votes
An error occurred while saving the comment Dmitry Buterin commented
Thanks for sharing! Nice look, simple and elegant.
By the way, you might want to explore Theme Overrides for even deeper customization if needed:
An error occurred while saving the comment Dmitry Buterin commented
This is a nicely designed Yoga site:
An error occurred while saving the comment Dmitry Buterin commented
very cool!
Though my personal opinion is that for usability reasons showing login fields makes it easier for people to find/recognize login for what it is.
An error occurred while saving the comment Dmitry Buterin commented
Sherrie, thanks, looks good!
An error occurred while saving the comment Dmitry Buterin commented
Here's another very nice example: http://richtech.com
An error occurred while saving the comment Dmitry Buterin commented
Kyle, thanks for sharing, very nice site!
An error occurred while saving the comment Dmitry Buterin commented
This looks like a customization created by our partner who helped them with their site - Nicasio http://www.nicasiodesign.com/wild-apricot.php
An error occurred while saving the comment Dmitry Buterin commented
@Melodee - thanks for sharing, I like how simple and clean your site is!
An error occurred while saving the comment Dmitry Buterin commented
I really like this one (customized by our partner NIcasio):
CraftWorks http://wvcraftworks.org
An error occurred while saving the comment Dmitry Buterin commented
Good looking site!
An error occurred while saving the comment Dmitry Buterin commented
Hi Dani,
Good point, I will discuss with my team what we can do about this. Maybe we can post on our newspage something like cool site of the week.
For current Wild Apricot clients - if you want to show off cool design or features of your site, feel free to post comments here - this will also give you a bit of Google SEO juice as our website ranks quite well.
-
0 votes
An error occurred while saving the comment Dmitry Buterin commented
Ben,
I believe this help page addresses your question:
http://help.wildapricot.com/display/DOC/Adding+content+under+menu
Let us know if you need additional information.
-
0 votes
An error occurred while saving the comment Dmitry Buterin commented
It's a bit complex but let's give it a try:
Insert into Global JavaScript:
<script type="text/javascript">
var userAfterLoginBoxText = '<a href="http://anysite.com">My testimonial</a><br><a href="http://anysite.com">My testimonial 1</a>';
var userTextContainer = document.createElement('DIV');
userTextContainer.className = 'cssUserTextContainer';
userTextContainer.innerHTML = userAfterLoginBoxText;
var userLoginContainer = document.getElementById('idLoginContainer');
var userNavigationContainer;if (userLoginContainer)
{
userNavigationContainer = userLoginContainer.parentNode;if (userNavigationContainer)
{
userNavigationContainer.appendChild(userTextContainer);
}
}</script>
Insert into Advanced CSS customization: DIV.cssUserTextContainer
{
clear: both;
float: left;
margin: 10px 0px;
padding: 7px;
} -
14 votes
An error occurred while saving the comment Dmitry Buterin commented
As we did not get any other requests regarding this, we have decided to remove it from our wishlist for now.
An error occurred while saving the comment Dmitry Buterin commented
The thing with documents is that depending on document type and user settings it will either be either downloaded or opened inline. So target has less effect than for links.
Nevertheless this is a valid request and we will add it to our list.
An error occurred while saving the comment Dmitry Buterin commented
We are discussing this and will follow-up with you.
It looks like some kind of access problem, can you recheck the URL?
You can see that http://inventorsforum.memberlodge.org/Content/RSS/events.ashx?pageId=83347 returns a feed while http://www.hopeca.com/Content/RSS/events.ashx?pageId=143362 returns Resource not found so page is not correct/not publicly accessible.