Forum Replies Created

Viewing 20 posts - 12,221 through 12,240 (of 14,496 total)
  • Author
    Posts
  • 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”.

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

    @kirsten0203: Can you contact from http://catchthemes.com/contact-us/ and in subject mention Email requested by Sakin

    in reply to: Need help with a few things! #9204
    Sakin
    Keymaster

    @JakeBuly: WoW one more time. 😀
    Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header .social-search form.searchform {
        padding-top: 0;
    }
    in reply to: Use the Catch Everest Free theme for a fishing site #9202
    Sakin
    Keymaster

    @tiger: Yes you can change file as per you need. But while you make change, best approach is to build child theme and do the customization. By doing this you will preserve the changes for updates.

    Sakin
    Keymaster

    @jihn_1: I just check in your site and found the following CSS in “Custom CSS” box..

    #site-logo {
        padding-top: 15px;
    }
    #hgroup-wrap {
        padding-bottom: 10px;
        padding-left: 50px;
    }

    Replace the above css with the following:

    #site-logo {
        padding-top: 0;
    }
    #hgroup-wrap {
        padding-bottom: 0;
        padding-left: 50px;
    }
    in reply to: Script problem #9199
    Sakin
    Keymaster

    @Chris: There is issue with your iframe code. So, the only option I can show at this time is to fixed the height of that page by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page-id-636 #main { height: 1800px; }

    in reply to: How to decrease size of Slider? #9198
    Sakin
    Keymaster

    @electricidee: Can you send me your site URL?

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

    @kirsten0203: That’s really strange why it is not working for you. Can you try copying the image URl and then paste the URL to the image box and check it. I will email you to help you further.

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

    @electricidee: Send me our site URL. So, that I can check and send you the suggestion.

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

    @Rideit NZ: After every row of about us ends you can add the following code. To add the following code, you need to change the editor mode to text.
    <br class="clear" />

    I am not so sure about your Homepage question. You can add column in your page it’s self were you have added introduction paragraph. Also there is Homepage featured content options.

    in reply to: Mobile friendly theme #9179
    Sakin
    Keymaster

    @danielgreat: Sorry but it’s working fine on my phone and I can not being able to open the link.

    in reply to: Need help with a few things! #9175
    Sakin
    Keymaster

    @ninabrooke: Simple Catch Theme don’t have e-commerce module. Maybe you can try in Catch Box Pro or Catch Everest Pro theme and install WooCommerce Plugin.

    in reply to: Add 2nd sidebar to Catch Box Pro #9172
    Sakin
    Keymaster

    @amcnaughton: Sorry Allan, we don’t have option for that. Maybe you can hire a developer to build child theme and add extra sidebar.

    For us, you can send us the proposed layout design and then I will forward to my theme development team. If they like it will add in the updates.

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