Forum Replies Created

Viewing 20 posts - 12,681 through 12,700 (of 14,506 total)
  • Author
    Posts
  • in reply to: Footer Sidebar #7720
    Sakin
    Keymaster

    @Matteus: Header and Footer are always same in all pages. There is no option for footer widget to show only in homepage. But there is css from which you can hide it. So, send me your site url and tell me what exactly you don’t want to show in other pages.

    in reply to: Footer and White Space #7719
    Sakin
    Keymaster

    @rawb_in: Yes you can decrease the white space between the Footer Widgets and Featured Post Slider. That is not a problem. But you cannot remove show footer widget only in homepage. Footer means it will be on all page. But there is a css trick that you can use to hide it.

    So, first send me your site URL.

    in reply to: slider images width change randomly #7718
    Sakin
    Keymaster

    @Afsoon: Just add the following css in “Appearance => Theme Options => Custom CSS” box.
    `#hgroup-wrap { padding-bottom: 0; }`

    in reply to: Menu – Permalinks #7717
    Sakin
    Keymaster

    @karinschultz: This Simple Catch Pro theme is responsive design. So, either you can disable responsive design from “Appearance => Theme Options => Responsive Design”. or you have to adjust for smaller screen. I think you scroll down your browser little bit or checked it from other devices. So, the complete set of css can be as following.
    `
    #access ul li a { padding: 0 23px; }
    #access ul li:last-child { border-right: none;}
    #access ul li:last-child a { padding: 0 20px 0 21px; }
    /* For Smaller screen with max width 1100px */

    @media
    screen and (max-width: 1100px) {
    #access ul li a { padding: 0 14px; }
    #access ul li:last-child a { padding: 0 15px 0 16px; }
    }
    `

    I also see the issue in search button. Please add the following css
    #branding .searchform button { width: auto; }

    #branding .searchform button { width: auto; }

    in reply to: Bold content #7716
    Sakin
    Keymaster

    @travellingking1: I don’t see any bold text there. You can check in if you have any text in bold or not by viewing your post in text mode bold code should be wrapped with strong code which will be like this
    `This is bold text`

    See this for more about visual editor http://en.support.wordpress.com/visual-editor/

    in reply to: How to remove some things #7715
    Sakin
    Keymaster

    @impresnet: Sorry I don’t understand this question.

    in reply to: Header Help #7714
    Sakin
    Keymaster

    @eric.suth: You just increase the font but didn’t increase the line height of the font. Add the following CSS code in “Appearance => Theme Options => Custom CSS” box
    `h1#site-title a { line-height: 1.2em; }`

    in reply to: menu height and font #7713
    Sakin
    Keymaster

    @alisonmckellar: you can just add the following css in “Appearance => Theme Options => Custom CSS” box.
    `#header-menu ul.menu a { text-transform: none; }`

    in reply to: menu navigation issues with mobile browsers #7682
    Sakin
    Keymaster

    @bobbafett: What’s your site URL? Also did you use your menu as the default pages or you added with custom menu through “Appearance => Menus”.

    in reply to: Size of the Logo and Fonts etc. #7681
    Sakin
    Keymaster

    ive already deleted it coz i cannot make it behave normally. one person shows two faces. ao what can you suggest to use as a like box widget
    — I have installed Jetpack plugin and though which i get widget Facebook. I just added that.

    -i also wanted to make a full header gfx background for my site but my problem is the size in pixel? can u please teach me the size?
    — Just header content size is 978px width but if you are talking about the outer background where we have grey image in the demo site. Then for that, it depends on the screensize from which you are using. For those it’s better to use repeatable pattern.

    hover for the CONTINUE on content post color be change to orange
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `#main a.readmore:hover { color: #f9854a; }`

    in reply to: featured post slider doesn't show on homepage #7676
    Sakin
    Keymaster

    You can download from here http://wordpress.org/extend/themes/catch-everest/developers/ . You will see the list of version files.

    in reply to: upgrade issues on blog #7675
    Sakin
    Keymaster

    @karinschultz: you can change the hr border color by adding the following CSS in “Appearance => Theme Options => Custom CSS” box
    `hr { border-color: #ddd; }`

    For footer editor, I have emailed you.

    in reply to: A few MORE questions #7673
    Sakin
    Keymaster

    @fefitzpa: Sorry but this is the easiest method.

    in reply to: Resize the the entire site #7672
    Sakin
    Keymaster

    @Gian Luca: But the size we created to show it in large screens and small screen. It adjust it’s width as per the screen size. Just scroll down your browser and see it.

    You can disable this option from “Appearance => Theme Options => Responsive Design”, this will make the width same is all devices and it will be small as well.

    in reply to: Bold content #7670
    Sakin
    Keymaster

    @travellingking1: It will be difficult for me to search for bold text in your site. Can you point to any particular page or post url so that I can solve the issue fast. Sorry for the trouble.

    in reply to: Footer editor not working #7668
    Sakin
    Keymaster

    @karinschultz: It’s strange. It is working fine on our server. So, I need to check in your server for any issue. Ok I will email you so that we can solve things our. Check your email.

    in reply to: Search function align left #7667
    Sakin
    Keymaster

    @Airedalecomms123: Search box is aligned with left item only see in this demo page http://catchthemes.com/demo/catchbox/ . So, I don’t understand what you mean? Maybe you can upload the screenshot in your site and send me the link of what you want.

    in reply to: menu navigation issues with mobile browsers #7665
    Sakin
    Keymaster

    @bobbafett: I don’t understand the issue. I check the demo of catch box http://catchthemes.com/demo/catchbox/ the menu is fine.

    in reply to: Add thumbnail images (Recent Posts?) to sidebar #7663
    Sakin
    Keymaster
    in reply to: Language option..Where to put??? #7662
    Sakin
    Keymaster

    @lilik84: I think this look like the code from the plugin. Please ask in plugin forum so that the plugin author can respond you.

Viewing 20 posts - 12,681 through 12,700 (of 14,506 total)