Forum Replies Created

Viewing 20 posts - 12,441 through 12,460 (of 14,496 total)
  • Author
    Posts
  • in reply to: Problem with header image/banner #8449
    Sakin
    Keymaster

    @Eugene: You can adjust the following padding as per your need and add it in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1060px) {
    #site-logo { padding-top: 50px; }
    #hgroup-wrap { padding-left: 50px; padding-bottom: 50px; padding-right: 50px;}
    }

    in reply to: Featured Slider Text Box #8448
    Sakin
    Keymaster

    @jmott310: Thanks a lot for creating account for me and I am able to find the issue in the site. There was css missing and I have added the following CSS in your “Appearance => Theme Options => Custom CSS” box
    #main-slider .entry-title a {
    background: rgba(255, 255, 255, 0.7);
    color: #222;
    display: block;
    padding: 10px 25px;
    padding: 1rem 2.5rem;
    }

    You can remove this css after the release of new version update. Have a nice day.

    in reply to: Featured Slider Text Box #8446
    Sakin
    Keymaster

    @jmott310: I am mostly traveling so I don’t have fixed IP address. So, I will email you. Then you can create WordPress account for me and then you can make your site visible to login users only. In this way, I can even look at the issue in details with your server.

    in reply to: Remove page titles from body of page #8445
    Sakin
    Keymaster

    @burgdani: Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to show the hidden title in slider
    .featured-slider .page .entry-title { display: block; }

    The featured page slider will take the title, excerpt and featured image from the page. You cannot add extra elements. If you want to add extra text and all why don’t you use “Featured Image Slider”.

    Sakin
    Keymaster

    @paulinepkehoe: That is option that I told you is when you have Site Title, Tagline and Header Image.

    To reduce the space around the header/logo you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    @media screen and (min-width: 1060px) {
    /* Top padding */
    #site-logo { padding-top: 50px; }
    /* Left, right and bottom padding */
    #hgroup-wrap { padding-left: 50px; padding-right: 50px; padding-bottom: 50px; } }

    in reply to: Featured Slider Text Box #8436
    Sakin
    Keymaster

    @jmott310: Do you have cache installed in your site. If so then you need to clear your site cache and then your each browser cache so that you see same on all. Share with me your site URL and I will check your site in all browsers.

    in reply to: How to remove some things #8435
    Sakin
    Keymaster

    @impresnet: Now I mean for every free theme in WordPress.org. We cannot just release the new update instantly. We have to upload to the wordpress.org and the theme review team needs to review and push it live. We only have control of version update in Pro version. I hope you understand this.

    in reply to: Change the color of the menus. #8434
    Sakin
    Keymaster

    @impresnet: Ok I will tell you how to modify only to the large screens. Just add the following css in “Appearance => Theme Options => Custom CSS” box.
    @media screen and (min-width: 1060px) { .hentry p { margin-bottom: 20px; } }

    in reply to: slider not sliding #8433
    Sakin
    Keymaster

    @craigcmd: First please update your theme to latest version. You are using version 1.1.1 and currently we have version 1.2.1

    Since you are using Catch Everest Pro see this theme instruction http://catchthemes.com/theme-instructions/catch-everest-pro/

    Let me know if you still have questions.

    in reply to: Feature Slider Image issues & now one on top of other? #8432
    Sakin
    Keymaster

    @paulinepkehoe: The image size recommended in Width: 1140px and Height: 450px for Featured Post Slider. See this Theme Instruction page http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Ads Not Appearing on Blog #8431
    Sakin
    Keymaster

    @karinschultz: I think I have already answered you about the uses of Sidebar in http://catchthemes.com/support-forum/topic/ad-space-widget/

    Yes, sometime you need to clear your cache to see the changes.

    in reply to: Font Size in Slider on Home Page #8430
    Sakin
    Keymaster

    @kmguru: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #main-slider .entry-title { font-size: 26px; }
    #main-slider .entry-content { font-size: 14px; }

    Note: Please be careful while you adjust as this theme is Responsive theme and you need to consider mobile devices as well.

    in reply to: Slider More Horizontal on Home Page #8429
    Sakin
    Keymaster

    @kmguru: This option in not available in Catch Everest Theme. You need to hire a developer to build child theme of Catch Everest and make it.

    in reply to: Remve Comments HTML on Page #8428
    Sakin
    Keymaster

    @kmguru: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box
    .form-allowed-tags { display: none; }

    in reply to: How to get a footer like the one on this page? #8427
    Sakin
    Keymaster

    @yvonfinance: Thanks for your appreciation.

    You can change the color and background of the footer widget. This all you can do it by yourself. But you cannot make it go the full width across the browser. That is different.

    It will cost you lot more for customization but you might consider asking at http://jobs.wordpress.net/ or try in our other theme http://catchthemes.com/themes/catch-mustang/

    in reply to: HTML tags and attributes: errors showing #8426
    Sakin
    Keymaster

    @phaidra.ruck: I see that you have added .form-allowed-tags { display: none; } in your homepage. Please remove that. Then add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide that.
    .form-allowed-tags { display: none; }

    in reply to: Changing text over slider #8425
    Sakin
    Keymaster

    @miha: Since you are using Catch Everest Free theme it only allows you to add Featured Post Slider. But if you upgrade to Catch Everest Pro version then you can add in Featured Image Slider. For more details about Pro version see here http://catchthemes.com/theme-instructions/catch-everest-pro/.

    Ok now since your using Catch Everest Free version, you will need to use Featured Post Slider to replace the image and text in the default slider. So, follow the steps as below:

    1. First create the Post and don’t forget to add in the Featured Image in the post as this image is used in the slider. To add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    2. Then get the ID of the post. When you edit your post or write a post. you will see the id in your browser address bar. You will also see the post ID in All Posts in WordPress Dashbaord. But if you cannot find it then you can use this plugin to view it http://wordpress.org/extend/plugins/catch-ids/

    3. Then go to “Appearance => Theme Options => Featured Post Slider”. Add in the post id.

    So, the Featured Post Slider will take the ID number you have add in to get the Featured Image, Post Title and Post Excerpt text.

    in reply to: Menu layout on mobile devices – schedule from behind #8424
    Sakin
    Keymaster

    @Mirko034: Can you show me your site. Are you using Custom Menu or page menu. If you are using page menu then try in Custom Menu from “Appearance => Menu”. We are also fixing the menu in version 0.2 which is schedule to release anytime as soon as WordPress.org push it live. After this release both page and custom menu will work fine.

    in reply to: Disqus comment display issue #8423
    Sakin
    Keymaster

    @iceman027: This is not a theme related issue it your integration to Disqus problem. If need to ask to Disqus that you have auto sync comment issue and they will help you.

    By the way did you export all your existing comments to Disqus. If not then try that.

    in reply to: Navigation in smaller viewports changes color #8422
    Sakin
    Keymaster

    @cowboy-mike: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to change the color of Menu in mobile devices
    .tinynav option { background-color: #1b4266; color: #fff; }

    In Catch Box Free Version you can change the layout only for individual pages through “Page Attribute” box in your edit page. Where you can choose the page template.

    But if you upgrade to Catch Box Pro Version then you will be able to choose from 5 different layout for each individual page and post.

    See here for more information about Catch Box Pro http://catchthemes.com/theme-instructions/catch-box-pro/

    You too have a nice day.

Viewing 20 posts - 12,441 through 12,460 (of 14,496 total)