Forum Replies Created

Viewing 20 posts - 8,161 through 8,180 (of 14,505 total)
  • Author
    Posts
  • in reply to: editing text widget #24521
    Sakin
    Keymaster

    @Mark: Both your text and the Google map uses “Text Widget” so when you change one it will change the other as well. But I see your Google map text widget uses small code to add the text so you can separate like below

    .widget-area { font-size: 14px; }
    .widget-area small { font-size: 12px; }
    in reply to: Question concerning Submenu und Posts #24519
    Sakin
    Keymaster

    @MVS: You can add in “Code to display on Footer”.

    Sorry Featured Post slider is created to Highlight our post. So, there is no option to hide. If needed you can update to Catch Everest Pro and use Featured Image Slider, where you can upload independent image as per you need and no need to link. As like, title and content are optional.

    in reply to: WooCommerce category with same layout as blog? #24499
    Sakin
    Keymaster

    @artch: It’s the shop-styles only.

    in reply to: Homepage Featured content options #24498
    Sakin
    Keymaster

    @cpuss: I don’t get it what you mean by the speed of click.

    in reply to: editing text widget #24497
    Sakin
    Keymaster

    @Mark: Sorry I couldn’t see that you are trying to change it. Can you show me the page where you have text widgets. It is supposed to me same font.

    in reply to: Only Show Post Summaries on Page #24496
    Sakin
    Keymaster

    @Drewmikita: Thanks for your appreciation. In the that page, I see that you have assigned page template as Blog. That is why the theme options settings is not working. You can just make that page template to “Default Template”. Then you will say that this page will not show as Blog. There is setting to show this page as blog.
    Just go to “Settings => Readings” and in “Front page displays” click on “A static page (select below)” then choose the page in “Posts page:” and save changes.

    in reply to: Slider not showing up #24494
    Sakin
    Keymaster

    @Yusra_Urooj: Can you post in your site URL? If you are using Catch Everest Free theme then you should be able to enable it from “Appearance => Theme Options => Featured Post Slider => Slider Options => Enable Slider”. Also make sure that you have added Post ID in “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options”.

    Can you check these settings and if this doesn’t work for you then send me your site URL.

    in reply to: Comment Box Adjustment Needed #24491
    Sakin
    Keymaster

    @talkleft: We don’t have quicktags option in Catch Box Pro theme. Maybe you added plugin to show it. But I cannot see that in your site. Also in your site Comment is allowed to post only for logged in user. So, how do I check in. If you can show me then I will be able to give css to move up.

    in reply to: Question concerning Submenu und Posts #24490
    Sakin
    Keymaster

    @MVS:
    1. For your menu on Samsung. Can you try adding in the following JavaScipt code in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Footer” box.

    <script type="text/javascript">
    // Open menu on first tap on touch devices.
    jQuery(document).ready(function () {
    	jQuery(".menu-item").has("ul").children("a").attr("aria-haspopup", "true");
    });
    </script>

    2. I don’t understand you question here. Do you mean to exclude your slider post from homepage? If yes, then go to “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options” and click on “Exclude Slider post from Homepage posts” and save changes.

    in reply to: Adding header slider and video #24462
    Sakin
    Keymaster

    @Jeff: In Catch Evolution Pro theme is designed to keep optional logo, header image and slider. But it’s not designed the way you have mentioned it.

    You can use the image slider for sliding images, for video you need to build child theme and then add video code.

    By default, each theme is designed to do default settings maintained in Options Panel. And for advance edits there is always room to build child theme. Sorry, no default option to do like you have mentioned.

    in reply to: page title with h2 tags.. #24460
    Sakin
    Keymaster

    @telexesposito: You code is targeted to all h2 tags. But mine is focus to link text with h2 tag inside main wrapper.

    in reply to: Social widget and search not visible in a child theme #24402
    Sakin
    Keymaster

    @mrjules: There is issue with your child theme style.css. In this file, you are supposed to any only css that you want to modify not the all css.
    So, it will be as
    /*
    Theme Name: Catch Evolution Child
    Theme URI: http://otherhalfproductions.com/catch-evolution-child/
    Description: Catch Evolution is a beautifully sleek creation of Catch Themes. It exudes a clean and super sharp look. It comes with a whole set of interesting, rich features and flexible theme options. Built on HTML5, CSS3, it has a responsive design which lets the content automatically adapt to the screen's size on different devices. Catch Evolution looks striking in a bigger screen. The layout is wider, bigger and luxuriously spacious. This theme is easily customizable with an advanced theme options panel. It supports popular plugins such as Jetpack, WordPress SEO by Yoast, WP-PageNavi, Contact Form 7, WooCommerce and many more. It is also translation ready and currently translated in Spanish, French, Swedish and German. If you need support with this theme, please go to http://catchthemes.com/support/
    Author: Jules
    Author URI: http://otherhalfproductions.com
    Template: catch-evolution
    Version: 1.0.0
    Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, threaded-comments, flexible-header, three-columns
    Text Domain: catch-evolution-child
    */

    @import url("../catch-evolution/style.css");

    /* =Theme customization starts here
    -------------------------------------------------------------- */

    Then you should add only the css that you need to modify.

    in reply to: page title with h2 tags.. #24401
    Sakin
    Keymaster

    @telexesposito: You are using Free Simple Catch Theme which is build in HTML4 and CSS2. So, in the theme build in HTML4, we are only allowed to use 1 H1 tag and that we have use it for Site Title. So, the post/page title is h2.
    You can add it like the following css.

    #main h2 a {
    	font-size: 26px;
            text-align: center;
            font-family: 'Monotype Corsiva';
            color:#FF4D00;
    }
    in reply to: Header logo margin of 0 #24400
    Sakin
    Keymaster

    @apingicer: Sorry I don’t get it. Can you post in your site URL and explain it.

    in reply to: WooCommerce category with same layout as blog? #24399
    Sakin
    Keymaster

    @artch: For sidebar in WooCommerce template, you can add widgets in WooCommerce Sidebar from “Appearance => Widgets”. If you are not talking about this then please send me the URL of your site and product category to test in.

    in reply to: Translate to German #24372
    Sakin
    Keymaster

    @pips: I am still not getting what you mean. When I check in your homepage http://www.lichtundmusik.ch/, it in German language and category where you don’t have post is showing it in English. I check in the file de_CH.po and de_CH.mo and it looks fine and should be able to change it.

    I just check in our server and the language file is working fine. Can you check in your wp-config.php file and check your language definition in code define(‘WPLANG’, ”);. It needs to be setup as

    /**
     * WordPress Localized Language, defaults to English.
     *
     * Change this to localize WordPress. A corresponding MO file for the chosen
     * language must be installed to wp-content/languages. For example, install
     * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
     * language support.
     */
    define('WPLANG', 'de_CH');

    You can also email be back if you have further issue in language.

    in reply to: Translate to German #24365
    Sakin
    Keymaster

    @pips: I want to ask you how you did all other translational. As the translation file will be .mo and .po files. If you look at the languages folder in Catch Everest Pro theme, you will see other language files. For example for Italian language it is as it_IT.mo and it_IT.po. And for the German, you should create de_DE.po and de_DE.mo file using http://poedit.net/ software. Then you can send me that file and I will add it in new version update.

    The file you are tying to search is no-results.php. But if you edit this core theme files directly, then there will be problem when you update the theme to latest version. All your edit in core theme files will be reverted back to original.

    in reply to: change font site title #24336
    Sakin
    Keymaster

    @kat22: For font site title, if cannot change just Allura as it’s not web font. So, you need install google font plugin and then add it.

    To hide the light blue box in your slider you can add in the following css in “Appearance => Theme Options => Custom CSS” box.
    #main-slider .entry-container { display: none; }

    in reply to: problems with the Catch-Box-Pro 2.9.3.zip update #24333
    Sakin
    Keymaster

    @Tekstiltrold: if you have just paid it then it should be fine. As this message is only show in your payment is over 1 year old. For more details, ask to our sales and account section through http://catchthemes.com/contact-us/ with your order ID.

    in reply to: Widgets to share the same area in sidebar #24332
    Sakin
    Keymaster

    @Jonathan: You can adjust the spacing between the widgets by adding in the following css in “Appearance => Theme Options => Custom CSS box.

    #secondary .widget {
      margin-bottom:0;
      padding-bottom:0;
    }
Viewing 20 posts - 8,161 through 8,180 (of 14,505 total)