Forum Replies Created

Viewing 20 posts - 12,081 through 12,100 (of 14,504 total)
  • Author
    Posts
  • in reply to: Why are my Featured Slider images transparent #9770
    Sakin
    Keymaster

    @MairiaM: Hello Maria, Thanks for your support question. I would like to request you to put back our theme name Theme: Simple Catch in your Footer. This is not allowed when using Free Theme. This is the only means of recognition for providing theme, updates and support all free. If you want to remove the footer Theme name then you have to use Simple Catch Pro Theme..

    I just check in your slider and see that you are using small image that is why it is on the middle. You should use the large image with minimum width 976px.

    Second, if you are talking about the dot effect on the slider image then you can disable it from “Appearance => Featured Post Slider => Slider Effect Options”. Then click on “Disable Slider Background Effect” and save.

    in reply to: Drop Down Menu Don't Work on Mobile Chrome #9769
    Sakin
    Keymaster

    @xpyouth: Thanks for your help and your site looks WOW. I love it. Yes, I took a look at it and it’s a wrapping issue. http://css-tricks.com/almanac/properties/w/whitespace/

    in reply to: Different colors to different widget #9739
    Sakin
    Keymaster

    @kulsoomtm: Yes you can but since this will be custom work you need to tell me exactly to which widget. So, I can check that widget id and send you the css.

    in reply to: Header Inquiry #9736
    Sakin
    Keymaster

    @Uendi: I don’t know which underline you are talking about. I need your site URL to see it.

    About the menu, you can use custom menu from “Appearance => Menu”. See this http://en.support.wordpress.com/menus/

    Note: Don’t edit core theme files, functions and css. If you want to change any css then you can add it in “Custom CSS” box that you will find in “Appearance => Theme Options”. If you want to change the code theme files then you need to build child theme and do the edits.

    Sakin
    Keymaster

    @ktglasscock: Don’t edit any core theme css and files. To change core theme file you need to build child theme and do the edits.

    But if you just want to change CSS. Then you don’t need to build child theme but you have to add the changes css in Custom CSS box that you wil find in “Appearance => Theme Options”.

    in reply to: Comment Section and Leave a Reply Box Not Centred #9733
    Sakin
    Keymaster

    @monkandmarvel: Looks like you have customize the theme. So, I don’t know what you have done it. Get developer to fix it. Once you have customize the theme with editing core theme files, we cannot track it.

    in reply to: A gif banner on the right of the header #9732
    Sakin
    Keymaster

    @japegar: You have to add image through widget to header right sidebar From “Appearance => Widgets”

    in reply to: Change image size on homepage #9731
    Sakin
    Keymaster

    @Terry M: To change that form coding will need to hire developer and build child theme and edit functions.php where image is define.

    But you can adjust with css by adding the following CSS in “Appearance => Theme Options => Custom CSS” box

    @media screen and (min-width: 1060px) {
    	.home .post .post-thumb a img { width: 150px; }
    	.home .post .post-thumb { width: 160px; }
    }
    in reply to: Drop Down Menu Don't Work on Mobile Chrome #9730
    Sakin
    Keymaster

    @xpyouth: It’s because you have disable responsive design. Once you disable the responsive, it will show the full width website in mobile and will work as per the setting of mobile devices. If you want consistence in mobile design then you need to enable responsive design.

    in reply to: Video Embed Too Large #9729
    Sakin
    Keymaster

    @xpyouth: That because of fit video script. It’s take the whole wrapper. So, what you can do it add the a div wrapper before your script.
    <div style="width:640px;">[youtube http://www.youtube.com/watch?v=4fPybfTaIO0?rel=0&w=640&h=360]</div>

    in reply to: Font Size Inconsistent #9728
    Sakin
    Keymaster

    @xpyouth: If this happening to your site only or in our demo pages as well. As when you disable the Responsive design, it display as per the devices nothing from our css.

    in reply to: Reverse order of responsive design? #9727
    Sakin
    Keymaster

    @frog357: It cannot be done though the css. You need to change the core theme files and then css. So, you need to build child theme and then add the sidebar in your header.php before primary div. and then change the css. So, you might need to consider hiring developer for you.

    in reply to: Font Size Inconsistent #9725
    Sakin
    Keymaster

    @xpyouth: Sorry when I check your links, I don’t see the differences.

    in reply to: Qtranslate and featured slider #9724
    Sakin
    Keymaster

    @donestefano71: Great that you solved it. Now are you talking about menu. Then right now your using default menu options by WordPress itself. It’s not manual, it’s from function wp_nav_menu() http://codex.wordpress.org/Function_Reference/wp_nav_menu . If you need to customize this then you have to use action filter.

    in reply to: Different colors to different widget #9723
    Sakin
    Keymaster

    @kulsoomtm: I got the URL but you didn’t told me which widgets to change.

    in reply to: Wigit (featured page) #9721
    Sakin
    Keymaster

    Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #home-top-sidebar .widget p {
        display: none;
    }
    in reply to: Header color, content width, content font, search box #9720
    Sakin
    Keymaster

    @mintamim: For site description add the following css
    #site-details #site-description { color: #000; }

    For header search input box border.

    #header .social-search form.searchform input {
        border: 1px solid #000;
        height: 33px;
        width: 200px;
    }
    in reply to: Header – Centring #9719
    Sakin
    Keymaster

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

    #header-left {
        text-align: center;
        width: 100%;
    }
    #site-logo {
        width: 100%;
    }
    #hgroup-wrap img {
        display: inline-block;
    }
    in reply to: Reverse order of responsive design? #9717
    Sakin
    Keymaster

    @frog357: Sorry this option is not there.

    in reply to: Error on admin side on simplexml_load_string #9701
    Sakin
    Keymaster

    @13alaise: You can check your account now.

Viewing 20 posts - 12,081 through 12,100 (of 14,504 total)