Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@shawnhi77: Update your theme, Simple Catch latest version 2.0 and you will see the save button.
Sakin
Keymaster@Mapillustrator: If you use Featured Image Slider then it’s all manual and it doesn’t take any media alt tag as this option let you add in the image url even outside of your site. That is just a manual url. But if you use Featured Post Slider then yes it takes in the media alt tags.
Sakin
Keymaster@fidlerten: Please send it though http://catchthemes.com/contact-us/. Username, password and site url.
Sakin
Keymaster@Mapillustrator: I checked your site and you are using Featured Image Slider. Here the image will take the Image Slider Title that you added in your “Theme Options -> Featured Slider -> Featured Image Slider Options”.
Sakin
Keymaster@PMSkita: option to change the location of the social media is available only on Catch Box Pro version. As in pro version there is Social Widget and you can add it in any widget area like header right sidebar, main sidebar, footer sidebar and so on.
Sakin
Keymaster@Mapillustrator: Can you send me your site URL?
Sakin
Keymaster@chukarnold: It’s great that it worked for you. If you like Simple Catch then don’t forget to support by giving review. http://wordpress.org/support/view/theme-reviews/simple-catch
Sakin
Keymaster@chukarnold: It’s great that it worked for you. If you like Simple Catch then don’t forget to support by giving review. http://wordpress.org/support/view/theme-reviews/simple-catch
Sakin
Keymaster@Electricfan: that’s great.
Sakin
Keymaster@@smccave1: Are you still having problem or it is solved.
Sakin
Keymaster@PMSkita: To increase the header image then you need to upload the larger header image. For customization need to add the following CSS in “Custom CSS” box in your Theme Options panel.
/* To change main background color */
#main {
background-color: ##ffffff;
}
/* To change the background color of post wrapper */
.hentry, .no-results, #author-info, #disqus_thread, #content .error404 {
background-color: #ffffff;
}
/* To change header background color */
#branding {
background-color: #ffffff;
}
Sakin
Keymaster@richardcharlesandrews1: Send me the sample screenshot so that I can add it in our to do list for future updates.
Sakin
KeymasterHi Dipesh,
If you want to add the page in your homepage then do it through “Settings -> Reading” then click on A Static page and select the static page you want.
But if you want use the selective posts from categories then do it from “Appearance -> Theme Options -> Theme Settings -> Homepage / Frontpage Category Setting”
Regards,
SakinSakin
KeymasterHi Dipesh,
For showing blog post in your Homepage. Please check in the “Homepage / Frontpage Category Setting” in your Appearance -> Theme Options -> Theme Settings.
For my each blogs, the floating image will be on left side by default. For that you need add featured image in the post. But if you want to make the floating image on the right side then you can add in the following CSS in “Custom CSS” box in your Theme Options:
.post .post-thumb { float: right; }
.post .post-article { margin-right: 4.82%; }
On footer section, there is Site title and then copyright information. You need to upgrade to Simple Catch Pro version to edit the footer text easily. Or you can build child theme and then edit the footer.php on line 17, replace this one <?php bloginfo(‘name’)?>
Sakin
Keymaster@nolimit165: If you want to just adjust the size in the category pages then add the following CSS in “Custom CSS” box in your Theme Options
.archive #main #content .post h2.entry-title { font-size: 34px; line-height:45px; }
But if you want to adjust the title in all pages then just use the following css.
#main #content .post h2.entry-title { font-size: 34px; line-height:45px; }
Sakin
Keymaster@sabine: That post title is necessary for people to view the more post. Do you mean removing it from the homepage. For that you need to build child theme and then customize content.php file.
Replace this
<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( ‘Permalink to %s’, ‘catchbox’ ), the_title_attribute( ‘echo=0’ ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>with:
<h2 class="entry-title"><<?php the_title(); ?></h2>Sakin
Keymaster@Electricfan: Can you send me your site URL so that I can check it.
Sakin
Keymaster@richardcharlesandrews1: If you are talking about adding the author profile in the Posts then you need to add plugin.
Sakin
Keymaster@andrea: if you are talking about hiding the site title then add the following CSS in “Custom CSS” box in your Theme Options
.entry-title { display: none; }
-
AuthorPosts