Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@adminleah: can you post your site url and then i can check in what’s the issue there.
August 10, 2016 at 4:36 pm in reply to: Remove "Category Archives: [category name]" from top of a Category Page #97007Sakin
Keymaster@Popcorn: We only support theme by us, that is CatchThemes. So, if you are looking are free theme then check our list at https://catchthemes.com/themes/category/free/
Sakin
Keymaster@sarahf: Thank for your appreciation. In Catch Box Free theme, we don’t have Footer Editor to edit the Footer Information
Theme: Catch Box Pro
. @mahesh: has answered you as per the Catch Box Free theme as you have posted in your question in Catch Box Free theme support forum. Then code given by Mahesh will just hide that info. But if you want to totally remove that, the in pro version we have “Footer Editor Options”, it has been answered here at https://catchthemes.com/support-forum/topic/remove-theme-catch-box-pro-from-footer/Sakin
Keymaster@sarahf: In Catch Box Pro theme, you can remove or edit Footer Text from Footer Editor. For that, please go to “Appearance => Customize => Theme Options => Footer Editor Options” and then remove the text or edit it as per your need.
So, here you can just remove the code:
<div class="powered">Theme: [theme-link]</div>
August 9, 2016 at 7:36 am in reply to: Remove "Category Archives: [category name]" from top of a Category Page #96834Sakin
Keymaster@scoop: This is Catch Everest Forum, that is why the code in not working for Adventurous Theme. For adventurous theme, we have forum at https://catchthemes.com/support-forum/forum/adventurous-free/.
For Adventurous theme, your CSS need to be
.archive #content .page-header { display: none; }
Sakin
Keymaster@phillycontemporary and @macwebster : Can you post in your site URL so that I can check in and suggest you the solution.
Sakin
Keymaster@inquisitive: Cool 🙂
July 24, 2016 at 11:16 pm in reply to: How to add numeric page numbers in simple catch theme? #96015Sakin
Keymaster@inquisitive: It’s controlled from
catchbox_content_nav()
function. You can simply build child theme and then copycatchbox_content_nav()
function fromfunctions.php
file to your child themfunctions.php
file and edit it as per your need.Sakin
Keymaster@macwebster: try adding following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#masthead { position: fixed; width: 100%; z-index: 199; }
July 21, 2016 at 8:32 am in reply to: Header image not showing up, still only solid background #95853Sakin
Keymaster@moonrun: Can you post in your site URL and that we can check in your issue.
We reply to our support forum within 24hours.Sakin
Keymaster@kgapo: Did you add featured image in your page Ποιοί είμαστε. If not then first add that featured image in that page. After that you need to go make change anything in customizer to clear the cache and see the changes.
I will also email you to help you in this process.
Sakin
Keymaster@kgapo:
1. About the slider that default image. That image will be there if you don’t have featured image in those selected page/post in your slider. So, can you check this screencast at https://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/2. If you want your sample page to be your default home, then you need to go to “Appearance => Customize => Static Front Page” and then in “Front page displays”, you need to check “A Static page”, then you need to select that sample page in “Front page”. Finally Save and Publish it.
Sakin
Keymaster@neh: For advance customization like this, you might need to hire a customizer. Try the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#header-menu { background-color: transparent; margin-bottom: -45px; position: relative; z-index: 99; }
Sakin
Keymaster@neh: Looks like you have already fixed it as when I check in your site. Your logo is at left and social icons are at right.
Sakin
Keymaster@mwybranowski: What are you trying to change it? That code changes text above your comment form. But if you are trying to change that in post meta, then you need to copy
catchadaptive_entry_meta()
function fromcatchadaptive-core.php
file and copy to your child themefunctions.php
file and then edit the text in that function in your child theme.Also, if you are using site in different language. Then you might want to contribute in translation from https://translate.wordpress.org/locale/pl/default/wp-themes/catch-adaptive
Sakin
Keymaster@mwybranowski: Please post in your site URL and then I can check in.
Sakin
Keymaster@zulong: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.sidebar-header-right { display: none; }
Sakin
Keymaster@somethingelse: Thanks for the cooperation and we found that your child theme functions.php was old and using depreciated codes, which I removed it and it’s working fine now. So, this is not a theme issue but your child theme issue.
Thanks.
Sakin
Keymaster@danuska: Sorry I don’t get it what you mean. Can you explain in detail with reference to your site URL.
Sakin
Keymaster@somethingelse: It’s working fine in our side. I will send you email so that I can check in your site server.
-
AuthorPosts