Forum Replies Created

Viewing 20 posts - 11,701 through 11,720 (of 14,494 total)
  • Author
    Posts
  • in reply to: Removing second line in slider #10941
    Sakin
    Keymaster

    @Nixos: Upgrading from Catch Everest Free theme to Catch Everest Pro theme is pretty smooth. Yes, all your settings will be migrate to pro version as well. As this pro version is just addition to the free version. You can see the list of added features at http://catchthemes.com/themes/catch-everest-pro

    You can buy Catch Everest Pro theme from http://catchthemes.com/themes/catch-everest-pro

    in reply to: Edit Size of Featured Content Box #10940
    Sakin
    Keymaster

    @svoelker: You can upload the image in your site or any storage devices such as drop-box, pinterest and Flickr and all. Then post the URL here.

    in reply to: Header and Writing on Featured Post Slider #10939
    Sakin
    Keymaster

    @Raminder: Thanks for your appreciation. If you are satisfied with the code inside your editor. That is fine. You don’t need to replace with the css.

    Let me know what you want to do. Then just create that and let me know where to add the border and details. Then I will send you the css.

    in reply to: W3C Validation – hgroup and not registred keyword #10938
    Sakin
    Keymaster

    @PAM: I guarantee that it will not effect your SEO. You can check in the WordPress.org themes. All themes have same issues and we are discussing about that.

    Sakin
    Keymaster

    @Luis: Really sorry for that and thanks for letting up know. We will fix that in upcoming version. For now you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .widget {
        background-color: #62f53d;
    }
    in reply to: Removing second line in slider #10919
    Sakin
    Keymaster

    @Nixos: You can just show the title and remove the content in the slider by adding the following css in “Appearance => Theme Options => Custom CSS” box to hide it.
    #main-slider .entry-content { display: none; }
    But if you just want to limit the text. Then you can control it though your excerpt box in the post. See this http://en.support.wordpress.com/splitting-content/excerpts/

    Add the following css to change the color of arrow in the slider
    #slider-nav a { color: #ff6600; }

    Add the following css to change the color of text in the slider
    .entry-header .entry-title a, #main-slider .entry-content { color: #ff6600; }

    Sakin
    Keymaster

    @Luis: You can change the background color of the widgets through “Appearance => Theme Options => Color Options”. Then change the color code of Widget Background Color”.

    in reply to: Edit Size of Featured Content Box #10917
    Sakin
    Keymaster

    @svoelker: Please post it in forum. If it is complicated process then I will contact you directly. First let’s try to work in this forum so that other will also get benefit, who have similar issues.

    in reply to: Edit Homepage SEO #10916
    Sakin
    Keymaster

    @svoelker: I haven’t received any email. Can you post the details here is forum itself. It’s better here and will be helpful to others as well.

    You can use “WordPress SEO by Yoast” plugin and then go to the plugin settings at “SEO => Titles and Meta => Home”.

    Sakin
    Keymaster

    @Charliecorns: The site is using “MJ Contact us” plugin. There are various plugin for Contact form and the best ones are “Contact Form 7” and “Jetpack”.

    in reply to: Putting the search box alongside the social media links #10914
    Sakin
    Keymaster

    @eckh20: For header social and Search. Replace the old css that I gave you with the following.

    #header-right .widget { clear: none; float: left; }
    #header-right .widget_catcheverest_social_widget { padding-right: 10px; }

    For rounded corner for Homepage Featured Content it will be as:

    #featured-post img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
    }
    in reply to: Putting the search box alongside the social media links #10899
    Sakin
    Keymaster

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

    #header-right .widget {
        clear: none;
    }
    #header-right .widget_catcheverest_social_widget {
        padding-left: 10px;
    }
    in reply to: Putting the search box alongside the social media links #10897
    Sakin
    Keymaster

    @eckh20: I will check what I can do. Can you send me your site URL.

    in reply to: Catagorize Posts Under Pages #10896
    Sakin
    Keymaster

    @bigbipper: the site you have given me is using the Category and the post.

    So, what you can do is:
    1. First Create the various categories you want to classified into through “Posts => Categories” from your WordPress Dashboard.
    2. Then create the Posts and assign it in appropriate category.
    3. You can build menu though “Appearance => Menu”. Where you can just add categories. See this http://en.support.wordpress.com/menus/

    in reply to: menu color problems #10895
    Sakin
    Keymaster

    @eckh20: Sorry what is your question?

    in reply to: Header and Writing on Featured Post Slider #10894
    Sakin
    Keymaster

    @Raminder: About your join Now. I don’t know how you have added and also let me know what exactly you want.

    About the Slider, Sorry I didn’t see that you are using Catch Everest Free theme. The page slider and image slider both are there only in pro version. See the additional feature in pro version at http://catchthemes.com/theme-instructions/catch-everest-pro

    in reply to: Catagorize Posts Under Pages #10887
    Sakin
    Keymaster

    @bigbipper: Sorry I don’t understand your question. First please send me your site url so that I can understand your page “Birds”

    To arrange the post, you can use either “Category” or “Tag” filter, when you write your post.

    in reply to: Adding page number at the bottom #10886
    Sakin
    Keymaster

    @Ellen: Sorry, I don’t understand your question much.

    Are you trying to add page number in your blog at the bottom then you can add the plugin “WP-PageNavi” or “WP Page Numbers”.

    To set the number of post displayed on the front page. You can just set up in “Settings => Reading”. In this page, change the value in “Blog pages show at most” and click on save changes.

    in reply to: Catch Everest – paragrapjh spacing #10885
    Sakin
    Keymaster

    @Jim McLennan: Cool and Thanks. Just to add a not. You can add that css in “Appearance => Theme Options => Custom CSS” box or in your child theme style.css

    in reply to: Edit Homepage SEO #10884
    Sakin
    Keymaster

    @svoelker: I don’t know how you have added your home. Is that page or just a homepage. The best option to edit the SEO will be to add “WordPress SEO” plugin by Yoast. Then you can set it from that plugin options.

Viewing 20 posts - 11,701 through 11,720 (of 14,494 total)