Forum Replies Created

Viewing 20 posts - 8,861 through 8,880 (of 14,507 total)
  • Author
    Posts
  • in reply to: How to print invoice? #19996
    Sakin
    Keymaster

    @Juraj: You can directly contact our sales and account section at http://catchthemes.com/contact-us and ask for PDF invoice with your details.

    in reply to: Content Area Background/Text Color #19995
    Sakin
    Keymaster

    @zscheimer: Use the following CSS.

    /* For Homepage Headline */
    #homepage-message {
        background-color: #FAFAFA;
    }
    /* For Footer Copyright */
    #site-generator {
        background-color: #3A3D41;
        color: #999999;
    }
    #site-generator a {
        color: #DDDDDD;
    }
    in reply to: Embeding Media #19984
    Sakin
    Keymaster

    @GrabYaJimmie: WordPress automatically embed YouTube and Vimeo videos. But for other videos you need to add as an embed code.

    in reply to: Front page display – Posts page not showing #19983
    Sakin
    Keymaster

    @kaisneuron: It should work fine. Can you send me your site URL and tell me your “Settings => Reading”. As I just check in with my setup of Catch Evolution Pro theme, where in my “Settings => Reading” – in “Posts page” I selected by blog page and it is showing posts in my blog page.

    in reply to: color change on content border #19982
    Sakin
    Keymaster

    @scott: For color you can go to “Appearance => Theme Options => Color Options” and change the color as per you need. You don’t need to add extra color css.

    in reply to: header and widget area #19952
    Sakin
    Keymaster

    @Chelsea: For detail customization you can use hire a customizer http://catchthemes.com/hire-customizer/ . I have just make the header in percentage CSS. So, try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-left {
        max-width: 75%;
    }
    #header-right {
        max-width: 20%;
    }
    in reply to: Menu on Iphone #19950
    Sakin
    Keymaster

    @zorter: in Ipad landcape mode you will see same as in your desktop but in ipad portrait you will have tinynav menu.

    in reply to: Everest Pro Theme has no mobile menu #19949
    Sakin
    Keymaster

    @Peyton: I check in your site and see that you have use minify. So, cannot check in your site Source. But looking at your site, I assume that there is conflict with the plugin so, remove the minify, clear cache and deactivate plugin one by one to check in the conflicting menu.

    in reply to: Homepage headlines #19948
    Sakin
    Keymaster

    @Karin: You can add any link. So, first create your pages and then add those pages link there.

    in reply to: Padding around logo and search bar removal #19947
    Sakin
    Keymaster

    @vixtor: Sorry Catch Everest Free theme doesn’t have this option. Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #hgroup.with-logo {
        clear: none;
        float: left;
        max-width: 580px;
        padding-left: 20px;
        padding-top: 45px;
    }
    @media screen and (min-width: 1190px) {
    #hgroup.with-logo { max-width: 700px; }
    }
    @media screen and (max-width: 1060px) {
    #hgroup.with-logo {
        max-width: 515px;
        padding-top: 20px;
    }
    }
    @media screen and (max-width: 960px) {
    #hgroup.with-logo {  max-width: 320px; }
    }
    @media screen and (max-width: 767px) {
    #hgroup.with-logo {
        clear: both;
        padding-left: 0;
    }
    }
    
    in reply to: Homepage headlines #19941
    Sakin
    Keymaster

    @Karin: Yes, you can add the link in “Link URL” field and unchecked “Target. Open Link in New Window” in “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”

    in reply to: Content Area Background/Text Color #19939
    Sakin
    Keymaster

    For Featured Title font color, you can change the color code and add it in “Appearance => Theme Options -> Custom CSS” box.

    .entry-header .entry-title a {
        color: #222222;
    }

    Fore slider background and button.

    .featured-slider .slides {
        background-color: #000;
    }
    #main-slider .entry-title a,
    #main-slider .entry-content  {
        background: transparent;
        color: #fff;
    }

    For footer:

    #footer-sidebar {
        background-color: #000;
    }
    in reply to: Header questions #19938
    Sakin
    Keymaster

    @corinnecollins.com: You don’t need to build child theme and edit anything to reduce the size of the logo in Catch Box Free Theme. You just go to “Appearance => Header” and upload the larger image, after you upload the image you will get “Crop Header Image” option. There you can use your mouse/trackpad to increase the crop area and then click on “Crop and Publish” in this way you can upload header logo up to 1000px.

    in reply to: Homepage headlines #19935
    Sakin
    Keymaster

    @Karin: That is Homepage Featured Content. Did you check in Theme Instruction page at http://catchthemes.com/theme-instructions/catch-everest-pro/ where you can see the detail instruction of how to change the Homepage Featured Content.

    Just go to “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”. Then you can add in the Title, Content, Link and Image URL as per your need.

    in reply to: Am I loosing the theme settings if I deactivate it? #19934
    Sakin
    Keymaster

    @rbrt_bene: Yes, sure you can deactivate and reactive anytime. Your theme settings will be saved in your database.

    in reply to: Page developement visual mode #19933
    Sakin
    Keymaster

    @kdign02: Visual mode will not take the layout settings as the layout setting is design changes that take place only after you save the pages.

    in reply to: Padding around logo and search bar removal #19932
    Sakin
    Keymaster

    @vixtor: Can you post in your site URL?

    in reply to: header right sidebar widget #19909
    Sakin
    Keymaster

    @suchi: It’s up to you to disable it. You can disable Header Featured Image from “Appearance => Theme Options => Header Featured Image Options => Enable Featured Header Image”.

    in reply to: Menu on Iphone #19908
    Sakin
    Keymaster

    @zorter: That is responsive menu so that it takes less space. When I check in your site in my mobile devices. I found one small issue. The menu text is white and difficult to read. So, can you add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .tinynav { color: #000; }

    in reply to: Everest Pro Theme has no mobile menu #19907
    Sakin
    Keymaster

    @Peyton: Can you post our site URL so that I can check in?

Viewing 20 posts - 8,861 through 8,880 (of 14,507 total)