Forum Replies Created

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

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

    @simonw: Thanks for your appreciation.

    in reply to: Featured Slider Buttons are not working #18318
    Sakin
    Keymaster

    @keller113: Thanks for your appreciation.

    in reply to: Remove page titles #18316
    Sakin
    Keymaster

    @simonw: Thanks. Yes, I will look at all the support forum question one by one 🙂

    in reply to: Featured image resizing #18315
    Sakin
    Keymaster

    @simonw: I see that you are using Catch Evolution Free theme which uses the Featured Image size of 644px width and 320px height. So, whenever you upload the featured image of larger size then this, it will automatically crop in this size. But if you add Featured Image of Smaller Size then it will just show the smaller size image. So, I recommend you just upload smaller image as per you need.

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

    @simonw: For transparent background you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For Content */
    .hentry { background-color: transparent; }
    /* For Sidebar */
    .widget { background-color: transparent; }
    in reply to: Featured Slider Buttons are not working #18313
    Sakin
    Keymaster

    @keller113: Thanks and I see that it is conflicting with your plugin “Track Everything” and I just deactivated that plugin. It’s working great now. Please consult with the plugin support forum or change to other plugin which doesn’t conflict.

    in reply to: Featured Slider Buttons are not working #18310
    Sakin
    Keymaster

    @keller113: Thanks for your appreciation. I just check in your site and could not find the issue so I need to check in you admin section. I have just send you an email. Please respond there.

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