Forum Replies Created

Viewing 20 posts - 13,701 through 13,720 (of 14,319 total)
  • Author
    Posts
  • in reply to: How can I change my link font color ? #3843
    Sakin
    Keymaster

    @AiD: This for external links but I don’t know which class you have for internal link. Send me the details of internal link page. Change the color code as needed in the following css:
    #main a.external_icon { color: #444; }

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

    Hi Richard,

    Yes, I only work on upgrade.

    Regards,
    Sakin

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

    @arichardc: I have been able to upload the update. Your site is working fine. Check Now.

    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

Viewing 20 posts - 13,701 through 13,720 (of 14,319 total)