Forum Replies Created

Viewing 20 posts - 13,881 through 13,900 (of 14,496 total)
  • Author
    Posts
  • in reply to: Removing Feature Slider From Other Page #3833
    Sakin
    Keymaster

    @amorgana: I don’t see plugin your site.

    in reply to: Google Analytics #3832
    Sakin
    Keymaster

    @paigeohliger: If you have installed the cache then the google will reach your cached page where there will not be the code. It will take time to refresh your cache to reach the google. If you want to make it immediate then you need to clear your cache through Cache plugin settings.

    in reply to: Change Sidebar Widget Color Background #3831
    Sakin
    Keymaster

    @Rufi139: For text widget then. Add the color code as need.

    .widget.widget_text { background-color: #eee; border-bottom: 2px solid #ccc;}

    in reply to: Home Page Slogan #3830
    Sakin
    Keymaster

    @paigeohliger: That is what I mean. Homepage slogan only takes text at the movement. I will have to change that and will update it soon. In future, the homepage slogan will accepts HTML tags.

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

    @AiD: I see that you have installed sem external link plugin which is overwriting your css. You might need to check their setting and change there.

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

    @thorsten: We are thinking of adding in future. Noted Down.

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

    @Exel_Wild: The HTML 5 is is experimental phase so none of the WordPress theme will be valid. Don’t worry about it. When I check your site it doesn’t goes to compliance mode.

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

    @thorsten: Thanks for reporting. Found issue in the slider and have just added new version for Catch Box Pro 1.2.3. Please login to your account in Catch Theme and download the latest version.

    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

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