Forum Replies Created

Viewing 20 posts - 12,341 through 12,360 (of 14,496 total)
  • Author
    Posts
  • in reply to: Sidebar #8805
    Sakin
    Keymaster

    @paulinepkehoe: Catch Everest Pro theme is responsive design. So, it is not recommended to change the layout. If you change the layout. You need to change all the way down to mobile devices.

    But if you just want to adjust only in the large screen, then add the following css in “Appearance => theme Options => Custom CSS” box.

    
    @media screen and (min-width: 1060px) { 
    #primary {
        width: 60%;
    }
    #secondary {
        float: right;
        width: 35%;
    }
    }
    
    in reply to: I get errors, can't do anything #8804
    Sakin
    Keymaster

    @illibo: I have just emailed you. Please respond.

    in reply to: Menu – Font not in Caps? #8803
    Sakin
    Keymaster

    @paulinepkehoe: How come you have all caps in Menu for Catch Box Pro theme. It’s not supposed to be. Can you send me your site URL so that can check in.

    in reply to: How to change the color on the bar below the Slider #8802
    Sakin
    Keymaster

    @GAHC: You can change the color code as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .site {
        background-color: #fff;
    }
    #homepage-message {
        background-color: #FDFDFC;
    }
    in reply to: I get errors, can't do anything #8800
    Sakin
    Keymaster

    @illibo: Can you send me your site URL

    in reply to: Blog, changing colour of slider font #8799
    Sakin
    Keymaster

    @Potzas: I see that you have static content in the home and blog in Blog page. It’s going good.

    I would also like to make the overlay header on the slider a blue font, not black.
    — Just change the color code as per your need and add it in your “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-title a, #main-slider .entry-title span {
        color: #222;
    }

    I would also like to change the sub-heading on the home page, I want it non-italic and I would like to change the font colour there as well.
    — Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message span {
        font-style: normal;
        color: #858585
    }
    in reply to: I get errors, can't do anything #8795
    Sakin
    Keymaster

    @illibo: Are you still getting this error or now don’t get it. This look like you tried to login too many times with incorrect password and server block in.

    in reply to: Right Sidebar at Bottom of Page #8794
    Sakin
    Keymaster

    @mirandariley: There is problem with your site. Why are you keeping all the style.css in Custom CSS box. Remove that and it will work fine.

    in reply to: Problem with viewing in different browsers #8791
    Sakin
    Keymaster

    @acanthuroid: Sorry I don’t be able to help on image sizes. Please check your settings and ask in WooCommerce forum.

    in reply to: Responsive Layout #8790
    Sakin
    Keymaster

    @paigeohliger: I haven’t received any email from your side. Can you send me your site URL. So, that I can check in.

    in reply to: Search Box Color #8787
    Sakin
    Keymaster

    @phase9: Nice.

    in reply to: add slideshow to header #8766
    Sakin
    Keymaster

    @ronjak: Ask more detail with the plugin author. The do_action is defining the action hook. We have our own action hooks that you can see it.

    It will be best if they provide the widget and you can simple add in any sidebar. In Catch Everest PRo theme there is sidear for header right as well. See the additional feature in Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/

    But yes you can try to add the above hook in the file sidebar-header-right.php jsut above
    </div><!-- #header-right .widget-area -->

    in reply to: How to decrease space in between widgets on R sidebar? #8765
    Sakin
    Keymaster

    Now it’s fine. But you have added paragraph center in your text widget you need to remove that.

    <p style="text-align:center"><a target="_self" href="http://hurstbournedentalcare.com/stony-brook-louisville-ky-dentist-patient-forms//">
    <img alt="Forms- Louisville, KY Dentist" src="http://hurstbournedentalcare.com/images/new_pt.png">
    </a></p>

    you can replace p with span

    in reply to: Remove Search box and Archives #8764
    Sakin
    Keymaster

    @kirsten0203: You have to add any widget in your sidebar to replace that. Look like the search and archive at the default widgets.

    But if you don’t want any sidebar then you can choose No Sidebar layout in individual posts and pages. Also you wan set fro entire site in you theme options panel “Layout Options”.

    Yes the upgrading process will be pretty smooth. You might need to do few click in your menu, header, background settings. If you need help then we also provide free support for upgrading.

    in reply to: Search Box Color #8763
    Sakin
    Keymaster

    @phase9: You can simply add the color code you want in the following CSS and add it in “Appearance => Theme Options => Custom CSS” box.

    #branding #s {
        background-color: #fff;
        color: #000
    }
    in reply to: Responsive Layout #8762
    Sakin
    Keymaster

    @paigeohliger: The same menu order will be there in Mobile Devices as well.

    in reply to: Spaces #8761
    Sakin
    Keymaster

    @eric.suth: Strange why it didn’t work for me on my server. But why don’t in your site. Looks like you have code as
    <p dir="ltr">http://www.youtube.com/watch?v=QdneZ4fIIHE&feature=youtu.be</p>

    can you remove that paragraph tag and just add the youtube video link.

    how can I manipulate the font style, color, size etc. of my post text
    — About this you have option in Theme Option in Simple Catch Pro theme. Upgrading will be easier. But yes you can do it in Simple Catch Free theme as well but for that you need to add CSS in “Appearance => Theme Options => Custom CSS” box for which you need to know abut CSS.

    I will contact you in email to solve the Youtube issue

    in reply to: Problem with viewing in different browsers #8758
    Sakin
    Keymaster

    @acanthuroid: Yes Catch Everest Pro WooCommerce plugin ready.

    in reply to: Social Icons missing #8754
    Sakin
    Keymaster

    @snicoles: I am telling you not to copy all the styles from style.css to child theme style.css . But you have copied it all. The following CSS in your child theme style.css that is http://thatscrazytalk.com/wp-content/themes/catch-box-child-theme/style.css is a problem. Delete that.

    .social-profile ul li a {
        background: url("images/social-profiles.png") no-repeat scroll right top transparent;
        border-radius: 3px 3px 3px 3px;
        display: block;
        height: 34px;
        text-indent: -99999px;
        width: 34px;
    }
    in reply to: Continue Reading → can not be translated #8733
    Sakin
    Keymaster

    @Chris: You don’t need to translate that you can change that from “Appearance => Theme Options => Excerpt/More Tag Settings and change the “More Tag Text”.

Viewing 20 posts - 12,341 through 12,360 (of 14,496 total)