Forum Replies Created
-
AuthorPosts
-
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
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.
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.
Sakin
KeymasterHello 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,
SakinSakin
KeymasterHi Jens,
You can add the following css to center it.
.widget { text-align: center; }Regards,
SakinSakin
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.
Sakin
KeymasterHi 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,
SakinSakin
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; }Sakin
KeymasterHi 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,
SakinSakin
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.
Sakin
Keymaster@macwebster: Thanks for your appreciation. Cheers 🙂
Sakin
KeymasterHi 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,
SakinSeptember 25, 2014 at 12:49 am in reply to: adding more space between the header image and featured content #44700Sakin
Keymaster@Danielle: try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#masthead.fixed-header { position: relative; }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.
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" />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.
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”.
Sakin
Keymaster@mindiapolis: You can reduce the space between social media icon and footer contact information but cannot be made in same line.
-
AuthorPosts
