Forum Replies Created

Viewing 20 posts - 12,421 through 12,440 (of 14,494 total)
  • Author
    Posts
  • Sakin
    Keymaster

    @Mirko034: Yes please wait for new version update. Where the theme will work fine in Version 0.2. From Version 0.2, all page menu and custom menu will work. It will show the select page in the menu and if not found the page then it will show Menu as title. We have already push the theme to update in WordPress.org. So, it depends on the review team to make it live.

    After the update, please clear your cache and it will work fine. So, now please wait for use Custom Menu. While using Custom menu add your homepage from “Appearance => Menus” you will see the Pages Box, from there click on “View All” and select Home:Home and click on Add to Menu.

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

    @krisli: You mean the Header Featured Image. Then go to “Appearance => Theme Options => Header Featured Image Options” box. From there you upload your own image, move the placement or disable it.

    in reply to: Remove menu button from the menu #8510
    Sakin
    Keymaster

    @agon39: Can you show me your site url. It’s must be cache issue and might be loading old css style and that is not hiding it. Can you clear your cache and browse it.

    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.

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