Forum Replies Created

Viewing 20 posts - 12,221 through 12,240 (of 14,508 total)
  • Author
    Posts
  • in reply to: Reduc size of lastest post on home page #9271
    Sakin
    Keymaster

    @Woodenhouse87: Can you tell me by how much you want to reduce. Can you send me more details.

    in reply to: Blog order oldest first #9270
    Sakin
    Keymaster

    @mark: Sorry this option is not there. You need to build child theme and build custom function.

    in reply to: How do you increase Site Title Size in Catch Box #9269
    Sakin
    Keymaster

    @electricidee:
    I want the title to fit as one line…
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-title { margin-right: 0; }

    And the Slider should be much smaller in height but much greater in width
    Its designed to be the first flash thing they see
    — The full width slider is only available in Catch Box Pro theme.

    in reply to: Script problem #9267
    Sakin
    Keymaster

    @Chris: that’s nice.

    in reply to: trouble uploading new Catch Everest Pro #9263
    Sakin
    Keymaster

    @samparis: It’s strange why it is not working for you. I need to check in your sever. So, I will contact you through email.

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

    @impresnet: You can change the color through custom css. You can change the color code and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-generator {
        background-color: #3a3d41;
        color: #999;
    }
    in reply to: Menu Word disappear #9258
    Sakin
    Keymaster

    @Rufi139: ok I will send you email where I can better explain you about that.

    in reply to: trouble uploading new Catch Everest Pro #9256
    Sakin
    Keymaster

    @samparis: Looks like the zip file you have downloaded in corrupted. It’s happen sometimes when you download the theme. Can you re-download the zip file and try it.

    in reply to: Mobile Navigation Issue with Simple Catch Free #9234
    Sakin
    Keymaster

    @ampgraphix: I just check in from my iPhone and found that you are using another Mobile Theme. You need to check the setting of that plugin.

    The best options for you will be to upgrade to Simple Catch Pro theme which is Mobile Compatible as it is Responsive Design and it adjusted as per the screen size. See the features details of Simple Catch Pro at http://catchthemes.com/theme-instructions/simple-catch-pro/

    in reply to: Too Much Empty Space in Header #9233
    Sakin
    Keymaster

    @dommyt: The space is due to long site tagline making social icons to move down. You can decrease the width of the social icons by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header .social-search { width: 240px; }

    in reply to: Adding content to Homepage Headline #9232
    Sakin
    Keymaster

    @SteveW: This feature is not there. You need to build child theme and then change the position. Maybe you can send us your proposed layout design and I will send it to the developer team to work it out in upcoming version updates.

    Sakin
    Keymaster

    @jihn_1: Try in the following css.

    hgroup.with-logo {
        padding-left: 10px;
        padding-top: 24px;
    }
    in reply to: Post Formats in Catch Box Free? #9225
    Sakin
    Keymaster

    @shirleyl: Yes it’s available only in Pro version.

    in reply to: Adding content to Homepage Headline #9224
    Sakin
    Keymaster

    @SteveW: You cannot add video in Homepage Headline. It’s for the Headlines. Maybe you can try adding in the page in the homepage. So, first create a page with the youtube video and all and then add that page in homepage. You can add that from “Appearance => Theme Options => Homepage/Frontpage Settings”

    in reply to: Catch Box Pro – Child theme update #9223
    Sakin
    Keymaster

    @Rufi139: If you are using Child theme for the theme customization, then it’s no problem updating the theme.

    If you are using FTP to update then you can just upload the latest files to replace the old version of theme.

    But if you are trying to update from your WordPress Admin Panel then first you need to activate Catch Box Free Theme and then delete the old version of Catch Box Pro theme and then upload the new version of Catch Box Pro as the new theme installation process.

    in reply to: Menu Word disappear #9222
    Sakin
    Keymaster

    @Rufi139: I just check in your site and see that in some menu item there is missing label. So, check the label.

    in reply to: trouble lining up page #9221
    Sakin
    Keymaster

    @Rideit NZ: That is done intentionally to break the long words which warp outside the container in mobile devices.

    You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” to remove that.

    
    .site-content article {
    	word-wrap: normal;
    	-webkit-hyphens: none;
    	-moz-hyphens: none;
    	hyphens: none;	
    }
    Sakin
    Keymaster

    @jihn_1: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-logo, hgroup.with-logo  {
        clear: none;
        display: inline;
        float: left;
    }
    in reply to: Photos for Slider not Uploading #9218
    Sakin
    Keymaster

    @MandyJean: It’s same with your site as well. There is not problem.

    in reply to: Photos for Slider not Uploading #9217
    Sakin
    Keymaster

    @kirsten0203: Check your site. I am being able to upload theme. I just login to your site then went to “Appearance => Theme Options => Featured Slider”, then selected image slider. Then I clicked on “Uploads”. Since you already have images in the media library, then I clicked on “Media Library” and click on “Show” for the image I wanted to add. Then clicked on “Insert into Post”.

Viewing 20 posts - 12,221 through 12,240 (of 14,508 total)