Forum Replies Created

Viewing 20 posts - 6,461 through 6,480 (of 14,504 total)
  • Author
    Posts
  • in reply to: changing colors #43545
    Sakin
    Keymaster

    @mindiapolis: In large screen the content width is 860px and secondary width 360px

    in reply to: changing colors #43523
    Sakin
    Keymaster

    @mindiapolis:
    To change the color of Content, go to “Appearance => Theme Options => Site Color Options” and then change the color code in “Content Background Color”.
    To change the color of Sidebar, go to “Appearance => Theme Options => Sidebar Color Options” and then change the color code in “Sidebar Background Color”.

    We don’t recommend changing the content width as it’s design to make it responsive as to various screensize. So, you might want to change it for all screensize or just for large screen sizes. Ok let me know the size you want to change to.

    in reply to: Simple Catch Pro Install Fail #43522
    Sakin
    Keymaster

    @stephanieforrer: Looks like you already have old version of Simple Catch Pro. So, if you are trying to update the theme then please use our Catch Updater plugin. You can download it from http://catchthemes.com/wp-plugins/catch-updater/ and instruction is already there.

    in reply to: Changing the width of the theme #43521
    Sakin
    Keymaster

    Hi Angelina,

    The size depends on the screen size. So, I am going to give your complete size we have.

    /* Large Screen */
    #primary { width: 754px; }
    #secondary { width: 406px; }
    
    /* Max Screen Size 1224px */
    @media screen and (max-width: 1224px) {
        #primary { width: 654px; }
        #secondary { width: 340px; }
    }
    
    /* Max Screen Size 1060px */
    @media screen and (max-width: 1060px) {
        #primary { width: 530px; }
        #secondary { width: 340px; }
    }
    
    /* iPad Landscape */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) {
        #primary { width: 590px; }
        #secondary { width: 340px; }
    }
    
    /* Less then 960px is 100% */

    Regards,
    Sakin

    in reply to: Logo Size #43520
    Sakin
    Keymaster

    @stephanieforrer: Nice thanks 🙂

    in reply to: Widget background and text color change. #43519
    Sakin
    Keymaster

    @superkefje: Sorry, for this as well, I need to check your site. I won’t be able to find the problem with the screenshot. I need to check in your site.

    Sakin
    Keymaster

    @natoulie: You just deleted one. But there are two. So, you need to go to your Custom CSS and delete the following css:
    #hgroup-wrap img {margin-top: 50px;}

    in reply to: Email link #43502
    Sakin
    Keymaster

    @Michaela: Done.

    Sakin
    Keymaster

    @natoulie: In your site rzesy-southampton.co.uk. For logo, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #hgroup.with-logo {
        clear: none;
        display: inline;
        float: left;
    }

    Also don’t forget to remove the following existing css. I see the following css twice in your custom css box. Remove it both.
    #hgroup-wrap img {margin-top: 50px;}

    in reply to: Spacing in Blockquotes #43482
    Sakin
    Keymaster

    @Janette: I see that you have use paragraph code<p>Your headings</p> for headline. So, if you remove the margin below that paragraph it will hamper all other pages as well. So, I have come up with the css only for your services pages. Just add the following css in “Appearance => Theme Options => Custom CSS” box to remove the margin
    .page-id-18 #content p { margin-bottom: 0; }

    in reply to: Widget background and text color change. #43481
    Sakin
    Keymaster

    @superkefje: Sorry your site needs to be live for me to check in.

    in reply to: Remove menu bar #43480
    Sakin
    Keymaster

    @superkefje: With custom CSS you can only hide it. Let me know your page URL and the widget name that you want to hide it.

    in reply to: hiding catagories and archives #43473
    Sakin
    Keymaster

    @mindiapolis: That’s nice 🙂

    in reply to: Having just feature content and slider #43472
    Sakin
    Keymaster

    It’s worth $44.99 and currently we are running Facebook Special 20% flat discount coupon code. You can see at https://www.facebook.com/catchthemes and the offer is only valid till 7th September, 2014. If you calculate the worth of development and support we are giving to you. The worth $44.99 is very minimal. Also you will get lot of additional features. See this at http://catchthemes.com/theme-instructions/adventurous-pro/

    About disabling comment in page/post. You need to edit and and disable comment. See this screenshot at http://www.pinterest.com/pin/548594798329843253/

    in reply to: Changing the width of the theme #43471
    Sakin
    Keymaster

    Hi Angelina,

    Can you let me know your desire width. As Catch Evolution Pro theme is responsive WordPress theme which is optimized for different screensize. So, if you could give me the sizes then I can send you the suggestion.

    Regards,
    Sakin

    in reply to: Remove grey border #43464
    Sakin
    Keymaster

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

    .featured-image img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
        box-shadow: none;
    }
    in reply to: Email link #43463
    Sakin
    Keymaster

    Hi Michaela,

    Thanks for your detail answer and we are able to find the issue. We have just fixed it and will release it in Version 2.2 soon. We will also add in Contact link. So, now in this version you will have option to add email address or contact link.

    We have just submitted version 2.2 to WordPress.org and it will be released as soon as they approved it.

    Regards,
    Sakin

    in reply to: Widget background and text color change. #43435
    Sakin
    Keymaster

    Hi Kevin,

    To change only for the one widget. I need to check that widget ID. For that you need to send me your site URL. Please post in your site URL and then I will check in.

    Regards,
    Sakin

    in reply to: How to Remove Image Border #43432
    Sakin
    Keymaster

    Hi Simona,

    This is Simple Catch Theme support forum. Please post your question in Catch Everest Pro Support forum at http://catchthemes.com/support-forum/forum/catch-everest-pro-premium/ with your site URL.

    Regards,
    Sakin

    in reply to: Line break in menu? #43431
    Sakin
    Keymaster

    @Pieter: Thanks for your appreciation.

Viewing 20 posts - 6,461 through 6,480 (of 14,504 total)