Forum Replies Created

Viewing 20 posts - 13,961 through 13,980 (of 14,488 total)
  • Author
    Posts
  • in reply to: Social Links #3542
    Sakin
    Keymaster

    @shawnhi77: Update your theme, Simple Catch latest version 2.0 and you will see the save button.

    in reply to: Alt and title tag isn't displayed #3541
    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.

    in reply to: Placing Adsense Ads #3533
    Sakin
    Keymaster

    @fidlerten: Please send it though http://catchthemes.com/contact-us/. Username, password and site url.

    in reply to: Alt and title tag isn't displayed #3529
    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”.

    in reply to: Color changes and social media buttons #3527
    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.

    in reply to: Alt and title tag isn't displayed #3523
    Sakin
    Keymaster

    @Mapillustrator: Can you send me your site URL?

    in reply to: Custom Header Problem #3522
    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

    in reply to: Custom Header Problem #3521
    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

    in reply to: Why are my Featured Slider images transparent #3517
    Sakin
    Keymaster

    @Electricfan: that’s great.

    in reply to: Theme install failed #3513
    Sakin
    Keymaster

    @@smccave1: Are you still having problem or it is solved.

    in reply to: Color changes and social media buttons #3512
    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;
    }

    in reply to: Show Blog Profile Under Posts? #3511
    Sakin
    Keymaster

    @richardcharlesandrews1: Send me the sample screenshot so that I can add it in our to do list for future updates.

    in reply to: Sample Page #3510
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Home Page #3509
    Sakin
    Keymaster

    Hi 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’)?>

    in reply to: Post Header Size #3508
    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; }

    in reply to: Unlink post titles #3506
    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>

    in reply to: Why are my Featured Slider images transparent #3505
    Sakin
    Keymaster

    @Electricfan: Can you send me your site URL so that I can check it.

    in reply to: Show Blog Profile Under Posts? #3504
    Sakin
    Keymaster

    @richardcharlesandrews1: If you are talking about adding the author profile in the Posts then you need to add plugin.

    in reply to: Removal of post titles #3503
    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; }

    in reply to: Color changes and social media buttons #3502
    Sakin
    Keymaster

    @PMSkita: Your site is not opening. It’s shows “Error establishing a database connection”. Let me know once your site is opening and then I will show you.

Viewing 20 posts - 13,961 through 13,980 (of 14,488 total)