Forum Replies Created

Viewing 20 posts - 10,121 through 10,140 (of 14,497 total)
  • Author
    Posts
  • in reply to: footer-add image #15963
    Sakin
    Keymaster

    @ashrafashraf: You don’t need to add image with css. You can directly add image in the link.

    Also your css should work. Where did you added that css? Can you send me your site url?

    in reply to: Spam in web? #15960
    Sakin
    Keymaster

    @impresnet: We don’t have any redirection code in our theme. So, please check your WordPress if it has been compromised.

    in reply to: Add logo to footer + delete line #15959
    Sakin
    Keymaster

    @kat22: Sorry, please add back copyright information at the Free Theme. This is the only means through which we provide free theme and free support.

    If you want to edit that then use Catch Everest Pro version.

    in reply to: Slider and blog #15958
    Sakin
    Keymaster

    @grayscottage: Do you mean that you just want image as the slider and that doesn’t link to the post? If that is the case then you need to upgrade to Pro version and use Image Slider. Free version only have Featured Post Slider.

    Another is that do you want to make your homepage with the posts. Then go to “Appearance => Theme Options => Homepage Settings => Homepage/Frontpage Settings”, then check on “Enable Latest Posts”.

    in reply to: Remove Author and Category from Post (leave date and reply) #15957
    Sakin
    Keymaster

    @Christine: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    footer.entry-meta { display: none; }

    in reply to: Featured Slider Problem #15955
    Sakin
    Keymaster

    @nilesh: I cannot open your homepage. Can you check it?

    in reply to: Blockquote image #15944
    Sakin
    Keymaster

    @Henry: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    blockquote { background-image: none; }

    in reply to: How can I edit the images on the featured image 2 #15943
    Sakin
    Keymaster

    @Ceci: Are you using Free version or pro version. Send me you site URL so that I can check in.

    In you are using Free version then you have option to add Featured Post Slider, for this you need to create post and add featured image in your post. Then remember that post ID and add in “Appearance => Theme Options => Featured Post Slider”. When you add the post ID. Just add id. See this screenshot http://www.pinterest.com/pin/548594798329984427/

    in reply to: Homepage Top Sidebar #15942
    Sakin
    Keymaster

    @hschoor: Sorry I thought it was already released. But I see that this widget is also schedule to release in new version. If you need to it now then I can send you through email. Please respond to the email that I will be sending you now.

    in reply to: Homepage Top Sidebar #15936
    Sakin
    Keymaster

    @hschoor: Sorry this option is not there. We will add it in new version update. For now, you can add “Catchthemes: Adspace Widget” and then link to your services page.

    in reply to: on line marketing #15935
    Sakin
    Keymaster

    @ashrafashraf: Yes that’s right, you can directly request a quote from http://catchthemes.com/hire-customizer/

    in reply to: on line marketing #15930
    Sakin
    Keymaster

    @ashrafashraf: Yes, if you have knowledge about Child Theme and custom template.
    We have now stopped working on Customization and have been referring to our partner tweaky at http://bit.ly/catch-tweaky

    in reply to: Catch Evolition Pro Theme Support #15929
    Sakin
    Keymaster

    @ashrafashraf: You can try in Easy Digital Downloads Plugin or WooCommerce plugin. Not sure about 100% compatible. You need to tweak a little bit to fit as per you need. This is more of plugin work then theme work.

    in reply to: on line marketing #15926
    Sakin
    Keymaster

    @ashrafashraf: For that you need to check in plugin. WordPress default theme cannot do that.

    in reply to: navigation bar not showing on mobile #15925
    Sakin
    Keymaster

    @owen: Great 🙂

    in reply to: iPad issue #15922
    Sakin
    Keymaster

    @ashrafashraf: You have added the table widget which cannot be center with the css. You can just add text widget with normal text then only we can center it or any other widgets.

    in reply to: on line marketing #15912
    Sakin
    Keymaster

    @ashrafashraf: Contributors cannot post it. They can edit the post. See this http://codex.wordpress.org/Roles_and_Capabilities#Contributor

    Also I told you to get the “Membership” plugin from WordPress.org, which will give you more options.

    in reply to: footer-add image #15911
    Sakin
    Keymaster

    @ashrafashraf: Thanks for your appreciation. You can just give review and 5 star rating at our themes at WordPress.org

    in reply to: website with white screen #15910
    Sakin
    Keymaster

    @greenlesotho: I am not so sure about it. Looks like you have WordPress installed in http://lespiedsplats.fr/wp/ and how about http://lespiedsplats.fr/. That setting is made from your server. Yes, sometime there will be problem when you download the theme form WordPress admin. That is why you need to login to your server and check in.

    in reply to: iPad issue #15909
    Sakin
    Keymaster

    @ashrafashraf: Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* iPads (portrait and landscape) ----------- */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) {
    #colophon #supplementary .widget-area {
        float: left;
        margin-right: 3%;
        width: 31.3%;
    }
    #colophon #supplementary.three .widget-area + .widget-area + .widget-area {
        margin-right: 0;
    }
    }
Viewing 20 posts - 10,121 through 10,140 (of 14,497 total)