Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@bayimages: Upgrading automatically migrates all settings from free to Pro. It should have worked fine. If you are having issue, please use an appropriate plugin to export and import the customizer settings.
Regards,
MaheshMahesh
Participant@bluesboy80: I don’t quite get what you mean, can you please clarify more.
Regards,
MaheshMahesh
Participant@fireflywebs: Please try Rock Star free theme and check Before Content/ After Content widget.
Regards,
MaheshMahesh
Participant@diidunlop: Please contact our sales team.
https://catchthemes.com/contact-us/Regards,
MaheshMarch 9, 2017 at 4:34 pm in reply to: Remove Widget Side Bar from Simple Catch Theme Category #111622Mahesh
Participant@tstack: Getting Clean Store is page not post, can you please give me the link of the category page and single posts?
Regards,
MaheshMahesh
Participant@katiek21532: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.fixed-header.header-background { background-image: url("http://research.al.umces.edu/dnelson/wp-content/uploads/sites/3/2017/02/header-dmn-sm.jpg"); }The theme uses both javascript and css for the shrink, if you want to customize further, I recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@rolandallen: Add the following code in you child theme’s
functions.php./** * Loading Parent theme stylesheet * */ add_action( 'wp_enqueue_scripts', 'catchkathmandu_child_enqueue_styles' ); function catchkathmandu_child_enqueue_styles() { wp_enqueue_style( 'catchkathmandu-parent-style', get_template_directory_uri() . '/style.css' ); } function catchkathmandu_child_featured_content_below_main(){ remove_action( 'catchkathmandu_main', 'catchkathmandu_homepage_featured_display', 10 ); remove_action( 'catchkathmandu_after_secondary', 'catchkathmandu_homepage_featured_display', 10 ); remove_action( 'catchkathmandu_before_main', 'catchkathmandu_homepage_featured_position', 10 ); add_action( 'catchkathmandu_content_after_content', 'catchkathmandu_homepage_featured_display', 10 ); } add_action('init', 'catchkathmandu_child_featured_content_below_main');Then create
footer.phpfile in your child theme and add the following codes:<?php /** * The template for displaying the footer. * * Contains the closing of the id=main div and all content after * * @package Catch Themes * @subpackage Catch Kathmandu * @since Catch Kathmandu 1.0 */ ?> <?php /** * catchkathmandu_content_sidebar_end hook * * @hooked catchkathmandu_content_sidebar_wrap_end - 10 * @hooked catchkathmandu_third_sidebar - 15 */ do_action( 'catchkathmandu_content_sidebar_end' ); ?> <div style="clear: both;"></div> <?php do_action( 'catchkathmandu_content_after_content' ); ?> </div><!-- #main .site-main --> <?php /** * catchkathmandu_after_main hook */ do_action( 'catchkathmandu_after_main' ); ?> <footer id="colophon" role="contentinfo"> <?php /** * catchkathmandu_before_footer_sidebar hook */ do_action( 'catchkathmandu_before_footer_sidebar' ); /* A sidebar in the footer? Yep. You can can customize * your footer with three columns of widgets. */ get_sidebar( 'footer' ); /** * catchkathmandu_after_footer_sidebar hook */ do_action( 'catchkathmandu_after_footer_sidebar' ); ?> <div id="site-generator" class="container"> <?php /** * catchkathmandu_before_site_info hook */ do_action( 'catchkathmandu_before_site_info' ); ?> <div class="site-info"> <?php /** * catchkathmandu_site_info hook * * @hooked catchkathmandu_footer_content - 10 */ do_action( 'catchkathmandu_site_generator' ); ?> </div><!-- .site-info --> <?php /** * catchkathmandu_after_site_info hook */ do_action( 'catchkathmandu_after_site_info' ); ?> </div><!-- #site-generator --> <?php /** * catchkathmandu_after_site_generator hook */ do_action( 'catchkathmandu_after_site_generator' ); ?> </footer><!-- #colophon .site-footer --> <?php /** * catchkathmandu_after_footer hook * * @hooked catchkathmandu_scrollup - 10 */ do_action( 'catchkathmandu_after_footer' ); ?> </div><!-- #page .hfeed .site --> <?php /** * catchkathmandu_after hook */ do_action( 'catchkathmandu_after' ); wp_footer(); ?> </body> </html>Regards,
MaheshMahesh
Participant@guzie: Its in customize option. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Footer Editor Options and edit content in Footer Editor option.
Regards,
MaheshMarch 9, 2017 at 1:08 pm in reply to: Clean Journal Pro size of Header (Menu, Slider, Message) and Footer #111604Mahesh
Participant@plastes-de: Thanks, now I got what you mean. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.wrapper { width: 100%; } #page { width: 1200px; margin: 0 auto; }Regards,
MaheshMahesh
Participant@kiana: There has been a small bug in the theme due to which, CT: Social Icon is not working. This will be fixed in the next update.
Please refer to the link below for the dimension of the featured slider in the theme instruction.
https://catchthemes.com/theme-instructions/clean-education/#featured-image
Yes, you can add the logo of your desired size.Footer editor option is only available on Pro version. I recommend you to upgrade to Pro.
Regards,
MaheshMahesh
Participant@jvece1: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#primary .hentry .entry-title { font-family: Times New Roman; font-size: 30px; }Regards,
MaheshMahesh
Participant@richy: Just tested the same on our server and no such issue. Full size image is being used. Have you customized the theme or using any plugins? If yes, please disable the plugins and try again. You are using child theme. Does to problem persist with parent theme too? Let me know further.
Regards,
MaheshMahesh
Participant@ikh1: No such coded in our child theme’s
functions.php. Please make you’ve updated the theme successfully. Please post in your site url. Theme options option was removed from the theme in the latest update.Regards,
MaheshMahesh
Participant@veronicageraci: You’ll need to customize the theme further for this through child theme. You can find more details on creating child theme HERE. I recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@jennifersimsdesign-com-au: Test on IE 11 everything’s working fine. Please post in your site url. If you are using any plugins, please disable and try again. Please check our demo.
https://catchthemes.com/demo/fabulous-fluid/Regards,
MaheshMahesh
Participant@wouwonline: You could make it the page instead of post. (recommended)
But if you prefer it to make it post but appear as page, this is possible too. You can simply hide them using CSS:.single-post.postid-46 .post-navigation { display: none; } .single-post.postid-46 #comments { display: none; } .single-post.postid-46 #main .entry-meta { display: none; }For disabling comments, there is another option. Go to edit post page, then click on Screen Option at the top right of the page just beside Help. Some options will slide down. Check discussion option. Then scroll down to Discussion accordion and make sure Allow comments is unchecked. Click update.
Regards,
MaheshMahesh
Participant@pascal: The change was done to avoid some difficulty that changing the placeholder values through child theme. And since it was hard coded through js in the before version. It was removed. But you and customize it using child theme. You can find more details on creating child theme HERE. Then in your child theme’s
functions.phpadd the following codes:/* Add Placehoder in comment Form Fields (Name, Email, Website) */ add_filter( 'comment_form_default_fields', 'help4cms_comment_placeholders' ); function help4cms_comment_placeholders( $fields ) { $fields['author'] = str_replace( '<input', '<input placeholder="Name..."', $fields['author'] ); $fields['email'] = str_replace( '<input', '<input placeholder="[email protected]..."', $fields['email'] ); $fields['url'] = str_replace( '<input', '<input placeholder="Website..."', $fields['url'] ); return $fields; } /* Add Placehoder in comment Form Field (Comment) */ add_filter( 'comment_form_defaults', 'help4cms_textarea_placeholder' ); function help4cms_textarea_placeholder( $fields ) { $fields['comment_field'] = str_replace( '<textarea', '<textarea placeholder="Your thoughts.."', $fields['comment_field'] ); return $fields; }Note: Replace the placeholder values as you desire.
Regards,
MaheshMarch 8, 2017 at 4:46 pm in reply to: Clean Journal Pro size of Header (Menu, Slider, Message) and Footer #111524Mahesh
Participant@plastes-de: Checked your site, the size of header is same as the size of the content. Let me know further.
Regards,
MaheshMarch 8, 2017 at 4:44 pm in reply to: Reducing videosize full width template not possible; FitVids.js. is interfering? #111523Mahesh
Participant@lucinda-romeijn: You can dequeue fitvid by creating child theme and add the following code in your child theme’s
functions.phpfunction catchevolution_child_dequeue_scripts(){ wp_dequeue_script( 'jquery-fitvids' ); } add_action( 'wp_print_scripts', 'catchevolution_child_dequeue_scripts' );You can find more detials on creating child theme HERE.
Regards,
MaheshMahesh
Participant@rolandallen: For that you’ll need to create a child theme and use
add_actionon another hooks. You can find more details on creating child theme HERE.Regards,
Mahesh -
AuthorPosts
