Forum Replies Created

Viewing 20 posts - 12,441 through 12,460 (of 14,500 total)
  • Author
    Posts
  • in reply to: change color top background #8465
    Sakin
    Keymaster

    @Elisabetta: I see that you have added the following css which is not correct
    # il branding pulsante searchform {width: auto;}.

    Please delete that and add the following
    #branding .searchform button { width: auto; }

    in reply to: Header Image #8464
    Sakin
    Keymaster

    @samoliver: Yes you header image is still small you can increase up to 800px.

    in reply to: New Header Image Issue #8463
    Sakin
    Keymaster

    @m.ohare.lyons: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header .logo-wrap { margin-top: 0; padding-left: 0; }
    #site-logo a img { max-width: 978px; padding-right: 0; }
    #header .social-search { margin-top: -33px; }

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

    @burgdani: Can you try adding in the CSS mention above in Custom CSS box.

    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; }

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