Forum Replies Created

Viewing 20 posts - 10,041 through 10,060 (of 14,497 total)
  • Author
    Posts
  • in reply to: Text Size on Homepage Sub Headline #16244
    Sakin
    Keymaster

    @Susie: Do you mean the site tagline? I am confused what do you mean by sub-header. Either you send me your site URL or tell me in reference to our demo site. For now, I assume that you are using Catch Box Pro theme and you want to change the tagline. In this case you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box. You can adjust the font size as per you need but don’t make it too large as it will effect the mobile devices font size.
    #site-description { font-size: 14px; }

    in reply to: Set header background to invisible #16243
    Sakin
    Keymaster

    @Sihedow: It’s very difficult to give you solution without looking at your site. I assume that you are using Catch Box Free theme with default. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #page { background: none transparent; }
    #branding { background-color: transparent; }
    in reply to: on line marketing #16241
    Sakin
    Keymaster

    @ashrafashraf: You question is again of plugin section. See this http://stackoverflow.com/questions/4524612/remove-profile-admin-menu-from-administrative-panel, you can add “Profiless” plugin.

    in reply to: Sidebar Headline backroundcolour #16240
    Sakin
    Keymaster

    @silentcall: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #secondary .widget { padding-top: 0; }
    #secondary .widget-title { background-color: #000; border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; padding-top: 0.5em; }
    #secondary .widget_search form { padding-top: 0.5em; }
    in reply to: navigation bar #16239
    Sakin
    Keymaster

    @karinschultz: Nice 🙂

    in reply to: Widgets in the wrong place?! #16237
    Sakin
    Keymaster

    @jsegal: I just check in your site and it looks perfect for me. From which devices and browser you check in. If you are checking from iPad then it’s designed that way. It’s a responsive design and or ipad to make it easy to read we have move the sidebar to down.

    Can you confirm please?

    in reply to: Widgets in the wrong place?! #16220
    Sakin
    Keymaster

    @lizzy39: This plugin OIK css is conflicting with our theme. This css http://www.global-gurus.com/wp-content/plugins/oik/oik.css?ver=3.6.1.

    So, can you just disable that plugin and it will work fine.

    in reply to: Turn off mobile layout and change name on "home" #16219
    Sakin
    Keymaster

    @Fredrik: You can turn off mobile/ipad view that is called Responsive design from “Appearance => Theme Options => Responsive Design”

    For menu, just use Custom Menu from “Appearance => Menus” and then you can change the label as per you need. See this for custom menu http://en.support.wordpress.com/menus/

    in reply to: Having problem with posts and categories! #16218
    Sakin
    Keymaster

    @Greenmunchies: Sorry I don’t understand your question. Looks like your question is more about the post and categories.

    I see that you have added Page name “Organic” and you have category name “Organic” and I think you are confused with page and post.

    The new post that you have added in the Organic category will be visible in Organic category. See this http://www.greenmunchies.net/category/organic/ . If you want to add this in menu. Then you can build custom menu from “Appearance => Menus” and add categories.

    in reply to: Hide Tags and Post Meta #16199
    Sakin
    Keymaster

    @xyzods: Ok you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta { display: none; }

    in reply to: Add Image Button Homepage Featured Content Not Working #16198
    Sakin
    Keymaster

    @cliffdavidson: Sorry option is only there is Pro version.

    in reply to: Line Spacing & Full Justification of text #16197
    Sakin
    Keymaster

    @xyzods: Justifying the paragraph in website is not a good practice. But if you want to do that. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .site-content article { text-align: justify; }

    in reply to: delete footer #16196
    Sakin
    Keymaster

    @Norman: If you want to get rid of footer text then you can remove the text from “Appearance => Theme Options => Footer Editor”.

    If you are talking about something else then send me your site URL and explain what you want to remove it.

    in reply to: featured post slide #16195
    Sakin
    Keymaster

    @Enrico: Looks like there is conflict with your plugin. Please check in you need to update any plugin. If it doesn’t get fixed after you update all the plugins, then try disabling plugins. Try with slider and image plugins like Next Gen and all.

    Let me know it, if you need further help on this.

    in reply to: Images in Posts not Displaying #16194
    Sakin
    Keymaster

    @donal.leader: It looks like you have added Featured Image in your post. You need to add featured image. See this on how to add featured image http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    in reply to: remove default border from images #16182
    Sakin
    Keymaster

    @rbrt_bene: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page-id-1873 #main .entry-content img { box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }

    in reply to: remove default border from images #16180
    Sakin
    Keymaster

    @rbrt_bene: I need those page urls.

    in reply to: Few Questions #16179
    Sakin
    Keymaster

    @Fergie: You have lot of customization and for that you need to hire customizer.

    — You cannot add solid line around the header as it covers the slider as well. If you want to add then you have to add for whole header area by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For Header */
    #header .layout-978 { border: 1px solid #ccc; }
    /* For Blog Title */
    h1#site-title { border: 1px solid #ccc; }
    /* For Sidebar */
    #sidebar { border: 1px solid #ccc; width: 304px; }

    — You an add the custom menu and then you need to create empty parent link with just # or blank from “Appearance => Menus”

    ProximaNova-Light is not a free font or google font to use in the theme. If you have license of the them then you have to add it manually.

    in reply to: Sidebar Headline backroundcolour #16177
    Sakin
    Keymaster

    @silentcall: Send me your site URl and then I will check in.

    in reply to: Padding around logo and search bar removal #16175
    Sakin
    Keymaster

    @peterson89: Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-content { display: none; }

Viewing 20 posts - 10,041 through 10,060 (of 14,497 total)