Forum Replies Created

Viewing 20 posts - 8,221 through 8,240 (of 14,497 total)
  • Author
    Posts
  • in reply to: login in Footer #23875
    Sakin
    Keymaster

    @Mark: Oh you cannot add conditions in your footer editor box. For that you need to build child theme and add wp_loginout(). The best option at this stage will be to add meta widget in Footer Areas from “Appearance => Widgets”.

    in reply to: Image borders #23874
    Sakin
    Keymaster

    @cpoli: If you are talking about the border in our image inside the caption box then you can add the following css in “Appearance => Theme Options => Custom CSS” box to remove it.

    .wp-caption {
        background: none transparent;
        max-width: 100%;
        padding: 0;
    }
    in reply to: Qtranslate and featured slider #23872
    Sakin
    Keymaster

    Today we released Catch Everest Pro 2.0, Catch Evolution Pro 2.0 and Catch Evolution Pro 2.0 where we have made possible changes to make it compatible with WPML plugin and qTranslate plugin. If this goes well then we will be adding it in all our other themes.


    @buscando-soluciones
    : Sorry now available for Free version at this stage. You need to upgrade to Catch Everest Pro theme.

    in reply to: login in Footer #23752
    Sakin
    Keymaster

    @Mark: You nee to add your manual html link like below
    <a href="http://yoursiteloginurl.com" title="Login">Login</a>

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

    @James: Sorry I am not sure about that. Need to be online to get the avatar. For offline avatar, you need to install plugin and custom profile image.

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

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

    .page-template-page-blog-php .entry-header { margin-bottom: 30px; }
    @media screen and (max-width: 1060px) {
    .page-template-page-blog-php .entry-header { margin-bottom: 20px; }
    }
    in reply to: from wamp to online server #23696
    Sakin
    Keymaster

    @Mark: Yes sometime, site takes time to clear the cache and load it.

    in reply to: Change Header URL #23694
    Sakin
    Keymaster

    @paymyrant: There is no option to change the header image URL. It is supposed to be your homepage URL set in “Settings => General”. Did you customize the theme?

    Sakin
    Keymaster

    @jmb500: Oh this one is from responsive.css which loads after that is why your child theme style.css is not overwriting it. If you want to add in your child theme style.css then the css will be as below:

    @media screen and (max-width: 767px) {
    	#colophon #footer-menu .menu { display: block; }
    }
    Sakin
    Keymaster

    @jmb500: First, you are not supposed to edit any core theme files as when you update the theme, our edits will be overwritten. So, either you need to add those css in Custom CSS box or build child theme and add in child theme style.css

    in reply to: Make widgets in footer same height #23685
    Sakin
    Keymaster

    @Melanie: It’s not possible just by css due to responsive design. But can remove the border and background. So, you don’t have to worry about height. Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #supplementary .widget {
        background-color: transparent;
        border: none;
    }
    #supplementary .widget img { border: none; }
    Sakin
    Keymaster

    @jmb500: If that is the case then you need to disable back the footer menu from mobile “Appearance => Theme Options => Responsive Design” and then add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (max-width: 767px) {
    	#footer-menu .menu { display: block; }
    }
    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.

Viewing 20 posts - 8,221 through 8,240 (of 14,497 total)