Forum Replies Created

Viewing 20 posts - 3,821 through 3,840 (of 14,498 total)
  • Author
    Posts
  • in reply to: override files in "inc" folder #57376
    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 function catchbase_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.

    in reply to: Remove dark box on menu home page #57375
    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.

    in reply to: Make footer smaller, add an image to home page #57374
    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”.

    in reply to: Blog page set up #57373
    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/

    in reply to: Few questions #57372
    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.

    in reply to: Please Donate to Catch Themes after Nepal Earthquake #57371
    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.

    in reply to: Best way to Donate to Catch Themes? #57370
    Sakin
    Keymaster

    @Consciousness: Thanks a lot. You are great 🙂

    in reply to: New menu items automatically added #57369
    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.

    in reply to: Wrong picture sharing to Facebook #57367
    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/

    in reply to: Gridalicious Questions #57366
    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 copy gridalicious_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.

    in reply to: Mobile #57365
    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.

    in reply to: Change nav menu font colour #57344
    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;
    }
    in reply to: Second Language in Featured Slider #57341
    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.

    in reply to: Problem adding CSS on a per widget basis in sidebar #57303
    Sakin
    Keymaster

    @robertjm : You css should be as below:

    #secondary a.no-dec {
    color: #7FFF00;
    text-decoration: none;
    }
    in reply to: Problem with Slider Images #57302
    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.

    in reply to: Checking in #57300
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Decrease size for the featurer slider in homepage #57299
    Sakin
    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%; }

    in reply to: width of slider #57298
    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.

    in reply to: Link to blogpost in slider image #57297
    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/

Viewing 20 posts - 3,821 through 3,840 (of 14,498 total)