Forum Replies Created

Viewing 20 posts - 12,601 through 12,620 (of 14,504 total)
  • Author
    Posts
  • in reply to: move menu bar #7987
    Sakin
    Keymaster

    @Elisabetta: This is more of technical task. You need to get help from your developer. I will give you hint on how to do it.

    Just build the child theme of Simple Catch Pro and then remove simplecatch_menu() and simplecatch_slider_display() from hook simplecatch_after_headercontent and shift the value.

    in reply to: YouTube Widgets #7985
    Sakin
    Keymaster

    @Tekstiltrold: For youtube video in widget. You can just add the embed code in the sidebar text widget. Click here to watch Video Tutorial

    For the header, there you can either add the site title or header logo. Which is clickable link to homepage.

    Also when you ask question. Please add in your site URL so that it will be easy for us to check what you mean.

    in reply to: Menu bar spacing #7984
    Sakin
    Keymaster

    @wow-its-clean: This css was for the site http://sfexercise.com/ and it is working fine there. I don’t know what is your issue with the site and your site URL. Send me the details.

    in reply to: catch-box: ad banner problems #7983
    Sakin
    Keymaster

    @prezzi: You have added the adsense in wrong place that is why. You can just build the child theme and then copy the header.php and add the adsense just below
    <div id="main" class="clearfix">

    in reply to: Change the color of the menus. #7981
    Sakin
    Keymaster

    @impresnet: The following is the list of CSS that you can add in “Appearance => Theme Options => Custom CSS” box. Change the color code as per your need.
    /* Menu Background */
    #header-menu { background-color: #3a3d41; }
    /* Sub Menu Background */
    #header-menu ul.menu ul a { background-color: #3a3d41; }
    /* Menu Hover Background */
    #header-menu ul.menu li:hover > a,
    #header-menu ul.menu a:focus {
    background-color: #2d2d2d;
    }
    /* Current Menu Background */
    #header-menu .menu .current-menu-item > a,
    #header-menu .menu .current-menu-ancestor > a,
    #header-menu .menu .current_page_item > a,
    #header-menu .menu .current_page_ancestor > a {
    background-color: #000;
    }

    in reply to: CSS for "Site Description Font Color" #7979
    Sakin
    Keymaster

    @ktglasscock: Yes you can. Just add the following css in “Appearance => Theme Options => Custom CSS” box
    #site-title a:hover { color: #000; }

    in reply to: Adding New Social Media Icons #7978
    Sakin
    Keymaster

    @fritzhesse: You can check the image name “social-profile.png” in image directory of the theme directory of “catch-everest-pro”.

    in reply to: How to edit picture/text on the featured slider #7977
    Sakin
    Keymaster

    @jsvoboda: can you send me your site URL so that I can check in and send you the css code.

    in reply to: Showcase in category page #7976
    Sakin
    Keymaster

    @donestefano71: You can use the float left for the element such as below css in your “Appearance => Theme Options => Custom CSS” box.
    .category .hentry { float: left; }

    But if you want more dynamic then see the below tutorials
    http://www.wplover.com/1818/tutorial-using-jquery-masonry-with-wordpress/
    http://wp.tutsplus.com/tutorials/theme-development/using-jquery-masonry-for-pinterest-like-posting/

    in reply to: Changing the Background Header Image #7959
    Sakin
    Keymaster

    @cercub: It should be working fine. Remove the following code from Custom CSS box.
    #header { background: #2013e7; }

    Then add the header background as below:
    #header { background-image: "image path"; } }

    in reply to: Change the Menu Bar Color and Hover Color #7958
    Sakin
    Keymaster

    @cercub: You can just upgrade to Simple Catch Box Pro theme where there is color option in Theme Options panel.

    in reply to: Theme Options Panel – Pro version #7957
    Sakin
    Keymaster

    @karinschultz: About checking theme option panel, i need your site access for which you can send me reply on private email.

    1. change the colour of the site name to 3ae59c – same as border colour
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-title a { color: #3ae59c; }
    2. change colour of search button to 3ae59c – same as border colour
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #branding .searchform button { background-color: #3ae59c; }

    3. reduce the space between the tag line and menu – that is bring the site name and tag line closer to menu – line up tag line with bottom of the search box.
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #sidebar-top { margin-bottom: 0; }

    in reply to: Showcase in category page #7956
    Sakin
    Keymaster

    @donestefano71: Sorry this option is not there. You might need to work on custom codes.

    in reply to: Yes to Custom Slider, No to Posts on Page #7954
    Sakin
    Keymaster

    @judyhko: Sorry this option is not there in Catch Box Free theme but you can have it on Catch Box Pro version. See this for more details about Catch Box Pro added features. http://catchthemes.com/theme-instructions/catch-box-pro/

    in reply to: Yes to Custom Slider, No to Posts on Page #7953
    Sakin
    Keymaster

    @judyhko: Sorry this option is not there in Catch Box Free theme but you can have it on Catch Box Pro version. See this for more details about Catch Box Pro added features. http://catchthemes.com/theme-instructions/catch-box-pro/

    in reply to: CSS for "Site Description Font Color" #7952
    Sakin
    Keymaster

    @ktglasscock:

    1. How do I change the font color of the site description? I recently asked a question how to increase the site description font size, now I would like to change “Dedication to Innovation” to black.
    — First you need to reset your header color through “Appearance => Header” as if you change the color from here, it will change the color of both site title and description. So, just set that to default and add the following css in “Appearance => Theme Options => Custom CSS” box where I have added color for both site title and site description.

    #site-title a { color: #f9cc00; }
    #site-description { color: #000; }

    2. Can I change the menu titles to the same gold color I have in my heading? If so, what is the CSS for that?
    — Just add the following css in “Appearance => Theme Options => Custom CSS” box
    #header-menu ul.menu a { color: #f9cc00; }

    in reply to: Web host can support WP theme? #7951
    Sakin
    Keymaster

    @denise.c.wamsley: Sorry this is more of server issue and not related to Our Theme. So, I won’t be able to help much.

    Yes, it is recommended to use W3 Total Cache or WP Super Cache as per you site need. Also, you have have lot of traffic to site then I think you need to consider looking for other best hosting companies.

    in reply to: Responsive Custom Menu #7936
    Sakin
    Keymaster

    @jocatman: You have to be vary careful while adjusting for responsive css. You have to add with media query. You can adjust all through Custom CSS box in Theme Options panel.

    For example.
    /* For all screen above 1190px resolution */
    @media screen and (min-width: 1190px) {
    .site {
    margin: 40px auto;
    margin: 4rem auto;
    max-width: 1140px;
    max-width: 114rem;
    width: 100%;
    }
    }
    /* For screen with max width resolution of 1060px */
    @media screen and (max-width: 1060px) {
    .site {
    margin: 20px auto;
    margin: 2rem auto;
    width: 90rem;
    }
    }
    /* For screen with max width resolution of 960px */
    @media screen and (max-width: 960px) {
    .site {
    width: 70rem;
    width: 700px;
    }
    }
    /* For screen with max width resolution of 767px */
    @media screen and (max-width: 767px) {
    .site {
    width: 380px;
    width: 38rem;
    }
    }

    in reply to: How to adjust keyline around page images #7935
    Sakin
    Keymaster

    Thanks Karin for your appreciation. You made by day.

    in reply to: Header Help #7919
    Sakin
    Keymaster

    @Dan: You can just add the following CSS in “Appearance => Theme Options => Custom CSS”. box.

    #header { background: none; }
    #header .social-search form.searchform { display: none; }

Viewing 20 posts - 12,601 through 12,620 (of 14,504 total)