Forum Replies Created

Viewing 20 posts - 11,321 through 11,340 (of 14,498 total)
  • Author
    Posts
  • 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.

    in reply to: Featured Image Slider is not working #12057
    Sakin
    Keymaster

    @senna: You can just say it worked and it’s fine. Thanks 🙂

    in reply to: Logo positioning #12052
    Sakin
    Keymaster

    @Cherry: To center the logo in your site http://www.wastedcupcakes.com/newsite/. You need to remove the social media icons from that line. or you can just upload the image with the center background. This is image with white space.

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

    @Cherry: Did you try regenerating thumbnail from the plugin that I mentioned you earlier.

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

    @senna: Sorry I don’t see issue with the widget. Looks like you have added widgets in the homepage. Did you activate any new plugin recently. Try disabling that plugin. If the problem still exits then let me know it.

    in reply to: Featured Image Slider is not working #12048
    Sakin
    Keymaster

    @senna: In Catch Mustang theme, there is 5 different type of slider that you can choose from. See this screenshot http://pinterest.com/pin/548594798329874581/
    1. Featured Image Slider
    2. Featured Post Slider
    3. Featured Page Slider
    4. Featured Category Slider

    But only in “Featured Image Slider” you can upload the image and add in your slider. For page and post slider, you need to add the ID and for Category Slier you need to select categories.

    For image slider, after you upload the image. You need to check on the size you want and then click on “Insert Into Post” http://pinterest.com/pin/548594798329798533/

    in reply to: Logo positioning #12045
    Sakin
    Keymaster

    @Cherry: To understand your question, I need to check in your site. So, send me your site URL.

    in reply to: favicon #12044
    Sakin
    Keymaster

    @jennaelgin: I don’t see favicon in your site. For favicon it is recommend to use .ico extension. You can generate facivon from favicon generator like http://favicon-generator.org/

    Also I see that you have installed WP Super Cache plugin. So, after you make changes, you need to clear your cache through Wp Super Cache plugin settings.

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