Page 2 of 4

Re: Template with horizontal menu and different "cover photos" for each page

Posted: Mon Nov 06, 2017 5:10 pm
by wbs
Yeah, I've read that. But now I understand it as well. :D Thanks.

Re: Template with horizontal menu and different "cover photos" for each page

Posted: Thu Sep 13, 2018 7:01 pm
by wbs
How can I show morepagedata header images in mobile versions? Or does this depend on the template?

Re: Template with horizontal menu and different "cover photos" for each page

Posted: Sun Sep 16, 2018 2:54 am
by wbs
The css of this template is superconfusing: http://finalfrontier.stupmed.net/cmsimplexh/

Could someone help to keep the headerimages in the mobile stylesheet?

Re: Template with horizontal menu and different "cover photos" for each page

Posted: Sun Sep 16, 2018 9:08 am
by lck
wbs wrote:
Thu Sep 13, 2018 7:01 pm
How can I show morepagedata header images in mobile versions?
style.css line 479, delete or comment out "background-image: ..."

Code: Select all

.responsive .art-header {
	/* background-image: url(images/header.png); */ 
	background-position: center center;
}

Re: Template with horizontal menu and different "cover photos" for each page

Posted: Sun Sep 16, 2018 2:38 pm
by cmb
wbs wrote:
Sun Sep 16, 2018 2:54 am
The css of this template is superconfusing: http://finalfrontier.stupmed.net/cmsimplexh/
The CSS has been auto-generated by a tool. :(

Re: Template with horizontal menu and different "cover photos" for each page

Posted: Sun Sep 16, 2018 4:27 pm
by wbs
How do you guys find things in CSS so fast? Thank you!

Re: Template with horizontal menu and different "cover photos" for each page

Posted: Mon Sep 17, 2018 5:28 pm
by lck
wbs wrote:
Sun Sep 16, 2018 4:27 pm
How do you guys find things in CSS so fast?
By using the Developer-Tools (Dev-Tools) of the Browsers. For example, in Chrome by F12 (and some other Browsers) or right click on the place to be inspected and then choose "Inspect element" then you can see where the styles for the element are to be found.

Re: Template with horizontal menu and different "cover photos" for each page

Posted: Mon Sep 17, 2018 8:47 pm
by cmb
lck wrote:
Mon Sep 17, 2018 5:28 pm
wbs wrote:
Sun Sep 16, 2018 4:27 pm
How do you guys find things in CSS so fast?
By using the Developer-Tools (Dev-Tools) of the Browsers. For example, in Chrome by F12 (and some other Browsers) or right click on the place to be inspected and then choose "Inspect element" then you can see where the styles for the element are to be found.
See also http://devtoolsecrets.com/.

Re: Template with horizontal menu and different "cover photos" for each page

Posted: Tue Sep 18, 2018 5:29 am
by wbs
Yeah, I inspected the shit out of the template. I still couldn't find out how to not disable the images on mobile. Anyhow, I guess I just need more practice.

Re: Template with horizontal menu and different "cover photos" for each page

Posted: Tue Sep 18, 2018 5:58 am
by Tata
Maybe I don't fully understand. But one way could be adjusting mediaquerry with e.g.

Code: Select all

img, .resp.block_element img{display:none;}
...resp.block_elemenet resp.class/id...{background:none;}
Another way is https://simplesolutions.dk/?CMSimple_Mobile, which requires of course new template - study the original template and remove all disturbing images (both from template and stylesheet). I am just not sure if the plugin works with newest versions of CMSimpmle_XH.