Forum Replies Created

Viewing 20 posts - 6,341 through 6,360 (of 14,497 total)
  • Author
    Posts
  • in reply to: Lines above posts #44103
    Sakin
    Keymaster

    @Kim: That is sticky post and will not show. Edit that post and then uncheck “Stick this post to the front page” in Publish box at the right sidebar of your post editor.

    in reply to: Put Date above post title and change font size #44099
    Sakin
    Keymaster

    @Kim: Sorry I don’t work on customizing so I don’t know about the pricing. You can request quote from http://catchthemes.com/hire-customizer/

    in reply to: Lines above posts #44098
    Sakin
    Keymaster

    @Kim: That css will not work, you can add the following css

    .entry-summary .wp-post-image {
        border: none;
        padding: 0;
    }

    About your other question, I have already replied there and said that we cannot move it. But I have given the css to increase the size of font. Check this http://catchthemes.com/support-forum/topic/static-text-above-blog-posts-on-home-page/

    in reply to: remove space on top of website #44097
    Sakin
    Keymaster

    Hi Eric,

    In the following css, you can change the margin-top as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    #hgroup-wrap { display: none; }
    .site { margin-top: 40px; }

    Regards,
    Sakin

    in reply to: some questions #44095
    Sakin
    Keymaster

    @mindiapolis: Sorry I don’t get it what you mean. Also I see that you have added Facebook link in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Footer” box. You shouldn’t add there.

    in reply to: some questions #44093
    Sakin
    Keymaster

    @mindiapolis: To center the text, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #supplementary #text-3 { text-align: center; }

    Further, if you want your footer widget text to cover full page then you need to remove social widget from Footer Area Two and add that in Footer Area One. In this way, you will only have Footer Area One with widgets you added and it will take full width.

    in reply to: adding more space between the header image and featured content #44092
    Sakin
    Keymaster

    @Danielle: I guess you already increase the spaces. As when I check in your site, there is ample of space between Header image and featured content. If you want to further increase the space then you can increase padding-top in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    #featured-post { padding-top: 30px; }

    in reply to: Posting functions not working #44091
    Sakin
    Keymaster

    @Vickie: This type of issue shouldn’t be exist. I think there is problem with your WordPress installation or plugins. So, can you activate any default theme and check in if you can add it. If this doesn’t work then try deactivating plugins and check in.

    in reply to: Footer not showing #44090
    Sakin
    Keymaster

    @mariavandyke: I don’t get it what you mean. Can you explain in reference to your site URL. Then I can check in. Did you edit anything in footer.php file. You are not supposed to change any file inside ‘catch-box’ theme directory.

    Note: The footer editor options is there only in Pro Version. See the additional feature list at http://catchthemes.com/theme-instructions/catch-box-pro/

    in reply to: Column Width #44089
    Sakin
    Keymaster

    @acgorecki: You cannot make it one 95% and another 300px. This is complex. Better hire customizer for this.

    in reply to: Header behind content when scrolling #44078
    Sakin
    Keymaster

    @David: Can you refresh your browser and check in. As you might be seeing out old version which has issue. But we have already fixed that. I just check in from Mac Safari and it’s working fine.

    in reply to: Static Text Above Blog Posts on Home Page #44077
    Sakin
    Keymaster

    @jmott310: Sorry this is beyond free support customization and for this you need to hire customizer http://catchthemes.com/hire-customizer/ to work on it

    in reply to: remove space on top of website #44070
    Sakin
    Keymaster

    @Eric: Sorry for this I need to check in your site URL. Then I can check in and send you the custom css to remove spaces.

    in reply to: Lines above posts #44069
    Sakin
    Keymaster

    @Kim: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .entry-summary .wp-post-image {
        display: inline;
        float: left;
        margin-right: 10px;
    }
    in reply to: Static Text Above Blog Posts on Home Page #44068
    Sakin
    Keymaster

    @jmott310: Did you try in Homepage Headline Text options at “Appearance => Theme Options => Homepage Settings => Homepage Headlines”. Then add in the text in Homepage Headline and Homepage Subheadline as per your need. This text will be above your excerpt blog.

    in reply to: Remove Page Shadow #44067
    Sakin
    Keymaster

    @LogoSystems: You can remove your current css:

    .widget { border-bottom: none; }
    #slider { border-bottom: none; }

    With the following css:

    .hentry, 
    .no-results, 
    #author-info, 
    #disqus_thread, 
    #content .error404,
    .widget,
    #slider {
        border-bottom: none;
    }
    in reply to: Can't Verify Site with Google Webmaster Tools #44065
    Sakin
    Keymaster

    @shelbyjl5: Site verification code is not there in free version and it’s only available in pro version. In free version you can add verification meta codes in “Appearance => Theme Options => Webmaster Tools => Code to display on Header” box.

    Also there are log of plugins that you can use to verify. Search at http://wordpress.org/plugins/

    in reply to: Custom picture/background for individual pages #44064
    Sakin
    Keymaster

    @Steve: Cool that it worked for you. Sorry we cannot recommend these type of plugin. As plugin are very sensitive and it’s really difficult to audit and check with one is best.

    in reply to: Custom picture/background for individual pages #44052
    Sakin
    Keymaster

    Hi Steve,

    Yes, for background image you need to use plugin and I recommend you to search at http://wordpress.org/plugins/ but if you are trying to change background color only then you can use Custom CSS to change it. For example, to change the white color of page http://www.wowow.eu/?page_id=133 to dark blue, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .page-id-133 #main { background-color: #306aa2; }

    Regards,
    Sakin

    in reply to: how to change font size of h tags? #44044
    Sakin
    Keymaster

    Hi Wilfried,

    You can add the the following css in “Appearance => Theme Options => Custom CSS” box.

    .entry-content h1 { font-size: 14px; }
    .entry-content h2 { font-size: 10px; }

    Regards,
    Sakin

Viewing 20 posts - 6,341 through 6,360 (of 14,497 total)