Forum Replies Created
-
AuthorPosts
-
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.
Sakin
Keymaster@jmott310: I am mostly traveling so I don’t have fixed IP address. So, I will email you. Then you can create WordPress account for me and then you can make your site visible to login users only. In this way, I can even look at the issue in details with your server.
Sakin
Keymaster@burgdani: Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to show the hidden title in slider
.featured-slider .page .entry-title { display: block; }The featured page slider will take the title, excerpt and featured image from the page. You cannot add extra elements. If you want to add extra text and all why don’t you use “Featured Image Slider”.
May 4, 2013 at 6:05 pm in reply to: Header Options: Additional option to move logo position up and do #8443Sakin
Keymaster@paulinepkehoe: That is option that I told you is when you have Site Title, Tagline and Header Image.
To reduce the space around the header/logo you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1060px) {
/* Top padding */
#site-logo { padding-top: 50px; }
/* Left, right and bottom padding */
#hgroup-wrap { padding-left: 50px; padding-right: 50px; padding-bottom: 50px; } } -
AuthorPosts
