Forum Replies Created

Viewing 20 posts - 9,341 through 9,360 (of 14,494 total)
  • Author
    Posts
  • in reply to: not display site with IE #18408
    Sakin
    Keymaster

    @web-automobile: This is complete css for IE8. You can see it’s full block. It should work. But you have to check your site form real IE8 not any tester.

    #ie8 #branding #site-logo img {
        clear: both;
        display: block;
        height: 102px;
        margin: 0;
        width: 960px;
    }
    in reply to: Featured image transforms into header image #18407
    Sakin
    Keymaster

    @osaczenitram: Thanks for your appreciation.

    in reply to: Featured image transforms into header image #18405
    Sakin
    Keymaster

    Yes, you can build child theme and then create functions.php file in your child theme add the following Code in your child theme functions.php file.

    <?php
    /**
     * Header Image
     *
     * Uses Custom Header and Featued Images
     * @Hooked in catchevolution_headercontent
     * @since Catch Evolution 1.0
     */
    function catchevolution_featured_header() { 
    	global $wp_query, $post, $paged, $_wp_default_headers;
    	
    	// Header Image
    	$header_image_path = get_header_image();
    
    	if ( get_header_image() ) : ?>
    		<div id="header-image">
    			<img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" />
    		</div>
    	<?php endif; 
    	
    	
    }
    in reply to: Page Content Alignment #18403
    Sakin
    Keymaster

    @Ayisids: In that page, I see that you have choose “No Sidebar” layout in that what is why there is no sidebar. You can change that to default layout from “Select Sidebar Layout” metabox.

    in reply to: iPad Safari Menu Sublink support #18401
    Sakin
    Keymaster

    @paulf: Done.

    in reply to: Featured image transforms into header image #18398
    Sakin
    Keymaster

    @osaczenitram: Actually the Featured Header Image will be replaced by Featured Image on that particular page or post. I don’t know why it didn’t get replace for your other post. Please check in the Featured Image.

    If you want to add Logo image then that one is different. You need to add it from “Appearance => Theme Options => Header Options”.

    in reply to: Tab bar on internet browser #18397
    Sakin
    Keymaster

    @dhv77: I don’t see any reason for setting Static homepage. To add home on Menu. You can simply create Custom Menu from “Appearance => Menus”, then you will see “Pages” then click on “View All” and then select “Home”. Accordingly, you can add in Pages, Categories and links as per you need. See details about menus at http://catchthemes.com/blog/custom-menus-wordpress-themes/

    But if you want to stay with your current menu and just work on the title then you need to install “WordPress SEO by Yoast” plugin and customize your title as per your need.

    in reply to: Slider problems&number of posts displayed #18395
    Sakin
    Keymaster

    @caramele: I have just emailed you.

    in reply to: Tab bar on internet browser #18393
    Sakin
    Keymaster

    @dhv77: Can you post in your site URL and then I will check in.

    in reply to: not display site with IE #18385
    Sakin
    Keymaster

    @web-automobile: Really difficult to debug it as it is showing for me. Ok can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #ie8 #branding #site-logo img {
        display: block;
        width: 960px;
    }
    in reply to: How To Change "Continue Reading" text? #18384
    Sakin
    Keymaster

    @Jaime: Languages are in your .mo and .po files that you generate from .pot file.

    in reply to: Remove Post Date #18383
    Sakin
    Keymaster

    @Billybob7522: You cannot remove just the date from CSS as there in no element to select it. So, the best option to modify it will be by building child theme and create functions.php file in your child theme and copy function catchevolution_posted_on() from catchevolution-functions.php and edit it as per your need.

    From CSS if you remove the Date, it will be as below:
    .entry-header .entry-meta .entry-date { display: none; }

    in reply to: Getting rid of slider #18381
    Sakin
    Keymaster

    @inventorgeorge: You can just go to “Appearance => Theme Options => Featured Post Slider => Slider Options” and then in “Enable Sidebar”, you can just select “Disable”.

    There is no such chart but you can see details about the feature additional in our Catch Evolution Pro theme instruction page at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    in reply to: bluehost php 5.4 #18379
    Sakin
    Keymaster

    @cssi2007: I don’t think it’s the theme that is causing issue. Mostly the blank screen you get it from Plugins and your WordPress setup. Our theme is compatible with PHP 5.4. There is no problem with it.

    You can talk with BlueHost support team.

    in reply to: white space below the slider and 3 headers #18378
    Sakin
    Keymaster

    @suchi: Can you post in your site URL and then I can check in. Also but confused which 3 header you are talking about. If that is Homepage Featured Content then you can add or remove link as per your need. Just leave the link url empty in “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”

    in reply to: Responsive Menu #18377
    Sakin
    Keymaster

    @CWG32813: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .site { overflow: auto; }

    This will make the menu overflow to fit in the screen. So, you can scroll down and see all the menu items.

    in reply to: facebook like comment box cropped #18376
    Sakin
    Keymaster

    @paulmag: Thanks for your appreciation and support. You too have a lovely Christmas and New Year 2014. Have a nice day. Cheers 🙂

    in reply to: Featured image transforms into header image #18367
    Sakin
    Keymaster

    @osaczenitram: I don’t get it what you mean. Can you send me specific page URL where you have issue.

    in reply to: Slider problems&number of posts displayed #18362
    Sakin
    Keymaster

    @caramele: The dimension for the slider image in 976 and 313. So, you don’t need to change anything. You just need to upload the image of greater then that. All the small image below that dimension will show it as it is with center.

    They will be in the order of Published date. Note, if you just have 3 posts then it will show 3 posts. Remember, if you have “Exclude Slider post from Home page posts” from “Appearance => Theme Options => Featured Slider”. Then the post in the slider will not be display. So, if you have 7 total post with 4 slider posts, then the remaining 3 will be shown.

    Which one is Categorized. Also remember, if you have same post in 2 categories then it will show it.

    in reply to: facebook like comment box cropped #18361
    Sakin
    Keymaster

    @paulmag: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .fb_edge_widget_with_comment iframe { max-width: 450px; }

Viewing 20 posts - 9,341 through 9,360 (of 14,494 total)