Forum Replies Created
-
AuthorPosts
-
August 4, 2018 at 2:50 am in reply to: How to update Personal Trainer Pro to version 1.3.1 in WordPress? #150967
Sakin
Keymaster@xValliant: For update, please active “Catch Updater” module using “Catch Web Tools” plugin and then download theme zip file from your account at https://catchthemes.com/my-account/ and upload it from “Appearance => Themes => Add New => Upload Themes”. Please check out screencast at https://www.youtube.com/watch?v=W95SuabDZi8 and check out FAQ at https://catchthemes.com/frequently-asked-questions/#question-update-1
Sakin
Keymaster@tattoo-tom: Sorry, this is not theme issue. It’s your server configuration and WordPress setup. So, please consult with your Website Hosting Server support team.
August 4, 2018 at 2:46 am in reply to: Background colour, footer edit and menu language (in mobile version) #150965Sakin
Keymaster@n.bely: Thanks for using Adonis Free theme.
1. The color scheme and options are there only in Adonis Pro version. If you want to change that in Free version, then you need to change via “Additional CSS”. For this, you need to let us know your site URL and the color that you want to change to. Then, we can provide your CSS.
2. For multi-language menu support, you need to user Pro version again and install plugin like WPML
3. I see that you have already edit the footer in this free version. So, this looks solved. We would be happy if you keep the footer credit to us for providing free version. Also the there is Footer Editor in theme option in Pro version.Sakin
Keymaster@muazii: There is default option in pro version to remove the search. But in free version, if you just want to remove search then you need to add following custom css in “Appearance => Customize => Additional CSS” box:
#primary-search-wrapper, #primary-menu-wrapper .search-container { display: none; }
Sakin
Keymaster@lenorajane: Looks like after the update, you activate “Simple Catch Pro” theme. But for your layout changes, I had build child theme. So, you need to keep that active and the customization will not get lost.
Thanks.
SakinSakin
Keymaster@evoluers: Looks like you haven’t select the page in “Appearance => Customize => Featured Slider”. You need to select page in “Featured Page # 1”, “Featured Page # 2” and so on.
Sakin
Keymaster@DestinBlack: It must me cache issue. So, you are able to see the changes after the cache is cleared.
Sakin
Keymaster@DestinBlack: Can you post in your site URL and then I can check in your issue.
Sakin
Keymaster@effess: Sorry, I don’t understand what are you trying to make it. As I just check in your blog page and see the title is already set to “Rebecca’s Blog”, this is your page title. So, you can change that you anything you want.
May 6, 2018 at 12:13 pm in reply to: Catch Kathmandu Pro Issues with Home Page and Permlinks #145211Sakin
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.htaccess
file 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.php
file 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 -->
-
AuthorPosts