Forum Replies Created

Viewing 20 posts - 8,781 through 8,800 (of 14,494 total)
  • Author
    Posts
  • in reply to: Archive #20223
    Sakin
    Keymaster

    @Keren: You can create Category and then assign posts to those categories. Then you can add those category in your menu from Custom Menus at “Appearance => Menus”. So, this is one of your category page “http://his-israel.com/category/ethics/” which will only list the post in Ethics category.

    Sakin
    Keymaster

    @Matthew: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page #content .type-page { padding-top: 10px; }

    in reply to: Home Tab in Nav Bar Disappeared #20220
    Sakin
    Keymaster

    @Lucia: I have just emailed you. Please check in and send me the reply there as I need to check in your setup.

    in reply to: video displays lower half player #20218
    Sakin
    Keymaster

    @Tana: This looks that your plugin Simple Video Pro is conflicting with your theme responsive design. They are using Fixed layout overflow hidden design. But our theme is responsive layout. Ok I will try to look at your admin section and check if there is any fix. Otherwise, you need to contact plugin author. I will email you now.

    in reply to: Add Meta Slider to Front Page in Child Theme #20216
    Sakin
    Keymaster

    @Websiteguy: That’s awesome. Cheers 🙂

    in reply to: Slider arrows interfere with drop-down menus #20215
    Sakin
    Keymaster

    @CRICKETBIRD: Yes sure will fix this is new version that we are working in. As the upcoming version is already in WordPress.org review and we cannot edit that. So, it will be fixed in version 2.9.2.

    in reply to: Activate Norwegian languages #20214
    Sakin
    Keymaster

    @EirikurVa: If you translate all the text then it will translate all theme text including frontend and backend. Then you just need to write your text in your own languages. You will see Posted On in line no: 502. Comments starts from line no 107.

    in reply to: Search Box In Nav Bar? #20213
    Sakin
    Keymaster

    @Shaura: Thanks yes you can customize the position as your like. Since, Catch Box Theme is responsive design. You need to change this position for mobile devices as well.

    in reply to: Header image clickable #20180
    Sakin
    Keymaster

    @whammond: Sorry there is no option for this. So, you need to build child theme and then create functions.php file where you can copy function catchevolution_featured_header() from custom-header.php file in Catch Evolution theme and edit the code as per your need.

    in reply to: Background image behind site-title #20179
    Sakin
    Keymaster

    @pemca: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #hgroup-wrap { background: url("/wp-content/uploads/2014/02/header_back1.jpg") repeat scroll 0 0 transparent; }

    in reply to: Optional Sidebar One #20178
    Sakin
    Keymaster

    @Keren: That’s nice 🙂

    in reply to: video displays lower half player #20177
    Sakin
    Keymaster

    @Tana: Please check in your embed code. As in your video code I see the following code
    <div style="width:450px; height:338px;position:relative;overflow:hidden;">
    This actually cut your video to just 338px height because there is overflow hidden.

    in reply to: Slider arrows interfere with drop-down menus #20176
    Sakin
    Keymaster

    @@CRICKETBIRD: ok can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #nav-slider .nav-previous, #nav-slider .nav-next { z-index:9; }

    in reply to: Add Meta Slider to Front Page in Child Theme #20175
    Sakin
    Keymaster

    @Websiteguy: You can add the following css in your child theme style.css and play with the padding and margin.

    .metaslider { padding-top: 20px; }
    #homepage-message { margin-top: 20px; }
    in reply to: video displays lower half player #20162
    Sakin
    Keymaster

    @Tana: Can you post your URL and then I will check in the issue.

    in reply to: Weird 404 Page Not Found Issue #20161
    Sakin
    Keymaster

    @bwells922: This is more of WordPress installation and server issue. Please check in your .htaccess file and reset your permalink form “Settings => Permalinks”. This this problem continues then you need to ask your hosting server support.

    in reply to: Activate Norwegian languages #20160
    Sakin
    Keymaster

    @EirikurVa: We don’t have Norwegian language added n Catch Box Pro theme. Catch Box pro is currently translated in Brazilian Portuguese, Spanish, Polish, Germany, Italian, Czech, Dutch, French, Arabic, Danish, Croatian, Swedish, Russian, Serbian and Persian. This is all done from our users/contributors.

    You can also help us in translation Catch Box Pro in Norwegian language and we will add this in core theme file in next version update. For that you can download translation software from poedit.net and create nb_NO.mo and nb_NO.po file from catchbox-pro.pot file.

    in reply to: Social Links at the bottom of posts #20159
    Sakin
    Keymaster

    @spotlessdalmatian: Yes, there is one plugin name “Simple Share Buttons Adder” and the script from Sharethis.com . This is not added by us so I don’t know where you have added it.

    in reply to: Add Meta Slider to Front Page in Child Theme #20158
    Sakin
    Keymaster

    @Websiteguy: You can then either copy the header.php fine in your child theme and add the code in the position that you want or just create functions.php file in your child theme and add the following code:

    <?php
    function catcheverest_child_metaslider() {
    	
    	 echo do_shortcode("[metaslider id=1336]");
    	 
    }
    add_action( 'catcheverest_before_main', 'catcheverest_child_metaslider', 10 );
    in reply to: right allign some menu items #20157
    Sakin
    Keymaster

    @pemca: Wow, I didn’t knew that you are so good at CSS and inspect element. Congrats 🙂

Viewing 20 posts - 8,781 through 8,800 (of 14,494 total)