Forum Replies Created

Viewing 20 posts - 12,421 through 12,440 (of 14,491 total)
  • Author
    Posts
  • in reply to: Images on front page #8509
    Sakin
    Keymaster

    @Tom Swift: In you are using Catch Everest Pro then, you need to select the image slider from “Appearance => Theme Options => Featured Slider => Slider Options”. There you can select the slider type as Image Slider. Then you will see the “Featured Image Slider” box where you can upload your own image.

    See this for screenshot http://pinterest.com/pin/548594798329509357/

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

    @impresnet: This is IE error and will tell my developers to work on it if that can be solved. But you can just ignore this. This doesn’t do anything in browsing.

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

    @impresnet: Don’t know when the new version will be released. This process is done by WordPress.org theme team. We just can send the update and they are the once who releases. So, it should be released any day this week. You will get notification in WordPress Dashboard.

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

    @m.ohare.lyons: There is no white space in your site. You site is full with 978px width. That is the maximum size of Simple Catch Theme.

    in reply to: Images on front page #8492
    Sakin
    Keymaster

    @krisli: Are you talking about Homepage Featured Content. The 3 boxes. Then you go to “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”. Just upload the photos and add in the details.

    About the spacing with paragraph, it’s designed to fit in various screensizes. So, don’t change this.

    in reply to: change color top background #8490
    Sakin
    Keymaster
    in reply to: HTML tags and attributes: errors showing #8486
    Sakin
    Keymaster

    @phaidra.ruck: You just need to login to your Site WordPress and then go to
    “Appearance => Theme Options => Custom CSS” and add the following css there.
    .form-allowed-tags { display: none; }

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

    @impresnet: IE8 doesn’t support min-width I guess. So just use as
    .hentry p { margin-bottom: 20px; }

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

    @cara: Sorry I missed your thread. You should have posted in new thread then it would have been easier for me to see it.

    This is responsive design so you need to be careful while you change the stuffs. So, I am giving you the css that changes only for the large screens not for the mobile devices. You can add in the following CSS in “Appearance => Theme Options => Custom CSS” box. For paragraph spacing. You can just add line-height. So more bout css. See this http://www.w3schools.com/css/
    @media screen and (min-width: 1060px) {
    /* Font for slider text box */
    #main-slider .entry-container { font-family: Arial, Helvetica, sans-serif; }
    /* Sizes of Box */
    #main-slider .entry-container { max-width: 50%; }
    /* Font Size for Slider Title */
    #main-slider .entry-title { font-size: 30px; }
    /* Font Size for Slider Excerpt */
    #main-slider .entry-content { font-size: 16px; }
    }

    in reply to: Images on front page #8483
    Sakin
    Keymaster

    @krisli: Oh to change the photo on the slier. Go to “Appearance => Theme Options => Featured Slider”. Then in “Slider Options”, select which slider you want Post Slider or Page Slider or Category Slider or Image Slider.

    The easiest one to create in “Image Slider”. So, you can select the image slider.

    Then you will see the “Featured Image Slider Options” box where you can upload your own image and add details.

    For more information see theme instruction http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Change header area to span the entire page? #8482
    Sakin
    Keymaster

    @geekpinata: You site looks nice and cool. By the way then you edit theme don’t edit the code theme files like header.php, style.css, functions.php and so on. As this will be overwritten when you update the theme to latest version.

    So, the best option to change the layout if by building a child theme and editing the files.
    http://codex.wordpress.org/Child_Themes

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

Viewing 20 posts - 12,421 through 12,440 (of 14,491 total)