Forum Replies Created
-
AuthorPosts
-
May 6, 2018 at 12:13 pm in reply to: Catch Kathmandu Pro Issues with Home Page and Permlinks #145211
Sakin
Keymaster@titusmburugmail-com: Thanks for your queries. Let me try to answer it.
1. About the permalinks issue, this is not a theme issue but it’s your server setup issue. For permalink changes to work smoothly, your.htaccessfile permission needs to set to 644 > 604. Read more at https://codex.wordpress.org/Changing_File_Permissions#.htaccess_permissions. So, contact your server support and set it and then you should be able to change the permalinks without any issue2. About your login issue. Please contact us via https://catchthemes.com/contact-us/ and let us now your username and email address.
Sakin
Keymaster@dhenzler: Yes, Pro version has lot of additional features. You can check out additional features list in our theme instructions page at https://catchthemes.com/theme-instructions/fabulous-fluid-pro/
Also, when you are using pro version. If there is some features that you need is not there then you can recommend and we mostly add it in next version update.
Sakin
Keymaster@dhenzler: I see that you are using fabulous fluid theme. So, please consider posting it in https://catchthemes.com/support-forum/forum/fabulous-fluid-free/
Sakin
KeymasterYou website is not working. It’s showing “Website is temporary sleeping”
Sakin
Keymaster@bjbarker For update from WordPress Dashboard, you need Catch Updater, Check this screen cast at https://www.youtube.com/watch?v=W95SuabDZi8 and theme instructions at https://catchthemes.com/theme-instructions/catch-adaptive-pro/#updating
Sakin
Keymaster@totalmachine: thanks for posting your issue. But I just check in your site and see that you are not using any of our themes. So, please post your question in that theme developer’s support forum. This is only for the theme that we have developed.
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.
-
AuthorPosts
