Forum Replies Created

Viewing 20 posts - 13,001 through 13,020 (of 14,494 total)
  • Author
    Posts
  • in reply to: featured image gallery #6694
    Sakin
    Keymaster

    @Arhela: To add Featured Post Slider in Catch Everest Theme see this http://catchthemes.com/support-forum/topic/slider-issues/

    the main page has different layout option to make where you have slider, homepage headlines, and homepage featured content. It is different then normal blog.

    in reply to: Category choice in home page feed? #6692
    Sakin
    Keymaster

    @mook32: Did you set you “Content Layout” to show excerpt in “Appearance => Theme Options” panel.

    in reply to: Fitting pages in Main Menu so that menu is only 1 line #6691
    Sakin
    Keymaster

    @enrl.net: Just add the following css in “Custom CSS” box in Theme Options panel.
    .entry-content table, .entry-content td { border: none; }

    in reply to: Slider Issues #6690
    Sakin
    Keymaster

    @cheri.schneider: To exclude slider post from the homepage blog, there is option in “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options”. There you have to check “Exclude Slider post from Homepage posts?” and save it.

    To control the slider display, just change that in “Appearance => Theme Options => Featured Post Slider => Slider Options”.

    in reply to: Change text of previous & next #6689
    Sakin
    Keymaster

    @Chris: Great work.

    in reply to: Adding Links to Footer #6669
    Sakin
    Keymaster

    @golfer300: So where exactly you want to post it and do you want to place any current text or just want to add. You need to add the HTML Code to add links.

    For example:
    <a href="http://www.amanofreason.com/about-this-website/" rel="nofollow">About This Website</a> | <a href="http://www.amanofreason.com/comment-policy/" rel="nofollow">Comment Policy</a> | <a href="http://www.amanofreason.com/disclosure/" rel="nofollow">Disclosure</a>

    in reply to: Menu Navigation on Mobile Device with Child Theme #6668
    Sakin
    Keymaster

    @acgtMedia: Post your site URL here so that I check it and answer you.

    in reply to: JQuery Question #6667
    Sakin
    Keymaster
    in reply to: JQuery Question #6666
    Sakin
    Keymaster

    @acgtMedia: Jquery is not only used to slider.

    For slider its jquery cycle jquery.cycle.all.min.js and slider script catcheverest-slider.js . Which will be automatically remove when you disable slider from “Appearance => Theme Options => Featured Post Slider => Slider Options”

    in reply to: Displaying image to left of text in header #6665
    Sakin
    Keymaster

    @zigster: You don’t need to change any code. Just add the following CSS in “Custom CSS” box in Theme Options panel.

    #branding hgroup { display: inline-block; }
    #site-logo { float: left; }
    #site-details { float: left; padding-left: 15px;}
    #site-title, #site-description { margin: 0 }

    in reply to: Font Size for Content Headline Blog Posts #6664
    Sakin
    Keymaster

    @denise.c.wamsley: You have just add the following CSS in “Custom CSS” box in Theme Options panel to reduce the font size of the post title.
    #main #content .post h2.entry-title { font-size: 26px; line-height: 32px; }

    in reply to: trouble uploading new Catch Everest Pro #6663
    Sakin
    Keymaster

    @Rideit NZ: You need to upload the zip file. See the Theme Instructions http://catchthemes.com/theme-instructions/catch-everest-pro/ . If you still have issue then let me know it and then I will install it for you.

    in reply to: social links buttons #6662
    Sakin
    Keymaster

    @hastings: Can you post your site url and let me know what exactly you are trying to do it. Then only I will be able to help you with.

    in reply to: Fitting pages in Main Menu so that menu is only 1 line #6661
    Sakin
    Keymaster

    add the following css in “Custom CSS” box in Theme Options panel.
    #header-menu ul.menu a { padding: 0 14px; }

    in reply to: Catch Everest Pro #6660
    Sakin
    Keymaster

    @Jahn: See this theme instruction http://catchthemes.com/theme-instructions/catch-everest-pro/

    Check your setting in “Appearance => Theme Options => Featured Slider” for slider. Looks like you haven’t added any slider details. In free it was loading default slider.

    in reply to: adding alternative page themes #6659
    Sakin
    Keymaster

    Hello David,

    For different sidebar in different pages, you need to upgrade to Catch Everest Pro Theme. Catch Everest Pro currently have 12 widgetized area (Sidebars) that are 1. Main, 2. Header Right, 3. Optional Homepage, 4. Optional Archive, 5. Optional Page, 6. Optional Post, 7. Optional Sidebar One, 8. Optional Sidebar Two, 9. Optional Sidebar Three, 10. Footer Area One, 11. Footer Area Two, and 12. Footer Area Three.

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

    Regards,
    Sakin

    in reply to: Slider Issues #6658
    Sakin
    Keymaster

    @rsolosky: WoW you asked the question and solved it. Now answering other. Thanks a lot for your effort. This is why I like providing Free themes.

    Yes, Please follow the rsolosky suggestion of creating featured post slider. Also there is Theme Instructions for more about themes http://catchthemes.com/theme-instructions/catch-everest/

    in reply to: Catch Everest Pro #6656
    Sakin
    Keymaster

    @Jahn: What happen to your site? It shouldn’t be that. Also I just check in your site and your are still using Catch Everest Free theme not the pro one.

    in reply to: Spam in theme footer #6655
    Sakin
    Keymaster

    @Nicki: It’s great that it solved. Keep your site Safe and Secure. Spam mean there might be some sort of hacking. You can check this slide which talks about building secure WordPress site. http://www.slideshare.net/catchinternet/building-secure-word-press-sites-catchinternet

    in reply to: Please help. 7 questions about Catch Box #6654
    Sakin
    Keymaster

    @Luis:
    1. Remove “Powered by WordPress / Catch Theme” from footer.
    — We don’t allow to remove Footer information in Free Theme as this is only the source of our recognition for providing Free theme and Free Support. But, if you want to remove it, please upgrade to Catch Box Pro theme and then you will have Footer Editor Options in Theme Options panel to edit or remove the footer text.

    2. Navigation menu not always stays in one line. It changes with
    different search engines. I used this code from one of your posts and it helped but it was not a final solution: #branding ul.menu a { padding: 0 1.11em; }
    — Yes we know about that, different browser render the font and margin differently so it cannot be 100% same. You just adjust the padding as per your need.

    3. Capital letters not working on iPhone/android devises. Shows Home,
    in stead of HOME, I used this code from one of your posts and it helped but it was not a final solution since it does not work in iPhone/Android: #branding ul.menu a { text-transform: uppercase; }
    — Add the following CSS in “Custom CSS” box in Theme Options panel.
    .tinynav { text-transform: uppercase; }

    4. iPhone/Android showing Green Background frame on the right instead
    of the bottom (as in the rest of the site) on the pages where I have
    a contact form. Something similar happens when I was trying to fill out this actual form, from an iPhone, I could not get to the Submit button.
    — the form you have added in your contact page is not responsive so it is having issue in mobile devices.

    5. How can I make a Header slide show? I did not understand the video another person posted.
    — To add the Featured Post Slider. See this
    First create the Post and don’t forget to add in the Featured Image in the post as this image is used in the slider. To add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    Then get the ID of the post. When you edit your post or write a post. you will see the id in your browser address bar. But if you cannot find it then you can use this plugin to view it http://wordpress.org/extend/plugins/catch-ids/

    Then go to “Appearance => Featured Slider => Slider Options”. Add in the post id.

    6. Twitter link says “Forbidden (Rate Limit Exceeded)”. How to correct
    this issue?
    — I don’t know about this. I think you are talking about the widget or plugin. If you are talking about plugin then as the Plugin support forum.

    7. How to change text color of a particular widget?
    — For this you need to know about the CSS ID and Class and then add the css for that particular ID and classes.

Viewing 20 posts - 13,001 through 13,020 (of 14,494 total)