Forum Replies Created
-
AuthorPosts
-
strat76Participant
ok
strat76ParticipantGlad to have someone else learning from my questions:)
Mahesh
how much is involved in upgrading to pro? I’ve done heavy work to the child theme and some functions and dont want to be set back with a pro upgrade “
strat76Participantthanks again manesh
ran into another 2 questions.
any way to force the logo area to go smaller height at certain smaller screens? when i rotate my s4 horizontal the logo height is practically pushing my content off screen and i have fixed masthead. ** if there isnt a way .. can we make the navbar only fixed as the page scrolls down and let the logo go away **
2 ) best and safest way to add a secondary alternate sidebar for the site
strat76Participantyou’ve been beyond helpful.. thanks It’s looking perfect..
any idea how to make the .site dynamically move below the fixed masthead? currently when i resize to smaller viewports a white gap opens .. hate to have to make a ton of queries to adjust the .site margin as its gapping way too frequent.
i tried a jquery script i found that was supposed to read the masthead height and add 20px to calculate the new .site padding but it didnt work ..
any ideas
strat76Participantscratch that got it
strat76Participanti copy pasted exactly as you have and it breaks the site and leaves me at a blank white page
strat76Participantok so ive managed to tweek it a lil more and its ALMOST there.. i’ve editted the inc/structure.php in my child theme but its not overriding the parent structure.php
i see this line of code in the parent ..
<div id=”mobile-header”>
<span class=”mobile-menu-text screen-reader-text”>Menu</span>
</div>yet i don’t see the text “Menu” showing when the mobile menu renders..
I added my own div with text to my child structure.php but nothing of course because its not overriding the parent one ..
help please
mission here is to add TEXT beside the menu icon that says MENU>>
strat76ParticipantIm already running a modified child theme.. this theme is not using the standard core files to set the layout. Its using a file within called structure.php with a ton of hooks and calls .. i am fine and seasoned in css and html but not so much in php and js in order to add the div i need to know how to safely edit the structure to make the new div with the nav block
strat76Participantperfect..
any way to add a div there to allow me to add text and color to the mobile nav area ? view updated site url and shrink down to like 400, 320 width and see the big white void
also any way to control the logo height as the viewport shrinks ? would like to make taller versions for the smaller ports using different graphics if needed
strat76Participantdev.kentuckylake.org
I messed with it some more yesterday and its closer to what im needing..
all i need now is how and where to edit to make the navigation render below the logo in all viewports.. would prefer a solid bar that i can change the bg and maybe add text to that says MENU or something when the hamburger nav pops up.
strat76Participantto clarify that would be LOGO on left.. then Menu across top then large Tagline text below the menu area..
then In mobile view.. logo then tagline then menu.. in stacked vertical arrangement
strat76Participant#per-slide-template {
clear: both;
display: none;
}hides the thumbnails
strat76ParticipantTHANKS for this as well
strat76Participantthis is what i used on mine to remove all text from slider
#feature-slider .caption .entry-content,
#feature-slider .caption .more {
display: none;
}
#per-slide-template h2 {
display:none;
}
#feature-slider .entry-title {
display: none;} -
AuthorPosts