Forum Replies Created
-
AuthorPosts
-
Dag-ErlingMember
Hey
I think I solved it but I didn't make a new menu. I took your first tip at heart and just fixed the CSS. It seems to be working fine on mobiles now.
Thanks for the replies and help David :).
I've bookmarked the tutorial. Might want to learn how to make it from scratch anyway. Just don't want to learn in the middle of a theme.
Dag-ErlingMemberNot sure what you mean. You mean having the image on the front page link to the "The team" page?
PS! Our graphic artist is working on making drawings of all of us so those images are just temporary.
Dag-ErlingMemberHey
Yes, the CSS is a mess on it right now. Most of it is untouched from the Ambiance Pro CSS style. I'll take a look at the CSS more and see if I can't fix all the little quirks that are there to get it under control.
The client wants to have sub-pages so I think I'm forced to make drop downs work. (Even though I suspect we are misunderstanding each other a little bit). The link you sent seems to be a nice way to do it so I'll see if I can't get that done.
Thanks for the link and the reply 🙂
Dag-ErlingMemberI love your portfolio part of the page. Might want to replicate that for my own page.
Dag-ErlingMemberThank you 🙂 That resolved it.
Dag-ErlingMemberHello and thank you for the reply.
Shame, I dont' know php :(. I might just swap themes for that client then.
Dag-ErlingMemberSince I couldn't figure out how to make the picture has tall as I wanted I ended up just hiding the navigation buttons on the bottom when the screen goes below 800px.
Any attempt to make the picture taller would push all the footers down. So the little gap would be there regardless.
PS! And off-topic: The reason why I am focusing so much on this is because I have a "client from hell" situation. I had a pretty page with 6 posts displayed on the front as the agency-pro theme comes with. I got tons of positive response on it. Even on the second meeting where I showed off the page to the clients everyone loved it with the exception of one. The boss of course. So he wanted it to look more like an app.
Dag-ErlingMemberI'm only concerned about the responsiveness on the front page. The others are working as they should. The slider is the only thing giving me trouble at the moment.
Dag-ErlingMemberYes of course
It's a HTC sensation. Old phone but good test case. So it's a 540 x 960 pixels screen.
http://www.dagerlingjensen.no/wp-content/uploads/2014/01/screenshoot.png
Dag-ErlingMemberYes 🙂 So far I've gotten. But I can't figure out what part of the CSS that ends up controlling the image size.
Edit: Could it be
http://www.dagerlingjensen.no/media="all"
.flexslider .slides img {
display: block;
max-width: 100%;(In Norway, so it's time to get some sleep. Will update tomorrow)
Dag-ErlingMemberThank you, that removed it 🙂 Was driving me crazy
November 5, 2013 at 4:47 am in reply to: Genesis responsive slider slide excerpts extending beyond container #71026Dag-ErlingMemberHey
I have been seeking out the answers for the same questions. But neither the developers of the plug-in or the studiopress people wasn't very helpful.
Now, I what I ended up doing was to remove the paragraph text from the mobile one and only display the title.
.agency .slide-excerpt p, .breadcrumb { display: none; } .agency .slide-excerpt h2 a, .breadcrumb { font-size: 22px; }
You can see an example on how this turned up here
November 5, 2013 at 4:44 am in reply to: Genesis Slider, mobile excerpts goes outside the slider #71025Dag-ErlingMemberI ended up solving this by hiding only the paragraf text. And then I did some adjustments too the h2 to make them fit better into the screen
.agency .slide-excerpt p, .breadcrumb { display: none; } .agency .slide-excerpt h2 a, .breadcrumb { font-size: 22px; }
November 1, 2013 at 4:38 pm in reply to: Executive Theme: Slider content disappears on mobile devices #70401Dag-ErlingMemberHello, and I'm sorry for this thread hi-jack but by own thread died down.
(http://www.studiopress.community/topic/genesis-slider-mobile-excerpts-goes-outside-the-slider/)
I have some similar issue with the excerpts. On portraits formats I can get the "white square" to be contained within the slider. But the text will go outside. Is there a way to contain it within the slider area?
You can see what happens here: http://www.dagerlingjensen.no/sandbox
Have a nice day
- Dag
October 31, 2013 at 3:44 am in reply to: Genesis Slider, mobile excerpts goes outside the slider #70075Dag-ErlingMemberHey
I am using the Genesis Responsive Slider.
-
AuthorPosts