Forum Replies Created

Viewing 20 posts - 12,661 through 12,680 (of 14,506 total)
  • Author
    Posts
  • in reply to: Homepage image size #7800
    Sakin
    Keymaster

    @j9hagop: Sorry this option is not there. Maybe you need to use developer to customize it for you.

    in reply to: Slider Titles and Footer Space #7799
    Sakin
    Keymaster

    @cheri.schneider: Here goes answer to your queries.

    I am using the regular Catch Everest and was wondering if it was possible to reduce the top and bottom margins on the footer areas.
    — Just change it as per your need and add it in “Appearance => Theme Options => Custom CSS” box.
    `
    #supplementary { padding-top: 50px; }
    #supplementary .widget { margin-bottom: 50px; }
    `

    Is there a way to extend the length of space we have for the title? One of the titles on the slider is too long so it is being broken up into 2 lines and I would like it to be one line.
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `#main-slider .entry-container { max-width: 60%; }`

    in reply to: Favicon not appearing #7798
    Sakin
    Keymaster

    @iceman027: Please disable your plugin “Favicon Generator” and it will work fine. Now you have two favicons; 1. from plugin and 2. from theme options.

    in reply to: Vertical tag cloud #7797
    Sakin
    Keymaster

    @hunterhicks: Here do you want to add the tags. If it is in sidebar then you can just use the widget “Tag Cloud”. Go to “Appearance => Widgets” and drag and drop the Tag Cloud widget in sidebar.

    in reply to: Navigation Menu and Slider Text #7796
    Sakin
    Keymaster

    @cre8ve1: Sorry navigation cannot be moved up. You can add the slider from “Appearance => Theme Options => Featured Post Slider”

    See the theme instruction at http://catchthemes.com/theme-instructions/catch-everest/

    in reply to: Header Right Side Images #7795
    Sakin
    Keymaster

    @Samson81:Just add the following css in”Appearance => Theme Options => Custom CSS” box.
    `#header-right .widget-area .widget a { color: #000; }`

    in reply to: Menu Background #7789
    Sakin
    Keymaster

    @Samson81: Yes that’s possible. Just add background image in the menu. Use the CSS like below and add it in “Appearance => Theme Options => Custom CSS” box.
    `
    #header-menu {
    background-image: url(“http://dev.webermfg.ca/wp-content/uploads/2013/04/carbon_fiber2.jpg”);
    }`

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

    @rawb_in: To decrease the white space between the Footer Widgets and Featured Post Slider. Decrease the padding top in the following css and add it in “Appearance => Theme Options => Custom CSS” box.
    `.blog #main { padding-top: 40px; }`

    Actually the footer widget is to be show in all pages. But the following css will help you to hide it in other pages and will only show in your homepage.
    `
    #footer-sidebar { display: none; }
    .blog #footer-sidebar { display: block; }
    `

    in reply to: Post page not loading #7764
    Sakin
    Keymaster

    @trentbuzz: For Catch Everest Pro additional features, you can check out this page http://catchthemes.com/theme-instructions/catch-everest-pro/

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

    @karinschultz: Great. But we are not sure about the plugin. You have to search for plugin in http://wordpress.org/extend/plugins/ and use it. If you find problem in plugin then you should first ask the plugin developer for support and if they ask us to change anything then we are ready to make it compatible.

    in reply to: slider options? #7762
    Sakin
    Keymaster

    @karinschultz: When you click on insert into post for the image, I think you choose thumbnail. So for example you have added the following image
    `http://www.iwritegreatcopy.com/wp-content/uploads/2013/04/iwritegreatcopyimage1-976×313-300×96.jpg`
    instead of
    `http://www.iwritegreatcopy.com/wp-content/uploads/2013/04/iwritegreatcopyimage1-976×313.jpg`

    So, you can either manually copy and paste the image url or when you click on insert into post, make sure you have selected “Full Size”.

    in reply to: Permalinks #7757
    Sakin
    Keymaster

    @pt mannik: This is not theme related issue and it’s the issue with your server. So, please ask your server support.
    Please check your .htaccess file and see this for more details http://codex.wordpress.org/Using_Permalinks

    in reply to: Search Widget #7756
    Sakin
    Keymaster

    @aka10385: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `#header-right #s { color: #fff; }`

    in reply to: Header Image #7754
    Sakin
    Keymaster

    @Samson81: You can add like the following css in your “Appearance => Theme Options => Custom CSS” box.
    `#hgroup-wrap { background: url(http://dev.webermfg.ca/wp-content/uploads/2013/04/carbon_fiber2.jpg) repeat scroll 0 0; }`

    in reply to: Problem image not showing on home but showing in post #7753
    Sakin
    Keymaster

    @Emmanuel_J: I don’t see any problem in your site. It is showing same in Homepage http://www.emmanueljaime.com/ and singular post http://www.emmanueljaime.com/?p=16

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

    @bobbafett: I check your site from my mobile device it is showing home as main.

    in reply to: Bold content #7727
    Sakin
    Keymaster

    @travellingking1: Ok I need to check your site admin section. So, I will email you privately. Please check your email.

    in reply to: Customized CSS Questions #7723
    Sakin
    Keymaster

    @iJON: Yes every theme has different div id and classes. The css is controlled through ID and CSS. That is why always post your site URL when you ask question. I am giving you the following css supposing that you are using Simple Catch Free theme as you have used this forum.

    Just add the following CSS in “Appearance => Theme Options => Custom CSS” box
    `#main .entry-title a:hover { color: #f9854a; }`

    in reply to: Problem: Featured Post #7722
    Sakin
    Keymaster

    @obiokere: The option that you have asked in not supported by this theme. This theme is not designed like that. You should have choose theme like Simple Catch Pro.

    Anyway, I can giving you the code but I am not 100% sure about it. So, if this doesn’t work then you might consider hiring css developer.

    Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `.home .entry-summary img { display: inline-block; float: left; margin-right: 5%; max-width: 30%; }`

    in reply to: Blog post issues #7721
    Sakin
    Keymaster

    @karinschultz: http://www.iwritegreatcopy.com
    I have noticed on the upgrade that after the post but before the comment section, there is a line which gives the category information. As I have the breadcrumbs at top, I don’t need this at the bottom. How do I suppress this?
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box
    `.single footer.entry-meta { display: none; }`

    Also, I would like to have the comment box left justified. How can i do this? As well, there is a “comment” tag outside the comment box. This is redundant, how can I remove this?
    — Sorry, I don’t understand this what you mean.

Viewing 20 posts - 12,661 through 12,680 (of 14,506 total)