Forum Replies Created

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

    @Elisabetta: Strange I send your email. ok then can you contact us at http://catchthemes.com/contact-us/ with subject “Support Email requested by Sakin” and my sales will forward me the email.

    in reply to: featured post slider #8364
    Sakin
    Keymaster

    @gaetano_torrisi: I just check in your site and it looks like there was cache issue. I just enable and disable the Featured Post slider to clear the cache and it is working fine now.

    in reply to: featured post slider #8363
    Sakin
    Keymaster

    @gaetano_torrisi: ok check your email. I need to check your server and find out the issues.

    in reply to: change color top background #8362
    Sakin
    Keymaster

    @Elisabetta: Ok I will help you to install. I have just emailed your. You got mail.

    in reply to: White Header Space in Internet Explorer #8352
    Sakin
    Keymaster

    We will not be able to track all the theme changes. Look at this demo http://catchthemes.com/demo/catch-everest/ and check in.

    For Catch Everest Free theme, yes we have found few issues in IE8 and will try to fix it next version.

    But Catch Everest Pro shouldn’t have problem with IE8 and above.


    @jmott310
    : Which version of Catch Everest Pro are you using it. Also send us your site URL.

    in reply to: Can't change theme options #8350
    Sakin
    Keymaster

    @Nathan_Thomas1: I just check in your site and found the problem with your “WordPress Events Calendar and Scheduler”, try contacting them and tell that it has conflict of scripts.

    I have just deactivate that plugin and it works perfectly. I don’t think this plugin is a WordPress.org repository plugin. So, this plugin is not checked against the conflict of scripts.

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

    @impresnet: We don’t look at demo pages comments. This is just for demo purposes.

    in reply to: Can't change theme options #8328
    Sakin
    Keymaster

    @Nathan_Thomas1: The theme options should be working fine. But is not then there must be some issue in your hosting server. But to look at this, I need your WordPress access. So, I will send you private email.

    in reply to: 23 errors with W3C html makeup validation #8327
    Sakin
    Keymaster

    @ram108: You can try validating any popular site like yahoo, google, facebook, twitter and all HTML5 site. All will fail so this is quite senseless. This is only good to check in you have any missing divs or parameter closing.

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

    @cara: The exact dimensions for images that we have on the slider in demo page is Width: 1140px and Height: 450px

    in reply to: change color top background #8325
    Sakin
    Keymaster

    @Elisabetta: The easiest way to update the Simple Catch Pro. Just follow the instruction below:
    1. Login to my account in Catch Theme http://catchthemes.com/my-account/ and download the latest Simple Catch Pro theme
    2. Login to your WordPress Admin panel.
    3. Then Go to “Appearance => Themes” and activate Simple Catch Free Version or any default theme.
    4. Then again go to “Appearance => Themes” and delete Simple Catch Pro theme.
    5. Then go to “Appearance => Themes => Install Themes => Uploads”
    6. Then browse the zip copy of the latest theme that you download from Catch Themes and install now.

    in reply to: Featured Slider Questions #8323
    Sakin
    Keymaster

    @Nathan_Thomas1: thanks for your appreciation. The image that you are talking about is from the Featured Post Slider in your Theme Options panel.

    To add Featured Post Slider, follow the steps mentioned below:

    1. First create the Post and don’t forget to add in the Featured Image in the post as this image is used in the slider. To add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    2. Then get the ID of the post. When you edit your post or write a post. you will see the id in your browser address bar. You will also see the Post ID when you view ALL Posts section in WordPress dashboard. But if you still cannot find it then you can use this plugin to view it http://wordpress.org/extend/plugins/catch-ids/

    3. Then go to “Appearance => Theme Options => Featured Post Slider”. Add in the post id.

    in reply to: Theme Options Panel – Pro version #8322
    Sakin
    Keymaster

    Thanks karin

    in reply to: Responsive Custom Menu #8320
    Sakin
    Keymaster

    @jocatman: I don’t see any issues in higher resolutions.

    in reply to: Glitch in mobile menu? #8319
    Sakin
    Keymaster

    @jocatman: Sorry this theme menu works like this. We will talk about this with development team.

    Sakin
    Keymaster

    @mps232: the best option to remove the image is just remove the featured image from the posts.

    in reply to: Catch Everest Pro One time fee? #8309
    Sakin
    Keymaster

    @GAHC: Ok I will explain you the payment process. All our Pro and Premium Theme comes with 1 year of Subscription. You can use our theme for multiple domains and for lifetime. But we recommend you to optionally renew your subscription yearly where you will get the benefits of updates, security fixes and new features updates and private support forum access. Renewal is just an option.

    See more about this in Terms and Conditions page http://catchthemes.com/terms-conditions/

    in reply to: Header image #8306
    Sakin
    Keymaster

    @danielgreat: Yes it will be similar but change #header to #branding

    in reply to: Stop words breaking at the end of the line #8305
    Sakin
    Keymaster

    @Pontzas: That is good for responsive design, sometime the words are longer and doesn’t fit in the small screen mobile devices. So, it will break it. But if you don’t like it then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .site-content article { -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }

    in reply to: Changing Social Media Icons, Menu hover colors #8304
    Sakin
    Keymaster

    @markTSL:
    1. Would like to remove the hover over function for the social media icons so they are constantly filled with their color (normal icons).
    — yes you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For twitter icon */
    ul.social-profile li.twitter a { background-position: -44px -43px; }
    /* For Linkedin icon */
    ul.social-profile li.linkedin a { background-position: -603px -43px; }
    /* For Youtube icon */
    ul.social-profile li.you-tube a { background-position: -87px -43px; }

    2. Change the hover and active colors for the menu, i managed to find the menu bar and change the color for that but cant find the color settings for hover and active.
    — If you upgrade to Catch Everest Pro version then you can just change the color from “Appearance => Theme Options => Color Options” box

    3. Is there a way of changing the footer color and possibly adding more content into it? like adding links, images.
    — You can just change the color code and add the following css in “Appearance => Theme Options => Custom CSS” box.
    #site-generator { background-color: #3a3d41; }

    4. Where the Search Bar was in the header right section (removed on my site from css i found on here) Is it possible to add text or a image in its place?
    — You can do that if you upgrade to Catch Everest Pro theme, where header right section can be replaced with Header Right Sidebar. Just drag and drop widget to header right sidebar.

    See more about Catch Everest Pro theme at http://catchthemes.com/theme-instructions/catch-everest-pro/

Viewing 20 posts - 12,481 through 12,500 (of 14,496 total)