Forum Replies Created

Viewing 20 posts - 7,621 through 7,640 (of 14,497 total)
  • Author
    Posts
  • 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.

    in reply to: Problems with Theme Alignment #30371
    Sakin
    Keymaster

    @LaurenReneL: WoW you checked in 50inch monitor. This is too big. So, it will take time for me to find that big monitor and test it. When I check in my MacBook Pro, it’s working fine in Zoom out phase.

    in reply to: Sidebars & Layout Confused or Not Working #30370
    Sakin
    Keymaster

    @Tim: Yes you understood it right.
    1. There in layout option in “Appearance => Theme Options => Layout Options => Sidebar Layout Options”. This is for overall site layout.
    2. There is Sidebar Layout option below your page/post editor which is there to customize individual page/post. This will overwrite the Layout Option in theme options panel.

    This is known issue of version 2.4 and will be fixed in 2.4.1 which is schedule to release today. You can check out changelog in http://catchthemes.com/changelogs/catch-kathmandu-pro-theme/

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

    @dfjama: Sorry I don’t get it which blue image your are talking about. Are you talking about the Featured Slider. If you are talking about Featured Slider then you can check this theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu/.

    You will see default slider in the Catch Kathmandu Free Theme. So you can replace that with either Featured Post Slider or Featured Category Slider to highlight your post.
    1. First you need to create post and add in Featured Image in your post. As this post image, title and excerpt content in used in slider.
    2. Then you need to go to “Appearance => Theme Options => Featured Slider => Featured Post Slider” and add in your Post ID, which will replace your default demo slider images.

    in reply to: Change header-bg #30208
    Sakin
    Keymaster

    @Koaster: I just check in your site and see that you want to change the header to black color and not any image. So, remove your custom css

    #header {
        background-image: url("http://nsa34.casimages.com/img/2014/05/12/140512092246262047.png");
    }

    and replace it with color code as
    #header { background: none #000; }

    Same for the footer:
    #footer { background: none #000; }

    in reply to: Change header-bg #30202
    Sakin
    Keymaster

    @Koaster: Ok but you didn’t send me the image URL that you want to replace with. To change the image, you need to add in your image URL and add the following css in “Appearance => Theme Options => Custom CSS” box.

    #header {
        background-image: url("YourImageURL");
    }
    in reply to: Plugin Doc It by Slickremix.com #30195
    Sakin
    Keymaster

    @manfred: I see that you have already remove the social icons from the top and our http://www.picture4you.nl/test/kennisbank-test/ is working fine.

    About your second url http://www.picture4you.nl/test/docs/kennisbank-test/basiskennis/, this has lot of css overwriting from http://www.picture4you.nl/test/wp-content/plugins/slick-doc-it/css/styles.css. This plugin css is full problematic. Can you work on other plugin or ask this plugin author support forum about the css conflict.

    in reply to: Random Header Not Working #30194
    Sakin
    Keymaster

    @Michelle: Thanks for your appreciation and cooperation. Cheers 🙂

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