Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: how to add text to the site branding area. #105304
    strat76
    Participant

    ok

    in reply to: how to add text to the site branding area. #102412
    strat76
    Participant

    Glad 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 “

    in reply to: how to add text to the site branding area. #102161
    strat76
    Participant

    thanks 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

    in reply to: how to add text to the site branding area. #101354
    strat76
    Participant

    you’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

    in reply to: how to add text to the site branding area. #101334
    strat76
    Participant

    scratch that got it

    in reply to: how to add text to the site branding area. #101333
    strat76
    Participant

    i copy pasted exactly as you have and it breaks the site and leaves me at a blank white page

    in reply to: how to add text to the site branding area. #101268
    strat76
    Participant

    ok 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>>

    in reply to: how to add text to the site branding area. #101207
    strat76
    Participant

    Im 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

    in reply to: how to add text to the site branding area. #101102
    strat76
    Participant

    perfect..

    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

    in reply to: how to add text to the site branding area. #101028
    strat76
    Participant

    dev.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.

    in reply to: how to add text to the site branding area. #100950
    strat76
    Participant

    to 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

    in reply to: Hide all slider navigation? #100104
    strat76
    Participant

    #per-slide-template {
    clear: both;
    display: none;
    }

    hides the thumbnails

    in reply to: Converting Site header from fixed to floating #99990
    strat76
    Participant

    THANKS for this as well

    in reply to: Hide all slider navigation? #99988
    strat76
    Participant

    this 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;}

Viewing 14 posts - 1 through 14 (of 14 total)