Forum Replies Created

Viewing 20 posts - 3,681 through 3,700 (of 14,499 total)
  • Author
    Posts
  • 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

    in reply to: Remove header search box #57945
    Sakin
    Keymaster

    @phdinlife: If you have child theme of Catch Responsive Free theme then just copy function catchresponsive_header_right() from catchresponsive-structure.php file to your child theme functions.php file and remove search.

    in reply to: Pull last post to featured content area #57944
    Sakin
    Keymaster

    @Andreza: Sorry there is no option to do that. For this you need to do custom coding by building child theme. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/

    in reply to: Featured Image #57943
    Sakin
    Keymaster

    @Gareth: thanks that you fixed it yourself.
    Yes it’s mentioned in http://catchthemes.com/theme-instructions/catch-evolution-pro/

    in reply to: Featured slider image customization #57942
    Sakin
    Keymaster

    @alphaxyz: So what you want me to do with the text. Let me know it and then I can try in. Maybe you can upload screenshot in your site and show what you want and paste in your url. Then I will check in your desired screenshot and check in.

    in reply to: Theme in IE #57928
    Sakin
    Keymaster

    @bobgarrett: Look like you are viewing in IE11 but with IE8 view mode. Sorry no control from our side.

    in reply to: Theme in IE #57888
    Sakin
    Keymaster

    @bobgarrett: You need to check using view source in IE11. Looks like you are check in from IE Developer tool using IE8 as default browser.

    in reply to: How to change the height of the Scroll Top Button ? #57887
    Sakin
    Keymaster

    @Slevinox: You can check out the script file catchflames-custom.min.js

    in reply to: Featured slider image customization #57886
    Sakin
    Keymaster

    @alphaxyz: Abut the slider text. You slider image are too small that is why the text is not able to fill up. Please upload larger size images and it will fix this issue.

    If you choose Slider Type as “Featured Image Slider”, then you can add title as much as you need it.

    in reply to: Read More #57884
    Sakin
    Keymaster

    @Kim: It’s because you are mixing up with Full Content and Excerpt Content. Why don’t you increase your more tag text instead of lowering your excerpt word count. Another option will be to add your excerpt content in “Excerpt Box”. Just add any number of text in Excerpt box. See this screenshot on how to show/hide excerpt box in your post https://www.pinterest.com/pin/548594798330200958/

    in reply to: Replace Header Search Box with custom text area #57883
    Sakin
    Keymaster

    @Amy: It’s because you have uploaded large logo image. Just replace that logo image with smaller version and it will be fine.

    in reply to: Adding Background to Featured Content #57881
    Sakin
    Keymaster

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

    #featured-content .featured-content-wrap {
    	background: #fff; /* Solid Color For Old Browser */
    	background: rgba(255, 255, 255, 0.6);
    }
    #featured-content .entry-title, #featured-content .entry-title a {
        color: #000;
    }
Viewing 20 posts - 3,681 through 3,700 (of 14,499 total)