Forum Replies Created

Viewing 20 posts - 8,241 through 8,260 (of 14,505 total)
  • Author
    Posts
  • in reply to: Responsive Menu #23671
    Sakin
    Keymaster

    @nadaadehn: Strange. I am able to download it from link. Anyway, I have shared with your email in your dropbox.

    in reply to: Responsive Menu #23669
    Sakin
    Keymaster

    @nadaadehn: First try download the child theme that I gave you and install it. Then you will see your selectbox menu in div like in your screenshot.
    If you want to hire customizer then request for quote at http://catchthemes.com/hire-customizer/

    in reply to: Creating seperate main & page backgrounds #23665
    Sakin
    Keymaster

    @Sheree: You can remove the slider effect from “Appearance => Theme Options => Featured Slider => Slider Options” and then Disable Slider Background Effect.

    in reply to: Featured slider static, conflict with link #23664
    Sakin
    Keymaster

    @cperera1978: Can you them for static image with link. This can be added anywhere. If they want to provide the script then it has to be compatible script.

    in reply to: Responsive Menu #23663
    Sakin
    Keymaster

    @nadaadehn: Hum for that you need to add extra jquery script and custom css. This might required you to hire a customizer to work for you.

    I have created child theme which replace the old menu with new one. Install this child theme https://www.dropbox.com/s/t69xxjiihvy4qxr/catch-box-child-menu.zip

    in reply to: Adding my avatar to my postings #23654
    Sakin
    Keymaster

    @James: For that you need to register your email in http://en.gravatar.com/

    in reply to: Footer Background color #23653
    Sakin
    Keymaster

    @cpoli: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #colophon { background-color: transparent; }

    in reply to: Added logo, killed site! Halp! #23652
    Sakin
    Keymaster

    @QuiGonJ: It happen only when your server is on maintenance. This is not the theme issues.

    in reply to: Catch Everest – Home page #23651
    Sakin
    Keymaster

    @Klaas: You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove home and posted on

    .page .page-header { display: none; }
    .entry-header .entry-meta { display: none; }

    Then I see that you have added the following css “Appearance => Theme Options => Custom CSS”
    .post p {margin:0px 0px 16px 0px;}
    replace it with the following
    .post p, .page p { margin: 0 0 16px; }

    in reply to: Logo not removing on Catchet Evolution Pro #23650
    Sakin
    Keymaster

    @stamfordymca: Thanks.

    in reply to: Logo not removing on Catchet Evolution Pro #23553
    Sakin
    Keymaster

    @stamfordymca: Sorry for that you need to post in Plugin Forum and let us know if we need to change anything to make it compatible.

    in reply to: Slider Size #23552
    Sakin
    Keymaster

    @beren: If you make it all same size will be better. Otherwise, your slider will go up and down. As each image take it own height in slider.

    in reply to: Featured Post Slider #23551
    Sakin
    Keymaster

    @cpoli: Just add the following css in “Appearance => Theme Options => Custom CSS” box
    #slider-wrap .featured-text:hover { background-color: transparent; }

    in reply to: New to theme help! #23547
    Sakin
    Keymaster

    @Drewmikita: It’s ok. Thanks for your response back.

    in reply to: Slider Size #23546
    Sakin
    Keymaster

    @beren: You can select the Slider Type as “Image Slider” from “Appearance => Theme Options => Featured Slider => Slider Options”. Then you can upload the image of any size. So, first edit the height of your images and upload it in “Appearance => Theme Options => Featured Slider => Featured Image Slider Options”

    in reply to: Change color of thin footer and headline line #23544
    Sakin
    Keymaster

    @Wes: Do you meant the thin line above the footer? Then it will be as
    #colophon { border-color: #318444; }
    Ps. Post in your site URL with question so it’s easier to me to navigate.

    in reply to: bbpress fonts within Catch Everest Pro #23542
    Sakin
    Keymaster

    @Alex: Your bbpress forum font are controlled from bbpress forum css.

    So, try adjusting font size in following CSS and add it in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 769px) {	
    /* =bbPress Style
    -------------------------------------------------------------- */
    #bbpress-forums {
    	font-size: 12px;
    }
    #bbpress-forums ul.bbp-lead-topic,
    #bbpress-forums ul.bbp-topics,
    #bbpress-forums ul.bbp-forums,
    #bbpress-forums ul.bbp-replies,
    #bbpress-forums ul.bbp-search-results {
    	font-size: 12px;
    }
    #bbpress-forums .bbp-forums-list li {
    	font-size: 11px;
    }
    #bbpress-forums div.bbp-forum-title h3,
    #bbpress-forums div.bbp-topic-title h3,
    #bbpress-forums div.bbp-reply-title h3 {
    	font-size: 16px;
    }
    #bbpress-forums div.bbp-forum-author .bbp-author-role,
    #bbpress-forums div.bbp-topic-author .bbp-author-role,
    #bbpress-forums div.bbp-reply-author .bbp-author-role {
    	font-size: 11px;
    }
    span.bbp-author-ip {
    	font-size: 11px;
    }
    /* =Breadcrumb and Tags
    -------------------------------------------------------------- */
    div.bbp-breadcrumb,
    div.bbp-topic-tags {
    	font-size: 12px;
    }
    }
    in reply to: Header image stretches too high in Internet Explorer #23459
    Sakin
    Keymaster

    @scg: Sorry for that and for the best option, you can add the code in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Header” or you need to build child theme and add in your child theme header.php. Editing the core theme files is not recommended as it will be reverted back when you update the theme.

    Yes, I understand your view point as a developer. I just try to add in the following css and it fixed it fine. No need JS. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-image {
        display: block;
        overflow: hidden;
    }
    in reply to: Featured Post Slider #23457
    Sakin
    Keymaster

    @cpoli: This is quite complicated css requested and you might need to hire developer to work for your. To move the slider text to the right you can add the following css in “Appearance => Theme Options => Custom CSS” box

    #slider-wrap .featured-text {
        height: 100%;
        right: 0;
        width: 33%;
    }
    in reply to: Logo not removing on Catchet Evolution Pro #23453
    Sakin
    Keymaster

    @stamfordymca: Which logo you are talking about? Are you trying to remove the logo in your Fixed Header Top Menu. Then you need to go to “Appearane => Theme Options => Menu Options” and then remove the image URL from “Logo in Fixed Header Top Menu” and save changes.

Viewing 20 posts - 8,241 through 8,260 (of 14,505 total)