Forum Replies Created

Viewing 20 posts - 9,041 through 9,060 (of 14,504 total)
  • Author
    Posts
  • in reply to: Password protection #19413
    Sakin
    Keymaster

    @EirikurVa: We are also using W3 Total Cache in http://catchthemes.com/demo/catchbox-pro/ and it is working fine in Chrome and in Firefox. Can you send me your site URL.

    in reply to: Pages not showing up on ipad #19408
    Sakin
    Keymaster

    @klhaight: It is showing in my ipad and iphone. Can you refresh your browser and check in.

    in reply to: Removing Author Bio Box #19406
    Sakin
    Keymaster

    @thinkentnet: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #author-info { display: none; }

    in reply to: Removing Author Bio Box #19402
    Sakin
    Keymaster

    @thinkentnet: Can you show me the URL and then I will send your the css to disable it.

    in reply to: Header – White space above and below #19400
    Sakin
    Keymaster

    @bzesktpe: Check out the theme instruction page http://catchthemes.com/theme-instructions/catch-evolution-pro/. Go to “Appearance => Theme Options => Header Options => Logo URL”. Then Paste URL or upload the image through “Change Header Logo” button.

    in reply to: Header – White space above and below #19397
    Sakin
    Keymaster

    @bzesktpe: Your logo image have lot of white space above and below. See your logo image http://lavarvision.com/wp-content/uploads/2014/01/Untitled6.png . Edit the logo image and it will be fine.

    Sakin
    Keymaster

    @marcella: Catch Everest theme doesn’t have another menu at the footer.

    To remove the spaces blow in your pages, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .page .site-content article {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    in reply to: Customized link url for photos in Catch Everest. #19395
    Sakin
    Keymaster

    @natoulie: Updating plugin and WordPress core is completely fine and nothing to do with the content. Also updating theme is fine if you have customize the theme in right way. This means, if you have customize the theme using Theme Options, Custom CSS and Settings then updating theme will not change anything. But if you have customized and core theme files such as style.css, functions.php, index.php and so on. Then updating the theme will revert these files into original core theme files and you will loose your edits. So, if you want to edit functions and files then you need to build child theme and edit it.

    So, when I look at your site. I don’t think you have edited any core theme file. In this case you can just update it. Sorry we don’t have videos, you can search in Youtube.com there are lots.

    in reply to: Need help removing the search bar, upper right #19393
    Sakin
    Keymaster

    @panselli: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header .social-search form.searchform { display: none; }

    in reply to: menu height, font and thick letters #19392
    Sakin
    Keymaster

    @chris: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. Adjust the size and height as per your need.

    #header-menu ul.menu a {
        font-size: 16px;
        font-weight: bold;
        line-height: 4.5rem;
    }
    in reply to: Custom CSS not displaying on client's computer #19391
    Sakin
    Keymaster

    @ccdsmith: Can you send me your site URL. Have you customize the site or added any cahce plugin. Then you might need to clear the cache from your cache plugin settings.

    in reply to: Embedding video to featured Slider #19390
    Sakin
    Keymaster

    @chris: I cannot view your screenshot as it look like it’s in your computer. You need to update in your site or any image uploader site and then add the Image URL here.

    in reply to: featured slider #19389
    Sakin
    Keymaster

    @mark: Sorry I am bit confused about your request. I see that you have slider image of size 976×313. So, what you want to do with that. Can you explain it please. OR share screenshot of what you want.

    in reply to: Header + Mouse Roll over help #19386
    Sakin
    Keymaster

    @panselli: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header { background: none #fff; }
    #main h2.entry-title a:hover,
    ul li a:hover, 
    ol li a:hover,
    #sidebar ul li a:hover, 
    #sidebar ol li a:hover,
    #footer a:hover {
    	color: #555;
    }
    in reply to: Password protection #19385
    Sakin
    Keymaster

    @EirikurVa: Try using W3 Total Cache plugin.

    in reply to: Theme update #19383
    Sakin
    Keymaster

    @bossydsmom: There is clear steps of instruction mention in our theme instruction page at http://catchthemes.com/theme-instructions/catch-box-pro . Your blog content and works are not stored in Theme. It is stored in your database. So, you will not lose anything is just deleting and adding new themes.

    Your purchase come with Support Forum access and if needed email support as well. I will email you if you need email support. Support Ticket needs support membership.

    in reply to: deleting the 3 example posts #19365
    Sakin
    Keymaster

    @chris: You can go to “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options” and then check on “Disable Homepage Featured Content” and save it.

    in reply to: site map footer #19363
    Sakin
    Keymaster

    @mark: For this you can simply go to “Appearance => Theme Options => Footer Options => Footer Editor” and add the code as per you need. The sample code is as below.
    <div class="copyright">[footer-image] Copyright &copy; [the-year] <span>[site-link]</span>. All Right Reserved. <a title="Privacy Policy" href="http://catchthemes.com/privacy-policy/">Privacy Policy</a> | <a title="Site Map" href="Site Map URL">Site Map</a></div><div class="powered-by">Powered by: [wp-link] | Theme: [theme-link]</div>

    in reply to: Jumbled Front Page #19362
    Sakin
    Keymaster

    @marcie1980: I see that you are using Simple Catch Free version where the front page blog layout is in Excerpt Mode. So, it will display the Featured Image, Post Title and the excerpt content. It will not display the full formatted content. See the demo page http://catchthemes.com/demo/simplecatch.

    The option will be like to upgrade to pro version where you have option to use Full Content mode from Theme Option panel. Or you can customize the free theme by building child theme and the copy content.php file and change the_excerpt() to the_content() and adjust the css as per your need.

    in reply to: Password protection #19361
    Sakin
    Keymaster

    @EirikurVa: what’s your password protected URL and the password and then I can test in. Also did you keep the WordPress page password or through plugins? Sometime, it might be cache issues. So, if you have installed any cache plugin then please clear the cache and check in.

Viewing 20 posts - 9,041 through 9,060 (of 14,504 total)