Forum Replies Created

Viewing 20 posts - 12,761 through 12,780 (of 14,505 total)
  • Author
    Posts
  • in reply to: How to change responsive menu colors #7480
    Sakin
    Keymaster

    @fritzhesse: Your site is password protect. So, I cannot view it. Please check it lacostafilmfestival.org

    in reply to: Problem: Header Top SideBar #7479
    Sakin
    Keymaster

    @obiokere: You can add the padding to in header right sidebar as per your need to adjust it. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box
    `
    /* Padding for Sidebar top */
    .sidebar-top { padding-top: 100px; }
    /* For mobile device to remove the padding you have added for Sidebar top */

    @media
    screen and (max-width: 767px) { .sidebar-top { padding-top: 0; } }
    `

    in reply to: How to remove some things #7477
    Sakin
    Keymaster

    @impresnet: By default maximum size is 1040px width but it can support 1140px width. To support 1140px width, you need to remove the white space in left and right by adding following CSS in “Appearance => Theme Options => Custom CSS” box
    `#hgroup-wrap { padding-left: 0; padding-right: 0; }`

    in reply to: Header Help #7472
    Sakin
    Keymaster

    @eric.suth: Thanks and here goes the answer to you.

    1. How do I change the font, size and color of the Tittle and Tagline?
    — Change the size and color code as per your wish and add the following CSS code in “Appearance => Theme Options => Custom CSS” box
    `
    /* For Site Title */
    h1#site-title a { font-size: 45px; color: #444; }
    /* For Tagline */
    h2#site-description { font-size: 14px; color: #666; }
    `

    2. How do I add an image as the header background?
    — I have take your image in sidebar to show you the demo. Change the image as per you need and add the following CSS code in “Appearance => Theme Options => Custom CSS” box
    `#header { background-image: url(‘http://unitiger.net/wp-content/uploads/2013/04/th.jpg’); }`

    3. How do I remove the “Leave a Reply” section out of the Home page and Contact page?
    Click to Read Tutorial and if you are still confused then watch this video, Click to View Video

    in reply to: Color of the footer #7471
    Sakin
    Keymaster

    @iJON: I see that you have already change the color of footer text to blue. But you haven’t change text JON : MDNUZAJR. To change that just add the following CSS in “Appearance => Theme Options => Custom CSS” box
    `#footer span { color: #1569c7; }`

    in reply to: site width #7470
    Sakin
    Keymaster

    @mysterio: I still don’t see problem in your site. The width of the site change in different sizes of screen as it is responsive design. If you don’t want responsive design then you can deactivate it through “Appearance => Theme Options => Responsive Design”.

    in reply to: Mobil issue! #7467
    Sakin
    Keymaster

    @Mickesan: I see that you have activate Jetpack Mobile Theme. Please disable that. Go to Jetpack from your WordPress Dashboard and then deactivate mobile theme.

    in reply to: Social Media Feather #7465
    Sakin
    Keymaster

    @savvageorge: I just install the plugin and check it. It works in both individual post and page. But in Homepage or Category Archive, it will show only if you have set “Show full content” in “Content layout” in Theme Options panel.

    Check your Setting at “Settings => Social Media” and check “Share Post Types” and select both post and page.

    in reply to: Search box on top of header image #7464
    Sakin
    Keymaster

    @Chris: Just add the Search Box in the header and then send me your site url. Then you can add the position absolute to the search box.

    in reply to: Move social links to top of page #7463
    Sakin
    Keymaster

    @qvigour: In Catch Box Pro, you can disable the social icons in footer through “Appearance => Theme Options => Social Links”. Then check “Disable Social Links in Footer”.

    Then you can add the social icons in the “Header Right Sidebar”. To do that just go to “Appearance => Widgets”. Then drag and drop “Catch Box Social Widgets” to “Header Right Sidebar”.

    in reply to: Post page not loading #7461
    Sakin
    Keymaster

    @trentbuzz: Yes the best option is to add the category. I cannot see your setting so it will be difficult to guess it.

    in reply to: Setting static front pages, post pages not showing #7460
    Sakin
    Keymaster

    @karinschultz: When you copy and page from Word, use “Paste from Word” button. See this for more details http://en.support.wordpress.com/microsoft-word/

    in reply to: Setting static front pages, post pages not showing #7459
    Sakin
    Keymaster

    @karinschultz: To show slide in both the blog and homepage you need to edit the code or upgrade to pro version where you have option to enable slider on all pages.

    You have to edit the function simplecatch_sliderbreadcrumb() and simplecatch_scripts_method(), where you have to change is_home() || is_front_page()

    in reply to: featured post slider #7457
    Sakin
    Keymaster

    @gaetano_torrisi: Maybe that is loading issue. Can you let me know when you don’t see the post slider.

    in reply to: Spacing Questions #7456
    Sakin
    Keymaster

    @junkfoodrehab.net: Ok I will try my best to answer your questions.

    1. How do I decrease the spacing between the graphics currently featured in my widgets?
    — Just change the margin bottom as per your wish and add the following CSS in “Appearance => Theme Options => Custom CSS” box
    `.widget-feat-content { margin-bottom: 10px; }`

    2. How do I decrease the space below the menu bar and the content on the page? I tried other css suggestions you gave others and they didn’t work for me.
    — Just change the parting top as per your wish and add the following CSS in “Appearance => Theme Options => Custom CSS” box
    `#main { padding-top: 50px; }`

    3. How do I remove the faint gray border around all the images I’ve posted in the site?
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box
    .featured-image img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { box-shadow: none; }

    4. How do I decrease the line break spacing between the images I posted on http://junkfoodrehab.net/shop/
    — There is so many spaces in that page which is leading to extra tag `

    ` which is making is size increase. So, edit that page delete the extra space. To add new image don’t your Enter much.

    in reply to: site width #7455
    Sakin
    Keymaster

    @mysterio: I don’t see issue in your site, can you show me screenshot or set the header and show it. So, that I can see it.

    Hum, there should be a trick to add the image instead of Homepage Headline. You can just add in the HTML tag and add it. See this: http://www.w3schools.com/html/html_images.asp

    in reply to: Show excerpt #7454
    Sakin
    Keymaster

    @bluezeliablog: The internal server error is die to your permalink settings. Go to “Settings => Permalink” and then set to “Default” and save it. If this solve your issue that mean you have permalink issue and you need to add setting in .htaccess. So, after you set to default you can again set to your custom post, which will show you the setting that need to be added to .htaccess, or if you have permission to write in .htaccess then it will write automatically.

    See this for details information about Permalink http://codex.wordpress.org/Using_Permalinks

    When you set to the excerpt as the option. It will show the image of 644px with and height 320px.

    in reply to: Instagram #7424
    Sakin
    Keymaster

    @neh: Ok sure will add in our to do list for updates.

    in reply to: Background image #7423
    Sakin
    Keymaster

    @christina: Don’t keep high resolution image in the background. It will make the site heavy and load slow. Try to use repeat background or patterns or colors. But if you don’t worry about loading then you can add high resolution image.

    You can add the background image from “Appearance => Background”

    in reply to: Please help…newbie! #7421
    Sakin
    Keymaster

    @K8e: You site is not showing up. Can you check your site url and post it back.

Viewing 20 posts - 12,761 through 12,780 (of 14,505 total)