Jump to content

neophron

Members
  • Posts

    174
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by neophron

  1. Hi, recently I launched a site, where some templates have an enabled cache. Now I made some changes in the css file and noticed, that only if the cache is disabled, the css changes are visible in the frontend. I'm using the AIOM+ module. Is this a normal behavior?
  2. Thanks for your help. But for various reasons, I choose a different solution. One of the reason was, that I didn't thought about the accordion trigger. It can't be a link and trigger at the same time. So I'm gonna build a half static, half dynamic accordion menu. It's possible, cause it's with Processwire
  3. Hi Soma, thanks for this cool module – Danke I have a question about adding some additional stuff (data-attribut and css-styles) to the markup. I'm using the uikit: http://getuikit.org and I wanted to insert their accordion in my menu: http://getuikit.org/docs/nav.html (check »Accordion«) To convert a menu link into a accordion, I have to add this: <ul class="uk-nav uk-nav-parent-icon" data-uk-nav> and also this: <li class="uk-parent"> to a sublink. I'm trying to achieve this: Start Page 1 parent-subpage --> this shall be the accordion link item 1 item 2 item 3 Currently I'm using this: <?php $treeMenu = $modules->get("MarkupSimpleNavigation"); // load the module $options = array( 'parent_class' => 'parent', 'current_class' => 'active', 'has_children_class' => 'has_children', 'collapsed' => false, 'show_root' => true ); echo $treeMenu->render($options); ?> Thank you
  4. Hi, I'm new to PW and recently I discovered »Fredi«. This is really a cool feature, especially with all those additional options. I installed it, everything works fine, but the backend page doesn't open in a lightbox as shown in the screenshots and some screencasts. When I click on »Edit« I'm directed to my backend. After changing the content and clicking on »Save« I have to use the back arrow from the browser to go back to the front-end. Is this a normal situation? Nikolai
×
×
  • Create New...