Forum Replies Created

Viewing 20 posts - 13,961 through 13,980 (of 14,494 total)
  • Author
    Posts
  • in reply to: Dimensions of Columns #3560
    Sakin
    Keymaster

    @Abbtt: Please be cause about your css changes. Then increase the width by following css:
    #main #content img { max-width: 940px; }

    in reply to: Page order #3553
    Sakin
    Keymaster

    @TabithaHofmeijer: Are you talking about the pages in your menu. Then there is cool drag and drop “Custom Memu” function of WordPress. Read this http://en.support.wordpress.com/menus/

    in reply to: Page title/ heading color change #3552
    Sakin
    Keymaster

    @alday_j: Great. When you do any customization on CSS don’t edit style.css. Just add the custom css in “Custom CSS” box in your Theme Options panel.

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

    @Mapillustrator: It takes Site Title for the Logo URL. This is for SEO and as per the theme guideline. So, please add in Site Title in “Settings -> General” panel of your WordPress Dashboard. Then id you want to hide for visitors then Disable it from “Appearance -> Theme Options -> Design Settings -> Logo Options”, Check option for disable Disable Site Title.

    in reply to: tinyNav & default header text… #3544
    Sakin
    Keymaster

    @1959LPS: This theme is designed to add the selected menu as the header. If you want to user default tinynav then get it from http://tinynav.viljamis.com/. Where you can build child theme and then wp_dequeue_script() to catchbox-menu script and wp_enqueue_script() to add new tinynav.

    in reply to: Blog vs. News page #3543
    Sakin
    Keymaster

    @mwjohnston1: You can add the category “News” and post the articles in News category. Just like here in Demo we have post articles in “Uncategorized” category. http://catchthemes.com/demo/catchbox/category/uncategorized/.

    For menu you can use Custom menu and can add any pages, posts, categories, in sidebar or in the any menu positions. See this for custom menu http://catchthemes.com/demo/catchbox/category/uncategorized/

    For disabling the Comment box. See this http://en.support.wordpress.com/enable-disable-comments/

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

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