Forum Replies Created
-
AuthorPosts
-
December 4, 2017 at 9:33 am in reply to: Disable/hide site title and tagline if scrolled or shrink header area #127379DebbieParticipant
Thank you; that is a big improvement. The logo still takes up more vertical space than I’d like though … can I shrink it? Only for float-header — I like the size when it is not scrolled. I tried some things, but my css is just not up to the task.
DebbieParticipantThat is so cool. Thank you!
DebbieParticipantDisregard my comment about having the same problem on another site … I changed the redirects on that site, so you won’t be able to see the problem. But I still have the problem on whythereyouare.com
DebbieParticipantIf it’s of any help, I’m having the same problem on another site: https://pmeglobalsolutions.com/applied-failure-analysis
DebbieParticipantThat’s what I did already. Unless I’m staring at something and not seeing it?
December 2, 2017 at 2:41 pm in reply to: Remove lingering red color from header menu, slider nav, loading indicator #127285DebbieParticipantPerfect! Thank you. π
DebbieParticipantOkay. Thank you Sakin for looking into it.
DebbieParticipantPerfect. Thanks!
DebbieParticipantIt happens when I *don’t* have full screen view. I played around with it a little more, and it only happens when the footer is partially covered. I created the video below to show you, but it doesn’t quite capture what I am seeing. If the footer is partially hidden and I use the scroll bar or press the scroll-down button, it flashes as if it is scrolling down but then immediately going back to the top.
DebbieParticipantI don’t know why I had both either … probably pulling together css from multiple sources (to get the box background, the fixed-width, the top of page, etc) and didn’t notice I had duplicates.
Thank you for your help — both sites are now fixed! π
DebbieParticipantUh. It’s working now, but I have no idea why. The only think I did was add the sidebar to that one page (which I have now removed). So never mind on this one. Thanks!
DebbieParticipant[face palm] So sorry I missed this! I have a huge revisions metabox and didn’t notice anything below it.
Thank you — it worked perfectly. πDebbieParticipantThanks! I’m very happy with the Adventurous theme!
DebbieParticipantThe title is displaying fine, but not the content text. I should have been more clear. However, I just figured it out. π
In responsive.css, you have:
@media screen and (max-width: 767px) { [..] #main-slider .entry-container .entry-content { display: none; }
I had tried putting “display: block;” with my slider text font, but hadn’t noticed that it only had “#main-slider .entry-content” and not “#main-slider .entry-container .entry-content”. In other words, I had tried:
@media screen and (max-width: 768px) { #main-slider .entry-content a { font-size: 16px; display: block; } }
But that didn’t work. However, the following does work:
@media screen and (max-width: 767px) { #main-slider .entry-container .entry-content { display: block; } }
Now I need to mess with the font sizes a little more so that it looks good on mobile. π Thanks for you help though!
DebbieParticipantThat fixed it — thanks!
DebbieParticipantAwesome! Thanks so much!!
DebbieParticipantPerfect! Thank you!! π π π
DebbieParticipantThanks! This looks great except that it seems to want to go the full width of the content area. For example, I have:
We help bring time and space to your move. Β It's that easy! <span class="pro-button"><a href="#">214-377-6016</a></span>
at the bottom of http://miboxdallas.yourstagingwebsite.com/portable-storage-uses/portable-storage-uses-moving, but the text is on one line, and the button is on the next line and is the width of the content area. I only want it to be the width of the text plus a little padding and would prefer that it not go on a new line. No worries if this is beyond the scope of the theme’s support — just let me know.
DebbieParticipantJust adding a little more explanation. Say for example I want to create a link to /contact that is styled just like the Adventurous button that is in the Promotion Headline section.
Does this button have a class such that I can do something like below (where “message-button” would be the class name that you gave this button):
DebbieParticipantMy site is http://miboxdallas.yourstagingwebsite.com/, but I don’t want to change any buttons. I want to use buttons that look like the button in the Promotion Headline section. Does it have a defined class that I can use?
-
AuthorPosts