Forum Replies Created

Viewing 20 posts - 1 through 20 (of 148 total)
  • Author
    Posts
  • in reply to: Search Bar Function add Plurals and mispelling #108022
    Kim
    Participant

    I mean that my search bar is super limited. If a person searches for something in the plural form and I’ve only used the word in singular form they get the error page. Ex. Apple vs Apples

    Also, if a person makes a spelling error they also get the error page. Ex. Apple vs Appl

    They are pretty basic search bar functions and I’d rather not have to add a plugin with a new one if there is some way this can be adjusted?

    Thanks!! 🙂

    in reply to: Favicon not working on inner pages #107165
    Kim
    Participant

    Awesome! Thanks Mahesh!

    K

    in reply to: posts are showing up in categories that they should be. #106489
    Kim
    Participant

    Mahesh,
    OMG. How stupid!! Not even sure when or why I put Weight Loss under Neck. Sorry for the bother! I learned one more thing from you guys!

    Thx!

    Kim

    in reply to: Theme Error #105118
    Kim
    Participant

    I solved it! The ‘Theme’ issue was actually the problem. I updated it along with the catch flames pro and it seems the update of web tools was the issue.

    Yay!!!

    in reply to: stop scrolling on header and main nav #98654
    Kim
    Participant

    Hmmmm. I’m not sure what your seeing but I see it doing the same thing.

    main nav gone

    in reply to: stop scrolling on header and main nav #98270
    Kim
    Participant

    Same issue. I keep losing my main nav bar.

    in reply to: stop scrolling on header and main nav #98095
    Kim
    Participant

    When I do that I lose the Top Nav altogether.

    To Nav Gone

    Can I email you access to my site?

    Kim

    in reply to: stop scrolling on header and main nav #97897
    Kim
    Participant

    Yikes! Also, I just noticed that when you click on a page or a post the main nav bar menu disappears. I’m going to take it off for the time being so you won’t see it on my live site.

    nav bar menu disappears

    in reply to: stop scrolling on header and main nav #97896
    Kim
    Participant

    Background color cuts off on the sides of the logo at the top

    Tell me if this works.

    in reply to: stop scrolling on header and main nav #97837
    Kim
    Participant

    One thing though. I just noticed that my background color cuts off on either side of my logo. Take a look:

    background color

    How can I fix that?

    in reply to: stop scrolling on header and main nav #97834
    Kim
    Participant

    YAY! It worked!!! Thanks!

    Kim

    in reply to: stop scrolling on header and main nav #97365
    Kim
    Participant

    Mahesh,

    I put that code on my CSS but nothing changed.

    K

    in reply to: Restore Theme Settings & Add Widgets to Content #96145
    Kim
    Participant

    THANK you! I love you guys man! I found another theme I really liked but I will never switch from Catch Themes – I’d rather just see what I can do with yours. Your customer support is amazing!

    K

    in reply to: Center post titles #81301
    Kim
    Participant

    NEVERMIND!! I did it with this!! I am so proud. 🙂

    .entry-title { text-align: center; }

    Remove padding below images in posts:
    img.alignleft,
    img.alignright,
    img.aligncenter {
        margin-bottom: 20px;
    }

    in reply to: Change Main Nav Bar Color #80893
    Kim
    Participant

    🙁 I’m not finding that on my css!

    #third-sidebar .widget_custom_menu_wizard .current-menu-item { font-weight: bold; }
    .entry-meta { display: none; }
    .mobile-menu { background-color: #d8180a; text-align: center; width: 100%; height: 50px; }
    .site .genericon-menu { box-sizing: border-box; height: 50px; width: 100%; }
    .mobile-menu a { color: #fff; padding: 10px; }
    .mobile-menu-text { display: inline-block; }
    .wp-caption .wp-caption-text:before {
    content: none;
    }
    .wp-caption .wp-caption-text {
    padding-left: 0;
    }
    .wp-caption .wp-caption-text {
    text-align: center;
    }
    .DisplayCategoriesWidget select {
    height: 30px;
    width: 70%;
    }
    .DisplayCategoriesWidget input[type=”submit”] {
    padding: 0;
    vertical-align: middle;
    width: 28%;
    }

    @media
    screen and (min-width: 940px) {
    #header-menu ul.menu a, #footer-menu ul.menu a {
    padding-left: 30px;
    padding-right: 30px;
    }
    }
    .widget-title { text-align: center; }
    #header-menu ul.menu a,
    #footer-menu ul.menu a {
    font-size: 16px;
    line-height: 3.5em;
    }

    @media
    screen and (min-width: 941px) {
    #logo-wrap { width: 68%; }
    #sidebar-header-right { width: 300px; }
    }

    @media
    screen and (max-width: 1280px) {
    .site #header-menu ul.menu a,
    .site #footer-menu ul.menu a {
    padding: 0 10px;
    }
    }


    @media
    screen and (max-width: 1100px) {
    .site #header-menu ul.menu a,
    .site #footer-menu ul.menu a {
    padding: 0 8px;
    }
    }


    @media
    screen and (max-width: 1000px) {
    .site #header-menu ul.menu a,
    .site #footer-menu ul.menu a {
    font-size: 13px;
    }
    }
    .blog #content .hentry,
    .archive #content .hentry {
    margin-bottom: 0;
    padding-bottom: 0;
    }

    @media
    screen and (max-width: 1280px) {
    .site #header-menu ul.menu a,
    .site #footer-menu ul.menu a {
    padding: 0 10px;
    }
    }


    @media
    screen and (max-width: 1100px) {
    .site #header-menu ul.menu a,
    .site #footer-menu ul.menu a {
    padding: 0 8px;
    }
    }


    @media
    screen and (max-width: 1000px) {
    .site #header-menu ul.menu a,
    .site #footer-menu ul.menu a {
    font-size: 13px;
    }
    }
    .sidr ul.sub-menu ul { display: none; }
    .has-header-left-menu .site #logo-wrap {
    text-align: center;
    width: 100%;
    }
    #site-logo {
    display: block;
    float: none;
    }
    #header-content .wrapper { position: relative; }
    #sidebar-header-right { position: absolute; top:0; right: 0; width: auto; }
    #branding .sidebar-header-right img { float: right; }
    .site {
    margin: 0 auto;
    max-width: 1300px;
    }
    div.ecwid-productBrowser-auth {
    display: none;
    }
    table.ecwid-Checkout-blockTitle button, div.ecwid-Checkout-PasswordBlock {
    display:none;
    }
    div.ecwid-Checkout-blockTitle button.gwt-Button{
    display: none;
    }
    div.ecwid-productBrowser-categoryPath {
    display:none;
    ​}
    div.ecwid-results-topPanel-viewAsPanel {
    display:none !important;
    ​}

    div.ecwid-results-topPanel-sortByPanel {
    display:none !important;
    ​}
    body.sidr-open { position: fixed !important; }

    in reply to: Design Changes #80819
    Kim
    Participant

    ALSO, I would need to put the main nav just right of a smaller left aligned logo. So, it will be in the header.

    THANKS!!
    k
    beautyblackbook.com

    in reply to: Change Main Nav Bar Color #80555
    Kim
    Participant

    Primary Menu Color Options

    This is not working for me. Which one of these would it be?

    As you can see, the Menu Background Color says white but it is not white.
    Sub-Menu Background Color, Menu Active Background color’s also are white but the bar is still grey.

    The rest are hover or text colors.

    ?
    Kim

    in reply to: Update failure to 3.0 #78717
    Kim
    Participant

    That’s exactly what I did.

    in reply to: Update failure to 3.0 #78645
    Kim
    Participant

    Hey Sakin!
    I’m having the same problem on my site when trying to update to 3.2. I followed the instructions. I have catch updater but I’m still getting:
    update fail

    in reply to: Mobile Menu #78623
    Kim
    Participant

    Hmmm. This did not work.

Viewing 20 posts - 1 through 20 (of 148 total)