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

About the template and stylesheet - and changing the menu
wbs
Posts: 122
Joined: Sun Apr 02, 2017 8:05 am

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

Post by wbs » Mon Nov 06, 2017 5:10 pm

Yeah, I've read that. But now I understand it as well. :D Thanks.

wbs
Posts: 122
Joined: Sun Apr 02, 2017 8:05 am

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

Post by wbs » Thu Sep 13, 2018 7:01 pm

How can I show morepagedata header images in mobile versions? Or does this depend on the template?

wbs
Posts: 122
Joined: Sun Apr 02, 2017 8:05 am

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

Post by wbs » Sun Sep 16, 2018 2:54 am

The css of this template is superconfusing: http://finalfrontier.stupmed.net/cmsimplexh/

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

lck
Posts: 2963
Joined: Wed Mar 23, 2011 11:43 am
Contact:

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

Post by lck » Sun Sep 16, 2018 9:08 am

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;
}
„Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“   👉 Ludwig's XH-Templates for MultiPage & OnePage

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

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

Post by cmb » Sun Sep 16, 2018 2:38 pm

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. :(
Christoph M. Becker – Plugins for CMSimple_XH

wbs
Posts: 122
Joined: Sun Apr 02, 2017 8:05 am

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

Post by wbs » Sun Sep 16, 2018 4:27 pm

How do you guys find things in CSS so fast? Thank you!

lck
Posts: 2963
Joined: Wed Mar 23, 2011 11:43 am
Contact:

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

Post by lck » 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.
„Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“   👉 Ludwig's XH-Templates for MultiPage & OnePage

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

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

Post by cmb » Mon Sep 17, 2018 8:47 pm

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/.
Christoph M. Becker – Plugins for CMSimple_XH

wbs
Posts: 122
Joined: Sun Apr 02, 2017 8:05 am

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

Post by wbs » Tue Sep 18, 2018 5:29 am

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.

Tata
Posts: 3586
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

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

Post by Tata » Tue Sep 18, 2018 5:58 am

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.
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

Post Reply