We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36509
    • 127 Posts
    Yes I had the same issue, I had to change the mobile menu chunk code to this on all my sites:


    <div class="hidden-md hidden-lg  menuwrap quabg ">
    		<div class="col-md-6">
    			<a class="mdx_logo" href="[[++site_url]]">
    				<img src="[[++Logo_mobile_image]]" alt="logo"/>
    			</a>
    		</div>
    		
    		<div class="col-md-6">		
    			<input type="checkbox" id="nav-trigger" class="nav-trigger" />
    			<label for="nav-trigger" onclick="showhide()"></label>
    		
    		
    			[[pdoMenu?
    				&parents=`0`
    				&level=`1`
    				&parentRowTpl=`@INLINE <li class="innerrow"><a href="[[+wf.link]]">[[+wf.linktext]]</a>[[+wf.description]]  [[+wf.wrapper]]</li>`
    				&rowTpl=`@INLINE <li [[+wf.id]][[+wf.classes]]><a href="[[+wf.link]]" title="[[+wf.title]]" [[+wf.attributes]]>[[+wf.linktext]]</a>[[+wf.wrapper]]</li>`
    				&outerTpl=`@INLINE<ul class="navigation" id="first-ul" style="display:none;*display:none;">[[+wf.wrapper]]</ul>
    					<script>
    						function showhide() {
    							var e = document.getElementById("first-ul");
    							if (e.style.display === "none") {
    								e.style.display = "block";
    							} else {
    								e.style.display = "none";
    							}
    						}
    
    					</script>`
    					
    				&tplInner=`@INLINE 		
    						<input type="checkbox" id="nav-trigger-arr[[+id]]" class="nav-trigger-arr[[+id]]" />
    						<label for="nav-trigger-arr[[+id]]"  onclick="showhide[[+id]]()" class=""></label>
    						<style>
    							  .nav-trigger-arr[[+id]] + label{transition:left .2s; display:block;*display:block}
    							  .nav-trigger-arr[[+id]] {position:absolute;clip: rect(0,0,0,0);}
    							  .nav-trigger-arr[[+id]]:checked ~ .innerul {height:auto;display:block;*display:block}							 
    							  .nav-trigger-arr[[+id]]:checked + label {right: 15px;}
    							  label[for="nav-trigger-arr[[+id]]"]:before{
    								content: "";
    								float: right;
    								font-family: FontAwesome;
    								font-size: 17px;
    								}
    							 label[for="nav-trigger-arr[[+id]]"] {position: absolute;right: 15px;margin-top:-32px;z-index: 9999;cursor: pointer;width: 32px;height: 32px;background-repeat:no-repeat; }
    						</style>
    						
    						<script>
    							function showhide[[+id]]() {
    							var e = document.getElementById("sm-ul[[+id]]");
    							if (e.style.display === "none") {
    								e.style.display = "block";
    							} else {
    								e.style.display = "none";
    							}
    						}
    						
    						</script>
    
    
    						<ul class="innerul" id="sm-ul[[+id]]" style="display:none;*display:none;">
    						[[+wf.wrapper]]
    						</ul>`
    		]]
    		</div>
    </div>	


    Quote from: nelrik at Jan 04, 2019, 09:14 PM
    Quote from: jasonmonette at Jun 30, 2018, 03:24 PM
    Mangesh,

    The site width option is for sure broke after the last MODX update.

    I worked around it, by editing the basehead chunk code.

    But it would be nice if you could do an update to the templates so they work with the latest bootstrap, PHP, and modx.

    Thanks

    Technohaul,

    What issues are you having? I am pretty familiar with all of his templates.

    Hi Jason, maybe you can help me with something.

    I have a site with Adorn template, but the menu for mobile is not building and I have no idea why, have you any info about this?.

    The live demo of the template isn't work in his mobile menu too.

    beforehand thanks for you attention.

    AD.
      www.JBMWebDesign.com
      www.JBMAutomation.com