Jump to content

alexm

Members
  • Posts

    710
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by alexm

  1. Hi all, I have the following in my htaccess file: RewriteCond %{HTTP_HOST} !^www\.buydomain\.uk RewriteRule ^(.*)$ http://www.buydomain.uk$1 [R=301,L] which forwards all domains pointing to this location to buydomain.uk which is working fine. .htaccess is by no means my strong point so was wondering whether anyone knew how I could pass the redirecting domain to buydomain.uk as a parameter. e.g. going to example.com would then redirect to https://www.buydomain.uk/?url=example.com Any help with this would be greatly appreciated.
  2. Just a thought that would be useful in certain scenarios. Is there a hook or anything that could be used to stop the cookie management banner displaying on a given template?
  3. The anticipation is bubbling ?
  4. alexm

    SeoMaestro

    I'm seeing an issue whereby children of a page aren't showing in the sitemap. Robots noindex isn't checked and SEO fields are applied to the necessary template for those pages however. Any thoughts on this? EDIT: Ignore this... I'm being stoopid
  5. @teppo It's version 1.2.12 I don't know either. I've literally logged in today updated ProcessWire and started doing a bit of work. Only noticed when I went to edit a page in the backend. Thanks for the super quick fix though! ?I'll let ya know how I get on or if I see if anything has broken, haha.
  6. Hey @teppo I think there's an issue with VersionControl on PW v 3.0.148. When editing a page that the module runs on or trying to change module settings I get the following error: Argument 1 passed to ProcessWire\Modules::setModuleConfigData() must implement interface ProcessWire\Module, string given Any thoughts? Happy New Year
  7. Forget the above, it is indeed working. Sorry @adrian!! ?New Year same me.
  8. @adrian that's odd. I'll DM you details now.
  9. @adrian Yeah, that's the one.
  10. @adrian Happy New Year! I'm just attempting to get this set up again on a new installation and it doesn't appear to be working again. Same on the previous link I DM'd you. Running on the latest version of ProcessWire and Tracy Debugger. Are you noticing any issues?
  11. Well I thank you very much for taking the time out to look into it for me. That was some quick turn around time!
  12. Thank you so much @adrian!!! What was it in the end out of interest? Some issue with superuser and permissions or was I being daft?
  13. I'm adding the developer role to the superuser. That should still work though right? As superuser adopts all permissions anyway irrespective of if it has the developer role added.
  14. Sorry. That's me rushing.
  15. Did you have to create those roles or does Tracy automatically generate them? I created the tracy-dev-all role as it didn't exist.
  16. It looks like it's nested inside another if condition so doesn't ever get checked perhaps in TracyDebugger.module.php on line 1306? EDIT: Ignore that. Misread. It's late here, sorry! Haha.
  17. I was expecting it to work for all templates.
  18. Hi all, Is anyone else noticing that using permission tracy-all-dev doesn't work? tracy-home-dev works fine however. Am I being silly and overlooking or misinterpreting something?
  19. @bernhard I tried setting the header type in the console before the code however this didn't work. However for my template file which outputs the PDF I tried disabling auto prepend and append of my _init.php and _main.php file and this resolved the matter. So it would appear that somewhere in the setup the content type is being set even after I've set it in the template file or Tracy Debugger. For reference - https://mpdf.github.io/troubleshooting/strange-character-output-in-browser.html
  20. @bernhard It's so bizarre. I get the following through Tracy Debugger console.
  21. Could anyone shed any light on why the example on the module page by @bernhard is outputting as in the attached file. It's like the Hello world and date html is being converted to another charachter set?
  22. @bernhard just installed RockAwesome to have a play with it. It's excellent! Straightforward and intuitive... Thank you.
  23. @Mikie my thoughts/hopes too ? I'm in the predicament of trying to put the client off adding a store at this time but it's hard as I can't specify a rough date, so I might have to build it in the old version of Padloper, which as you say is pretty handicapped.
  24. @nbcommunication ok cool. That's interetsing. Yeah, I've noticed this, it's due to the lack of img src tag when using uk-img isn't it? But what I noticed when I used data- prefix is that the images weren't lazy loading when checking the waterfall on the network panel and scrolling down the page.
  25. @nbcommunication what a great module! Thank you. Just a quick one: I've noticed that in the renderImageSrcset() method you are setting the uk-img attribute as data-uk-img but I'm pretty certain it should in fact be uk-img as this is what I've always used and is stated in the documents here: https://getuikit.com/docs/image Update: Also, I've noticed that if you are using uk-img it outputting data-srcset as well as srcset. The srcset should be omitted as uk-img adds the srcset attribute when required.
×
×
  • Create New...