Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@jennifer wilson: Sorry don’t know about this. You might need to consider hiring customizer for this.
Sakin
Keymaster@ashrafashraf: remove all the code above the code I gave you. Just add the only the code that I gave you in functions.php file in your child theme.
Sakin
Keymaster@ashrafashraf: If there any code in your child theme functions.php file or have you added the same function in parent theme.
Sakin
KeymasterYou can add in you child theme functions.php file code in http://gist.github.com/ and send me the url of the code and then I will check in your issue.
Sakin
Keymaster@ashrafashraf: I added that code in my child theme and it’s working fine. Maybe you have added the code in function.php file in both child and parent.
Sakin
Keymaster@ashrafashraf: Where did you add in. If you have added it in our child theme functions.php file then did you option the code with php open
<?php function catchbox_extra_gallery() { echo do_shortcode('[go_portfolio id="flex9"]'); } add_action( 'catchbox_before_primary', 'catchbox_extra_gallery', 15 );Sakin
KeymasterHello Steve,
I see that you are using Catch Kathmandu Free version and in this version you only have option to user “Featured Post Slider” or “Featured Category Slider” to change change the slider image to post featured image.
You can check our theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu/ and read the title “Featured Slider” and “How to add Featured Image in Post/Page?” and you will get it how to change the header slier image.
Regards,
SakinSakin
Keymaster@Jose: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 481px) { #main-slider .entry-container { right: 50px; left: auto; } }Sakin
Keymaster@MikeGilbert: Can you check in your email. I have just send you more details.
Sakin
Keymaster@real_makkoy: You can edit that post and you will see “Catch Everest Options” below you post editor where you can disable featured content header image from “Content Featured Image Options”
Sakin
Keymaster@ashrafashraf: Add that in our child theme functions.php file. Add in core theme functions.php file will work but you will loose this edit after you update the theme. So, it’s sage to add in in your child theme functions.php file.
Sakin
Keymaster@ABEX: Sorry there is no option to add Different Featured Slider in different page. You can add the same slider in all pages.
You might want to look for plugin at http://wordpress.org/plugins/ and search for page slider plugin to add in.
Sakin
Keymaster@MikeGilbert: It’s strange and the slider is working fine in our server. Can you check in your settings at “Appearance => Theme Options => Featured Slider”. I will also email you personally in case you need me to check in your server.
Sakin
Keymaster@dfjama:
1. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#site-generator { background-color: #000; }2. You can add the following css in “Appearance => Theme Options => Custom CSS” box to hide the slider text.
#main-slider .entry-container { display: none; }Note: I see that you have replaces the images inside ‘catch-kathmandu’ core theme directory. You should not edit any core theme files as these changes will be reverted back to original when you update or upgrade your theme. To change the images in the Slider in Catch Kathmandu Free theme, you need to create post from “Add New => Posts” and add featured image in your post. Then you need to go to “Appearance => Theme Options => Featured Slider => Featured Post Slider Options” and add in the post ID. You will be able to see the post ID in your all “Posts” section.
Fore more check our theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu/ and check in “How to add Featured Image in Post/Page?” and “Featured Slider” section.
3. Which text you want to justify. In web justify text is not so common and we let it align left.
Sakin
Keymaster@Tim: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#featured-post .entry-title { display: block; }Sakin
Keymaster@Tim: No it’s fine there is not special permission needed for any files. generally folder should be 755 and files 644. Also to let you know that, you can upload your zip files directly from “Appearance => Themes => Add New => Uploads”.
Sakin
Keymaster@jennifer wilson: You cannot add Posts in Page by Default WordPress Settings. You can add Posts in Category and add category in your menu. If you want to add posts in page then you need to use plugin. I search and found one plugin, you can test it Posts in Page plugin.
Sakin
Keymaster@darren13: Can you check if there is any chrome extension in your computer which is making this and also check in your zoom in browser. As I check in from all browser in different screen-size and it’s working fine. You can also test in your site at http://mattkersley.com/responsive/. So, Sorry I am not being able to find it.
Sakin
Keymaster@Roberto: Which slider you are using? If you are using Image Slider then you need to manually resize the image as per you need with width 1140px and height can be any as per your need. But if you use Page Slider or Post Slider or Category Slider, then it will take the featured image of size 1140px width and 450px height. But if you upload featured image size is less then this size then it will show you the your original image.
Note: If you have just changed your Theme then you need to regenerate image thumbnail for Posts published prior to activating this Theme. You can simply install Regenerate Thumbnails Plugin. Then Regenerate Thumbnails through “Tools => Regen. Thumbnails” in your WordPress Dashboard.
-
AuthorPosts
