Page 1 of 3

Responsive bootstrap Template Acme for CMSimple_XH

Posted: Sat Oct 17, 2015 11:11 am
by utaka

Re: Responsive bootstrap Template Acme for CMSimple_XH

Posted: Sat Oct 17, 2015 2:43 pm
by maeg
Looks great
+1

Re: Responsive bootstrap Template Acme for CMSimple_XH

Posted: Mon Nov 16, 2015 8:40 am
by rothom
Awesome!

+1

Re: Responsive bootstrap Template Acme for CMSimple_XH

Posted: Mon Nov 16, 2015 11:19 pm
by Korvell
Wow! This is one amazing template!
+1

Re: Responsive bootstrap Template Acme for CMSimple_XH

Posted: Mon Dec 21, 2015 2:43 pm
by ustalo
only one template for cmsimple-xh. Cool. but i could not manage to use it normally/ as i use this template, on mobile devices menu does not works properly.

Re: Responsive bootstrap Template Acme for CMSimple_XH

Posted: Tue Dec 22, 2015 9:07 am
by utaka
ustalo wrote:only one template for cmsimple-xh. Cool. but i could not manage to use it normally/ as i use this template, on mobile devices menu does not works properly.
Thank you for using.
Now ,Release Ver2.2.

Re: Responsive bootstrap Template Acme for CMSimple_XH

Posted: Tue Feb 09, 2016 7:58 am
by tanavots
First of all thank You for nice template.

But I found some issues:

Code: Select all

NOTICE: Undefined variable: bootstrap_main_folder
.../templates/bsp_acme_Main/template.htm:61
and

Code: Select all

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in 
.../plugins/tinymce4/admin.php on line 168
Parse error: syntax error, unexpected T_STRING in .../plugins/tinymce4/admin.php on line 168
Second was easy to fix (

Code: Select all

$imgUploader = new Tinymce4\Uploader();
-->

Code: Select all

$imgUploader = new Tinymce4/Uploader();
, but my skills is not sufficient to correct first one.

Edit:
Not sure if it is correct, but I changed

Code: Select all

$bootstrap_main_folder?
to

Code: Select all

$pth['folder']['template']?
Best

Re: Responsive bootstrap Template Acme for CMSimple_XH

Posted: Tue Feb 09, 2016 12:51 pm
by cmb
tanavots wrote:Second was easy to fix (

Code: Select all

$imgUploader = new Tinymce4\Uploader();
-->

Code: Select all

$imgUploader = new Tinymce4/Uploader();
While this may prevent the parse error, it certainly won't work as expected. The backslash is correct here, though it requires at least PHP 5.3. Apparently, you're using an older PHP version (5.2?) If you can't upgrade (what would be preferable), I suggest you stick with TinyMCE 3 (i.e. tinymce) as editor for now.
tanavots wrote:But I found some issues:

Code: Select all

NOTICE: Undefined variable: bootstrap_main_folder
.../templates/bsp_acme_Main/template.htm:61
Hm, it seems that this issue may be fixed in the latest version 2.2.1.

Re: Responsive bootstrap Template Acme for CMSimple_XH

Posted: Tue Feb 09, 2016 3:29 pm
by tanavots
cmb wrote:
tanavots wrote:Second was easy to fix (

Code: Select all

$imgUploader = new Tinymce4\Uploader();
-->

Code: Select all

$imgUploader = new Tinymce4/Uploader();
While this may prevent the parse error, it certainly won't work as expected. The backslash is correct here, though it requires at least PHP 5.3. Apparently, you're using an older PHP version (5.2?) If you can't upgrade (what would be preferable), I suggest you stick with TinyMCE 3 (i.e. tinymce) as editor for now.
One site have PHP Version 5.2.17 (Build Date Mar 25 2015) and second PHP Version 5.6.17 (Build Date Jan 31 2016) .
cmb wrote:
tanavots wrote:But I found some issues:

Code: Select all

NOTICE: Undefined variable: bootstrap_main_folder
.../templates/bsp_acme_Main/template.htm:61
Hm, it seems that this issue may be fixed in the latest version 2.2.1.
Yep, looks like that I had older version, downloded recent one and both issues are gone.

Re: Responsive bootstrap Template Acme for CMSimple_XH

Posted: Wed Feb 10, 2016 7:39 am
by utaka
Hi,Dear cmb, thank you follow.
Dear tanavots .Thank you for using my template.