Forum Replies Created

Viewing 20 posts - 3,681 through 3,700 (of 14,510 total)
  • Author
    Posts
  • in reply to: Page Title #58167
    Sakin
    Keymaster

    @Massimo: There is no option like that. You can use CSS using page ID to hide title on those pages. For example, you can add the following css to hide the title for 3 pages with page ID 1735, 200 and 174. Similarly, you can do to your pages. You need to add this type of css in “Appearance => Customize => Theme Options => Custom CSS” box or in your child theme style.css

    .page-id-1735 .entry-header,
    .page-id-200 .entry-header,
    .page-id-174 .entry-header { 
        display: none; 
    }
    in reply to: Adding Background to Featured Content #58164
    Sakin
    Keymaster

    @Craig: Thanks for your appreciation.

    in reply to: Widges Header Sidebar #58196
    Sakin
    Keymaster

    @lohanc:
    1. If you are adding elements is Header Right Sidebar. Then why are you using Secondary menu. Secondary menu is for full width menu and only primary menu is there to stay in the Header Right Sidebar.
    2. For this, first add all the widget and then send me your site URL. Then I need to check in CSS
    3. How much you want to reduce it?
    4. If you put logo, title and tagline in the same line and center it then you cannot have header right sidebar.

    Your options are so confusing. Can you create screenshot of what you want and add in the URL of screenshot here.

    in reply to: Change background color of menu under #58041
    Sakin
    Keymaster

    Hello Peter,

    You can change the color code in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    /* Secondary Menu Text color */
    .nav-secondary .catchbase-nav-menu a { color: #000; }
    /* Secondary Menu Text Hover color */
    .nav-secondary .catchbase-nav-menu li a:hover { color: #000; }
    /* Secondary Menu Text Active color */
    .nav-secondary .catchbase-nav-menu .current-menu-item > a, 
    .nav-secondary .catchbase-nav-menu .current-menu-ancestor > a, 
    .nav-secondary .catchbase-nav-menu .current_page_item > a {
        color: #ec6307;
    }
    in reply to: Google Analyticcs #58040
    Sakin
    Keymaster

    @arnold: This falls under plugin territory. So, we suggest you to install Catch Web Tools plugin http://wordpress.org/plugins/catch-web-tools/ and add your analytics code in “Catch Web Tools => Webmaster Tools”, then check to “Enable Webmaster Module” and finally add your anaytics in Header and Footer Script box in “Enter scripts or code you would like output to wp_footer(): “

    in reply to: all posts have tumbnails next to them #58038
    Sakin
    Keymaster

    @Susie: This will be released in next version update. thanks

    in reply to: can't find info about changes in 1.4 update. #58015
    Sakin
    Keymaster

    @BobS: For change log you can always check in changelog.txt file or change log page at http://catchthemes.com/changelogs/catch-responsive-theme/

    in reply to: all posts have tumbnails next to them #58013
    Sakin
    Keymaster

    @Susie: Make sure you have added Featured Image in all your posts. Then it will display in all posts. For featured image, check this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/

    in reply to: WooCommerce Featured Images are Blurry #58012
    Sakin
    Keymaster

    @John U: No your homepage is using different size then your shop page. Your homepage is using Full Image size where as your shop page is using Thumbnail size of 150px by 150px. For your shop page you need image size of at least 276px by 276px.

    So, go to “WooCommercer => Settings => Products => Display” change image size:
    For Shop: http://chezjillchocolates.com/shop , it needs “Catalog Images”: 276 x 276
    For Single Product: http://chezjillchocolates.com/product/ginger-truffles , it needs “Single Product Image”: 600 x 600

    After you change this image values, you need to regenerate thumbnail using regenerate thumbnail plugin https://wordpress.org/plugins/regenerate-thumbnails/

    For more about image sizes, refer to http://docs.woothemes.com/document/using-the-appropriate-product-image-dimensions/

    in reply to: Child theme can not override parent file #58008
    Sakin
    Keymaster

    @mikethagoat Nice thanks 🙂

    in reply to: Problem with page appearance #57990
    Sakin
    Keymaster

    @Panayot: Sorry I don’t get it how can I help you in this. Let me know it.

    in reply to: Menus disappear on mobile devices #57986
    Sakin
    Keymaster

    @eric: It’s strange. I am checking in from same Ipad. This is first time, we see that you are facing issue in iPad. Have you change any setting in your Ipad? Try checking that. Also reset your safari and clear you cache there and check in. If that doesn’t work then try adding following css in “Appearance => Theme Options => Custom CSS” box.

    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : portrait)
    and (-webkit-min-device-pixel-ratio: 2) {
    .tinynav { display: block; color: #fff; }
    }
    in reply to: White space #57985
    Sakin
    Keymaster

    @Massimo: try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 991px) {	
    #masthead { padding: 0; }
    #site-branding { display: none; }
    }
    in reply to: Full-Width Option Not Working after Update #57981
    Sakin
    Keymaster

    @mg13: It’s not major changes. It’s just css changes an it’s mainly improvement in responsive css and match with pro version css.

    in reply to: Featured Slider Pics not responsive #57980
    Sakin
    Keymaster

    @webtussi: Thanks 🙂

    in reply to: Change background color of menu under #57979
    Sakin
    Keymaster

    Hello Peter,

    You can change the color code in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .nav-secondary { background-color: #111; }

    Regards,
    Sakin

    in reply to: Theme in IE #57977
    Sakin
    Keymaster

    @bobgarrett: It’s ok. I was sure that it’s not from our theme. Thanks 🙂

    in reply to: White space #57976
    Sakin
    Keymaster

    @Massimo: Please post in your site URL and explain. Then I will be able to check in the spaces and send you custom css. Thanks.

    in reply to: Set Featured Content to 2 columns #57975
    Sakin
    Keymaster

    @Grenouille: Sorry there is no option to make it 2 columns. But we can work on it and it will soon in release in next version update. We are about to release by this weekend. But for now, you can choose 4 columns layout and then add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box.

    #featured-content.layout-four .hentry {
    	text-align: center;
    	width: 50%;
    }
    #featured-content.layout-four .hentry:nth-child(2n+1) {
    	clear: both;
    }
    @media screen and (max-width: 480px) {
    #featured-content.layout-four .hentry {
    	width: 100%;
    }
    }
    in reply to: Full-Width Option Not Working after Update #57946
    Sakin
    Keymaster

    @mg13: Have you customize style of this theme as it should be working fine. As your style http://www.couponterri.com/wp-content/themes/catch-box/style.css doesn’t match with our style http://wp-themes.com/wp-content/themes/catch-box/style.css

Viewing 20 posts - 3,681 through 3,700 (of 14,510 total)