Forum Replies Created

Viewing 20 posts - 81 through 100 (of 101 total)
  • Author
    Posts
  • in reply to: Table — want to make it fixed width #54423
    Leslie Bigos
    Participant

    Thank you. That is working beautifully now.

    in reply to: Password not working on passworded page #53224
    Leslie Bigos
    Participant

    Thank you. It had something to do with the page cache plugin. I have solved it.

    in reply to: Password not working on passworded page #53133
    Leslie Bigos
    Participant

    In addition, when I removed the password the page still did not display and the password was requested. The Toolbar above the page also does not display.

    in reply to: Small Sqaure Appears Between Under Header #52678
    Leslie Bigos
    Participant

    That is a link to the header image. Be sure you go to theme options and disable the header. You may have deleted the image but the link is still there. Go to Theme Options and on the first tab, under HEader Featured Option click Disable under “Enable Featured Header Image”

    in reply to: Menu on Mobile Devices Not Showing #52038
    Leslie Bigos
    Participant

    Yes. Go to Theme Options>Responsive Design>Enable Secondary & Footer Menu in Mobile Devices?

    Responsive Design is the first option under Theme Options.

    in reply to: Adding Link Separators on Secondary Menu #51752
    Leslie Bigos
    Participant

    Thank you so very much! This worked like a charm!

    in reply to: 2 Menus Showing #51678
    Leslie Bigos
    Participant

    I have purchased 3 themes but I would like to send a Donation for this help. Do you have a mechanism for that?

    in reply to: 2 Menus Showing #51675
    Leslie Bigos
    Participant

    Thank you! I am so grateful! I would have never figured this out on my own and I was playing with a lot of CSS.

    Thank you, thank you!

    in reply to: Text color of header #51628
    Leslie Bigos
    Participant

    I’m reading all these posts about #site-description and changing the color but it is just not working for me. My site is http://www.yarlungrecords.com/news/. The H1 should be a rust color and the tagline a Yellow.

    /*For Site Title */
    #site-title {
    font-size: 3.5em;
    text-transform:uppercase;
    font-family: ‘Cinzel’, serif;
    font-weight: normal;
    }

    /* For Site Tagline */
    #site-description {
    font-family: ‘Cinzel’, serif;
    font-size: 1.9em;
    color: #d3bf81;
    font-style: normal;
    text-transform: uppercase;
    font-weight: lighter;
    }

    in reply to: Reduce Whitespace above Title #51627
    Leslie Bigos
    Participant

    Instead of putting “WIFI onboard” in Header Top Sidebar Widget, put it in the Header Right Sidebar Widget” as I think putting it in the Top Sidebar Widget pushes the title down.

    I would also recommend you make the phone number a link so people can dial from their cell phones.

    in reply to: Static Front Page – remove title? #51622
    Leslie Bigos
    Participant

    You can put this in the custom css but remember it will remove all titles from all pages. I have done this with my site, http://www.nerdt.org.

    /* Remove Page H1 Headers*/
    .page .entry-header {
    display: none;
    }

    in reply to: 2 Menus Showing #51618
    Leslie Bigos
    Participant

    Sakin,

    I am wondering if you missed by last question about site-description. I would like to change the color on the site-description different from the site-title. See the above post. I didn’t know whether I should start a new thread?

    Sorry for the confusion.

    in reply to: 2 Menus Showing #51542
    Leslie Bigos
    Participant

    Hi Sakin,

    Sorry to bother you with this but I am just not finding where I can make by Site Description different from my Site Title. I’m using Pro Kathmandu and I want the Site Title Red and the Description yellow. I defined Site Title color in the Customize Theme: Colors.

    I added custom CSS for the site description but it is not working:
    /*For Site Title */
    #site-title {
    font-size 3em;
    text-transform:uppercase;
    font-family: “EB Garamond”, Palatino,sans-serif;
    font-weight: normal;
    }

    /* For Site Tagline */
    #site-description {
    font-size: 1.9em;
    color: #d3bf81;
    font-style: normal;
    text-transform: uppercase;
    }

    My site is: http://www.yarlungrecords.com/news/

    in reply to: Menu on Mobile Devices Not Showing #51406
    Leslie Bigos
    Participant

    Try putting the TEXT Widget in the Header Right Sidebar

    in reply to: Menu on Mobile Devices Not Showing #51383
    Leslie Bigos
    Participant

    Funny, when I put html in, it actually changed it to a link instead of showing you the code. Just do a View Source and you can see the code. IT is just a link tag with href=”tel:425-941-1407″ target=”_blank”>

    in reply to: Menu on Mobile Devices Not Showing #51380
    Leslie Bigos
    Participant

    To get the menu showing on mobile devices, go to Appearance>Theme Options>Responsive Design>Enable Secondary and Footer in Mobile Devices

    Make sure you check Enable on “Enable Secondary & Footer Menu in Mobile Devices?”

    As far as putting a clickable phone number in your header, you can use the TEXT widget which allows you to place HTML in an area. Then you need to link your phone number. The HTML will look like this but just be sure to use your own phone number.

    <a href="tel:425-222-1206" target="_blank">425-222-1206</a>

    I hope this helps.

    in reply to: Catch Everest Upgrade #51260
    Leslie Bigos
    Participant

    Thanks so much. I used the Catch updater plugin, purchased the Pro Theme and it worked like a charm!

    Thanks again,

    Leslie

    in reply to: Sidebar Cut off on mobile device #51178
    Leslie Bigos
    Participant

    Hi,

    I realize that the error was mine. In the custom CSS, I specified a width and that was throwing it off.

    My featured image is working great. Thanks.

    Thank you so much for your time!

    in reply to: Menu not appearing on mobile phone #48446
    Leslie Bigos
    Participant

    I solved the problem. I needed to check a box “Enable Secondary & Footer Menu in Mobile Devices?”

    Thanks for being there!

    in reply to: Remove Page Entry title without removing Slider Caption #47556
    Leslie Bigos
    Participant

    Thank you so much for answering!

Viewing 20 posts - 81 through 100 (of 101 total)