Forum Replies Created

Viewing 20 posts - 11,161 through 11,180 (of 14,509 total)
  • Author
    Posts
  • in reply to: Image From URL #12604
    Sakin
    Keymaster

    @aaronborrego: You need to upload the image from your post and set it as “featured image”. See this screenshot http://pinterest.com/pin/548594798329948788/

    For more read about featured image at http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    in reply to: Homepage Featured Content Options #12603
    Sakin
    Keymaster

    @jbprins: can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    #featured-post img { box-shadow: none; }

    in reply to: social icons UPON the header featured image #12602
    Sakin
    Keymaster

    @businessbabes: Thanks for your appreciation

    1. You can add social icons only in various Sidebars, such as header top sidebar, header right sidebar, main sidebar, footer sidebar and all. But for other places you need to build child theme and add though action hook. So, for this you might need to hire developer to customize it for your.

    2. Catch Everest Pro doesn’t have breadcrumbs by default. So, it must be though plugin. Just disable the Breadcrumb plugin.

    3. I don’t understand this. Can you upload the screenshot image anywhere and send me the link of screenshot describing the area that you want to diminish.

    4. It has active as well see the demo http://catchthemes.com/demo/catch-everest/

    It’s very difficult for me to support you without the site URL. So, best option will be to upload it in demo sever and send me the site URL.

    in reply to: Full width #12601
    Sakin
    Keymaster

    @Marianne: Featured Post Slider has the limitation of 987px width. So, you can just make it full width. For this first you need to have larger image in the post and then customize the css. So, better hire developer for this task.

    in reply to: Reduce and remove empty space #12600
    Sakin
    Keymaster

    @PierreLuc3E: Modifying Catch Everest Free Theme. But it depends on how you have used Catch Everest in your Theme.
    1 – remove the grey band above the Header
    — You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .site { margin-top: 0; }
    2 – reduce the white space before and after the Logo
    — You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #site-logo { padding-top: 0; }
    #hgroup-wrap { padding-bottom: 0; }

    3 – reduce the white space before and after the Featured Post Slider
    — For this I need your site URL
    4 – reduce the white space before and after the Homepage Headline
    — You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #homepage-message { margin-top: 0; }

    in reply to: Upgraded Theme #12592
    Sakin
    Keymaster

    @Anusha: You can download the previous version but previous version also will not have your edited file. That is why you should never customize core theme files.

    in reply to: Upgraded Theme #12588
    Sakin
    Keymaster

    @Anusha: Oh you shouldn’t change any core theme files like style.css, functions.php, index.php and all. As all the customization made in core theme files will be reverted back to the latest version when you update the theme. So, all the customization should be done through Theme Options panel. For CSS changes you can add it in “Appearance => Theme Options => Custom CSS” box. Further, if you want to customize the functions then you need to build child theme and edit the function.

    in reply to: Creating Child Theme for Simple Catch Pro #12584
    Sakin
    Keymaster

    @k.capelli: the site now looks fine to me. Can you refresh your browser to clear the cache and you will see your site as fine.

    in reply to: Creating Child Theme for Simple Catch Pro #12580
    Sakin
    Keymaster

    @k.capelli: I couldn’t find the style.css of your child theme http://www.thelostlondoner.com/wp-content/themes/Simplecatchprochild/style.css

    Maybe your server doesn’t take capital letter. So, can you change your child theme directory from Simplecatchprochild to simple-catch-pro-child

    in reply to: Home page: Second language #12574
    Sakin
    Keymaster

    @richemont: Can you ask in qTranslate plugin forum and let me know what plugin author tell you to do it.

    in reply to: Rss Feed #12573
    Sakin
    Keymaster

    @Bill Pagonas: Sorry I don’t have this answer. Maybe try in WordPress Forum at http://wordpress.org/support/forum/plugins-and-hacks where there will be lot of people trying to answer your question

    in reply to: Logo positioning issue #12572
    Sakin
    Keymaster

    @richemont: The logo is positioned though padding so you have to adjust that. For left you have to reduce the padding left and for top you need to reduce padding top.
    So, adjust the padding as per you need and add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For left padding */
    #hgroup-wrap { padding-left: 50px; }
    /* For top padding */
    #site-logo { padding-top: 50px; }
    in reply to: Creating Child Theme for Simple Catch Pro #12571
    Sakin
    Keymaster

    @k.capelli: Your style.css of child theme looks fine. Do you have Simple Catch Pro theme there was well. The site come blank with text all over the place, only when the child theme doesn’t find the parent theme style.css

    Can you activate your child theme and send me your site URL?

    in reply to: Header right section #12570
    Sakin
    Keymaster

    @Yennyram: You are option to add text in header right section only in Catch Everest Pro theme. There are lot more cool features, see this http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Upgraded Theme #12569
    Sakin
    Keymaster

    @Anusha: I am not sure what do you mean. Can you explain what’s not working after update.

    in reply to: Responsive Header & Width #12567
    Sakin
    Keymaster

    @maklbacon:
    1. About the header right social icons and search. It is designed that way. Can you send me screenshot of how you want to make it in your mobile devices and which device you use.

    2.You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media
    screen and (min-width: 1100px) {
    .site { width: 950px; }
    #primary { width: 550px; }
    }

    in reply to: How can i delete the colon from my slider #12566
    Sakin
    Keymaster

    @ashrafashraf: Your site looks nice. Thanks for using our theme and making such a beautiful and clean site. Have a nice day.

    in reply to: Showing PDF to download #12565
    Sakin
    Keymaster

    @actiondreamer: Once you upload the file. You need to change link to Media File. See the screenshot http://pinterest.com/pin/548594798329944610/

    in reply to: How can i delete the colon from my slider #12561
    Sakin
    Keymaster

    @ashrafashraf: If you are satisfied with the free one then you don’t need to upgrade to pro version. Catch Box Pro version have lot more additional features. If you haven’t change any core theme files then it will work fine.

    in reply to: duplicate main menu #12560
    Sakin
    Keymaster

    @Lolley: You don’t need to copy functions.php in your child theme. You just need to create functions.php file and that that code in your child theme functions.php file.

Viewing 20 posts - 11,161 through 11,180 (of 14,509 total)