Forum Replies Created

Viewing 20 posts - 9,901 through 9,920 (of 14,510 total)
  • Author
    Posts
  • in reply to: Add border around the page and posts #16728
    Sakin
    Keymaster

    @Otton: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .hentry, #page { border: 1px solid #000; }

    in reply to: Turn off the comment function #16726
    Sakin
    Keymaster

    @bguide01: Catch Box Free version just uses WordPress default comment system. So, for all new post and pages, you can disable it from “Settings => Discussion” and for all old posts and pages, you have to edit that posts and pages and remove Allow Comment from Discussion boxes. For more visit http://en.support.wordpress.com/enable-disable-comments/

    But in Catch Box Pro, you can just disable from single settings at “Appearance => Theme Options => Comments Options”.

    in reply to: Translation for another language #16725
    Sakin
    Keymaster

    @udisa: Yes it will be great if you translate in Hebrew. It’s pretty simple as Catch Box Pro theme is translation ready. You can find catchbox-pro.pot file inside languages folder in Catch Box Pro theme. Also you can see other languages files .mo and .po file. You also need to generate same file and it will be he_IL.mo and he_IL.po. You can generate this file by using software from poedit.net

    After you complete the file. Let me know it and then I will review the file and add it in our version update.

    Thanks for your contribution.

    in reply to: How to move header logo to the left of site title? #16707
    Sakin
    Keymaster

    @owen: That option is not there in Catch Box theme. You need to hire customizer to work for you,

    in reply to: Thubnail in Pages #16706
    Sakin
    Keymaster

    @urbancom: When you add image in your post, you need select “Left” in “Attachment Display Settings Alignment”. You will see this after you upload the image.

    For the image, which you have already added. Go to text editor and then replace alignnone with alignleft

    in reply to: Change menu colors? #16705
    Sakin
    Keymaster

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

    #masthead { background-color: #000; }
    #site-title a { color: #ffcc33; }
    in reply to: Header-pic #16704
    Sakin
    Keymaster

    @silentcall: Changing from Published to last update it quite complicated and you need to build child theme. In your child theme you need to create functions.php then you can copy the functions catchbox_posted_on() and edit it.

    in reply to: Sidebar Headline backroundcolour #16703
    Sakin
    Keymaster

    @silentcall: It’s same you can just replace #secondary with #supplementary for footer widgets.

    in reply to: Blog and hearder image #16702
    Sakin
    Keymaster
    in reply to: search field on my header #16700
    Sakin
    Keymaster

    @silentcall: First you need to add search in header with default setting and then I can check in.

    in reply to: Post listing page #16699
    Sakin
    Keymaster

    @rbrt_bene: I cannot check in your site as it’s under construction.

    in reply to: Featured content text align #16698
    Sakin
    Keymaster

    @Stefing: That is called “Homepage Featured Content” and you can add image, title, content and link as per you need from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”

    For text align center, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #featured-post .post {
        text-align: center;
    }
    in reply to: footer widget #16697
    Sakin
    Keymaster

    @a7madsafadi: Thanks for your appreciation. Yes, only Catch Box Pro theme support Arabic. But your site look good in Arabic. We haven’t done that for Simple Catch Theme.

    Sorry not available in Free Version. You can use 3 widgets in Footer only in Simple Catch Pro theme. For more details about Simple Catch Pro, read theme instructions at http://catchthemes.com/theme-instructions/simple-catch-pro/.

    in reply to: Compatible with Opera? #16696
    Sakin
    Keymaster

    @owen: Haven’t checked on it. But Opera is not a problem browser. Only IE is the problem browser.

    in reply to: Header Height #16695
    Sakin
    Keymaster

    @jackiemcavoy: Yes you can. Send me your site URL let me know how and by how much you want to increase the height of the page.

    in reply to: How to change header nav after login? #16692
    Sakin
    Keymaster

    @dhd: You can use the is_user_logged_in condition. See the code as below.

    <?php
    if ( is_user_logged_in() ) {
    	echo '<a href="' . wp_logout_url() . '" title="Logout">Logout</a>';  
    } else {
    	echo '<a title="member" href="http://mywebsite.com/?page_id=65">Become a member</a>';
    }
    ?>
    in reply to: Catch Everest Pro Theme #16679
    Sakin
    Keymaster

    @K.S: Can you check your account at http://catchthemes.com/my-account/

    in reply to: IE8 Compatability issues? #16644
    Sakin
    Keymaster

    @travellingtwo: Did you clear your catch from W3 Total Cache plugin.

    in reply to: Ad, question #16643
    Sakin
    Keymaster

    @ashrafashraf: You can get ads from the businesses who want to show ads in your site, also from Google Adsense and lot of other affiliates as well.

    Sorry this is not theme related issued. So, please consider searching in Google.

    in reply to: Post listing page #16642
    Sakin
    Keymaster

    @rbrt_bene: Actually we don’t have that option in Catch Everest Theme. It’s the design only for Simple Catch Pro theme. But can you show me where you want to add that. In homepage or in blog page. I need to check in your site. So, send me your site URL?

Viewing 20 posts - 9,901 through 9,920 (of 14,510 total)