Jump to content

remove

Members
  • Posts

    62
  • Joined

  • Last visited

Everything posted by remove

  1. Hi, I need help with the following. In my menu I've added a child called Home to show in the menu. The Child Home is attached to a template with the following redirect. <?php $session->redirect('/'); ?> When Home is active, it losses styling because there is no .current class when the Home is active. I've attached a screenshot. Is there a solution for this?
  2. Nice work! I like the Team page very much. How did you make it?
  3. I need some advice about the following. Because the mobile version of my website is different from the desktop version it needs its own code. I'm using the visible-xs, hidden-xs in my basic-template. Does anybody have any ideas or got a better solution? <?php include('./head.inc'); ?> <div class="hidden-xs"> Code main website </div> <div class="visible-xs"> <?php include('./mobile.inc'); ?> </div> <?php include('./footer.inc'); ?>
  4. FANTASTIC! I have tested your module. It works perfectly and like it a lot, simple and effective. Thank you for sharing!
  5. Oops! WP = PW Thx, I will try this module.
  6. I hope someone can help. In development fase, I would like to hide the homepage (also for google) with login fields. When a user(client) logs in they redirect to the homepage. What is the approach in WP. Is it build in admin or do I need a script? Where do I start?
  7. Hi, I'am using the blank ProcessWireBootstrap3 template. In the body tag it echo's the templates name in a id tag. Is there a reason, or use, for this?
  8. I'am starting to get to know how PW is structured. The examples you posted work, thank you for this. However the links are not sortable. This is the Magic I'am looking for. Of course I understand that nobody is going to write the code for me. But it looks to me that I have to build every functionality from scratch with WP. I believe that other PW users need more functionality, like snippets to get them going. I've posted on the link concerning Snippets page.
  9. I believe that a Snippets page only works when it is part of PW. Directly under the download button Download Plugin Modules Snippets Admin Themes Language Packs Site Profiles When it is part of PW users will be more likely to use it and thrust the code to use. It is the first place that I would look when I want to add functionality to my website. PW needs functionalities, otherwise why implement a CMS at all! A CMS brings functionality.
  10. WoW, this is a bit scary, but like it a lot. I will try to get this to work. Is it an idea to put all working pieces of code in a forum called 'snippets'? It could be handy for other people to fond and want to do the same thing.
  11. Hello from Holland, This is my first post. I love the approach of this CMS, great work! Is it possible to make a sortable list of items or contacts? Each item links to a detailpage. Is there a module or guide? I'am no coder. I have included an image.
×
×
  • Create New...