Forum Replies Created

Viewing 20 posts - 8,841 through 8,860 (of 14,504 total)
  • Author
    Posts
  • in reply to: optimize the space between sidebar widgets #20038
    Sakin
    Keymaster

    @Sebastian: You can change the margin as per your wish. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* General */
    #secondary .widget { margin-bottom: 40px; }
    /* For screen size above 1190px */
    @media screen and (min-width: 1190px) {
    #secondary .widget { margin-bottom: 50px; }
    }
    /* For screen size below 1160px */
    @media screen and (max-width: 1060px) {
    #secondary .widget { margin-bottom: 30px; }
    }
    /* For screen size below 960px */
    @media screen and (max-width: 960px) {	
    #secondary .widget { margin-bottom: 20px; }
    }
    in reply to: font size keeps appearing bigger than it should #20037
    Sakin
    Keymaster

    @oly: Sorry, I don’t get it what you mean. I don’t see any issue in your site.

    in reply to: Changing the size of the Page and Post Titles #20036
    Sakin
    Keymaster

    @Diane: You shouldn’t change the the core theme files such as style.css, functions.php, index.php and so on. As these changes will be reverted back to original file when you update or upgrade the theme. So, to make the changes in CSS you can either do that from “Appearance => Theme Options => Custom CSS” or by building child theme and adding css in child theme style.css file.

    You can play with the following CSS and change the color and size as per your need. Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .entry-title { color: #444; font-size: 34px; }
    .entry-title a { color: #444; }
    in reply to: Homepage headlines #20035
    Sakin
    Keymaster

    @Karin: You can create your own set of custom menu as per your need from “Appearance => Menus. Can you create the menu, you need to assign the location from “Appearance => Menus => Manage Locations”. Read more about menus at http://catchthemes.com/blog/custom-menus-wordpress-themes/

    For left alignment, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu ul.menu { text-align: left; }

    in reply to: Posts not linked with a post page (Setting, Reading) #20020
    Sakin
    Keymaster

    @kaisneuron: I just updated the theme and it is working fine.

    in reply to: Wrong language displaying #20019
    Sakin
    Keymaster

    @heidi: Maybe the font that you have use or maybe some issue when you copy and past the content. Can you post your site URL?

    in reply to: how to resize image of the news post #20018
    Sakin
    Keymaster

    @skywalker1984: Thanks and really appreciate your way to express frustration. So, positive. Thumbs UP 🙂

    Really sorry for your frustration. If you look at our theme instruction page http://catchthemes.com/theme-instructions/catch-box/. We have set of predefined image sizes that is Width: 644px and Height: 320px. So, if you have image bigger then this or exactly this then it will crop in exact size. But if you have smaller image then it will display the original image that you have uploaded it.

    But I see that the width of your images are smaller then 644px. So, it’s showing random sizes.

    in reply to: media image shadow box drop #20017
    Sakin
    Keymaster

    @chris: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-content img { box-shadow: none; }

    Your css should have worked but you forgot to close the curly bracket

    .page .entry-content img {
    box-shadow: none;

    This should be as

    .page .entry-content img {
    box-shadow: none;
    }

    If you still cannot then send me your site URL and then I will check in.

    in reply to: color change on content border #20016
    Sakin
    Keymaster

    @scott: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page-id-34 .hentry { background-color: #61c7f2; }

    in reply to: Sliders in Sidebars #20008
    Sakin
    Keymaster

    @zorter: Looks like this plugin has issue with the code. As when I check in the source of your site through View Page Source, I see lot of repeat inline JavaScript code. Can you ask the support forum of plugin why there is repeat of JavaScript file. I think you should try different plugin.

    in reply to: Content Area Background/Text Color #20007
    Sakin
    Keymaster

    @zscheimer: This is really clever. Sorry, you have already added all the color option of Pro version in Free. Hope we get some benefits soon.
    Here goes the css for page titles.

    .entry-header .entry-title {
        color: #222222;
    }
    in reply to: change color of the text menu #20006
    Sakin
    Keymaster

    @pcjosemi: Please post in your site URL. So, that I can check in your site and give you the suggestion.

    in reply to: Front page display – Posts page not showing #20005
    Sakin
    Keymaster

    @kaisneuron: Please don’t post the same question twice. I have already replied you in.
    http://catchthemes.com/support-forum/topic/posts-not-linked-with-a-post-page-setting-reading/

    in reply to: Sliders in Sidebars #20003
    Sakin
    Keymaster

    @zorter: We don’t have such code in our theme. Can you show me the your slider page URL where you have issue?

    in reply to: Posts not linked with a post page (Setting, Reading) #20000
    Sakin
    Keymaster

    @kaisneuron: Have you customized any core theme files. As when I check in our server. It is working fine. I will contact you in through email as I need to check in your site admin section.

    in reply to: Webpage not Displaying Correctly #19999
    Sakin
    Keymaster

    @GAHC: There seems to be issue with the Custom CSS that you have. Can you remove the following CSS from our “Appearance => Theme Options => Custom CSS” box.

    hgroup.with-logo {
        display: none;
        padding: 0;
    }
    #site-logo {float: none;}
    #header-left { float: none; }
    #site-logo { float: none; text-align: center; }
    #site-logo a { display: inline-block; }
    #header-left { float: none; }
    #header-left {
        display: block;
        float: none;
    }
    in reply to: header right sidebar widget #19998
    Sakin
    Keymaster

    @suchi: Here goes the CSS for spaces:

    /* For Header top Padding */
    #site-logo, #header-right { padding-top: 50px; }
    /* For Header Right Sidebar Paragraph Margin Bottom */
    #header-right p { margin-bottom: 40px; }
    /* For Header Left and Right Padding */
    #hgroup-wrap { padding: 0 50px; }
    in reply to: How to print invoice? #19996
    Sakin
    Keymaster

    @Juraj: You can directly contact our sales and account section at http://catchthemes.com/contact-us and ask for PDF invoice with your details.

    in reply to: Content Area Background/Text Color #19995
    Sakin
    Keymaster

    @zscheimer: Use the following CSS.

    /* For Homepage Headline */
    #homepage-message {
        background-color: #FAFAFA;
    }
    /* For Footer Copyright */
    #site-generator {
        background-color: #3A3D41;
        color: #999999;
    }
    #site-generator a {
        color: #DDDDDD;
    }
    in reply to: Embeding Media #19984
    Sakin
    Keymaster

    @GrabYaJimmie: WordPress automatically embed YouTube and Vimeo videos. But for other videos you need to add as an embed code.

Viewing 20 posts - 8,841 through 8,860 (of 14,504 total)