Forum Replies Created

Viewing 20 posts - 6,781 through 6,800 (of 14,497 total)
  • Author
    Posts
  • in reply to: ad not showing in widget box #41794
    Sakin
    Keymaster

    @j9hagop: Sorry not able to debug it as it is showing fine in Google Chrome for me. Sorry you need to hire customizer to check in this issue.

    in reply to: How to show images in posts on the homepage #41793
    Sakin
    Keymaster

    @nac2311: Sorry there is no option to do that in Simple Catch Free theme. But if you upgrade to Simple Catch Pro theme then you have option to use “Full Content Display” layout mode from “Appearance => Theme Options => Layout Options”. For more you can check our Simple Catch Pro theme instructions page at http://catchthemes.com/theme-instructions/simple-catch-pro

    in reply to: Featured Images; disabling image downloads? #41792
    Sakin
    Keymaster

    @Consciousness: Wow such as long questions for free support.

    As you can see in the theme instruction page at http://catchthemes.com/themes/catch-evolution/. We recommend you adding Featured Image specially in your post. The most important is for your Free version Featured Slider. As the free version don’t have Image Slider to upload independent image in your slider. So, you need to create post and add featured image, which will be used for Featured Post Slider. See this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    For pages, it doesn’t matter much if you add or remove featured image.

    (1) There is no default image. If you add featured image then it will display. Otherwise it will not display featured image. So, it depends on your choice where you need or not.

    (2) Nothing wrong. It’s your choice and design.

    (3) You can use Thumbnail Editor to edit it. Also you can use plugin to edit your thumbnails.

    (4) Not necessary

    (5) To use just image, you need to use Featured Image Slider which is there only in pro version. http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/ . To hide text in the slider in free version, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #slider-wrap .featured-text { display: none; }

    5(e) This falls under plugin territory and we are not allowed to add these featured when hosting theme in WordPress.org. So, you need to search for plugin and install it. http://wordpress.org/plugins/

    5(f) Pro version has additional features. Some of these has been highlighted in theme instructions page at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    6 If you switch to pro versions. Yes it will be smooth and easy transfer. We also have free support for upgrade if you want us to do that for you. But make sure you have not edited or add any files inside catch-evolutions theme directory. As this files will be reverted back to original when you update or upgrade the theme. But all the changes made through Theme Options panel will remain intact.

    in reply to: font size; site tagline; losing formatting #41790
    Sakin
    Keymaster

    @Consciousness: No our theme are totally checked and reviewed. I am sure this is not issue with our theme. I have checked in our server and everything is working fine. Catch Evolution theme code is properly review by WordPress Theme Review Team as well. If there is anything issue then theme will not be approved to be listed.

    Both Catch Evolution Free and Pro version is working fine on our side. So, check your plugin if it is conflicting. Try disabling plugin and check in.

    in reply to: font size; site tagline; losing formatting #41779
    Sakin
    Keymaster

    @imaginative-coaching: Sorry I don’t see any issue in the page you have listed. Can you explain the problem.

    in reply to: Missing 'Updated' #41778
    Sakin
    Keymaster

    @A_Dem: I just check in your site and there is no missing updated. It’s already been fixed.

    in reply to: Sliding Widgets? #41765
    Sakin
    Keymaster

    @ToddWilliam: Sorry this option is not there in theme. You might want to search for that script or plugin and add it.

    in reply to: font size; site tagline; losing formatting #41764
    Sakin
    Keymaster

    @Bouncedancer: Yes using plugin will help you.

    in reply to: Color #41763
    Sakin
    Keymaster

    Hi Dona,

    You need to change the color code in that CSS and then add it in “Appearance => Theme Options => Custom CSS” box. Send me your site URL then I will check in what you have added in.

    Regards,
    Sakin

    in reply to: Custom header image shows up as background image #41738
    Sakin
    Keymaster

    @DeBAAT: It’s strange and shouldn’t be like that. Can you post in your site URL?

    in reply to: font size; site tagline; losing formatting #41737
    Sakin
    Keymaster

    @Consciousness:
    (a) Yes all the options added in Theme Options panel are safe for upgrade.

    (1) If Georgia is web safe font. See the list of web safe font at http://www.w3schools.com/cssref/css_websafe_fonts.asp . So, it will be as below:

    body, input, textarea {	
        font-family: Georgia, serif;
    }

    (b) There are lot of advantage using Pro. It’s more stable and has additional options. Some of the features highlight can be found in http://catchthemes.com/theme-instructions/catch-evolution-pro/

    (3) Yes this one is confusing.

    in reply to: reduce text font size ONLY in optional sidebar #41726
    Sakin
    Keymaster

    @Rachelle: Ok sure you can buzz me anytime.

    in reply to: Featured Image Caption Question #41723
    Sakin
    Keymaster

    Yes, you can increase the padding as per your need. Cheers 🙂

    in reply to: reduce text font size ONLY in optional sidebar #41722
    Sakin
    Keymaster

    @Rachelle: Yes you can do that by adding css in “Appearance => Theme Options => Custom CSS” box. But it will not be like sidebar one. But we need the page links to add the css for that particular pages only. So, let me know the changed font size and the pages url.

    in reply to: Catch Kathmandu Pro update to 2.8 #41720
    Sakin
    Keymaster

    @Robert: Looks like your hosting server has upload limit of 2MB and our theme size is 2.2MB. So, please contact your hosting server support to increase the upload limit. It is set in your server php.ini file. The code in your php.ini file will be as below where I have set it as 10MB. Show this to your web hosting server support:

    upload_max_filesize = 10M
    post_max_size = 10M
    max_execution_time = 300
    in reply to: font size; site tagline; losing formatting #41719
    Sakin
    Keymaster

    @Consciousness:
    (1) There is Font Family option in Catch Evolution Pro version. So, upgrading is the simple solution. But if you just want to change to other web safe font, then you can change the font in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    body, input, textarea {	
        font-family: Arial, Helvetica, sans-serif;
    }

    (2) You change the tagline text to italic by adding the following css in “Appearance => Theme Options => Custom CSS” box:

    #site-description {
        font-style: italic;
    }

    But to change the font size can be problematic, as this is responsive theme and when you increase the font it will effect your mobile font size as well. So, here is the following css that you can add do that it will increase only in large screens. Just increase the font size as per your need.

    @media screen and (min-width: 961px) {	
        #site-description {
            font-size: 14px;
        }
    }

    (3) This Error establishing a database connection is your sever issue and not the theme issue. This spacing issue happens when you edit from text and visual mode. So, try to use only text or visual mode only

    in reply to: Slider Image not cropping #41717
    Sakin
    Keymaster

    @ToddWilliam: I see that you have activated Jetpack plugin “Photon” module, which loads the images from wp.com CDN. That is why it your image cropping not working with thumbnail editor. So, the best in this stage will be to upload the cropped version as featured image.

    in reply to: Featured contents data wiped.. why?? #41716
    Sakin
    Keymaster

    Hi Marek,

    If you want full width without the sidebar, then you need to upgrade to Adventurous Pro theme where you option to use “No Sidebar, Full Width” Layout which will solve your issue.

    Regards,
    Sakin

    in reply to: Featured Image Caption Question #41710
    Sakin
    Keymaster

    If you measure it. It is exactly aligned with your logo. It’s aligned top. But if you want to move it down then you can add the following css in “Appearance => Theme Options => Custom CSS” box. If you want it further down then you can increase the padding from 10px to 15px or more.

    @media screen and (min-width: 961px) {
        #sidebar-header-right .widget {
            padding-top: 10px;
        }
    }
    Sakin
    Keymaster

    @Morganti: There is option to disable slider. Go to “Appearance => Theme Options => Featured Slider => Slider Options” and in “Enable Slider”, you can select “Disable” and save changes.

    To add Meta Slider in place of current slider. First disable the slider as instructed above. Then you can build child theme. You can download sample child theme from here http://catchthemes.com/blog/create-child-theme-wordpress/. There in this child theme, you cad add the following code in the child them functions.php file. In the following code I have added sample meta slider shortcode. So, you need to replace [metaslider id=123]

    /**
     * Add Meta Slider in place of default slider
     */
    function adventurous_child_meta_slider() {
    	//Add your meta slider code
    	echo '<div id="main-slider">';
    		echo do_shortcode("[metaslider id=123]");
    	echo '</div><!-- #main-slider -->';
    }
    add_action( 'adventurous_before_main', 'adventurous_child_meta_slider', 40 );
Viewing 20 posts - 6,781 through 6,800 (of 14,497 total)