Forum Replies Created

Viewing 20 posts - 9,361 through 9,380 (of 14,504 total)
  • Author
    Posts
  • 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; }

    in reply to: list posts with Tumbs on a page #18351
    Sakin
    Keymaster

    @silentcall: This is bit technical and if you find plugin at http://wordpress.org/plugins/ it will be great. As plugin can provide shortcode to add in either page or post.

    But if you want to do it manually from the code then it’s too complicated. I recommend hiring customizer. Here is the guide, first you need to build child Theme of Catch Box Pro theme. Then you need to create the page template file for this and then add css to arrange it. For page template, you can take reference of page-blog.php file.

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

    @paulmag: Can you active the Catch Box Theme and let me know it then I can check in the issue.

    in reply to: Installation #18347
    Sakin
    Keymaster

    @Markus: You can directly upload the zip copy from your WordPress Admin panel. See the theme instruction page at http://catchthemes.com/theme-instructions/catch-everest-pro/ . Look like you have extracted the zip file.

    If you don’t want to use WordPress Admin panel then only you need to extract and upload through FTP.

    Let me know if you need any assistance in updating. I can do that for you.

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

    @caramele:

    About your Featured Post Slider images, you need to assign Featured Image of size minimum 976px width and 313px height. See theme instruction page http://catchthemes.com/theme-instructions/simple-catch. After you add that images, you can change order in Slider and it will show you changed images.

    To control then number of recent post, you can go to “Settings => Readings” and change the number in Blog pages show at most.

    But I don’t understand your 3rd request. You can select the categories that you want to display from “Appearance => Theme Options => Homepage / Frontpage Category Settings”

    in reply to: Featured Images Do Not Crop (Thumbnails/Slider) #18344
    Sakin
    Keymaster

    @positronic: Thanks for sharing.

    in reply to: Leave a Reply & Content Width #18343
    Sakin
    Keymaster

    @cculinary: Simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header .social-search .searchform { display: none; }

    in reply to: Leave a Reply & Content Width #18331
    Sakin
    Keymaster

    @cculinary: Just remove the following CSS from “Appearance => Theme Options => Custom CSS” box.
    #header .social-search { display: none; }

    in reply to: Featured image resizing #18328
    Sakin
    Keymaster

    @simonw: Try this one:
    #content .entry-summary .wp-post-image { float: left; margin: 0 15px 15px 0; }

    in reply to: Transparency of content and sidebar #18325
    Sakin
    Keymaster

    @simonw: then it will be like below:

    .hentry {
    	background: #fff; /* For Old Browser, normal background */
    	background: rgba(255, 255, 255, 0.7);
    }
    in reply to: not display site with IE #18324
    Sakin
    Keymaster

    @web-automobile: I just check in and your header is working fine.

Viewing 20 posts - 9,361 through 9,380 (of 14,504 total)