<![CDATA[ Has anyone gotten MDXThemes.com Adorn template to work? Are they still in business? Zero response from them. - My Forums]]> https://forums.modx.com/thread/?thread=100798 <![CDATA[Has anyone gotten MDXThemes.com Adorn template to work? Are they still in business? Zero response from them.]]> https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them?page=2#dis-post-544504
thanks]]>
jasonmonette Aug 26, 2016, 03:13 PM https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them?page=2#dis-post-544504
<![CDATA[Re: Has anyone gotten MDXThemes.com Adorn template to work? Are they still in business? Zero response from them.]]> https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them#dis-post-563483

<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.
]]>
jasonmonette Jan 08, 2019, 06:46 PM https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them#dis-post-563483
<![CDATA[Re: Has anyone gotten MDXThemes.com Adorn template to work? Are they still in business? Zero response from them.]]> https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them#dis-post-563450 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.]]>
nelrik Jan 04, 2019, 09:14 PM https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them#dis-post-563450
<![CDATA[Re: Has anyone gotten MDXThemes.com Adorn template to work? Are they still in business? Zero response from them.]]> https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them#dis-post-559300
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.
]]>
jasonmonette Jun 30, 2018, 03:24 PM https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them#dis-post-559300
<![CDATA[Re: Has anyone gotten MDXThemes.com Adorn template to work? Are they still in business? Zero response from them.]]> https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them#dis-post-559280 Quote from: ekosoft at Jun 28, 2018, 04:32 PM
Quote from: trussframework at Sep 01, 2016, 01:15 PM
Hello Jason,

Its fixed. I have also updated the installer and re-enabled your theme download on mdxthemes.com you can login and redownload the theme package.

I have bought it yesterday and have been struggling ever since. Some key elements related to themes are greyed out. Nor can I change in configuration from red to green theme and no way to resize the site-width. Although I sent an email the message on tis board do no give much confidence getting a response to get a working version. I installed Modx first several times with Softaculous and then decided to dwonload it and do a manual install. No fix. As I paid $45 I would expect a funtion theme not this headache. Can anyone please help me get this fixed, thank you!


Check your email. Replied in 30 minutes.]]>
trussframework Jun 28, 2018, 05:09 PM https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them#dis-post-559280
<![CDATA[Re: Has anyone gotten MDXThemes.com Adorn template to work? Are they still in business? Zero response from them.]]> https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them#dis-post-559276 Quote from: trussframework at Sep 01, 2016, 01:15 PM
Hello Jason,

Its fixed. I have also updated the installer and re-enabled your theme download on mdxthemes.com you can login and redownload the theme package.

I have bought it yesterday and have been struggling ever since. Some key elements related to themes are greyed out. Nor can I change in configuration from red to green theme and no way to resize the site-width. Although I sent an email the message on tis board do no give much confidence getting a response to get a working version. I installed Modx first several times with Softaculous and then decided to dwonload it and do a manual install. No fix. As I paid $45 I would expect a funtion theme not this headache. Can anyone please help me get this fixed, thank you!]]>
ekosoft Jun 28, 2018, 04:32 PM https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them#dis-post-559276
<![CDATA[Re: Has anyone gotten MDXThemes.com Adorn template to work? Are they still in business? Zero response from them.]]> https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them#dis-post-544790
Quote from: trussframework at Sep 01, 2016, 01:15 PM
Hello Jason,

Its fixed. I have also updated the installer and re-enabled your theme download on mdxthemes.com you can login and redownload the theme package.

]]>
jasonmonette Sep 06, 2016, 09:30 PM https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them#dis-post-544790
<![CDATA[Re: Has anyone gotten MDXThemes.com Adorn template to work? Are they still in business? Zero response from them.]]> https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them#dis-post-544649
Its fixed. I have also updated the installer and re-enabled your theme download on mdxthemes.com you can login and redownload the theme package.

]]>
trussframework Sep 01, 2016, 01:15 PM https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them#dis-post-544649
<![CDATA[Re: Has anyone gotten MDXThemes.com Adorn template to work? Are they still in business? Zero response from them.]]> https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them#dis-post-544629 jasonmonette Aug 31, 2016, 04:10 PM https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them#dis-post-544629 <![CDATA[Re: Has anyone gotten MDXThemes.com Adorn template to work? Are they still in business? Zero response from them.]]> https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them#dis-post-544627 ]]> lkfranklin Aug 31, 2016, 03:17 PM https://forums.modx.com/thread/100798/has-anyone-gotten-mdxthemes-com-adorn-template-to-work-are-they-still-in-business-zero-response-from-them#dis-post-544627