Forum Replies Created

Viewing 20 posts - 6,161 through 6,180 (of 14,509 total)
  • Author
    Posts
  • in reply to: Subdomains #45691
    Sakin
    Keymaster

    @harussell: No you don’t need to pay twice. You can use the theme for multiple domains that you own. Just use it.

    in reply to: Column Width #45673
    Sakin
    Keymaster

    @thespikers: Catch Box theme is design with small width so for larger width and similar design I recommend you to use Catch Evolution Theme, Catch Kathmandu Theme and Adventurous Theme. You can see the list of our free themes at http://catchthemes.com/themes/category/free/ and then check our their demo and theme instructions page at http://catchthemes.com/theme-instructions/

    in reply to: Add Margin Space to Main Content Area #45672
    Sakin
    Keymaster

    @rojtalbot: I am quite lost. I think you are taking about the spaces above your header wrapper. The margin of 10px. If you are talking about that go to you Custom CSS and find the following css:
    .site { margin-top: 10px; }

    and then replace with
    .site { margin-top: 0; }

    in reply to: Still cannot change some of the homepage colors #45671
    Sakin
    Keymaster

    Hi Michael,

    I check in your site and you have already changed the the background color of footer area. But if you are talking about Text color then you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    /* Footer Area Widget Title Color */
    #supplementary .widget-title { color: #fff; }
    /* Footer Area Widget Text Color */
    #supplementary .widget-area { color: #ddd; }
    /* Footer Area Widget Link Color */
    #supplementary .widget-area a { color: #ddd; }

    Regards,
    Sakin

    in reply to: Is it possible to extract slider to another WP theme? #45668
    Sakin
    Keymaster

    @kicia: It’s connected more 2 php files and 2 JS files. As it’s implemented thorough Theme Options panel and uses settings. I will give you the list of files
    1. jquery.cycle.all.js
    2. catchkathmandu-slider.js
    3. theme-options.php
    4. catchkathmandu-functions.php

    in reply to: Featured Slider Shifting content up and down #45651
    Sakin
    Keymaster

    @onceuponageek: Yes that’s because of using different image size. As per our theme instructions http://catchthemes.com/theme-instructions/catch-kathmandu/, we recommend the featured slider image to be Width: 1280px and Height: 550px. Or at least all image sizes has to be same size.

    Sorry, this cannot be fixed without changing image size as this is responsive design where we have to adjust the height and width as per the screensize.

    in reply to: Is it possible to extract slider to another WP theme? #45650
    Sakin
    Keymaster

    @kicia: Yes you can merge two free theme if you know the WordPress Coding. As this level of support is not not provided by us. But you can try our partner using hire a customizer at http://catchthemes.com/hire-customizer/

    in reply to: Selecting post categories for blog page #45649
    Sakin
    Keymaster

    @toces: Oh that is not possible with the blog template. That template is just defined to if you want your page to be blog and you can only make that page template universal. So, the you cannot choose in different pages.

    This falls under plugin territory and you might want to search for plugin at http://wordpress.org/plugins/. You can check out https://wordpress.org/plugins/single-categories/ and https://wordpress.org/plugins/posts-for-page/

    in reply to: Footer not showing #45648
    Sakin
    Keymaster

    @mariavandyke: It’s ok and I am glad that you found it.

    in reply to: Add Margin Space to Main Content Area #45647
    Sakin
    Keymaster

    @rojtalbot: Not it will not add margin to your logo. How can that be possible? I give you CSS to remove the padding top of the main wrapper and it has nothing to do with the margin of your logo. Can you show me how it adds margin.

    in reply to: Footer not showing #45619
    Sakin
    Keymaster

    @mariavandyke: It’s still the same. Nothing has been change. you don’t have footer.php.

    in reply to: hover color css in sidebar widget #45617
    Sakin
    Keymaster

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

    /* For Widget Link Hover Color */
    .widget-area .widget a:hover {
        color: #e17c05;
    }
    /* For Slider Controller Color */
    #controllers a:hover, 
    #controllers a.active {
        background-color: #e17c05;
    }
    /* For Content Link Bold */
    #content a { 
        font-weight: bold;
    }
    /* For Content Link hover remove underline */
    #content a:hover { 
        text-decoration: none;
    }
    in reply to: Title & Tagline don't appear on phone #45615
    Sakin
    Keymaster

    @Julia: That is done intentionally as theme design. As when you have logo and site details in small devices your header height will be long. So, if you want to enable it then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (max-width: 980px) {	
    	.fixed-header #hgroup.logo-enable {
    		display: inline-block;
    	}	
    }
    in reply to: conflict with role editor? #45614
    Sakin
    Keymaster

    @catwingz: Sorry we have no idea about the role editor and we guarantee what we have not added any code related to role.

    in reply to: Positioning and sizing page featured image #45613
    Sakin
    Keymaster

    @Anne: Can you post in your site URL so that I can see what you are doing and then find the issue.

    in reply to: Home Page – Padding and Margins #45611
    Sakin
    Keymaster

    @Chris: Can you let me know in details like what are you trying to do. Maybe you can explain better in reference with your site URL. Then I will give you custom css which you can add it in “Appearance => Theme Options => Custom CSS” box.

    We have following css for widgets margin and padding

    /* For Widget Box */
    .widget {
        margin-bottom: 2em;
        padding: 0.5em 1em 1em;
    }
    /* For Widget Title */
    .widget-title {
        margin: 0 -0.75em 1em;
        padding: 0 1em 0.5em;
    }
    in reply to: extra optional sidebar #45609
    Sakin
    Keymaster

    @Eric: It’s very difficult to manage sidebar even after you create it. Also creating new sidebar is bit trouble as you need to build child theme and do the editing. So, I recommend you to install “Jetpack” plugin and activate “Widget Visibility” module. See this for more details http://jetpack.me/support/widget-visibility/.

    in reply to: Featured Slider Text #45608
    Sakin
    Keymaster

    @@shannon: Ok then you can replace the previous css with the following css:

    #main-slider .entry-container .entry-content,
    #main-slider .entry-container .entry-content:hover {
        display: none;
    }
    #main-slider .entry-title { text-align: left; }
    in reply to: Sidebar to category and posts #45606
    Sakin
    Keymaster

    Hi Scylia,

    That’s cool you found and able to fix it. Have a nice day.

    Regards,
    Sakin

    in reply to: Featured Slider Text #45570
    Sakin
    Keymaster

    @shannon: You can add the following css in “Appearance => Theme Options => Custom CSS” to hide it content in the slide and left alight the title in the slider.

    #main-slider .entry-content { display: none; }
    #main-slider .entry-title { text-align: left; }
Viewing 20 posts - 6,161 through 6,180 (of 14,509 total)