Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Mirko034: Yes please wait for new version update. Where the theme will work fine in Version 0.2. From Version 0.2, all page menu and custom menu will work. It will show the select page in the menu and if not found the page then it will show Menu as title. We have already push the theme to update in WordPress.org. So, it depends on the review team to make it live.
After the update, please clear your cache and it will work fine. So, now please wait for use Custom Menu. While using Custom menu add your homepage from “Appearance => Menus” you will see the Pages Box, from there click on “View All” and select Home:Home and click on Add to Menu.
Sakin
Keymaster@krisli: You mean the Header Featured Image. Then go to “Appearance => Theme Options => Header Featured Image Options” box. From there you upload your own image, move the placement or disable it.
Sakin
Keymaster@agon39: Can you show me your site url. It’s must be cache issue and might be loading old css style and that is not hiding it. Can you clear your cache and browse it.
Sakin
Keymaster@Tom Swift: In you are using Catch Everest Pro then, you need to select the image slider from “Appearance => Theme Options => Featured Slider => Slider Options”. There you can select the slider type as Image Slider. Then you will see the “Featured Image Slider” box where you can upload your own image.
See this for screenshot http://pinterest.com/pin/548594798329509357/
Sakin
Keymaster@impresnet: This is IE error and will tell my developers to work on it if that can be solved. But you can just ignore this. This doesn’t do anything in browsing.
Sakin
Keymaster@impresnet: Don’t know when the new version will be released. This process is done by WordPress.org theme team. We just can send the update and they are the once who releases. So, it should be released any day this week. You will get notification in WordPress Dashboard.
Sakin
Keymaster@m.ohare.lyons: There is no white space in your site. You site is full with 978px width. That is the maximum size of Simple Catch Theme.
Sakin
Keymaster@krisli: Are you talking about Homepage Featured Content. The 3 boxes. Then you go to “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”. Just upload the photos and add in the details.
About the spacing with paragraph, it’s designed to fit in various screensizes. So, don’t change this.
Sakin
Keymaster@Elisabetta: Upload the image and it will be fine.
You have missing image. Some of the example of images are below.
http://www.federicoalberati.com/wordpress/wp-content/uploads/2012/06/PB100239-150×150.jpg
http://www.federicoalberati.com/wordpress/wp-content/uploads/2012/06/PB100239.jpg
http://www.federicoalberati.com/wordpress/wp-content/uploads/2012/06/IMG_8309-150×150.jpg
http://www.federicoalberati.com/wordpress/wp-content/uploads/2012/06/IMG_8309.jpgSakin
Keymaster@phaidra.ruck: You just need to login to your Site WordPress and then go to
“Appearance => Theme Options => Custom CSS” and add the following css there.
.form-allowed-tags { display: none; }Sakin
Keymaster@impresnet: IE8 doesn’t support min-width I guess. So just use as
.hentry p { margin-bottom: 20px; }Sakin
Keymaster@cara: Sorry I missed your thread. You should have posted in new thread then it would have been easier for me to see it.
This is responsive design so you need to be careful while you change the stuffs. So, I am giving you the css that changes only for the large screens not for the mobile devices. You can add in the following CSS in “Appearance => Theme Options => Custom CSS” box. For paragraph spacing. You can just add line-height. So more bout css. See this http://www.w3schools.com/css/
@media screen and (min-width: 1060px) {
/* Font for slider text box */
#main-slider .entry-container { font-family: Arial, Helvetica, sans-serif; }
/* Sizes of Box */
#main-slider .entry-container { max-width: 50%; }
/* Font Size for Slider Title */
#main-slider .entry-title { font-size: 30px; }
/* Font Size for Slider Excerpt */
#main-slider .entry-content { font-size: 16px; }
}Sakin
Keymaster@krisli: Oh to change the photo on the slier. Go to “Appearance => Theme Options => Featured Slider”. Then in “Slider Options”, select which slider you want Post Slider or Page Slider or Category Slider or Image Slider.
The easiest one to create in “Image Slider”. So, you can select the image slider.
Then you will see the “Featured Image Slider Options” box where you can upload your own image and add details.
For more information see theme instruction http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@geekpinata: You site looks nice and cool. By the way then you edit theme don’t edit the code theme files like header.php, style.css, functions.php and so on. As this will be overwritten when you update the theme to latest version.
So, the best option to change the layout if by building a child theme and editing the files.
http://codex.wordpress.org/Child_ThemesSakin
Keymaster@Elisabetta: I see that you have added the following css which is not correct
# il branding pulsante searchform {width: auto;}.Please delete that and add the following
#branding .searchform button { width: auto; }Sakin
Keymaster@samoliver: Yes you header image is still small you can increase up to 800px.
Sakin
Keymaster@m.ohare.lyons: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header .logo-wrap { margin-top: 0; padding-left: 0; }
#site-logo a img { max-width: 978px; padding-right: 0; }
#header .social-search { margin-top: -33px; }Sakin
Keymaster@Eugene: You can adjust the following padding as per your need and add it in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1060px) {
#site-logo { padding-top: 50px; }
#hgroup-wrap { padding-left: 50px; padding-bottom: 50px; padding-right: 50px;}
}Sakin
Keymaster@jmott310: Thanks a lot for creating account for me and I am able to find the issue in the site. There was css missing and I have added the following CSS in your “Appearance => Theme Options => Custom CSS” box
#main-slider .entry-title a {
background: rgba(255, 255, 255, 0.7);
color: #222;
display: block;
padding: 10px 25px;
padding: 1rem 2.5rem;
}You can remove this css after the release of new version update. Have a nice day.
-
AuthorPosts
