Forum Replies Created

Viewing 20 posts - 13,581 through 13,600 (of 14,496 total)
  • Author
    Posts
  • Sakin
    Keymaster

    @jimchicago: WOW so many questions.
    – eliminate that thin white gap now above the header
    #header .top-bg { display: none; }

    delete the gray horizontal line spanning the page, just above main content area
    #header { border: none; }

    make the main content area wider and the R-hand sidebar narrower
    — I don’t recommend you to do this as this will make the theme damage.

    change certain style elements of the main-menu bar
    — What do you mean by this? I am confused.

    in reply to: Catch Responsive and NextGen Gallery #4849
    Sakin
    Keymaster

    @verena.v: Ok we will check on that. But if you have live site then I will be able to test it. Once you put the site is live send me the access in support[at]catchthemes[dot]com and I will look at it.

    The next good news is that we are releasing the New Fully Upgraded Version of Catch Responsive Theme in few days.

    in reply to: Featured Slider – Image leading to error page #4848
    Sakin
    Keymaster

    @verena.v: Please use Catch Responsive forum. Catch Responsive is different theme.

    in reply to: Featured Slider – Image leading to error page #4846
    Sakin
    Keymaster

    @Dane30: Are you sure you copied the files. Can you send me your access at support[at]catchthemes[dot]com . As with the same code @Dan Davies has fixed it.

    in reply to: Remove Author & Comments mention for Posts #4834
    Sakin
    Keymaster

    @futureblu: Replace the previous css I gave you with the following

    .entry-meta ul li { background: none; }
    .entry-meta .author, .entry-meta .last, .entry-meta span { display: none; }

    in reply to: exclude post with header image from catagories #4821
    Sakin
    Keymaster

    @robx: Yes you can do that if you know the Id of the post that you want to hide in Category. For example if you want to hide the post ID 340 then the css will be as below. You can replace the ID as per your need.
    .archive .post-340 {display: none; }

    in reply to: Changing the skin? #4820
    Sakin
    Keymaster

    @subper: Don’t edit the sytle.css directly. Use the Custom CSS box in your Theme Option panel to add css. As if you add any thing in style.css will be overwrite when you do the theme update.

    Maybe all these option will be added in Pro version. We are in the planning process.

    in reply to: Header size and logo border #4819
    Sakin
    Keymaster

    you can add the following css
    #header-left { height: 80px; }

    in reply to: Removing text area from slider #4818
    Sakin
    Keymaster

    @subper: Just add the following CSS in “Custom CSS” box in your Theme Options panel to hide the text in Featured Post Slider
    #main-slider .entry-container { display: none; }

    in reply to: Catch Responsive and NextGen Gallery #4817
    Sakin
    Keymaster

    @verena.v: I don’t know what didn’t work in our theme. Can you elaborate it more. Nextgen Gallery plugin should be working fine.

    in reply to: Remove Author & Comments mention for Posts #4815
    Sakin
    Keymaster

    @futureblu: Just add the following CSS in “Custom CSS” box in your Theme Options panel.

    .entry-meta ul li { background: none; }
    .entry-meta .author, .entry-meta .last { display: none; }

    in reply to: Finding the IDs/Classes to change simple page elements #4814
    Sakin
    Keymaster

    @heeralc: In Catch Everest theme, the Header image is flexible. We only suggested 300 by 125. Just upload the large image and click on “Skip Cropping, Publish Image as Is” button. This will make your header image as the original image.

    in reply to: Reverse Comment Order #4813
    Sakin
    Keymaster

    @arichardc: You can just change that form your Discussion Settings.
    Login to your WordPress and then go to “Settings => Discussion” which will open this page http://www.androideveryday.com/wp-admin/options-discussion.php then in the 10th line you will see “Comments should be displayed with the comments at the top of each page” set this to newer and click on Save Changes.

    in reply to: Remove Catch Everest Footer? #4811
    Sakin
    Keymaster

    @Rafeek and @famulan-fr: We don’t allow users to remove copyright information from footer if you are using free theme. As this is the only form of recognition that we received for giving all these hard work of Design, Development and Support.

    We are planning to release the Pro version soon, where you will be able to remove the information with footer editor option.

    I hope you understand this.

    in reply to: Featured Slider – Image leading to error page #4810
    Sakin
    Keymaster

    @Dane30 and @Dan Davies: Thanks for reporting. I have found the issue and submitted the update to WordPress.org and they will make it available soon.

    But for now: You can go to “Appearance => Editor” and then click on “catcheverest-functions.php” from right sidebar of Editor. Then the editor will option the file catcheverest-fucntions.php file. Then copy the code from this file http://themes.svn.wordpress.org/catch-everest/0.1.2.2/inc/catcheverest-functions.php and paste there and click on Update File button.

    If you don’t feel confident about making changes then send email to at support[at]catchthemes[dot]com with your WordPress site access and I will do that for you.

    in reply to: 2 sidebar's #4808
    Sakin
    Keymaster

    @abyteofthisnthat: It is clearly mentioned in our Theme Instruction about the layout option that we have in Pro version.

    Catch Box Pro in responsive theme with 2 column layout design. It is not designed for 3 column as you have asked.

    Thanks and I have noted down. We will check on the feature and will try to add in near future.

    in reply to: Please Please help! Get rid of Mt Everest? #4807
    Sakin
    Keymaster

    @acoulte: Post IDs are shown in the address bar when you edit or add new post. But if you still cannot find the post ID. Then we have developed Catch IDs plugin http://wordpress.org/extend/plugins/catch-ids/ . You can install this plugin and it will show the respective IDs of post in your Post Panel. Or see this video which shows how to find post ID without any plugin. https://www.youtube.com/watch?v=fLg2T1AvmFE

    in reply to: Request For Shot Code #4786
    Sakin
    Keymaster

    @farshad: To increase the width is bit complicated as it is responsive design. So, I don’t want you to change it. Please post this type of customization in http://jobs.wordpress.net/ or tweaky.

    I have already given you the css code to hide the Tags and category name (below excerpts)

    in reply to: Add a banner above each post #4785
    Sakin
    Keymaster

    @muichan: this function is not there in Simple Catch Theme. I think best option will be to search for plugin and adding it. To customization you need to have information regarding featured image and WordPress coding.

    in reply to: Featured Slider Image Size #4784
    Sakin
    Keymaster

    @hjnelson: You need to upload the image of width 1140px and height 450px and set it as featured image in the post. This will make it same as the demo page.

    See theme instruction of all the details http://catchthemes.com/theme-instructions/catch-everest/

Viewing 20 posts - 13,581 through 13,600 (of 14,496 total)