Jump to content

Krlos

Members
  • Posts

    165
  • Joined

  • Last visited

Everything posted by Krlos

  1. Hi @adrian, Can you please elaborate your answer a little further, I have never used Profields Table field, and I have some doubts about how to use it for translations. Thank you.
  2. Hi Ivan, yes, I have this on my Hanna code PHP <?php namespace ProcessWire; ?> <?php $alojamiento = $pages->find("template=alojamiento, limit=10"); foreach ($alojamiento as $a): ?> ... More HTML and PHP code <a><?php echo __("Ver detalle"); ?></a> the last part with the a tag is throwing the error.
  3. Hi, I'm trying to use hanna code with translations but it gives me an error: Oh no… Fatal Error: Uncaught Error: Call to undefined function __() in site/assets/cache/HannaCode/guia_turistico_hanna.php I'm using: <?php echo __("Ver detalles"); ?> for translations output. Thanks in advance.
  4. @nbcommunication Thanks for this module. But I'm having a hard time to understand how to implement srcset in my websites. I have been using PIA (Pageimage assistant) to serve images with fixed width and then using Bootstrap 'image-fluid' class to fit the image. I have been experimenting with your module: I have 2 Mac laptops (a new MBA M1, and an old MBP no retina), using defaults rules (320, 640, 768x480 960w, 1024, 2048 2x). 1.- When I inspect the served images I get the same image in both laptops, in my understanding I should get different images based on pixel density of the device. 2.- Served images end up being bigger. for example, I have this blog section: In this layout, every image is 320 * 200 px (weight 21 kb), but the image being serve is 2048 * 1365 px (weight 438 kb) it fits beause it has width: 100% in CSS. So the question is, what benefit has the user in this scenario? Or I'm doing wrong?
  5. Hi @Gideon So, I tried that but for reason is not working for me.
  6. Hi, I'm having the same issue with bootstrap 4.5, I need to apply "active" class to the <li> element of the active link, but it's not working. How did you solve it?
  7. Krlos

    SeoMaestro

    Hi, I'm having and issue when sharing webpages using Seomaestro on WhatsApp. When I share a webpage copying the url to WhatsApp on desktop or mobile, I get no OG preview. If I remove the image field from Opengraph I get the preview of Domain and page title without the og:image. I have tested Opengraph on facebook and is working fine, I also tested on https://iframely.com/ and is everything seems ok. Has anyone had this issue?
  8. Hi @adrian, I can confirm this issue using your steps to reproduce. PW: 3.0.165 CK Editor: 4.14.0 Safari: 14.1
  9. Hello, I'm following your video, but apparently the code in the gist is not the same as the video?
  10. 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.
  11. Hello, this module is great! I see that the image upload button is not available, I need to add an image, is it possible?
  12. 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.
  13. You could create a generic user and distribute the access password to everyone.
  14. 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.
  15. 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
  16. Following my last post, in the end I had to use htaccess redirect because I could never solve the problem.
  17. 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
  18. 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!
  19. Hi, Is it possible to add share on WhatsApp?
  20. I am really interested in this discussion as I have multiple clients who want to implement stores.
×
×
  • Create New...