Forum Replies Created

Viewing 20 posts - 12,741 through 12,760 (of 14,506 total)
  • Author
    Posts
  • in reply to: Social Media Feather #7550
    Sakin
    Keymaster

    @savvageorge: Thanks and have a nice day.

    in reply to: Header Help #7549
    Sakin
    Keymaster

    @iJON: Thanks a lot for your appreciation.

    in reply to: Trouble changing text color of footer #7548
    Sakin
    Keymaster

    @fritzhesse: It’s ok.

    in reply to: Add social media icons to top right of header #7547
    Sakin
    Keymaster

    @oly: Yes after you buy the pro version you can use it for unlimited site. But you cannot resell or redistribute it.

    You can also edit the footer credit through Footer Editor option in Theme Options.

    Yes, if you add the Social Icon. By default it will add to header right section. But in pro version you have more flexibility to use widgets.

    in reply to: Spacing Questions #7533
    Sakin
    Keymaster

    @junkfoodrehab.net: Please remove all extra code in “Custom CSS” box I see lot of dashes like below. This is conflicting.
    `————-`

    Let me know it after you remove those dashes.

    in reply to: Backend errors after theme activation #7532
    Sakin
    Keymaster

    @sboelsma: I need to check your site. So, I will contact you through email. Please response there.

    in reply to: Add 'Home' icon to main menu bar #7531
    Sakin
    Keymaster

    @oly: You can use the Custom Menu through “Appearance => Menu”. Then you will see the Pages box, which shows the most recent pages. Just click on View All tab and it will show Home. Just check the “Home: Home” and click on add to menu. Then it’s done.

    in reply to: Add social media icons to top right of header #7530
    Sakin
    Keymaster

    @oly: You can add widget Catch Everest: Social widget to Header Right Sidebar. But this option is only available in Pro version. If you are using free Catch Everest theme then you need to upgrade to Catch Everest Pro theme.

    See this for additional features added in Catch Everest Pro version http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Right Header Sidebar & Paragraph Spacing #7529
    Sakin
    Keymaster

    @jocatman: I can see the header image is responding to small size. Your header image is small so it is responding only after screensize below 700px. You can scroll down your browser and check it.

    To reduce the space on the body text of pages and blogs, you have to change the css for all responsive screen. So, I don’t recommend it.

    If you ad the following CSS in “Appearance => Theme Options => Custom CSS” box, it will reduce for all screen. So, be aware of this
    `p { margin-bottom: 30px; }`

    If you want to change for different screen size then add individually to all these sizes.
    `

    @media
    screen and (min-width: 1190px) { p { margin-bottom: 40px; } }

    @media
    screen and (max-width: 1060px) { p { margin-bottom: 20px;} }

    @media
    screen and (max-width: 960px) { }

    @media
    screen and (max-width: 767px) { }

    @media
    screen and (max-width: 480px) { }

    @media
    screen and (max-width: 320px) { }
    `

    in reply to: slider images width change randomly #7528
    Sakin
    Keymaster

    @Afsoon: Can you send me your site url and also send me screenshot of the problem. I need to see it to understand what are you trying to say. Then image should be working fine. But yes if you upload larger image in the slider it will crop to the exact size of Width: 1140px and Height: 450px.

    If you are using custom header logo, just upload your logo and then don’t crop and publish it. Also when you upload more then one image. Don’t click on Random. It will show you random image.

    See Theme Instruction for more details: http://catchthemes.com/theme-instructions/catch-everest

    in reply to: Floated images display incorrectly in edit window #7526
    Sakin
    Keymaster

    @steve519: Looks like you have issue with content editor css. Catch Everest don’t have content editor. You can try it by importing editor-style.css from twenty eleven to you child theme.

    in reply to: Trouble changing text color of footer #7525
    Sakin
    Keymaster

    @fritzhesse: Again your site is password protected. I am giving you code on the assumption that you are using Catch Everest theme and haven’t change any code. You can change the color code and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `
    /* For Footer Text Color */
    #site-generator { color: #999; }
    /* For Footer Link Color */
    #site-generator a { color: #ddd; }
    `

    in reply to: Navigation #7493
    Sakin
    Keymaster

    @karinschultz: For menu, you can use Custom Menu through “Appearance => Menu” which give total flexibility in creating menu.

    I don’t get it what do you mean by “I do want the page title to appear as the first line in the content” Can you show me the example of what you don’t want.

    in reply to: How to change responsive menu colors #7492
    Sakin
    Keymaster

    @fritzhesse: Don’t edit style.css as the changes in style.css will be overwritten when you update the theme. So, please add the css in “Appearance => Theme Options => Custom CSS” box.

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

    @K8e: Thanks, now I can see your site.

    1. One of my featured slider pics won’t stay the size I specified. The first picture is perfect. The second one isn’t. Please help?
    — Your first image size is good but your send image size is small. Replace the the larger image and it will be fine.

    2. Can I add a slideshow of pictures in my gallery page? Otherwise if I can’t, how can I put several pictures on the page without it looking organized. Would like it in Rows if can’t add a slideshow.
    — To add slideshow of picture in your gallery pages. You have to install plugin. Try searching for gallery and image plugins at http://wordpress.org/extend/plugins/

    3. How can I get the text codes near the footer to go away?
    — Which text codes are you talking about?

    in reply to: How to change responsive menu colors #7488
    Sakin
    Keymaster

    @fritzhesse: Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `
    .sb-holder { background-color: #000; }
    .sb-selector:link, .sb-selector:visited, .sb-selector:hover { color: #fff; }
    `

    in reply to: Few Questions Sidebar and Font #7487
    Sakin
    Keymaster

    @Dave.82: Adjust the following margin and padding as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `
    #main { padding-top: 50px; }
    .entry-header { margin-bottom: 30px; }
    .site-content article { margin-bottom: 50px; }
    `

    in reply to: Services in Menu #7486
    Sakin
    Keymaster

    @jobregonz: First you have to add Services post from your WordPress Dashboard. “Services => Add New” Then this will show you.

    Also looks like you have haven’t setup your Permalink. Please set that through “Settings => Permalinks”. You can see this for more details http://codex.wordpress.org/Using_Permalinks

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

    @Chris: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `
    .logo-wrap { position: relative; }
    .sidebar-top { position: absolute; right: 10px; top: 10px; width: 32.5%; }
    .sidebar-top .widget { background-color: transparent; }
    `

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

    @karinschultz: I just check in “Breadcrumb Nav XT” plugin in Simple Catch Theme and it is working fine for Category but I don’t know what you did for settings in “Breadcrumb NavXT Settings”.

    The changes I asked you is but complicate for slider. You need to know the coding of Php and WordPress functions. So, you need to get developer to edit that.

Viewing 20 posts - 12,741 through 12,760 (of 14,506 total)