Reply New Topic
2013/5/8 4:45:19
#1
Offline
Home away from home

2.0a2 and themes

About how work previous themes in this release, I am making some tests and later I will post the results.
Just an issue: in style_icms.css file there are code for #mainmenu and
#usermenu (classics in iCMS), but in system_block_mainmenu.html
<div id="mainMenu">
<li clas="menuMain<
(typo error "clas")


2013/5/8 16:59:51
#2
Offline
Home away from home

Re: 2.0a2 and themes

Committed fix and requested merge into 2.0: https://www.assembla.com/code/impresscms/git/merge_requests/280093


2013/5/8 18:42:49
#3
Offline
Home away from home

Re: 2.0a2 and themes

merge request was applied.

Thanks for the report and quick fix.

_________________
Christian Web Resources
Facebook

2013/5/15 4:52:01
#4
Offline
Home away from home

Re: 2.0a2 and themes

I have done some test using themes for 1.3.x in alpha 2.
All works fine; just two minor issues:
1.- Admin menu: in "classic" themes I get two admin menus: "normal" and for mobile devices.
CSS to add for fix it:
.admin .mobileMenu, .mobileMenu {display: none }

for responsive themes
@media only screen and ( max-width: 640px) { .admin .mobileMenu, .mobileMenu { display: block; } .toSel {display: none;} .mobileMenu {max-width: 100%; width: 98%; background-color: #FFFFFF; border: 1px solid #CCCCCC;height: 30px; line-height: 30px; border-radius: 4px 4px 4px 4px; font-size: 14px; padding: 4px 6px; vertical-align: middle;font-weight: normal;margin: 5px 1%;}

The CSS code in core theme is in /skins/v1/media/css/responsive/
and it depends of core theme; for "classic" themes display none for mobilemenu class would be in a CSS file out of core theme too. Right?

2.- User and Main Menu blocks. Now the id are mainMenu and userMenu. Old were mainmenu and usermenu. Special CSS code in old themes is lost in alpha2.


Reply New Topic extras
 Previous Topic   Next Topic
You can view topic.
You can start a new topic.
You can reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You can post without approval.