Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@golfer300: you need to add though Custom Header feature of WordPress. Go to “Appearance -> Header” and then in select image option upload your image. See this for detail instruction http://en.support.wordpress.com/themes/custom-header-image/
Sakin
Keymaster@bobbafett: For padding, you can adjust the padding by adding the following css in your “Custom CSS” box in theme options. You can adjust the value as per your need.
/* You can decrease the padding top for #main wrap */
#main { padding-top: 2em; }
/* For post title padding */
.entry-header hgroup .entry-title { padding-top: 15px; padding-bottom: 10px; }
/* For content below the title */
.entry-content, .entry-summary { padding-top: 2em; }
For adding dynamic subtitle then you need to add plugin or build custom meta box and then add value in in content.php, content-single.php and content-page.php. So this one is quite complicate. You might need to find the theme which has this options.
Sakin
Keymaster@bobbafett: You can change the attribute for p in custom css box.
p { line-height: 1.625; margin-bottom: 2em; }
Sakin
Keymaster@AiD: It’s is loading fine. The slide will cycle only after loading the content and scripts.
Sakin
Keymaster@AiD: I checked the source of your site and you have added the link color by adding the following code in custom css box in your theme options
#main a{color:#444;}
. You can change that.Sakin
Keymaster@regalaffair: You have added the css
.news-2 .featured-slider {display: none;}
. But you are supposed to add.blog #slider { display: none; }
Sakin
Keymaster@paigeohliger: Sorry the current version of Catch Mustang doesn’t support HTML link tag. It’s only for the slogan.
Sakin
Keymaster@VGMike: For any changes on the site. Don’t change in the core theme file. You can change the design through the Theme Options panel and Custom CSS. Further, if you want to customize the functions then you can build child theme and do the customization. If you do this way then you cahnges will remain even while you perform upgrade.
Upgrades are recommended but not compulsory. As upgrade fixes the patches and addes new features and language additions.
Sakin
Keymaster@mangogear: Yes then you can change the image social-profile.png in your theme image folder.
Sakin
Keymaster@yayomay: Are you still haveing problem with the installation. I see that you have successfully installed Simple Catch Pro theme in yayornay.us
Sakin
Keymaster@mangogear: Are you talking about Social Icons like Facebook and Twitter. Then you can edit the image social-profile.png in your theme image folder.
Sakin
Keymaster@Abbtt: All content and settings will be same and many added settings that you might feel comfortable working with. If you have worked with Custom CSS then that will not be valid for pro version much. You need to add different custom css. But I am here to help you out if you need any custom css.
So, in general most of the things will be carry over but few will not as Simple Catch Pro theme structure is different. It is build in HTML5, CSS3 and Responsive Design.
Sakin
Keymaster@mangogear: Your site URL please?
Sakin
Keymaster@mwjohnston1:
About your Photo Gallery slideshow yes you need to try in Plugin http://wordpress.org/extend/plugins/ . May be you can try in NextGEN Gallery or any other plugin.
Also, can the Featured Slider be used just for photos? If so, how so, as its edit page takes one to the list of posts…And can it be moved from directly under the header? Thank you for your patience…!
— You are using Catch Box free theme where you have option to add Featured Post Slider. You need to add in the post and then the featured image in the post. See this for instruction http://catchthemes.com/theme-instructions/catch-box/ . But if you want only image then you need Featured Image slider which is there only in Catch Box Pro version.Sakin
KeymasterHello Abbott,
About your questions:
1.) Can you use an image different from the one used as an article’s thumbnail (Featured Image that shows up with the article in the homepage archives) as the image in the Featured Slider simultaneously? Here’s what I’m working with now (http://14thstreetoats.com/) and I’d like to have more variety as far as imagery goes on the homepage.
— Sorry this theme has Featured Post Slider which take the Featured Image posted in the posts. You might want to upgrade to Simple Catch Pro theme where you have option to use Featured Image Slider independent of posts. Where you can upload image of any choice, add title, description and links all optional.2.) Is there anyway to get rid of the grid overlay that seems to be apparent on all of the images in the Slider or is that always there?
— For this you can disable it from “Theme Options -> Featured Post Slider -> Slider Effect Options” There check the box “Disable Slider Background Effect”.3.) I know the preferred width of the image is ~978px, but is there a preferred height that I should keep in mind to make sure the image aligns correctly? I have vertically oriented images up in the featured slider now the work well with the thumbnails, but not well with the featured slider.
— It’s mentioned in theme instruction http://catchthemes.com/theme-instructions/simple-catch . For featured post slider it’s Width: 976px and Height: 313pxRegards,
SakinSakin
Keymaster@kpalmer29852: Free Simple Catch Version only have Featured Slider in Home. If you want easy option of just a click in Theme Options panel then you need to upgrade to Simple Catch Pro Theme.
But if you know php then you can build child there of Simple Catch Theme and the just customize the function simplecatch_sliderbreadcrumb()
Sakin
Keymaster@kpalmer29852: Please add in your Site URL so that I can see what you mean. If you are talking about removing the post that is already in the Slider not to show in homepage. Then you can you can check Exclude Slider post from Home page posts in your Slider Options.
Sakin
Keymaster@paigeohliger:
/* For Background Color */
input[type="text"], input[type="password"], textarea {
background: none #fffcef;
}
/* For Hover Color */
input[type="text"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
textarea:hover {
background-color: #fff;
}
/* For Focus Color */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
background-color: #eee;
}
Sakin
Keymaster@paigeohliger: You can just delete the starting div that is <div class="copyright"> and ending div that is </div> in your footer editor.
-
AuthorPosts