-
Posts
4,632 -
Joined
-
Last visited
-
Days Won
55
Everything posted by apeisa
-
Been in that position multiple times and I can highly recommend Ryan for any PW related work.
-
Maybe there is solution to have some help without any visual overhead. Like having darker/different background on mouse hover (I know that wouldn't work on touch devices)?
-
Visible bg color control is something that over 99% (my estimate) of image fields do not require. It would be poor ui design to have it always visible. That is very edge case scenario you are solving (white transparent images) so it shouldn't cause any overhead to other use cases (or even code) that image fields are used for.
-
I think darker bg or config setting would be nice. But big no for having visible toggle for this.
-
http://modules.processwire.com/categories/premium/ I agree, that "one shop to rule them all" would be best for everyone. Even better, if it would be integrated into ProcessWire somehow.
- 5 replies
-
- 3
-
-
- module development
- paid
-
(and 1 more)
Tagged with:
-
Yep. You just aim between the eyes and that's it
-
This demonstrates the idea: http://jonom.github.io/jquery-focuspoint/demos/helper/index.html
-
I have been thinking about what would be the best option for core to handle the frontend variation image cropping. Would simply setting the focus point be enough? That would always be center when cropping (if not explicitly wanted something else). This would require zero configuration, wouldn't contain any design specific information (like image sizes) and would work for both horizontal and vertical images.
-
Creating something like a site-core / semi-wire folder
apeisa replied to wheelmaker24's topic in General Support
Can your describe your setup more clear? Do all sites share same fields and templates? Or are they unique regarding their data structures?- 3 replies
-
- multi-instance
- core
-
(and 2 more)
Tagged with:
-
Thanks Pete for all the hard work! Many of us know how much work (and pain) it requires to upgrade these monoliths, so hats off and I pay for the beer when you visit Finland (it is raining, so you would feel comfortable and just like home here!).
- 11 replies
-
- 12
-
-
Is there a way to convert a selector in SQL using PW engine?
apeisa replied to The G's topic in API & Templates
This was helpful debugging one issue. In later PW-versions you have to add findOne into $options array to make it work: $selectors = new Selectors("template=blog-post, limit=5, sort=name"); $pagefinder = new PageFinder(); $options = array('returnVerbose' => true, 'findOne' => false); $sql = $pagefinder->getQuery($selectors, $options)->getQuery(); -
Released: PadLoper (commercial eCommerce platform for ProcessWire)
apeisa replied to apeisa's topic in Modules/Plugins
I have both actually. Though Paytrail is implemented with their merchant channels (myyntikanavamalli), so that one would require minor adjustments to work for simple solo seller. Not yet published, but code is available if you need. -
PW 3.0.19: Something special from our friends at Avoine
apeisa replied to ryan's topic in News & Announcements
Ryan, big thanks for putting this into core! This is all magic by sforsman. For us use cases are things like looping and sending newsletters, big exports etc. Really a big difference in performance, memory usage and code simplicity when working with more than 10 000 pages.- 6 replies
-
- 15
-
-
I think all magazines that write about pw deserves to be bought!
-
Released: PadLoper (commercial eCommerce platform for ProcessWire)
apeisa replied to apeisa's topic in Modules/Plugins
Hi Russ I just created very simple weight based shipping module. It is available as pre-release on Padloper forum (you should have access there). -
Permission user-admin-[role] should apply to only that role
apeisa replied to Robin S's topic in Wishlist & Roadmap
There is no way in core to restrict user edit access based on the values of the users being edited. So you are misunderstanding what the features introduced in 2.6.10 do. To achieve what you are describing can be done with simple module or by using https://github.com/ryancramerdesign/DynamicRoles Update... Sorry, I'm the one that is misunderstanding. Shouldn't read the forum as a first thing in the morning. -
Can you describe in more detail what worked better in old UI? I agree that there should be some nice tiled background for transparent images, but is there some other basic needs that are missing? I personally think that this is one of the "wow, that looks easy" moments for customers. Even more than before. Image fields used to take a lot of space in list view and old grid was lacking in features. Great work Tom, Benjamin and Ryan! It is also great to see more and more community effort in ProcessWire core dev!
-
Multi-currency & multi-language support for Padloper
apeisa replied to Neo's topic in Modules/Plugins
Padloper supports everything that PW supports. So multilang is as easy as it is with any ProcessWire site. There isn't any multicurrency support in Padloper. But if your need is just to show estimate prices in different currency, then you have many options. -
I think that vulnerability is pretty close to saying that <a> tag is problematic, since it can link to malicious website. Gotta agree with google this time.
-
Released: PadLoper (commercial eCommerce platform for ProcessWire)
apeisa replied to apeisa's topic in Modules/Plugins
Just for the information: I have answered and moved questions from here into private Padloper forum (and will continue to do so in the future). There isn't any automation to get access into Padloper forum, so it will always take me some time (day or two usually) to grant access, so it is perfectly fine to ask questions here though. -
Peter, do you have multiple wiremail modules installed? How do you send your emails (actual code)?
-
Released: PadLoper (commercial eCommerce platform for ProcessWire)
apeisa replied to apeisa's topic in Modules/Plugins
Hi all. Can you send (pm) me your order numbers or emails you used when buying Padloper and then I grant you access into Padloper support forums.