Forum Replies Created

Viewing 20 posts - 12,921 through 12,940 (of 14,496 total)
  • Author
    Posts
  • in reply to: Posts on home page AND seperate page #6956
    Sakin
    Keymaster

    @steve519: Sorry there no option to assign page with category. But there are plugins through which you can achieve this featured. Please search in http://wordpress.org/extend/plugins/

    in reply to: Text line height #6952
    Sakin
    Keymaster

    @maevamena: For text spacing. You have to adjust for all responsive layout. So, I don’t think I will be able to give you the answer. Sorry for this. You need to hire someone to do this.

    in reply to: Social widget background #6951
    Sakin
    Keymaster

    @maevamena: You have to add like this for social widgets.
    .widget .widget_catcheverest_social_widget { background: none; border: none; padding: 0;}

    in reply to: Contact Us #6950
    Sakin
    Keymaster

    @palmer.lee: Did you select the “Contact Page template” in Select Sidebar layout option in your page editor.

    in reply to: Rounded corners on the page #6949
    Sakin
    Keymaster

    @maevamena: Please remove the following CSS from your “Custom CSS” box in Theme Options panel.
    .site { background-color: #DDD0D6; }

    and replace with

    .site { background-color: transparent; }
    #main {
    background-color: #DDD0D6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
    }

    in reply to: Please help. 7 questions about Catch Box #6937
    Sakin
    Keymaster

    Dear Luis,

    1. For this, I don’t get it. Can you point me exactly what is the issue on which page for example.

    2. I’d like to have a Fixed Header (and Footer) with Scrolling Content. I’d like the Header with its navigation intact, so visitors always have the ability to access the navigation while scrolling down to read the page content.
    — This is beyond our theme scope so you need to customize it. So for this consider hiring someone in http://jobs.wordpress.net/ or Tweaky partner which banner is on the right sidebar.

    3. How can I add color and center Page Titles.
    — To add color and center the page title, add the following CSS in “Custom CSS” box in Theme Options panel. Change the color code as per your need.
    .entry-title, .entry-title a { color: #dddddd; text-align: center; }

    4. Is there a Plugin that will help me achieve a Slide Show in the Header?
    --- Yes there are lot of plugins which you will need to search in http://wordpress.org/extend/plugins/

    Sakin
    Keymaster

    Hello Timo,

    Please post Catch Responsive support in Catch Responsive Private forum only. Not here. This will make others confused.

    For now I am answering here but from next time please post in proper forum.

    Just add the following css in “Custom CSS” box in Theme Options panel. You can reduce or increase as per your need.
    #hgroup-wrap { padding-bottom: 2.5rem; }

    Regards,
    Sakin

    in reply to: Featured Images #6934
    Sakin
    Keymaster

    Thanks for reporting the issues. We have just fixed it and posted for update in WordPress.org but the review team needs to approve it before it get live.

    So for now those who have problem please replace your theme “catcheverest-functions.php” which you will find in “inc” directory of theme with http://themes.svn.wordpress.org/catch-everest/0.1.5.1/inc/catcheverest-functions.php

    For those who cannot do this can post message here and I will login to your account and change it.

    Thank you.

    in reply to: Footer design #6931
    Sakin
    Keymaster

    @frederikwa:I don’t understand what do you mean by eksempel. Also can you add in your site URL. I can help you in changing background color and few css tweaks.

    in reply to: how to change background opacity? #6921
    Sakin
    Keymaster

    You can do same for header and footer.
    #branding, #site-generator { background: url("http://www.hajzee.com/wp-content/uploads/white80.png") repeat scroll left top transparent; }

    Yes in Catch Box text appears below the logo. Why don’t you just make the logo with the text and problem solved.

    Hide the post meta like tags and categories.
    footer.entry-meta { display: none; }

    in reply to: Margin Between Logo and Tab Bar #6920
    Sakin
    Keymaster

    To reduce the margin between the bottom of the logo and the top of the menu bar. Add the following CSS in “Custom CSs” box in Theme Options panel. Adjust the margin top as per you need in site http://baskingsharkscotland.co.uk/
    #header #mainmenu { margin-top: 10px; }

    in reply to: Please help. 7 questions about Catch Box #6918
    Sakin
    Keymaster

    Dear Luis,

    There was problem with your mailing list code. I have fixed it ad now it is working fine.

    Regards,
    Sakin

    in reply to: Footer design #6917
    Sakin
    Keymaster

    @frederikwa: I can only help you with few teaks and css here and there. But not with the site customization. For this you need to hire at http://jobs.wordpress.net/ or use tweaky services as shows in sidebar.

    in reply to: My iframe stopped opening links within the frame!! #6916
    Sakin
    Keymaster

    @standardman: Please check with other theme as well as we don’t have any specific format for iFrame.

    in reply to: conflict between the catch box and Polylang plug in #6915
    Sakin
    Keymaster

    @standardman: Why don’t you ask the plugin author about this why it is causing issues. Also please add in your site URL so that I can see it.

    in reply to: Featured Images #6914
    Sakin
    Keymaster

    @TenThousandThistles: Can you send me your site URL? It’s strange why it is not working for you. I will contact you through email. Reply me there.

    in reply to: how to change background opacity? #6902
    Sakin
    Keymaster

    @standardman: I understand but that is not the opacity. they uploaded the transparent background in .png format

    You can also add like that by adding following css in your “Custom CSS” box in Theme Options pane.

    #page { background-color: transparent; }
    #main { background: url("//www.blogblog.com/1kt/transparent/white80.png") repeat scroll left top transparent; }

    But upload the image in your own site and add in.

    in reply to: how to change background opacity? #6897
    Sakin
    Keymaster

    @standardman: No I don’t get it. Can you just show me by uploading the image of what you want. Them paste the image link here.

    in reply to: Remove post categories #6896
    Sakin
    Keymaster

    @aliciareyes: there is space between footer and .entry-meta in your code. Remove that and it will be fine. Add like below:
    footer.entry-meta { display: none; }

    in reply to: lost theme editor #6895
    Sakin
    Keymaster

    @bill: I was confused with Theme Options. But you were talking about “Appearance => Editor”.

    This is not theme issue, you can activate any theme and you will still see editor missing. Check your configuration in Security plugin like Better WP Security or your configuration file wp-config.php

Viewing 20 posts - 12,921 through 12,940 (of 14,496 total)