Forum Replies Created

Viewing 20 posts - 6,561 through 6,580 (of 14,497 total)
  • Author
    Posts
  • in reply to: Can´t make the header image fullscreen #43036
    Sakin
    Keymaster

    Hi Robin,

    It looks like you are checking your site from more than 1600px screen size. So, you can upload large image as per your need. Just use Featured image slider and then upload large image as per your need. It’s set to 100% so, if you upload large image, it will show large one.

    Regards,
    Sakin

    in reply to: Featured Slider not working. #43034
    Sakin
    Keymaster

    @kkldesigns: I just check in your site and the slider you have added is fine but looks like there is conflict with plugins that you are using with our slider script. So, can you try disabling plugins one by one and check in. I suspect shadowbox-js plugin.

    in reply to: Thank you #42992
    Sakin
    Keymaster

    @Peregrino: Thanks for your appreciation and we are glad that we are able to help you. Yes, let me know how can I help you with the update.

    in reply to: Fine Control of Post Layout On A Mobile Device #42991
    Sakin
    Keymaster

    @John: We don’t have switch to mobile version link. I am not sure what you are talking about. Can you share your screenshot. I just check in your site pixtraveler.reynsoft.com from my iphone and it look totally different and it’s not our theme.

    in reply to: How to change site title font #42990
    Sakin
    Keymaster

    @OhSweetPete: With CSS, you can only change the to Web safe font. You can add the the font css in the “Appearance => Theme Options => Custom CSS” box.
    #site-title { font-family: Arial, sans-serif; }

    But you can use google font plugins and other plugin which you can search at http://wordpress.org/plugins/ and change the font.

    in reply to: Featured Slider not working. #42989
    Sakin
    Keymaster

    @Peregrino: Ok nice you got it fixed.

    in reply to: Homepage Featured Content Options – Catch Kathmandu #42951
    Sakin
    Keymaster

    Hi Steve,

    First you have posted it in wrong support forum. This is Simple Catch Theme Support forum. For Catch Kathmandu, use this one http://catchthemes.com/support-forum/forum/catch-kathmandu-public/

    You can check our theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu/

    1. Popular Places is just demo and it’s called “Homepage Featured Content” which you can add your own image, title and content from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”
    2. Add image should work and also when you post image URL it should work. As it’s working fine in our server. Check this screenshot http://www.pinterest.com/pin/548594798331986216/ . When you paste in Image URL, make sure it’s image URL and not attachment URL.

    For more, please post in your site URL.

    Regards,
    Sakin

    in reply to: Featured Slider not working. #42950
    Sakin
    Keymaster

    @SameenIbne: If you have added in the Post ID and Featured Image then it should work fine. Can you recheck it in reference with http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/ . Maybe, you missed out steps.

    in reply to: Headline Color & Responsive Design #42943
    Sakin
    Keymaster

    Hi Brian,

    It’s bit confusing question. Do you mean to adjust the number of posts in homepage or no of words in excerpt content in post.

    To excerpt limit: Go to “Appearance => Theme Options => Excerpt / More Tag Settings” and change the number of words there and save changes.

    To limit the number of posts in homepage: Go to “Settings => Readings” and change the number for Blog pages show at most.

    Regards,
    Sakin

    in reply to: Strange text on homepage after theme update #42942
    Sakin
    Keymaster

    @donnasander: Hum this is strange that we don’t have an issue like this when we update the theme. Maybe it’s problem with your child theme. Check your child theme settings with our same child theme in http://catchthemes.com/blog/create-child-theme-wordpress/

    in reply to: image background #42941
    Sakin
    Keymaster

    @ashrafashraf: You can try following css.

    @media screen and (max-width: 960px) { 
        body { background: none #fff; }
    }
    in reply to: Fine Control of Post Layout On A Mobile Device #42923
    Sakin
    Keymaster

    @John: What’s the issue in your Chrome Beta App and what is this?

    in reply to: CSS not recognised since upgrade to pro? #42919
    Sakin
    Keymaster

    Hi Niel,

    Sorry, I gave it in wrong order. You can add the following css instead.

    #access ul li#menu-item-23 { border-right: 0; }
    @media screen and (min-width: 768px) {
        #access ul li a { padding: 0 24px; }
    }
    @media screen and (min-width: 961px) {
        #access ul li a { padding: 0 36px; }
    }
    @media screen and (min-width: 1061px) {
        #access ul li a { padding: 0 43px; }
    }
    @media screen and (max-width: 960px) {
        #access ul li a:hover, 
        #access ul li.current-menu-item a, 
        #access ul li.current-menu-ancestor a, 
        #access ul li:hover > a {
            line-height: 36px;
        }
    }

    Regards,
    Sakin

    in reply to: Images disappearing #42916
    Sakin
    Keymaster

    @Michelle: That’s great that you fixed it all. You too have a great weekend 🙂

    in reply to: Headline Color & Responsive Design #42913
    Sakin
    Keymaster

    Hi Brian,

    Oh sorry you mean the background color of header. Then you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    #branding { background-color: #fff; }

    Regards,
    Sakin

    in reply to: Headline Color & Responsive Design #42909
    Sakin
    Keymaster

    @briankoe: Thanks for your appreciation.
    1. You can go to “Appearance => Header” and then change the text color and save changes. For better color option inside theme options panel you can upgrade to Pro version http://catchthemes.com/theme-instructions/catch-evolution-pro/
    2. Yes this section is bit technical. So, you need to have little but of technical knowledge to make this happen.
    For this, first you need to build child theme. You can download sample child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and depending on the layout you choose we need to make changes. For example, if you have selected “Left Sidebar” or “Right Sidebar” layout from “Appearance => Theme Options => Layout Options”. Then, you need to copy header.php and index.php file from catch-evolution-pro theme directory to catch-evolution-pro-child theme directory. Then delete the following code from index.php
    <?php get_sidebar(); ?>
    Then in header.php file you need to add the above code which you have remove from index.php file. You need to add it just above <div id="primary"> code.

    in reply to: image background #42908
    Sakin
    Keymaster

    @ashrafashraf: Yes your iPhone site height is larger. So, you will not be able to add like this if your image in not repeatable in pattern. I hope you understand my restriction and limit of theme developer.

    in reply to: CSS not recognised since upgrade to pro? #42907
    Sakin
    Keymaster

    Hi Neil,

    This type of task is very complicated with responsive design theme. As we need to consider various screen size. I have come up with the following css, I hope it will work fine. Otherwise you need to hire customizer at http://catchthemes.com/hire-customizer/.

    You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #access ul li#menu-item-23 { border-right: 0; }
    @media screen and (min-width: 768px) {
        #access ul li a { padding: 0 36px; }
    }
    @media screen and (min-width: 961px) {
        #access ul li a { padding: 0 43px; }
    }
    @media screen and (min-width: 1061px) {
        #access ul li a { padding: 0 24px; }
    }
    @media screen and (max-width: 960px) {
        #access ul li a:hover, 
        #access ul li.current-menu-item a, 
        #access ul li.current-menu-ancestor a, 
        #access ul li:hover > a {
            line-height: 36px;
        }
    }

    Regards,
    Sakin

    in reply to: Images disappearing #42906
    Sakin
    Keymaster

    @Michelle: I use this script for search and replace when migrating site:
    https://interconnectit.com/products/search-and-replace-for-wordpress-databases/

    in reply to: CSS not recognised since upgrade to pro? #42901
    Sakin
    Keymaster

    Hi Neil,

    1. For nav bold, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #access ul li a {
        font-weight: bold;
    }

    2. For menu red border, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #access ul li a:hover, 
    #access ul li.current-menu-item a,  
    #access ul li.current-menu-ancestor a, 
    #access ul li:hover > a {
        border-bottom: 4px solid #d31117;
        line-height: 44px;
    }
    #access ul li ul li a:hover, 
    #access ul li ul li:hover > a,
    #access ul li.current-menu-item .sub-menu a:hover,
    #access ul li.current-menu-ancestor .sub-menu a  {
        border-bottom: none;
        line-height: 18px;
    }

    Regards,
    Sakin

Viewing 20 posts - 6,561 through 6,580 (of 14,497 total)