Forum Replies Created

Viewing 20 posts - 12,061 through 12,080 (of 14,496 total)
  • Author
    Posts
  • in reply to: Excerpts not working right at all #9784
    Sakin
    Keymaster

    @arcama: It’s ok. Have a nice day.

    in reply to: Adding Space Between Content & Sidebar #9783
    Sakin
    Keymaster

    @MairiaM: Sorry I cannot help it before adding back the the footer text “Theme: Simple Catch”. I have already replied in your other forum question is that you are not allowed to change the footer theme name while using Free Theme. This is the only means of recognition that you get for proving theme, updates and support forum for free. I hope you understand and add back the name and I will be happy to help you further.

    in reply to: Header Inquiry #9782
    Sakin
    Keymaster

    @Uendi: For this all you don’t need to build child theme. Just active the Parent Theme itself. You can add those custom CSS in “Appearance => Theme Options => Custom CSS” box. You need to build child theme only if you want to edit any core theme functions. Just make the parent theme active and add the css in Custom CSS box and it will work fine.

    in reply to: Forum query #9781
    Sakin
    Keymaster

    @oly: It’s working fine. But before viewing the forum first you need to login through http://catchthemes.com/login/ and then only visit http://catchthemes.com/support-forum/forum/catch-everest-pro-premium/ . Otherwise it will show you Page not found.

    in reply to: Header Inquiry #9779
    Sakin
    Keymaster

    @Uendi: Your site don’t have style.css fine that is why you are seeing all those. The style.css will hide it.

    I see that you have build child theme but loading it incorrectly. As when I view source your site source to check style.css, I found this http://uendi.com/wp-content/themes/catch-everestchild/style.css

    But there is file is not found. So, please fix this and all will be fixed.

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

    @kulsoomtm: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `/* For Currency Converter Widget header background color and font color */
    #text-2 .widget-title {
    background-color: #000;
    color: #fff;
    }
    /* For Recent Special Post */
    .widget_specialrecentpostsFree .widget-title {
    background-color: #000;
    color: #fff;
    }
    /* For Categories */
    .widget_categories .widget-title {
    background-color: #000;
    color: #fff;
    }
    /* For Recent Comments */
    .widget_recent_comments .widget-title {
    background-color: #000;
    color: #fff;
    }
    /* For Top Posts & Pages */
    .rw_top_rated .widget-title {
    background-color: #000;
    color: #fff;
    }
    /* For Subscribe to Blog via Email */
    .jetpack_subscription_widget .widget-title {
    background-color: #000;
    color: #fff;
    }
    /* For Tags */
    .widget_tag_cloud .widget-title {
    background-color: #000;
    color: #fff;
    }
    /* For all Widget title at once */
    .widget-title {
    background-color: #000;
    color: #fff;
    }

    in reply to: YouTube Widgets #9776
    Sakin
    Keymaster

    @Tekstiltrold: you have added the header logo as the background through following CSS.

    #branding {
    background: url("http://tekstiltrolden.dk/wp-content/uploads/2013/03/Original-Header-med-blå-skrift.jpg") repeat scroll 0 0 transparent;}
    #header-content { padding: 5em 0; }

    Remove the above css and then add your header image from “Appearance => Header”. Just click on Browse and select the image you want to add then then click on “Skip Cropping, Publish Image as Is” button. This will add full width header image.

    Then you can remove the spaces in the header through “Appearance => Theme Options => Header Options”. Then just add 0 in all 4 margins and click on save.

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

    @frog357: Yes that is only the option that you can do to make the sidebar come first. As in mobile devices, the elements come in ascending order.

    in reply to: Header Inquiry #9774
    Sakin
    Keymaster

    @Uendi: What are you doing with the them. I check in your site and it’s missing style.css file.

    in reply to: NO iPad support! #9773
    Sakin
    Keymaster

    @Peter: Sorry we cannot generalized and add the heavy script to make the site slower. We wan to keep the theme as light as possible. Yes, if you want to do it in your site then you can send me your site URL and I will send you the css that you can add.

    Sakin
    Keymaster

    @ktglasscock: I see that you have already add the css for site title and tagline and it is working fine. I don’t understand what you want to do it now.

    in reply to: Centering menu bar #9771
    Sakin
    Keymaster

    @MairiaM: Please add back the footer content. You just need to add back “Theme: Simple Catch”. For free them you are not allowed to change the footer theme name. This is the only mean of recognition that we get for providing Theme, Updates, and Support for free. I hope you understand. Please add back and post here, then I will look at your issue.

    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; }
    }
Viewing 20 posts - 12,061 through 12,080 (of 14,496 total)