Forum Replies Created

Viewing 20 posts - 6,281 through 6,300 (of 14,505 total)
  • Author
    Posts
  • in reply to: Edit Field Text Box and Submit Button #44927
    Sakin
    Keymaster

    Hi Patrice,

    Sorry, I don’t see Submit Button. Can you send me URL.

    Regards,
    Sakin

    in reply to: How to reduce the white space at the top of the webpage #44926
    Sakin
    Keymaster

    @nac2311: You can add the following css in “Appearance => Theme Options => Custom CSS” box and it will be same like your old site.

    #sidebar-top { clear: none; }
    #sidebar-top .widget:last-child { margin-bottom: 0; }
    in reply to: mobile viewing #44925
    Sakin
    Keymaster

    @Danielle: Sorry this is responsive theme and it will change as per your screensize. So, we haven nothing to do with it except you want to remove the responsive design from “Appearance => Theme Options => Responsive Design”.

    in reply to: delete button reviews? #44924
    Sakin
    Keymaster

    @mortean: Sorry I don’t get it what you mean? Which section you want to remove it and has it been solved.

    in reply to: SEO homepage #44923
    Sakin
    Keymaster

    Hi Michaela,

    It’s already been answered in http://catchthemes.com/support-forum/topic/seo-for-homepage/

    Regards,
    Sakin

    in reply to: Featured Slider Issue #44922
    Sakin
    Keymaster

    @empamal4: I tried to contact you in your email kaileiii[at]empathyforanimals[dot]org. But it fails. Can you give me your correct email address where I can contact you.

    in reply to: How to disable the comments form? #44921
    Sakin
    Keymaster

    @Caducassau: Don’t that Facebook comment plugin has option to disable the default comment box. In Simple Catch Pro theme, there is no option to disable comment form theme options panel. For that you need to use WordPress Settings.
    1. For new post and pages, you can disable it from “Settings => Discussion” and then uncheck “Allow people to post comments on new articles” and “Allow link notifications from other blogs (pingbacks and trackbacks)” and save changes. See this screenshot http://www.pinterest.com/pin/548594798333127973/

    2. But for already published pages/posts, you need to edit those post and remove the the comment from your old post. You can do bulk editing as shown in this screenshot http://www.pinterest.com/pin/548594798333128024/ or you can manually edit single post like this screenshot http://www.pinterest.com/pin/548594798329843253/

    in reply to: Featured Slider Issue #44920
    Sakin
    Keymaster

    @empamal4: Sorry this is strange issue and I need to check in your site. So, I will personally email for detail support.

    in reply to: SEO for homepage #44919
    Sakin
    Keymaster

    @amyfanton: For your SEO settings in WordPress SEO by Yoast, please follow the instructions at https://yoast.com/articles/wordpress-seo/ . For homepage, you can go to “SEO => Titles & Meta => Home” from your WordPress SEO settings.

    Sorry this is beyond our theme boundary and falls under plugin territory

    in reply to: Need Some Minor Fixes #44830
    Sakin
    Keymaster

    @Daniel: If you want to make like that, then you need to add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* Change the width of the site */
    @media screen and (min-width: 1061px) {
        .site { width: 900px; }
        #site-logo { padding-top: 30px; }
        #hgroup-wrap  { padding-bottom: 30px; }
    }
    /* To remove the white space above and below the site */
    .site { margin: 0 auto; }
    /* To center Logo */
    #header-left { text-align: center; width: 100%; }
    #site-logo { float: none; }
    #hgroup-wrap img { display: inline-block; }

    Then let me know other things. Let’s first add this css. Also why do you want to clone it.

    in reply to: Custom CSS for 3 columns layout #44828
    Sakin
    Keymaster

    @fluegasknowhow: I am bit confused about your question as when I check in your site, you are using two column layout. So, what’s this with three columns.

    in reply to: Some changes in html #44827
    Sakin
    Keymaster

    Hello Heinz,

    1. This depends on your WordPress installation not with the theme. So, you need to change your WordPress installation in your language. Looks like you have installed WordPress in English and site in your language.

    2. This we will fix in next version update. This issue is only there when you use Image Slider without link

    3. We will fix this in next version update

    This update are schedule to be release by 29th September, 2014. Please wait for the update. If you have any other issue then let us know and we will fix it.

    Regards,
    Sakin

    in reply to: Home Page – Padding and Margins #44826
    Sakin
    Keymaster

    Hi Jens,

    You can add the following css to center it.

    .widget { text-align: center; }

    Regards,
    Sakin

    in reply to: change hovering #44825
    Sakin
    Keymaster

    @Eric: Sorry not sure what you mean?

    in reply to: Feature Image Slider not updating #44815
    Sakin
    Keymaster

    @Patrice: I will email you personally. As I was able to change it fine in your site.

    in reply to: Feature Image Slider not updating #44781
    Sakin
    Keymaster

    @Patrice: It’s being update. Look I moved your third slider image to fourth one and also added title in your fourth slider. Now sure why it is not being updated when you check in. Maybe your browser/internet as internal cache.

    in reply to: Home Page – Padding and Margins #44778
    Sakin
    Keymaster

    Hi Jens,

    You can remove padding and border in your sidebar widget by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .widget {
        border: none;
        padding: 0;
    }

    Regards,
    Sakin

    in reply to: change hovering #44776
    Sakin
    Keymaster

    @Eric: For recent post widget areas, you can add the following css. But your widgets doesn’t have background color and you will not see the border-radius effect. So, in the following css I have added background color as well.

    .widget_recent_entries {
    	background-color: #de0072;
    	border-radius: 7px 0;
    	-moz-border-radius: 7px 0;
    	-webkit-border-radius: 7px 0;
    }
    in reply to: remove space on top of website #44773
    Sakin
    Keymaster

    Hi Eric,

    You can edit margin-bottom and padding-bottom as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    .site-content article {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

    Regards,
    Sakin

    in reply to: Do I add meta description to logo URL? #44772
    Sakin
    Keymaster

    @Bouncedancer: If you have WordPress SEO by Yoast then you can add meta description for your site Homepage from “SEO => Title & Meta => Home” and for your post and pages from your post and pages seo settings.

Viewing 20 posts - 6,281 through 6,300 (of 14,505 total)