Forum Replies Created

Viewing 20 posts - 9,561 through 9,580 (of 14,504 total)
  • Author
    Posts
  • in reply to: how to change background opacity? #17763
    Sakin
    Keymaster

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

    .site { background-color: transparent; }
    /* For Header */
    #masthead { background: rgba(0, 0, 0, 0.7); }
    /* For Main */
    #main { background: rgba(0, 0, 0, 0.7); }
    /* For Footer */
    #site-generator { background: rgba(0, 0, 0, 0.7); }
    in reply to: Images won't show #17762
    Sakin
    Keymaster

    @Karen Drost: Post in your site URL and then I will check in. You need to upload the image from “Appearance => Header”, after you upload select the area in image which you want to show in and click on “Crop and Publish” then click on save changes. This will replace it.

    in reply to: Current sub menu color #17761
    Sakin
    Keymaster

    @Natekj: I see that you are changing in core style.css which is not recommended at all. Either you need to change CSS from “Custom CSS” box in Theme Options panel or you need to change it by build child theme. As all the changes that you made on core theme files will be reverted back to original when you update the theme.

    So, first revert back the original style.css

    Then following CSS in supposed to be add in “Appearance => Theme Options => Custom CSS” box, which will change the sub menu current item background color to white.
    #header #mainmenu ul.sub-menu li.current-menu-item a { background-color: #fff; }

    in reply to: Current sub menu color #17744
    Sakin
    Keymaster

    @Natekj: Do you mean to change the Sub Menu current menu item, then you can use the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header #mainmenu ul.sub-menu li.current-menu-item { background-color: #fff; }

    in reply to: Replace Homepage completely? #17742
    Sakin
    Keymaster

    @Felix: for Full Screen layout, you can change that from “Appearance => Theme Options => Default Layout”.

    About the responsive menu, I think it’s conflicting with your plugin. Please try disabling plugin and check in.

    in reply to: Current sub menu color #17740
    Sakin
    Keymaster

    @Natekj: Sorry I don’t understand what you mean. Can you post in your site URL and explain in reference to your site. So, that I can understand what you have done and what you want to do it next.

    in reply to: Images won't show #17739
    Sakin
    Keymaster

    @Karen Drost: See the Catch Evolution theme instruction at http://catchthemes.com/theme-instructions/catch-evolution/.

    The Buddha image in the header is the Custom Header than you can change it from “Appearance => Header”.

    in reply to: I NEED THE FOOTER.PHP CODE #17738
    Sakin
    Keymaster

    @milerh: Please don’t edit any core theme files. If you want to edit core theme files then build child theme and edit it. If you are using Catch Everest Free version then you can download the theme from http://catchthemes.com/themes/catch-everest/ and then then copy the footer.php code.

    in reply to: Slider (and Gallery Carousel) Stopped Working #17736
    Sakin
    Keymaster

    @Nsedgwick: I check in your site and found issue in your iframe code that you have added in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes”. There was missing closing from your iframe code.

    in reply to: Images in the slider #17729
    Sakin
    Keymaster

    @suchi: If you are using Free Version of Catch Everest then you have to use Featured Post Slider which take the featured image of the post that is 1140p width and 450px height. BUt if you have pro version, you can use Image Slider where you can upload the image of any size you like as it’s independent image slider.

    IN free version can you try uploading the smaller size image in the featured image of post. Maybe that will also work. I haven’t tried it.

    in reply to: can't download new version #17728
    Sakin
    Keymaster

    @Judi Rever: I will contact our sales. If you have any issue with sales and account then you can contact them directly from http://catchthemes.com/contact-us

    in reply to: IE Appearance #17726
    Sakin
    Keymaster

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

    #header-left { float: right; }
    #header-right { float: left; }
    in reply to: Top of the page takes to mutch space (white) #17718
    Sakin
    Keymaster

    @iroersma: YOu can reduce the px amount as per your need and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For Grey above site */
    .site { margin-top: 20px; }
    /* For above and below logo and social icons */
    #site-logo, #header-right { padding-top: 20px; }
    #hgroup-wrap { padding-bottom: 20px; } 
    in reply to: Custom CSS Editor not working #17717
    Sakin
    Keymaster

    @Jessil: Yes you will find Custom CSS box in “Appearance => Theme Options” panel from your WordPress Dashboard.

    in reply to: Slider (and Gallery Carousel) Stopped Working #17716
    Sakin
    Keymaster

    @Nsedgwick: Yes sure I have just send you an email.

    in reply to: IE Appearance #17715
    Sakin
    Keymaster

    @Andreas: I also check in IE but I cannot find your problem. It must be the customization that you have done. Please load the default and I am sure it will work 100%. But I cannot track in the changes you have made.

    in reply to: Top of the page takes to mutch space (white) #17708
    Sakin
    Keymaster

    @iroersma: I am bit confused with your question. Which section are you talking about? Is it top or sidebar or 4 boxes. How about the screen res. Do you want it to reduce only in that screen res?

    in reply to: Pinterest Pin #17707
    Sakin
    Keymaster

    @klhaight: I would love to help but sorry haven’t used Pinterest much. But if they give me any hint then I can work on it.

    in reply to: Responsive not working #17702
    Sakin
    Keymaster

    @blackkeys: For this you need to customize a site a lot. So, better hire a customizer.

    in reply to: delete "leave a message" comment box #17701
    Sakin
    Keymaster

    @MMchen: So, this means that you want to disable the comment function of WordPress. Since you are using Catch Box Free theme where we have use default comment system and there in no option to do that easy from “Theme Options” panel but if you have pro then it’s really easy just from “Theme Options” panel. See more details about Catch Box Pro at http://catchthemes.com/theme-instructions/catch-box-pro/.

    There is default option to remove comment box from all free themes. First, you need to go to “Settings => Discussion”. Then in “Default article settings”, just uncheck “Allow link notifications from other blogs (pingbacks and trackbacks)” and “Allow people to post comments on new articles” and Save Changes. This will remove comment system from all new posts and pages. But this will not remove it for your existing posts and pages.

    To remove the comment system from your existing post and page. You need to edit that particular post or page. Then in you will see “Discussion” box under your post/page editor. If that is not showing then you need to enable the “Discussion” box from your “Screen Options” at top of post editor. Then from the “Discussion” box you need to uncheck “Allow comments” and “Allow trackbacks and pingbacks on this page” and update page/post.

Viewing 20 posts - 9,561 through 9,580 (of 14,504 total)