Forum Replies Created

Viewing 20 posts - 7,621 through 7,640 (of 14,504 total)
  • Author
    Posts
  • in reply to: add gallery #30443
    Sakin
    Keymaster

    @ashrafashraf: You have added in the gallery below the slider. So, that’s the issue. Try in Hire Customizer for detail customization.

    in reply to: Homepage slider images #30438
    Sakin
    Keymaster

    @dfjama: It’s Catch Kathmandu Theme.

    in reply to: Sidebar/Page Order on mobile devices #30435
    Sakin
    Keymaster

    @Tim: Sorry this option in not there. As in general user have most priority information in Content Section. So, we load the content first and sidebar second.

    At this stage, you can build child theme and then add “Sidebar First Page Template” in your child theme as page-sidebar-first.php. See the code https://gist.github.com/catchthemes/b1b0f49a48c8e9b84fd0

    Then in your page you can select Left Sidebar and in Page template you can choose “Sidebar First Template” and add the following css in child theme style.css

    .left-sidebar #primary {
        clear: none;
    }

    This is bit technical answer. I hope you understand it.

    in reply to: add gallery #30432
    Sakin
    Keymaster

    @ashrafashraf: Didn’t you check in our demo page at http://catchthemes.com/demo/catchbox-pro/ where you can see latest post in the homepage. You can change homepage to latest post or static page from “Settings => Readings”.

    in reply to: Remove border around shadow #30431
    Sakin
    Keymaster

    @Carina: Once you purchase the theme Catch Everest Pro, you can change as per your need. As then you own the theme.

    You can get the Latest Version of Catch Everest Free theme version 1.5 at http://themes.svn.wordpress.org/catch-everest/1.5/footer.php

    in reply to: Replacing default blue header image #30430
    Sakin
    Keymaster

    @dfjama: thanks David for your appreciation. I am not so much active on social network my facebook and twitter user is: sakinshrestha . You can follow catchthemes at http://facebook.com/catchthemes and http://twitter.com/catchthemes

    in reply to: add gallery #30412
    Sakin
    Keymaster

    @ashrafashraf: In Catch Box Pro theme you can disable header search either by disabling Header Right Sidebar from “Appearance => Theme Options => Header Options” or by adding in the widgets in Header Right Sidebar from “Appearance => Widgets”

    You can edit the footer from “Appearance=> Theme Options => Footer Editor”

    in reply to: Theme update #30404
    Sakin
    Keymaster

    @Marcia: Sorry I cannot find your assess and order details. So, can you contact to our sales directly at http://catchthemes.com/contact-us/ with our order ID.

    in reply to: Qtranslate and featured slider #30403
    Sakin
    Keymaster

    @kilo: Reason is simple, we wanted this feature to be only in Pro version. Sorry for that.

    in reply to: add gallery #30398
    Sakin
    Keymaster

    @ashrafashraf: Then get the shortcode from NextGen gallery plugin and add it like I have suggested it. For plugin, we recommend you to ask in Plugin Support forum and not theme support forum.

    in reply to: slider #30396
    Sakin
    Keymaster

    @ashrafashraf: I have already answer your other forum question.

    in reply to: add gallery #30394
    Sakin
    Keymaster

    @ashrafashraf: I thought you use plugin and try to find our how to add in shortcode. That is why I send you code on how to add in shortcode. Our theme doesn’t have gallery like that.

    in reply to: slider #30393
    Sakin
    Keymaster

    @ashrafashraf: For Arabian language, I am not so sure about it. So, I advice you getting help from Arabian Community at WordPress.org. Maybe you need to install WordPress in Arabic language.

    in reply to: slider #30391
    Sakin
    Keymaster

    @ashrafashraf: About your gallery, I have already replied you in http://catchthemes.com/support-forum/topic/add-gallery/. Please don’t add it in two places. It’s so confusing.

    in reply to: Blog template in Catch Evolution Pro #30385
    Sakin
    Keymaster

    @Melanie: Strange. It should work fine. As I just tested in my server and working fine with the setting “Entire Site,Page/Post selected.”. Can you check those page settings if you have disable it in those particular page. If you are still getting issue then let me know it. I will email you to check in your server.

    in reply to: add gallery #30381
    Sakin
    Keymaster

    @ashrafashraf: You can add shortcode in any page or post. Or you can build child theme and add the shorcode from your child theme functions.php file. So, it will be like below, this is just sample and you can add your own.

    function catchbox_extra_gallery() { 
    	echo do_shortcode('[gallery]');
    }
    
    add_action( 'catchbox_content', 'catchbox_extra_gallery', 15 );
    Sakin
    Keymaster

    @zhang0723: Thanks for your appreciation.

    1. To change the background color of Homepage Headline Text and subheadline Headline. You can change the color code as per your need and add it in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message {
        background-color: #21759B;
        border-color: #1B5F7D;
    }

    2. How to disable the content showing up on my homepage photo? I use post as homepage photos. And I don’t want people see the content of those posts before clicking in.
    — Are you talking about Featured Post slider. Then you can hide the text in the Featured Post slider by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    #main-slider .entry-container { display: none; }

    3. You can change the color code as per your need and add it in “Appearance => Theme Options => Custom CSS” box.
    #main-slider #slider-nav a { background-color: #21759b; }

    in reply to: remove main menu in mobile #30377
    Sakin
    Keymaster

    @Sevian: You can hide that from CSS. So, can you send me your site URL and I will check in.

    in reply to: Remove border around shadow #30376
    Sakin
    Keymaster

    @Carina: The css that you have added is messed up. Also you are not supposed to add in Webfont script in Custom CSS box. This place is only for CSS and for Script you can use “Code to display on Header” from “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes”.

    In you first css there is missing }. So, to remove the border, replace the following css from Custom CSS box

    .featured-image img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
      box-shadow:rgba(0, 0, 0, 0.2) 0 0 0;

    And add the following instead.
    .featured-image img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { box-shadow: none; }

    Note: As per the license, you need to attribute all the Free theme that you use. I see that you have removed Theme: Catch Everest from your Footer. Please add it back as we this is only means of recognition that we receive for our hard work of Free Theme and Free Support. To edit Footer text, I recommend you to upgrade to pro version where you have Footer Editor option to edit the text.

    in reply to: Bug with Evolution Pro #30375
    Sakin
    Keymaster

    @Roy: Did you check in our Theme Instruction page at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    1. After you activate “Catch Evolution Pro” theme, The Featured Slider will appear in “Appearance => Theme Options => Featured Slider”. See this screenshot http://www.pinterest.com/pin/548594798331985501/

    2. You need go “Appearance => Theme Options => FavIcon Options”. Then in “Fav Icon URL:” Either add in your favicon image URL or Click on Upload. When you click on upload, you need to browse the image and then after it’s uploaded you need to click on “Insert Into Post”.

    3. Which css what you add in Edit CSS, it depends. But yes Custom CSS in Theme Options panel in high priority then Edit css.

Viewing 20 posts - 7,621 through 7,640 (of 14,504 total)