Forum Replies Created

Viewing 20 posts - 8,021 through 8,040 (of 14,497 total)
  • Author
    Posts
  • in reply to: Remove Page Title (HOME) and more #25992
    Sakin
    Keymaster

    @pele: yes you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* Hide Menu in Screen Size below 960px */
    @media screen and (max-width: 960px) {	
    #header-menu { display: none; }
    #masthead { border-bottom: 2px solid #000; }
    }
    in reply to: Header Right Sidebar Widget Change Color #25991
    Sakin
    Keymaster

    @HarveyLo: Can you check your site link. It’s not opening. Did you use “1. Catch Evolution Adspace Widget” in your header right sidebar.

    Ok thanks we need to thing about the way to add that featured in theme. Maybe we need to come up with plugin for that. As this will make theme little complicated.

    in reply to: Adding External Link on Primary Menu #25987
    Sakin
    Keymaster

    @Drewmikita: You can create custom menu from “Appearance => Menus”, you should see “Links” there. If you don’t see Links then check your “Screen Options” in Header Right Corner. See this screenshot for more details http://www.pinterest.com/pin/548594798331771327/

    Sorry our theme only have Image Slider as the Main Slider. But for Slider in your content, you need to check plugin http://wordpress.org/plugins/. When you choose the plugin check the ratings and WordPress version compatibility.

    in reply to: Making the Page Template full width to fit Table #25985
    Sakin
    Keymaster

    @bschell: No-Sidebar, Full Width option is only available in Pro version. About that validation error you receive is not an error exactly. But these elements has not been added by validation. That’s it. You will see these is all modern themes.

    in reply to: Image shadow. How to remove? #25984
    Sakin
    Keymaster

    @flymount: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #content .entry-content img { box-shadow: none; }

    in reply to: Theme update #25959
    Sakin
    Keymaster

    @Stefano: Did you check in the theme instruction of Catch Evolution Pro theme at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    You can change the Header Image from “Appearance => Header”. Further you have more options from “Appearance => Theme Options => Header Featured Image Options”

    in reply to: Theme update #25890
    Sakin
    Keymaster

    @Stefano: Your settings from Theme Options panel will remain unchanged.

    in reply to: Remove Page Title (HOME) and more #25888
    Sakin
    Keymaster

    @pele: So, you want to disable the whole menu in mobile devices? I see home menu is desktop as well. Sorry I am not so clear your about question.

    in reply to: Remove Page Title (HOME) and more #25878
    Sakin
    Keymaster

    @pele: Sure thanks for your appreciation.

    in reply to: Change font color in foorter #25875
    Sakin
    Keymaster

    @sabine: You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    /* Footer text */
    #site-generator { color: #666; }
    /* Footer Link text */
    #site-generator a { color: #555; }
    in reply to: Using tag #25874
    Sakin
    Keymaster

    @makomoo: Did you try in Excerpt Box text? After you add text in Except box. Save your post and then you might need to change the Theme Options to clear the cache. If this doesn’t solve then let me know it. Then I will email you and will check in your site directly.

    in reply to: Menu Problem #25871
    Sakin
    Keymaster

    @Baizurah: Oh there is menu in your “Header Top Sidebar” and there is default menu assigned in Header right sidebar. So, can you check your widgets from “Appearance => Widgets” and check your Header Top and Header Right sidebar.

    in reply to: Homepage Headline, Copyright & Slider Box Colors #25855
    Sakin
    Keymaster

    @Doren: These things has not been demanded much and keeping everything in color options make Theme Options looks complicated 🙂

    For slider hover

    #main-slider .entry-container:hover {
    	background: #21759b; /* Show a solid color for older browsers */
    	background: rgba(33, 117, 155, 1);
    }

    For slider button

    #slider-nav a {
    	background: #21759b; /* Show a solid color for older browsers */
    	background: rgba(33, 117, 155, 0.6);
    }

    For slider button hover

    #main-slider #slider-nav a:hover {
    	background: #21759b; /* Show a solid color for older browsers */
    	background: rgba(33, 117, 155, 1);
    }
    in reply to: Change widget layout for one site only #25852
    Sakin
    Keymaster

    @aslkin13: Yes there are Custom layout will be like this http://www.pinterest.com/pin/548594798331765450/

    If you further want to customize then you need to build child theme and work on Custom Template.

    in reply to: Remove space above header image and space below footer #25841
    Sakin
    Keymaster

    @Scott: There is issue with your custom css so need to check that. Can you delete the following css in “Appearance => Theme Options => Custom CSS” box.

    /* To Make social icon in float right */
    #footer-sidebar ul.social-profile {
        float: right; margin-top: -180px;
    }

    and Further, check your Text Widget in “Footer Area Two” there is missing closing div tab </div>

    Also, you don’t need header right sidebar. Go to “Appearance => Theme Options => Header Right Sidebar Options=” and check to “Disable Header Right Sidebar”.

    If this fixes your problem then it’s fine. Otherwise you need to reply me in email.

    in reply to: Homepage Headline, Copyright & Slider Box Colors #25840
    Sakin
    Keymaster

    @Doren: For transparent you need to use rgba color as well, you can see in the following css 33, 117, 155 is rgb color and 0.6 is transparent

    #main-slider .entry-container {
    	background: #21759b; /* Show a solid color for older browsers */
    	background: rgba(33, 117, 155, 0.6);
    }
    in reply to: Homepage Headline, Copyright & Slider Box Colors #25839
    Sakin
    Keymaster

    @Doren: For footer border color.
    #colophon { border-color: #ff0000; }

    in reply to: Featured post slider #25836
    Sakin
    Keymaster

    @daviddvl77: Can you post in your site URL? As the slider images shouldn’t leave the margin. Maybe your image size is small.

    in reply to: W3C Validator Error #25835
    Sakin
    Keymaster

    @bschell: Oh that is WordPress menu ID. Thanks will update it.

    in reply to: Homepage Headline, Copyright & Slider Box Colors #25833
    Sakin
    Keymaster

    @Doren: For slider that css should work, but if you are talking about slider text box then you can add the following css
    #main-slider .entry-container { background-color: #21759b; }

    And for the border color for homepage headline, you can change the color code and add it in “Appearance => Theme Options => Custom CSS” box.
    #main-slider, #homepage-message { border-color: #FF0000; }

Viewing 20 posts - 8,021 through 8,040 (of 14,497 total)