Jump to content

Krlos

Members
  • Posts

    180
  • Joined

  • Last visited

Everything posted by Krlos

  1. I am very interested in learning Tailwindcss, but I have no experience with the latest tools. How can I integrate Tailwindcss into my processwire projects and use postcss and purgecss to remove unused css.
  2. Hello, this module is great! I see that the image upload button is not available, I need to add an image, is it possible?
  3. Hello, I'm trying to integrate an external library, but when I try to call the library I get this error: Deprecated: Non-static method ProcessWire\WireData::get() should not be called statically in /Users/xxx/xxx/xxx/wellnessup/site/assets/cache/FileCompiler/site/templates/resultado.php on line 23 Any help is appreciated.
  4. You could create a generic user and distribute the access password to everyone.
  5. Hi, you can try this module, it can be used for your case. http://modules.processwire.com/modules/protected-mode/ I have used it while the website is in development so that only my clients can access the frontend.
  6. Hello, anyone know how to find the latest version number of Pro modules, I have some clients who want to update their websites and they want to renew the subscription to access new versions. Thank you
  7. Following my last post, in the end I had to use htaccess redirect because I could never solve the problem.
  8. Hello, I have a problem that I could not solve. I don't know if I'm doing something wrong or jumplinks is not working for me. I need to create a 301 redirect for a page I'm deleting on my site and I want to redirect this page to the home page. Original page: https://mydomain.com/my-page/ My jumplink is: Source: my-page Destination: (using the pagetree to select my homepage) Home when I visit the url https://mydomain.com/my-page/ I still can access the page, is not redirecting to my home page. If I unpub https://mydomain.com/my-page/ I get a 404 error. I have been using Jumplink to redirect old pages (pages that don't exist in my processwire website) from legacy cms and they are working fine. I appreciate any advice Thank you
  9. I made it work with the instructions in Github. $config->MarkupSocialShareButtonsServices = array( "example" => array( "example_url" => "http://exampleurl.com/", "example_params" => "?url={url}&description={text}", "example_icon" => "<img src='{themeUrl}png/example.png'>", ) ); Using: https://api.whatsapp.com/send?text={url} Thank you!
  10. Hi, Is it possible to add share on WhatsApp?
  11. I am really interested in this discussion as I have multiple clients who want to implement stores.
  12. I have successfully tested at Webfaction hosting, everything is working perfect. PHP Version 7.4.5 Processwire: 3.0.148 CroppableImage: 2.0.0-RC02 (beta) I just noticed a bit of slowness when generating the thumbnail before making the crop. The image was 5.1 mb
  13. @Gadgetto thank you for your reply, Do you plan to update Snipwire to version 3? In the meantime, I am testing your module to see if I can use it in any project in the near future. Everything is working fine except when I try to place an order in test mode I get this error in the last step of the check out: Everything works perfect, except when I'm placing an order and in the last step the payment throws this error: We have not been able to validate your order. Looks like some product prices might have changed since you added them to the cart. Please review your order and try again. I changed the payment currency from Euro to CLP and snipwire was able to correctly read the change from Snipcart dashboard. I removed snipcart_item_price_eur field from snipcart-product template and added snipcart_item_price_clp. Then it gives me the following message: It looks like this item is not available anymore. You may need to contact the merchant to get this resolved as it may be a configuration problem. By continuing this item will be removed from your cart. When I check the Snipwire log file I see this: Snipcart product with SKU [BEER-10001] could not be fetched. 500 Internal Server Error: I'm testing in my local machine. Processwire 3.0.148.
  14. I got this error: [InvalidArgumentException] Project directory "/Users/keiichi/Documents/Sites/tienda/." is not empty .
  15. Hello, I want to benefit from this lockdown to learn new things. I am trying to learn how to use processwire with composer to use external libraries in my projects. I have followed the documentation to install processwire using composer: composer create-project processwire/processwire but composer is installing processwire inside another processwire folder. I usually start my projects downloading processwire zip file in to my Mampro project root. Can I move all the files up? or I'm doing something wrong?
  16. Hello. I am impressed by the work you have done with your module. Congratulations! You are incredible!. I am evaluating snipcart for a store for a friend who has a very low budget. I would like to know how difficult it is to implement a new payment gateway, in my case I am from Chile and none of the gateways offered by snipcart can be used by credit cards here. I am not an expert in php nor in processwire. I have implemented websites in processwire, so I have some experience with the framework.
  17. Hi @bramwolf, Could you solve the problem? I also need to integrate a payment module in an existing Processwire installation. Can you share how you did it?
  18. Thank you @jonatan, I will check those links.
  19. Thank you @bernhard I will try RepeaterMatrix, I had the impression that it would be somewhat easier. I haven't used Wordpress in several years (I'm so happy!), so I don't know what state is the page builder compared to Processwire.
  20. Hi friends, I'm working on a blog site that needs diferents layouts in the same page, how do you deal with body text layouts like these? Using a single CKeditor field? Ckeditor classes?, my editor is not tech oriented.
  21. Nice!, I have a PW website that runs rock solid on a managed VPS at Knownhost, unfortunately it is far from the budget for this website I'm tring to set up properly on Webfation.
  22. Yes, unfortunately the owner did not want to change the webhosting. Do you have any recommendation for a not so expensive webhosting that runs Processwire without problems?
  23. I have progressed a little bit: If I set "Only HTTPS" on the template using Processwire backend, the site resolves. But I have to enter manually "https://" otherwise I get an error. If I set RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] on the .htaccess file I get an instant error. Thank you
×
×
  • Create New...