Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Pier: Yes, we can use mixed post/page slider using Post/Page IDs. So, we will keep this as your feedback to development team.
Sakin
Keymaster@Cattext: For #2, you can adjust the padding in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#hgroup-wrap { padding-bottom: 50px; } #main { padding-top: 50px; }Sakin
Keymaster@mbrennan: Then update to latest version. It’s already version 3.3.2 https://wordpress.org/themes/catch-kathmandu/ . But be careful looks like you have edited core theme files. So, the edits inside your core theme files
catch-kathmanduwill be reverted back to original when you update the theme.Sakin
Keymaster@chrisnewitt: Thanks 🙂
Sakin
Keymaster@effess: To hide that in search result page, you can add the following css in “Appearance => Theme Options => Custom CSS” Box:
.search-results .entry-meta { display: none; }If you are using Breadcrumb NavXT plugin and then you need to check that plugin settings. As you can see in our demo site http://catchthemes.com/demo/catch-kathmandu//?s=hello&submit=Search it’s working fine.
Sakin
Keymaster@iamamiri: I have already emailed you. Please check in your spam is you haven’t received it.
Sakin
Keymaster@Kim: I don’t see option to move that slider between two sidebar. I only see that in Catch Evolution Pro theme. So, in order to move that, you need to add the following function in your child theme
functions.phpfile.function catchflames_unhook_functions() { remove_action( 'catchflames_before_main', 'catchflames_slider_display', 40 ); } add_action( 'init','catchflames_unhook_functions'); add_action( 'catchflames_before_content', 'catchflames_slider_display', 40 );It’s been really out with email as I am working on supporting online. Will check in and reply you.
July 8, 2015 at 11:56 pm in reply to: Google Webmaster Tools – http://microformats.org/profile/hatom error #60707Sakin
Keymaster@Leonie: Sorry I don’t get it what you mean. I just check in with Google Structure Data testing tool and it’s showing good. You can also check from https://developers.google.com/structured-data/testing-tool/
Sakin
Keymaster@Michaela: It’s work fine when I check in our server with Catch Kathmandu theme, maybe you have plugin or script that is blocking that. We will not force widget like that and we are not allowed to do that as per WordPress.org theme review guideline. So, try disabling plugin one by one to check in if that’s plugin issue. If it’s still not working then let me know it then I will email you to check in details.
Sakin
Keymaster@Tazzipoo: Looks like you have customize core theme style.css file. You shouldn’t edit that file. Actually, you should add/edit any file inside core theme directory
catch-reposnive. So, you need to edit your theme using theme customizer at “Appearance => Customize” and if you want to do advance coding then you can build child theme and add it as per your need. But if you simply want to change css then you can add your custom css in “Appearance => Theme Options => Custom CSS Options” box.Why you don’t edit core theme files like style.css? It’s because all your edits will be reverted back to original when you update the theme and also when you have problem like this we cannot check the issue. So, please revert back your theme to latest version and then backup your style and add in either as child theme or as custom css.
The issue, I see in your style.css is the following css:
.site-content { background-color: rgba(0, 0, 0, 0.7); /* rgb = 0 0 0 is black color */ /* a = 0.7 is 70% of alpha channel */ }; }Replace that with:
.site-content { background: #444; background: rgba(0,0,0,0.7); }July 8, 2015 at 11:37 pm in reply to: Decrease slider size and remove white spaces in Catch Everest Pro #60703Sakin
Keymaster@Hair Bear: For left align image in your slider you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#main-slider img { float: left; }But if you want it right, then you need to add in the following css instead:
#main-slider img { float: right; }For slider effect, you have option in “Appearance => Theme Options => Featured Slider => Slider Options => Transition Effect”
Yes, you can move your Featured Content below your home content. So, that you have home content just below the slider. For that, go to “Appearance => Theme Options => Featured Content => Featured Settings => Featured Content Position” and check in “Before Footer”
Also there is on option to add Headline content below your slider from “Appearance => Theme Options => Promotion Headline Options” and add in manual content.
Sakin
Keymaster@Tobias: What is your setting in “Appearance => Customize => Static Front Page”. If you have checked “A Static page” and selected page that it will display that. But if you leave it as “Your latest posts”, the it will show your latest. So, if you have latest post in both German and English, then it will be fine. But if you only have in German and not in then it will show like that.
Sakin
Keymaster@iamamiri: where are you uploading to. To upload the theme zip file, you need to go to “Appearance => Themes => Add New => Upload Theme”, then browse the zip file and upload it.
I will also contact you through email. Just in case if you want me to install that for you.
Sakin
Keymaster@Michaela: Oh thanks for posting issue and solution. It will surly be helpful to others.
Sakin
Keymaster@svoelker: Looks like there is conflict between slider script and your plugin or any other scripts that you have added in. So, the what changes you have made in your site recently that stopped it from working. If you have added in or updated plugins then try disabling plugin one by one to find the conflicting plugins.
Sakin
Keymaster@mbrennan: It’s working fine when I check in your site. To find more detail, I need to know which version of Catch Kathmandu Free theme are you using it. When I try to check the source, it’s already been modified. It’s not good to modify core theme files/folders directly. For that you need to build child theme and modify it.
Sakin
Keymaster@Stephen: Programmatically you can alter anything as per your need. If you are using Catch Responsive Pro theme then I don’t understand why you need to change featured content image and associated text programmatically. You can simply select “Featured Content” type as “Featured Image Content” and upload your image and text as per your need. For more, refer to theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/#featured-content
But if you really want to do it programmatically. Then you can build child theme and then copy
catchresponsive_featured_content_display()function to your child themefunctions.phpfile and edit it as per your need.Sakin
Keymaster@Jonathan: Did you regenerate the thumbnail using “Regenerate Thumbnail” plugin after activating this theme. I see you have different image sizes. So, can you do that and check in please.
-
AuthorPosts
