Forum Replies Created

Viewing 20 posts - 13,881 through 13,900 (of 14,488 total)
  • Author
    Posts
  • in reply to: Change Sidebar Widget Color Background #3809
    Sakin
    Keymaster

    @Rufi139: In Catch Box pro theme. You can add the following CSS in “Custom CSS” box in your Theme Options panel.

    /* To Change Sidebar Text Widget background to Transparent */
    .widget.widget_text {background-color: transparent; }

    in reply to: Installed Catch Box Pro 1.2.2 #3807
    Sakin
    Keymaster

    @arichardc: Can you contact me through http://catchthemes.com/contact-us/ and send me your WordPress access. Then I will install it for you. It shouldn’t have problem like that.

    in reply to: CSS crash in IE10 #3805
    Sakin
    Keymaster

    @Exel_Wild: You must have loaded your IE with Document Mode IE7. So, can you change the document mode to IE10 and then it will be fine.

    in reply to: catch box pro featured image slider problem #3804
    Sakin
    Keymaster

    @thorsten: Sorry I forgot to answer about removing word “weiterlesen” from slider. You can just add the following css in custom css box:
    #slider-wrap a.more-link { display: none; }

    For slider effect. It is working on your site. By default the slider effect is fade but you have successfully changed to scrollLeft.

    in reply to: catch box pro featured image slider problem #3796
    Sakin
    Keymaster

    @thorsten: You image is small that is why it is loading to left. If you upload the featured image of Width: 644px and Height: 320px. Then it will look great. But if you want to add the small image and make it center then add the following CSS in “Custom CSS” box in your Theme Options panel under Appearance of WordPress Dashboard:
    #slider-wrap img { margin: 0 auto; }

    in reply to: CSS crash in IE10 #3795
    Sakin
    Keymaster

    @Exel_Wild: You need to clear cache from Wp Super Cache settings. Further, you are using document view IE7 that means it is showing the result of IE7 not IE10. I check your site in individual browser IE7, IE8, IE9 and IE10. All looks good. Don’t change the document mode.

    in reply to: How can I change my link font color ? #3793
    Sakin
    Keymaster

    @AiD: As you have link color in main so add the following css.
    #main .post a { color: #444; }

    in reply to: Search bar in menu #3784
    Sakin
    Keymaster

    @mlucid60: thanks for your appreciation. Adding search bar in menu. This is quite complicated and you might need to hire a developer or use tweaky to change it. But if you are developer then you need to build child theme and then in your function.php file you need to remove the action for menu
    remove_action( 'catchbox_after_headercontent', 'catchbox_header_menu', 10 );
    Then add the new fucnction with the customized search box in your menu through action hook again.

    in reply to: Don't see the slider #3783
    Sakin
    Keymaster

    @Lola: which version of Simple Catch Theme you are using it will. You will see the Featured Post slider option in “Appearance -> Theme Options” panel. See this screenshot https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-prn1/397533_322075797910550_396592872_n.png

    in reply to: Image doesn't display when post in excerpt view #3782
    Sakin
    Keymaster

    @bkaellner: the excerpt view has it own style. It take the featured image form your post and the excerpt text. Please add the featured image in your post and it will be fine.

    in reply to: Problem with thumbnail after update #3781
    Sakin
    Keymaster

    @unster: Don’t change the theme core files. If you just want to change the css then add the custom css in “Custom CSS” box in your theme option. But if you want to do further customization in php files then you need to build child theme and do the changes. If you make changes in this way then you will not lose your edits while you perform the update.

    in reply to: Picture In Header Missing After Update #3780
    Sakin
    Keymaster

    @Sesh1014: First your logo it too big that is why it is showing a large space in the header. If you have edited any core theme files then all the changes will be gone when you do the update. So, if you just want to change the css then you can add the css in “Custom CSS” box in your Theme options. But if you want to further customize the theme then you can build child theme and do the customization. If you follow any 2 steps then you will not lose your edits while doing updates.

    The Featured side is showing fine if your site. But for the features slider if you upload the larger image then it will look great. See the image size needed in Theme Instructions http://catchthemes.com/theme-instructions/simple-catch

    in reply to: CSS crash in IE10 #3779
    Sakin
    Keymaster

    @Exel_Wild: Do you have any cache plugin installed. As when I test the theme in IE it is working fine for me. Also send me your site URL. Try in by clearing your cache.

    in reply to: Adding a Logo #3778
    Sakin
    Keymaster

    @golfer300: you need to add though Custom Header feature of WordPress. Go to “Appearance -> Header” and then in select image option upload your image. See this for detail instruction http://en.support.wordpress.com/themes/custom-header-image/

    in reply to: Add subheader to post title and reduce padding #3777
    Sakin
    Keymaster

    @bobbafett: For padding, you can adjust the padding by adding the following css in your “Custom CSS” box in theme options. You can adjust the value as per your need.

    /* You can decrease the padding top for #main wrap */
    #main { padding-top: 2em; }
    /* For post title padding */
    .entry-header hgroup .entry-title { padding-top: 15px; padding-bottom: 10px; }
    /* For content below the title */
    .entry-content, .entry-summary { padding-top: 2em; }

    For adding dynamic subtitle then you need to add plugin or build custom meta box and then add value in in content.php, content-single.php and content-page.php. So this one is quite complicate. You might need to find the theme which has this options.

    in reply to: Reduce paragraph spacing #3776
    Sakin
    Keymaster

    @bobbafett: You can change the attribute for p in custom css box.
    p { line-height: 1.625; margin-bottom: 2em; }

    in reply to: Slider Stopped Changing #3775
    Sakin
    Keymaster

    @AiD: It’s is loading fine. The slide will cycle only after loading the content and scripts.

    in reply to: How can I change my link font color ? #3774
    Sakin
    Keymaster

    @AiD: I checked the source of your site and you have added the link color by adding the following code in custom css box in your theme options
    #main a{color:#444;}. You can change that.

    in reply to: Blog page – featured slider #3773
    Sakin
    Keymaster

    @regalaffair: You have added the css
    .news-2 .featured-slider {display: none;}. But you are supposed to add .blog #slider { display: none; }

    in reply to: Home Page Slogan #3772
    Sakin
    Keymaster

    @paigeohliger: Sorry the current version of Catch Mustang doesn’t support HTML link tag. It’s only for the slogan.

Viewing 20 posts - 13,881 through 13,900 (of 14,488 total)