Jump to content

wbmnfktr

Members
  • Posts

    2,228
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by wbmnfktr

  1. Checked some sites and no extra space. Even imported some new entries into text fields. Import Pages from CSV 1.0.6 ProcessWire 3.0.99
  2. Oh... kay... as I use the CSV import module a lot I should check my sites to verify this issue. I never noticed any extra space so far but I will have a closer look now.
  3. Did you look into the database itself to verify that there aren't any gremlins in those street names? What happens when you look for pages containing the streets that cause an sort issue? Do you find all entries or only a few? There is one thing... ok, that shouldn't be the problem but... does ProcessWire stumble over street and street_number?
  4. I don't know if this helps or if you already tried it but... .. does $pages->find("template=user, roles=member, limit=100, sort=street") work on its own? .. does your example work when there is no limit in it? .. does it work without pagination? .. are those wrong sorted entries in any kind special or do they have something in common? .. does it work in your dev-environment?
  5. I'm out of ideas right now. When your db host is fine and (as I assume) your db credentials are correct too there isn't much left to check. Have you tried to connect to your db with a simple PHP script to verify the database is working?
  6. Please double check your database server host. As far as I know DomainFactory offered different versions of MySQL and your error message indicates a not supported MySQL version. For example: mysql4.domain.tld = MySQL 4.x mysql5.domain.tld = MySQL 5.x (should be used as we want MySQL 5.x)
  7. My fault. Even in Dev Tools / Inspector there is nothing. Ok... you found it already.
  8. ProcessWire 3.0.106 and no inline styles so far.
  9. Problem already solved in another thread.
  10. You want to trigger GIMP/Photoshop server-side? That might get out of control. ?
  11. It depends on how the webserver handles files and folders. Therefore you have to ask your hosting company. For example: Bluehost.com runs scripts in user-context so folders (wire folder in this case) should have 755 and files (in wire folder) 644 as permission in most cases. As not all hosting companies go that way your permissions might be different. Do you already have a running instance of ProessWire on that same hosting? If so... check and compare folder and file permissions.
  12. Ok... I get it. Well creating those previews like logos on shirts might be the easy part but when you want to place a logo on a bottle or cup things will become tricky. I created mockups in the past with custom actions for Photoshop or those free generators. Ask Google for those Photoshop actions and you will get lots of results. Maybe this will work for you in any kind. Maybe there are even ready-made solutions out there. Re-inventing that mockup-wheel might be lot's of work. https://photofunia.com/de/ for example does similar things but I really don't know how they did it.
  13. So... you want to build something like that or want to use this for showing your work? There are already several of those services, tutorials and PSDs out there. Like: https://smartmockups.com/ https://placeit.net/ https://en.99designs.de/blog/tips/creating-professional-mock-ups/ https://covervault.com/ https://colorlib.com/wp/magazine-mockups-templates-psd/
  14. That error sometimes indicates file/folder permission problems. Ask your server admin or hosting company if there have to be special permissions for files or files at some point.
  15. I would love to agree but I can't in this special case. For a developer with some years of experience and knowledge this should be a no-brainer. Absolutely true. But for those who just started with (web) development and have all their database stuff in phpMyAdmin it might be not.
  16. It's indeed an awesome module. But to be honest... in my opinion it's a module for advanced (ProcessWire) users. There are a few steps to be taken and you have to have some more routine in installing and handling ProcessWire instances.
  17. The easiest way for you to migrate your site will probably be using an export of your site - a so called site profile. Please install the module Site Profile Exporter and and create a new export. Afterwards you can install your exported site on your new host. Just upload ProcessWire, your site profile and install it as usual.
  18. Thank you @netcarver. I'll have a look at your pull request.
  19. You may or may not know the templates created over at Styleshout.com. As a fan of the work I decided to create a site profile based on the latest template Sublime. Just in case you ask: I talked to Erwin from Styleshout about the idea and he was totally fine with it. There are no major changes compared to the official version of that template - just some CSS tweaks. The whole site profile was created without any 3rd party ProcessWire modules and comes with sample (lorem ipsum) content and free stock photos. Details about used fonts, scripts and images can be seen over at the Sublime template details page. If you decide to use this site profile please keep in mind that you keep at least the Styleshout link in the footer of that page - my link can be removed. ? Is this site profile ready for usage? Sure. It will work and can be customized and updated with your content straight away. There is even a SEO tab if you want to play that Google-game. Right now I would say it's more of a good looking easy entrance to the ProcessWire world. All template code is quite verbose and easy to understand for beginners. By now all site profile files are located over at Github: https://github.com/webmanufaktur/pw-sublime That's all Folks - feel free to play around with this site profile. Let me know what you would do different or what should be changed. Bugs, questions, anything? Let me know. Screenshots Pages or sections created in the backend. Choose and sort those sections for the front page. SEO if you want Auto-generated navigation based on sections. Global settings What will or might come in the future? I plan to create more site profiles in the future - all based on pre-made HTML templates that are available for free. If you know other templates or would like to see one of them as a site profile, please let me know. Maybe I can spare an hour or two.
  20. The EU is and will be fine... it's the internet, the freedom of speech, the creativity, innovations, ideas, and so much more that will (eventually) die. For german readers or those who like to read with Google Translate: https://t3n.de/news/leistungsschutzrecht-linksteuer-uploadfilter-1086337/
  21. Try to clean your browser cache and check that all .js and .css files were loaded in the admin backend. I've seen this issue several times on a super cheap shared hosting plan I use. Either files (.js and .css) time out or just need lots of time to get loaded. I even got incomplete files I had to delete from cache in order to get a fully loaded backend.
  22. Good luck! If you need help you know where to ask.
  23. Glad to hear that but there is more to do. You want to take care of your page https://www.reallawsolicitors.com/directions/ as the map doesn't load and the embedded script doesn't exist anymore. <script type="text/javascript" src="http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=5"></script> I don't know if you tested your contact form and request callback widget but you definitely should do that.
  24. You're welcome. That looks fine. At least it tells us where to look now. Look for the head.inc file now and check if the two lines mentioned above will be in there and change them.
  25. Please have a look at your used page template via (S)FTP (possible location: /site/templates/basic-page.php) and find these two lines: <base href="http://www.reallawsolicitors.com/" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js" type="text/javascript"></script> Try to update them as followed - changing http to https: <base href="https://www.reallawsolicitors.com/" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js" type="text/javascript"></script> As far as I can see right now this should fix your issues.
×
×
  • Create New...