Forum Replies Created

Viewing 20 posts - 9,281 through 9,300 (of 14,497 total)
  • Author
    Posts
  • in reply to: Woocommerce 2.0.1.20 #18604
    Sakin
    Keymaster

    @Gali: after you add in the plugin, you need to setup pages and setting from your WooCommerce plugin. See this http://wordpress.org/plugins/woocommerce/installation/ and you can add dummy data if you want.

    in reply to: Functions.php won't work in child theme! #18603
    Sakin
    Keymaster

    @owen: You can just crate blank functions.php file and then add the function which you want to edit. That functions must have if ( ! function_exists() ) code in parent theme. Or you have to edit it through hooks and filters.

    in reply to: Get branding-bg.jpg with custom colour #18602
    Sakin
    Keymaster

    @fastfun.jp: Sorry that noise is not designed but used our own stock image.

    in reply to: home #18593
    Sakin
    Keymaster

    @Ralph177: Sorry I don’t get it what you what to do with your post in homepage. Can you explain please.

    in reply to: Padding around logo and search bar removal #18592
    Sakin
    Keymaster

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

    #hgroup-wrap { padding-bottom: 0; }
    #site-logo { padding-top: 0 }
    in reply to: picture pop up #18590
    Sakin
    Keymaster

    @Ralph177: Can you show which demo you are talking about. Post in the URL.

    About the Pop Up, yes it needs plugin. By default WordPress will link to image itself and you can change the link in the image when you upload or edit the image. In most our our site we use “Jetpack” plugin and activate “Carousel” module. When you use this plugin make sure you have deactivate the “Mobile Theme”.

    in reply to: Changing pictures #18587
    Sakin
    Keymaster

    @Sith56: You can check out the theme instruction page for details http://catchthemes.com/theme-instructions/catch-everest/.

    1. As you are using Catch Everest Free theme you have option just to just “Featured Post Slider”.
    For this, you need to create the post and add featured image in your post.
    Go to “Appearance => Theme Options => Featured Post Slider” in your WordPress Dashboard
    To add Posts in the slider, click on Slider Options and simply insert the ID numbers for posts in the boxes, one post ID number in each box
    To change the slider effects and timing, go to Slider Effect Options which is just below Slider Options
    Click on Save button

    2. If you are talking about the 3 featured homepage content. Then you can change that image, title, link from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options” in your WordPress Dashboard.

    in reply to: Adding images from URL into a gallery #18586
    Sakin
    Keymaster

    @Halconio: Sorry in that case you might need to use Flickr plugin. I though you were using WordPress image uploader.

    in reply to: Get branding-bg.jpg with custom colour #18577
    Sakin
    Keymaster

    @fastfun.jp: I think the best option will be to provide you the psd file. https://dl.dropboxusercontent.com/u/81234910/catchmustang.psd.zip

    in reply to: "Update" Showing in Dashboard #18574
    Sakin
    Keymaster

    @arkady39: The latest version of Catch Responsive is 2.0. Where did you get that info. Can you share your screenshot. Maybe, you also have Catch Box Pro installed in your site. In that case yes, the latest version of Catch Box Pro is 2.9

    in reply to: Adding images from URL into a gallery #18573
    Sakin
    Keymaster

    @Halconio: I don’t understand your question. If you are creating the WordPress Gallery and want to add custom link. Then when you upload the image add the link to that particular image. Then you can create the gallery of those images with links.

    in reply to: Size featured slider #18572
    Sakin
    Keymaster

    @Joaozinho: If you are concerned about the text a lot then please use Featured Image Slider where you can add content as per your need. No need to get it auto. You can add it manually all text, image and links as per your need.

    in reply to: adjust header height #18563
    Sakin
    Keymaster

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

    #hgroup-wrap { padding-bottom: 0; }
    #hgroup, #header-right { padding-top: 0; }
    in reply to: adjust header height #18560
    Sakin
    Keymaster

    @JamieNovak: Yes can you send me your site URL so that I can check in.

    in reply to: Changing the menu bar and header appearance #18559
    Sakin
    Keymaster

    @Shanan: For white content background, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #main { background-color: #fff; }

    Sakin
    Keymaster

    To space out to new line you can use br html code that is <br />

    in reply to: Installation of Ad Widgets #18549
    Sakin
    Keymaster

    @terra: If you are using Catch Evolution Pro theme then you can use different sidebar only for homepage. Just add widgets in “Homepage Sidebar” from “Appearance => Widgets” then you will have different sidebar only for homepage when you remove ads.

    in reply to: Responsive menu changes to broken links on iPhone #18548
    Sakin
    Keymaster

    @October: Sorry I don’t get it what do you mean. Can you explain. I check in our demo page http://catchthemes.com/demo/catch-everest in iPhone and it works fine.

    Can you explain which Javascript file and what is the fix that you worked on.

    in reply to: Menu Color #18547
    Sakin
    Keymaster

    @JamieNovak: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu, #site-generator { background-color: #3c32aa; }

    in reply to: Menu Text Colors #18546
    Sakin
    Keymaster

    @MVS: First remove the following CSS from your “Custom CSS” box.

    #header-menu ul.menu ul a { background-color: #336699 }
    #header-menu ul.menu ul a { color: white; }

    Then add the following CSS:

    /* Dropdown Menu with background white and color blue */
    #header-menu ul.menu ul a {
    	background-color: #fff;
    	color: #336699;
    }
    /* Hover Dropdown Menu with background blue and color white */ 
    #header-menu ul.menu ul li:hover > a {
    	background-color: #336699;
    	color: #fff;
    }
Viewing 20 posts - 9,281 through 9,300 (of 14,497 total)