Search found 562 matches

by KO
Fri Jan 22, 2021 8:13 am
Forum: Layout and Design (CSS & HTML)
Topic: Pretty URLs on Nginx? Howto??
Replies: 3
Views: 3704

Re: Pretty URLs on Nginx? Howto??

I have that typical $config['url_rewriting'] = 'mod_rewrite'; in config.php and location / { try_files $uri $uri/ /index.php?page=$request_uri ; } in NGINX settings for that domain. Pretty URLs work perfectly fine :) Please look at here https://www.nginx.com/resources/wiki/start/topics/recipes/cms_m...
by KO
Mon May 11, 2015 11:13 am
Forum: Closed Issues
Topic: [open] installation issue
Replies: 3
Views: 6541

Re: [open] installation issue

Hi, I had exactly same happening when I tried beta3. I got to step 7 where it complained not having enough permission to write to install folder I had selected on previous steps. I chmod'ed more permissions and continued to step 8 and 9 without knowing that step 7 actually should do more than check ...
by KO
Mon May 12, 2014 2:55 pm
Forum: Layout and Design (CSS & HTML)
Topic: load image depending on screen size
Replies: 7
Views: 4620

Re: load image depending on screen size

If you need to use img tag, then that mobiledetect is the way I would go. Just create some kind of smarty if/else with it in template.

If you were using it as background-image then you could do this with media queries only.
by KO
Fri May 09, 2014 6:54 am
Forum: Layout and Design (CSS & HTML)
Topic: load image depending on screen size
Replies: 7
Views: 4620

Re: load image depending on screen size

Have you looked up CSS Media Queries? I think you should check them if you have not used them before.

https://developer.mozilla.org/en-US/doc ... ia_queries
by KO
Fri Apr 12, 2013 11:25 am
Forum: CMSMS Core
Topic: [SOLVED] Templates breaking up
Replies: 12
Views: 5547

Re: [SOLVED] Templates breaking up

Thanks for sending your solution here.

I had similar problem while updating old site and this helped. If anyone else has similar problem you might get past it by setting site default language to english if it's not set. This might get the site running while you search for the solution.
by KO
Wed Jul 04, 2012 2:01 pm
Forum: Modules/Add-Ons
Topic: HTML Editor in TinyMCE not showing
Replies: 31
Views: 11745

Re: HTML Editor in TinyMCE not showing

If I have problems with TinyMCE after upgrade there is usually 2 things to get it working normally. 1. Uninstall it from module manager and then re-install it. 2. Check the permissions for folders and tinymce javascript files. For 1. you want to check that you backup TinyMCE settings if you changed ...
by KO
Tue Jul 03, 2012 1:01 pm
Forum: [locked] CMSMS 1.11 Beta
Topic: [??] drag and drop reorder pages
Replies: 12
Views: 16022

Re: drag and drop reorder pages

Beta2 has this "not indented" problem but replacing style.css with SVN version fix this and for me things work normally.

Thanks!
by KO
Mon Jul 02, 2012 1:55 pm
Forum: [locked] CMSMS 1.11 Beta
Topic: [??] drag and drop reorder pages
Replies: 12
Views: 16022

Re: drag and drop reorder pages

For me it seems to work fine. But what I find slightly confusing is that child UL has no margin on left making them difficult to separate from parents. You have no idea where the page dragged will end up. Following style change on OneEleven theme would fix that: ul.sortableList, .reorder-pages ul { ...
by KO
Thu Jun 28, 2012 9:29 am
Forum: [locked] CMSMS 1.11 Beta
Topic: [confirmed] BETA 2 MicroTiny does not work
Replies: 9
Views: 13857

Re: [confirmed] BETA 2 MicroTiny does not work

OK. Great. Thanks!
by KO
Wed Jun 27, 2012 1:54 pm
Forum: [locked] CMSMS 1.11 Beta
Topic: [confirmed] BETA 2 MicroTiny does not work
Replies: 9
Views: 13857

Re: BETA 2 MicroTiny does not work

I had also problems with Microtiny. I downloaded "cmsmadesimple-1.11-beta2-english.tar.gz" package and made fresh install. When opening content for edit Firebug Console gives error: this.getDoc() is undefined http://localhost/cmsms-111-b2/modules/MicroTiny/tinymce/tiny_mce.js Line 1 tiny_m...
by KO
Thu Jan 19, 2012 9:42 am
Forum: Layout and Design (CSS & HTML)
Topic: Efficient way for three and two column website [solved]
Replies: 17
Views: 6207

Re: Efficient way for three and two column website

Hi, as there is no CSS styles it's a bit of quess work but let's try. If it does not work it's easiest to look at real site and it's CSS directly. Change: <div id="pagewrapper" class="colmask threecol"> To: <div id="pagewrapper" class="colmask {if $page_alias == &q...
by KO
Mon Jan 16, 2012 9:04 am
Forum: Layout and Design (CSS & HTML)
Topic: Efficient way for three and two column website [solved]
Replies: 17
Views: 6207

Re: Efficient way for three and two column website

Just let me know if you need help with it.
by KO
Thu Jan 12, 2012 12:42 pm
Forum: Layout and Design (CSS & HTML)
Topic: Efficient way for three and two column website [solved]
Replies: 17
Views: 6207

Re: Efficient way for three and two column website

Thanks for you reply! Second way is in case you have only front page as 3-col and rest 2-col to print pagealias on body as class that controls column visibility, width, margins etc. on single template. When pagealias is "homepage" then its 3-col else 2-col. It does not remove blocks from ...
by KO
Thu Jan 12, 2012 12:13 pm
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED ]Stylesheet Issue
Replies: 5
Views: 2558

Re: Stylesheet Issue

Correct ... or just simply .bass #headerimage {
by KO
Thu Jan 12, 2012 12:00 pm
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED ]Stylesheet Issue
Replies: 5
Views: 2558

Re: Stylesheet Issue

You can have:
</__body class="{$page_alias}">

This way all the pages have page alias printed which is unique. Just check that alias is for that page is what you want.

Go to advanced search