Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@finky: Yes, you can remove any code or add any code in your child theme. It safe to make changes in child theme for updates. If you want to remove code in child theme then just copy the file and remove the code in your child theme. If there are hooks then you need to remove using hooks.
Sakin
Keymaster@bwbret: Looks like you are trying to download it from Safari which has auto zip extractor. Check this link for more details answers https://catchthemes.com/support-forum/topic/no-zip-found/#post-105489
Sakin
KeymasterHi Jefferson,
It should be in “Appearance => Customize => Theme Options”
Regards,
SakinSakin
Keymaster@skynet: You need to create child theme. There is no doubt on this. After you create child theme, you can copy
content.phpfile to your child theme. Then add the following code after</div><!-- .entry-summary -->in line no 67<?php elseif ( is_tag() ) : ?> <div class="entry-content"> <?php if ( empty( $options['more_tag_accessible'] ) ) { $more_tag_text = $options['more_tag_text']; the_content( $more_tag_text ); } else { $more_tag_text = $options['more_tag_text_accessible']; $more_tag_icon = $options['more_tag_icon_accessible']; the_content( sprintf( $more_tag_text, '<span class="screen-reader-text"> '. get_the_title() .'</span>' ). '<span class="meta-nav">' . $more_tag_icon . '</span>' ); } ?> <?php wp_link_pages( array( 'before' => '<div class="page-link"><span class="pages">' . __( 'Pages:', 'catch-box-pro' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', ) ); ?> </div><!-- .entry-content -->Sakin
Keymaster@beli22: The name of the widget has been changed in WordPress 4.9. It’s changed from “Custom Menu” to “Navigation Menu”. You can check out WordPress core ticket at https://core.trac.wordpress.org/ticket/40442
Sakin
KeymasterHello Jérôme,
You can change the color code in the following css and then add it in “Appearance => Customize => Additional CSS” box:
#featured-content .entry-title a:hover, #featured-content .entry-title a:focus { color: #78cc39; }Regards,
SakinSakin
Keymaster@tenzin: It depends on the theme that you are using. If you are using Simple Catch Pro theme, then first you need to create child theme. Then copy
comments.phpfile and then move the codecomment_form()up as per your need.Sakin
Keymaster@tada: WE don’t have Woohoo theme. We only provide support for theme developed by us. Check our themes at https://catchthemes.com/themes/category/premium/
Sakin
Keymaster@ttvrn: That is just a browser cache issue. Just clear it and you will see the changes. I just check in your site and it’s working fine.
Sakin
Keymaster@ttvrn: Sorry there will not be option to change label in free version. But you can translate that in Russian language without any issue.
When you see this new version. Make sure you clear your server cache and browser cache to see the changes.
Sakin
Keymaster@KenFecher: Please post in your site URL so that I can check in your issue.
Sakin
Keymaster@ttvrn: Catch Evolution Pro is going for major update and it will be release soon within this weekend. So, please wait. Then there will be option to edit menu labels from Menu Options.
October 21, 2017 at 5:52 am in reply to: Featured image uploaded but not appearing on post page #124649Sakin
Keymaster@hamz12: We only support theme developed by us. But you are using theme from other developer and you need to post your question in the theme author support forum. Please post in our support forum only if you are using any of our theme at https://catchthemes.com/themes/
Sakin
Keymaster@WolverineMKD: Thanks for your appreciation 🙂
Sakin
KeymasterHi Step,
Thanks for your appreciation.
Regards,
SakinSakin
Keymasterok I have just emailed you.
Sakin
KeymasterHi Step,
No, I haven’t received your email.
Regards,
Sakin -
AuthorPosts
