Forum Replies Created

Viewing 20 posts - 13,021 through 13,040 (of 14,496 total)
  • Author
    Posts
  • in reply to: Spam in theme footer #6655
    Sakin
    Keymaster

    @Nicki: It’s great that it solved. Keep your site Safe and Secure. Spam mean there might be some sort of hacking. You can check this slide which talks about building secure WordPress site. http://www.slideshare.net/catchinternet/building-secure-word-press-sites-catchinternet

    in reply to: Please help. 7 questions about Catch Box #6654
    Sakin
    Keymaster

    @Luis:
    1. Remove “Powered by WordPress / Catch Theme” from footer.
    — We don’t allow to remove Footer information in Free Theme as this is only the source of our recognition for providing Free theme and Free Support. But, if you want to remove it, please upgrade to Catch Box Pro theme and then you will have Footer Editor Options in Theme Options panel to edit or remove the footer text.

    2. Navigation menu not always stays in one line. It changes with
    different search engines. I used this code from one of your posts and it helped but it was not a final solution: #branding ul.menu a { padding: 0 1.11em; }
    — Yes we know about that, different browser render the font and margin differently so it cannot be 100% same. You just adjust the padding as per your need.

    3. Capital letters not working on iPhone/android devises. Shows Home,
    in stead of HOME, I used this code from one of your posts and it helped but it was not a final solution since it does not work in iPhone/Android: #branding ul.menu a { text-transform: uppercase; }
    — Add the following CSS in “Custom CSS” box in Theme Options panel.
    .tinynav { text-transform: uppercase; }

    4. iPhone/Android showing Green Background frame on the right instead
    of the bottom (as in the rest of the site) on the pages where I have
    a contact form. Something similar happens when I was trying to fill out this actual form, from an iPhone, I could not get to the Submit button.
    — the form you have added in your contact page is not responsive so it is having issue in mobile devices.

    5. How can I make a Header slide show? I did not understand the video another person posted.
    — To add the Featured Post Slider. See this
    First create the Post and don’t forget to add in the Featured Image in the post as this image is used in the slider. To add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    Then get the ID of the post. When you edit your post or write a post. you will see the id in your browser address bar. But if you cannot find it then you can use this plugin to view it http://wordpress.org/extend/plugins/catch-ids/

    Then go to “Appearance => Featured Slider => Slider Options”. Add in the post id.

    6. Twitter link says “Forbidden (Rate Limit Exceeded)”. How to correct
    this issue?
    — I don’t know about this. I think you are talking about the widget or plugin. If you are talking about plugin then as the Plugin support forum.

    7. How to change text color of a particular widget?
    — For this you need to know about the CSS ID and Class and then add the css for that particular ID and classes.

    in reply to: disable link to next post #6653
    Sakin
    Keymaster

    @pips: Just add the following CSS in “Custom CSS” box in Theme Options panel to hide previous and next post
    .single #nav-below { display: none; }

    in reply to: How to adjust keyline around page images #6652
    Sakin
    Keymaster

    @karinschultz:
    1. For image border in single post, just add the following css in “Custom CSS” box in Theme Options panel.
    #main #content .wp-caption img { padding: 5px; }

    2. We cannot adjust the menu pixel perfect. But can you try this. Replace your old css for menu
    #header #mainmenu ul li:last-child a { padding: 0 15px; }

    with this one
    #header #mainmenu ul li:last-child a { padding: 0 16px 0 17px; }

    3. I don’t understand what you mean. Can you explain it.

    in reply to: Change meny font? #6650
    Sakin
    Keymaster

    @Mickesan: You can just add the following CSS in “Custom CSS” box in Theme Options panel to change the menu hover background color. Change the color code as per you need.
    #branding ul.menu li:hover > a, #branding ul.menu a:focus { background: #e5e5e5; }

    You can change the menu font to web safe fonts by adding in the following CSS
    #branding ul.menu { font-family: Arial, Helvetica, sans-serif; }

    See this for Web Safe Fonts http://www.w3schools.com/cssref/css_websafe_fonts.asp

    in reply to: Change menu text colour? #6648
    Sakin
    Keymaster

    @Mickesan: About the hover color, just change the color code and add the following css in your Custom CSS box in Theme Options panel.
    #branding ul.menu li:hover > a, #branding ul.menu a:focus{ background: #e5e5e5; }

    For header image, change your image http://worldsangels-carlyrosesonenclar.com/wp-content/uploads/2013/04/bb3.png to .jpeg format not png. Png format are larger image size.

    in reply to: Remove "Comments are closed" #6647
    Sakin
    Keymaster

    @Chris: Just add the following css in “Custom CSS” box in Theme Options panel.
    #comments .nocomments { display: none; }

    in reply to: Change text of previous & next #6645
    Sakin
    Keymaster

    @Chris: I got confused with Catch Box Free theme. You can translate the theme in your language my creating .mo and .po file and defining the language in wp-config.php .

    See this tutorial on translation http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/

    Also, for your ease you can download the Catch Box Free version and get the .mo and .po file and update that.

    in reply to: png files show border #6642
    Sakin
    Keymaster

    @dre2010: There is border from NGG gallery css not from our theme css. See this

    .ngg-gallery-thumbnail img {
    background-color: #FFFFFF;
    border: 1px solid #A9A9A9;
    border-radius: 8px 8px 8px 8px;
    display: block;
    margin: 4px 0 4px 5px;
    padding: 4px;
    }

    To remove the border from the NGG gallery images, you can just add the following css in “Custom CSS” box in Theme Options Panel.
    .ngg-gallery-thumbnail img { border: none; }

    Mobile Devices CSS means resposnive css which you will find int responsive.css in css directory of theme. You can see the media query and add the css in the “Custom CSS” box in Theme Options panel or build child theme and customize there.

    I am not so sure what are you talking about “sudden the css auto deleted some classes.” can you explain it.

    in reply to: Category choice in home page feed? #6641
    Sakin
    Keymaster

    @mook32: I don’t get you what you are asking for and also your site is not showing up. Can you post your site URL so that I can know what are you talking about.

    in reply to: Catch box featured slider #6640
    Sakin
    Keymaster

    @ieRia_chen: Please check the Theme Instruction for Catch Box Theme http://catchthemes.com/theme-instructions/catch-box and also it has been answer in this support forum http://catchthemes.com/support-forum/topic/featured-post-slider-not-showing-up/

    I hope this will solve your issues.

    in reply to: Catch box featured slider #6594
    Sakin
    Keymaster

    Hi Dreamy,

    The Featured Post Slider take the title, excerpt, and featured image from the post.

    So you need to adjust your title and excerpt text.

    You can control the overall “Excerpt Length” by typing the number of Words in “Appearance => Theme Options => Excerpt Length in Words”.

    But if you like to control the excerpt text of only the post in slider then you can use the excerpt box under your post editor. See this for more details about excerpt http://en.support.wordpress.com/splitting-content/excerpts/

    in reply to: png files show border #6593
    Sakin
    Keymaster

    @dre2010: Can you send me the URL of the page in which you have problem. I will look at it.

    in reply to: Change text of previous & next #6592
    Sakin
    Keymaster

    @Chris: It should have been translated. Can you check your file nl_NL.po in your language directory of theme.

    in reply to: Remove "Comments are closed" #6591
    Sakin
    Keymaster

    @Chris: Can you send me the your site URL where you want to hide it.

    in reply to: I tried adding a header slide show and it didnt work #6590
    Sakin
    Keymaster

    @dgreen055: Yes the simple solution will be to delete your theme and then install Simple Catch Back again. Or you can just download Simple Catch Theme and replace the header.php

    in reply to: Custom Colors #6589
    Sakin
    Keymaster

    @bjenkins1031: Thanks for reporting bug. We will release this fix in coming version soon.

    in reply to: Ads in Sidebar #6585
    Sakin
    Keymaster

    Currently it is not possible to do 3 column layout in Simple Catch Theme.

    in reply to: Header background #6584
    Sakin
    Keymaster

    @bjenkins1031: Can you add in your site URl and then I will send you the CSS code.

    in reply to: Category choice in home page feed? #6583
    Sakin
    Keymaster

    @mook32: Yes this option is available in Pro version only. How come it’s there in theme instruction of Free theme. Sorry for the confusion and I have updated the Theme Instruction page.

Viewing 20 posts - 13,021 through 13,040 (of 14,496 total)