Forum Replies Created

Viewing 20 posts - 6,281 through 6,300 (of 14,497 total)
  • Author
    Posts
  • 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.

    in reply to: Custom CSS and Centering Header #44771
    Sakin
    Keymaster

    @macwebster: Thanks for your appreciation. Cheers 🙂

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

    Hi Jens,

    Can you post in your site URL and then I will check in and send you the css to change the widget padding and borders.

    Regards,
    Sakin

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

    @Danielle: try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    #masthead.fixed-header { position: relative; }

    in reply to: Borders around pictures #44697
    Sakin
    Keymaster

    @Kim: To remove the border in your sidebar, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .widget_image img { border: none; }

    Sorry I don’t get it what you mean. Yes, I am the main developer of this theme. If you are taking about hire a customizer then yes, this is our partner not us. They have partner with us to help in customizing. They are expert in customization. But they have been responsive. Let me know what did you ask then I can ask them as well.

    in reply to: Footer-Editor-Option [footer-image] #44696
    Sakin
    Keymaster

    @Dirk: So you are using Catch Evolution Pro theme and you are trying to upload image in footer. Can you give me more information, like where in the footer you want to add in image. If you want to add in Footer Area One, Footer Area Two and so on then you can go to “Appearance => Widgets”. Then go to “Appearance => Widgets” and drag and drop “1. Catch Evolution Adspace Widget” to Footer Area and then add image URL there.

    If you want to add in Footer Copyright through Footer Editor options. Then you need to use HTML code to add image. See this http://www.w3schools.com/html/html_images.asp

    It will be like
    <img src="your image url" alt="Give name to image" />

    in reply to: Cannot update social links #44692
    Sakin
    Keymaster

    @Michael: Can you update your Catch Evolution Pro theme to latest version and then change link in Social Theme Options. If that still doesn’t work then let me know it. I will need to check in details.

    in reply to: Footer-Editor-Option [footer-image] #44691
    Sakin
    Keymaster

    @Dirk: Sorry I don’t get it what you mean. Can you explain in reference with your site URL. we don’t have [footer-image]. What you want to do after adding image from “Media => Add New”.

    in reply to: width question #44679
    Sakin
    Keymaster

    @mindiapolis: You can reduce the space between social media icon and footer contact information but cannot be made in same line.

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