Forum Replies Created

Viewing 20 posts - 7,041 through 7,060 (of 14,505 total)
  • Author
    Posts
  • in reply to: Top Menu Disappeared #37815
    Sakin
    Keymaster

    @Dona: Once you add widget to the header right sidebar. It will only display the widget in Header Right Sidebar. So, you need to add “Custom Menu” widgets to your Header Right Sidebar. This Custom Menu widget gives you option to add any custom menu that you have created in “Appearance => Menus”

    in reply to: Spacing/Line Breaks within a table #37814
    Sakin
    Keymaster

    @PHAUS: It’s the table and you need to manage your content. For every line break you can add in <br /> code. See this tutorial http://www.w3schools.com/tags/tag_br.asp
    Alternatively, you can add css to make all bold text in table in separate line by adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    .entry-content table strong {
        clear: both;
        display: block;
    }
    in reply to: three columns #37813
    Sakin
    Keymaster

    @toni: Responsive columns plugin is different. It allowed to to add in their shortcode to divide the page or post content into columns.

    in reply to: Slider Modifications #37701
    Sakin
    Keymaster

    Hi Yuliya,

    The option that you are asking is not there in our Catch Mustang theme and you need to hire customizer http://catchthemes.com/hire-customizer/ to add this feature in your site.

    Catch Mustang theme is translation ready. You can see catch-mustang.pot file in languages folder of ‘catch-mustang’ theme directory. Now, you can create .po and .mo file of your own language.

    Embedded video in slider is something we will consider in future updates. But not at this stage.

    Regards,
    Sakin

    in reply to: Featured Post Slider dissappeared #37698
    Sakin
    Keymaster

    @zoran87: It’s strange as it’s all working fine in our server. Can you try disabling plugins and check in. Also let me know what happen when you the slider goes. Does, your theme options panel get reset.
    Also you can try adding in W3 Total Cache and check in.

    in reply to: Twitter feed #37697
    Sakin
    Keymaster

    @Cybersnaby: Sorry will not be available for time being as twitter changed the way it is setup.

    in reply to: Excerpt length is not working #37696
    Sakin
    Keymaster

    @pips: Sorry you site in not in English so it’s bit difficult to understand. Where you are testing excerpt length. This excerpt length works in Category/archive page with excerpt layout selected in theme options panel.

    in reply to: three columns #37692
    Sakin
    Keymaster

    @toni: I think you are confused, as Catch Box Pro theme doesn’t have 3 Columns layout. Only Catch Evolution Pro theme have 3 columns Layouts. If you check Catch Box Pro theme instructions page http://catchthemes.com/theme-instructions/catch-box-pro/, it’s clearly mentioned.

    in reply to: Thumbnail alignment #37688
    Sakin
    Keymaster

    @Michaela:
    Yes, in Gallery you cannot link to another website.
    You can search for free plugin at http://wordpress.org/plugins/. See these http://wordpress.org/plugins/search.php?q=Responsive+Columns&sort= and http://wordpress.org/plugins/search.php?q=Responsive+Tables&sort=
    To connect Jetpack to WordPress.com. First you need to open WordPress.com account and then if you have any cache plugin, disable that and the try connecting it.

    in reply to: Lost mobile responsiveness… what happened? #37597
    Sakin
    Keymaster

    @Shanan: Simple Catch Free theme in not responsive theme and the font use in this theme is Arial. For responsive, you need to use Simple Catch Pro theme. See this demo http://catchthemes.com/demo/simplecatch-pro/

    in reply to: Header alignment went from great to not-so-great #37596
    Sakin
    Keymaster

    @Shanan: It’s the size of your header image that pushed down the search in header. So, if you want to extend the header image to large then either you need to hide the header search by adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #header .social-search {
        display: none;
    }

    Or you can can reduce the size of the search in header. For example, with your current header image size, you need to adjust the size as following.

    #header .social-search {
        width: 206px;
    }
    #header .social-search form.searchform input {
        width: 102px;
    }
    in reply to: Create columns #37593
    Sakin
    Keymaster

    @Michaela: For columns, you need to use Responsive Columns or Responsive Tables plugin and add it.

    in reply to: Thumbnail alignment #37592
    Sakin
    Keymaster

    @Michaela: If you want to add more thumbnail image then please it it as Gallery or use responsive columns plugins to separate the columns. If you add individual images with caption, then yes it will display like that.

    For Gallery see this http://codex.wordpress.org/The_WordPress_Gallery
    Further, you can use Jetpack plugin and active “Tiles Galleries” module to ake it beautiful gallery.

    in reply to: How to change the image of the featured slider? #37591
    Sakin
    Keymaster

    @Serena: I check in your site and see that you have been able to change the slider image. But your slider image is too small. If you read in our theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/, the recommended size if Width: 1280px and Height: 550px. But it’s your wish to change it.

    See this Tutorial:
    Post Slider: http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/
    Image Slider :http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/

    in reply to: Third column sidebar #37588
    Sakin
    Keymaster

    @Bravoure: I see that you have customize the site and looks like you have remove the codes in footer.php file, that is why it is now showing. Please add back the original footer.php file and it will be fine.

    in reply to: Slider Modifications #37586
    Sakin
    Keymaster

    @Kim: You are using Catch Kathmandu Support forum answers that is why it’s not working for you. Please post in appropriate support forum. So, remove the CSS that I give it for Catch Kathmandu Theme. For Catch Box Pro theme, you need to add the following css in “Appearance => Theme Options => Custom CSS” box.

    #nav-slider .nav-previous, #nav-slider .nav-next {
        display: none;
    }
    in reply to: Featured Slider image size #37483
    Sakin
    Keymaster

    @bamrider: Nice you got answer 🙂

    in reply to: meta-nav translating #37430
    Sakin
    Keymaster

    @Farmaciola: ok sure thanks. Will wait for it.

    in reply to: Missing page templates #37422
    Sakin
    Keymaster

    @Britta: As per the new theme review guideline form WordPress.org, we are not allowed to use blog template and this should be controlled from “Settings => Readings”. So, please go to “Settings => Reading” from your WordPress Dashboard. The in “Front page displays” check “A static page (select below) and select your page “Nieuws” in “Posts page” and save changes.

    in reply to: meta-nav translating #37421
    Sakin
    Keymaster

    @Farmaciola: That’s nice :). Would you like to contribute your translation file.

Viewing 20 posts - 7,041 through 7,060 (of 14,505 total)