Forum Replies Created

Viewing 20 posts - 11,321 through 11,340 (of 14,505 total)
  • Author
    Posts
  • Sakin
    Keymaster

    @udisa: You can add the following css in “Appearancec => Theme Options => Custom CSS” box.
    .sidebar-top .widget { margin-bottom: 0; }

    in reply to: Changing Post Header Font colour #12121
    Sakin
    Keymaster

    @Harry454: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #main-slider .entry-title { display: none; }

    in reply to: Second menu bar and big empty space #12120
    Sakin
    Keymaster

    @Bill Pagonas: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-content, #branding .logo-wrap { margin: 0; }
    #site-details, #sidebar-top  { display: none; }
    in reply to: Need help with sticky post on homepage #12119
    Sakin
    Keymaster

    @sobujbd: Oh Ok. You can build child then and then copy the function simplecatch_loop() in your child theme functions.php and add the thumbnail.

    in reply to: Theme is not tablet ready! #12118
    Sakin
    Keymaster

    @iemotion: Send me our site URL and let me know what you want? Then I can can check in. If you want you can load the mobile menu in the tablet as well.

    in reply to: Widgets not working in Catch Mustang #12111
    Sakin
    Keymaster

    @senna: Yes you can reply me directly in my email.

    in reply to: Image slider not working on iPad/iPhone #12110
    Sakin
    Keymaster

    @MrJonnyJones: I don’t know about it. Why do you want o use video.js in your this theme. We already have responsive video support.

    in reply to: Need help with sticky post on homepage #12109
    Sakin
    Keymaster

    @sobujbd: I don’t get it what you mean. You don’t need to add the media individually in the single post. You can also mass upload the media from “Media => Add New” in your WordPress Dashboard. Then you can add the link in your post or you can just upload the gallery in the post.

    in reply to: Need help with sticky post on homepage #12087
    Sakin
    Keymaster

    @sobujbd: When I check in your site and sticky post “Bangla Movie Chowringhee (1968) Review”. I see that in content, you have lot of empty <p></p> tags. So just edit that post in text mode and remove the extra <p></p> tags

    Sakin
    Keymaster

    @dario.dlrnz: This look your server related issue and you can ask your hosting server.
    If this is giving you problem then you can remove the updater in your functions.php, delete code

    // Load up our new theme update notifier 
    require( get_template_directory() . '/update_notifier.php' );
    in reply to: Menu bar colour change #12085
    Sakin
    Keymaster

    @lynzikate: You can change the color code as per your need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* Active/ Current Menu Item Background Color */
    #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a {
        background-color: #000;
    }
    /* Hover Menu Item Background Color */
    #header-menu ul.menu li:hover > a,
    #header-menu ul.menu a:focus {
    	background-color: #2d2d2d;
    }
    in reply to: Changing Post Header Font colour #12084
    Sakin
    Keymaster

    @Harry454: Just change the color code as per you need and add the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-header .entry-title { color: #222; }

    in reply to: Homepage Headline removal #12083
    Sakin
    Keymaster

    @Hank: There is easy option in “Appearance => Theme Options => Homepage Settings => Homepage Headlines Options”. Then check to disable “Disable Homepage Headline”.

    in reply to: Change heading text and removing comment section #12082
    Sakin
    Keymaster

    @adongol: I am not sure what do you mean by Heading text. Do you mean the title of the page and post. There in easy to use Font Family Options and color Options in Catch Everest Pro theme. But for free theme, you need to add CSS in “Appearance => Theme Options => Custom CSS” and adjust it.

    When you add css, make sure it is compatible with the Mobile devices, especially the font size.
    .entry-header .entry-title { font-family: sans-serif,Arial; font-size: 30px; color: #222; }

    How can I remove the comments section of the page?
    — You can remove comments section of the page from “Edit Page” discussion box. There you have to uncheck Allow Comment. See this http://en.support.wordpress.com/enable-disable-comments/

    Is it possible to remove the white arrows on the featured image on the front page (I only have one image)
    — You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #slider-nav { display: none; }

    in reply to: Image slider not working on iPad/iPhone #12081
    Sakin
    Keymaster

    @MrJonnyJones: This is strange. Can you tell me the customization you have done. Maybe there is conflict with your customization or with the plugin you have installed.

    So first try disabling plugins and check in.

    in reply to: Second menu bar and big empty space #12079
    Sakin
    Keymaster

    @Bill Pagonas: Sorry there is no option to add second menu in this theme. You need build child theme and do the customization.

    Sorry, what type of space are you talking about? I don’t see much space. Can you explain it.

    in reply to: Theme is not tablet ready! #12078
    Sakin
    Keymaster

    @iemotion: I just check in with the iPad and it is working fine. When I just do single touch on Sample Page, it shows the child pages HTML Elements, Page Without Comment and Page With Comment. To Open Simple Page, I need to touch two times.

    in reply to: Gallery thumbnail sizing inconsistencies #12077
    Sakin
    Keymaster

    @Cherry: That is thumbnail image which you can set it from “Settings => Media”. After you setup just regenerate thumbnails from the plugin.

    in reply to: Change language #12076
    Sakin
    Keymaster

    @Marianne: No I haven’t received any email from you. I have just send you an email.

    in reply to: Widgets not working in Catch Mustang #12059
    Sakin
    Keymaster

    @senna: Ok I will contact you though email as I need to check your site admin section.

Viewing 20 posts - 11,321 through 11,340 (of 14,505 total)