Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@danielski:
1. For breadcrumb, both the function that you will find in catchbase-breadcrumb.php is child theme ready. So, just copy those function in your child theme functions.php file and edit it.
2. Yes, that image size is defined in catchbase-core.php file. To change that, just copy whole functioncatchbase_setup()to your child theme functions.php file and edit it. After you change the image size, don’t forget to regenerate the thumbnail using Regenerate Thumbnail plugin.Sakin
Keymaster@amyfanton: We are in state of emergency due to massive earthquake in Nepal and it’s after shocks. So, I have not been able to reply fast. I just replied your there. Please expect delay reply in this hard time of ours.
Sakin
Keymaster@amyfanton: If you cannot find that in Custom CSS then you might want to check your color code in “Appearance => Theme Options => Color Options => Menu Hover & Active Background Color”.
Sakin
Keymaster@lorencowka: We have no control on WordPress hack. Our theme is coded in strict guideline with proper data validation and sanitization. So, it’s guarantee that it’s not from us. In last 2 weeks there are security update for WordPress core. I hope you have updated it. To keep your site safe, you need to keep your WordPress core and plugin all to latest version. Check this notice from WordPress https://wordpress.org/news/2015/05/wordpress-4-2-2/
Sakin
Keymaster@drswapnilparve:
1. For this, go to your Custom CSS and find the following css
.page .entry-header { display: none; }
replace this with the following css:
.home .entry-header { display: none; }2. The image spacing, can you let me know what you want to do. It looks fine to me.
Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal.
Sakin
Keymaster@Consciousness: Thanks for all your support. We truly appreciate you and all the countries and community helping us. I never imagined this level of disaster but at the same time we are lucky to have support from all over the world.
Sakin
Keymaster@Consciousness: Thanks a lot. You are great 🙂
Sakin
Keymaster@robertjm: Thanks for sharing how you ran into problem and also how did you fixed it. I am sure other people will be benefit from your question and answer here.
Sakin
Keymaster@EirikurVa: It’s open graph issue where theme doesn’t define anything and it falls under plugin territory. We recommend you to use WordPress SEO by Yoast plugin, which adds in Open Graph and also help in SEO.
After that you need to clear your cache and then test in your site with https://developers.facebook.com/tools/debug/Sakin
Keymaster@designbym:
1. Did you mean to add phone number under social icon in header right section. For this the easier way is to upgrade to Gridalicious Pro theme where you will get Header Right Sidebar and you can add social widget and text widget in there. But to do in Free version, you need to know little bit technical. So, first you need to build child theme and then copygridalicious_header_right()function to your child theme functions.php file and then add it. For child theme, please refer to http://catchthemes.com/blog/create-child-theme-wordpress/
2. Sorry I don’t understand this question. Can you explain in reference to your site URL.
3. Yes, you can change that. Just go to “Appearance => Widgets” from your WordPress Dashboard and then drag and drop your necessary widget to Primary Sidebar.
4. For this, please share your site URL so that I can check in. Make sure your image size for that Featured Grid content is at least 800px width and 450px height.
5. Sorry, I don’t understand this question as well. We don’t have any default projects type in WordPress. WordPress only uses, post, pages, category and tags. Do you mean that you create post and add them in Projects category.
6. This option is again there only in Gridalicious pro theme where you can add/edit footer text from “Appearance => Customize => Theme Options => Footer Editor Options”. In Free version to add text you need to build child theme edit gridalicious_footer_content() functions in your child theme functions.php file.For more info about additional featured in Pro version, you can refer to pro version theme instructions page at http://catchthemes.com/theme-instructions/gridalicious-pro/
Thanks for your appreciation and I will try to help you as much as I can.
Sakin
Keymaster@Kim: It’s wide enough and I cannot see place to expand it. Also the 2 images that you have share looks same. I am bit confused.
Sakin
Keymaster@canehoyer: We only have shadow in mobile menu on hover. If you want to remove that then you can add the following css:
.sidr ul li:hover>a, .sidr ul li:hover>span, .sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span { box-shadow: none; }Sakin
Keymaster@Roberto: Not sure about that. It working fine with WPML and Polylang through string translation where we have wpml-config.xml file. So, you can ask in plugin support forum.
Sakin
Keymaster@robertjm : You css should be as below:
#secondary a.no-dec { color: #7FFF00; text-decoration: none; }Sakin
Keymaster@Brandon: When I check in your site. It’s loading fine. It’s just 2 second like that and slider changes after the image is loaded. You are try changing your Image Loader settings at “Appearance => Customize => Featured Slider Options => Featured Slider Settings”
Sakin
Keymaster@Kerrie: For jetpack issue, I suggest you to post in their support forum and also ask your hosting server support. We have no control over Jetpack plugin.
Sakin
KeymasterHi Dona,
Thanks for check in. Yes, we all are safe now. But our city and villages has been severely damage. Death toll is rising day by day. We are not operating relief works to help our community. Really sad to see all these happening. But I am positive that we will be back soon and I am so thankful that many countries are helping us directly.
Regards,
SakinSakin
Keymaster@Rolando: Ok you can make your logo align left with menu by adding the following css in “Appearance => Theme Options => custom CSS” box:
#header-content { margin-left: 0; margin-right: 0; }Fro slider, I don’t recommend you to change the size, if you want then I recommend you to use featured image slider and then upload image of your own size. then you can reduce the size by adding in the following css where you can change the width percentage.
#main-slider { width: 100%; }Sakin
Keymaster@Vivien: Catch Kathmandu theme is not build to make it 100% width. For 100% width, we have theme like Full Frame, Catch Flames, Adventurous.
Sakin
Keymaster@Vivien: For this you need to use “Featured Image Slider”. Just go to “Appearance => Theme Options => Featured Slider => Slider Options” and Select Slider Type as “Image Slider”, after this you can upload image and add custom link from “Featured Image Slider Options”. See this screencast http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/
For, more about slider and other options, please refer to theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/
-
AuthorPosts
