Forum Replies Created

Viewing 20 posts - 7,921 through 7,940 (of 14,497 total)
  • Author
    Posts
  • in reply to: Menu Not Shown when Header Sidebar Wigget is used #26859
    Sakin
    Keymaster

    @brendon: Can you post in your site URL, so that I can see what is happening in your site.

    in reply to: Mustang Theme – Donation Button in Header #26855
    Sakin
    Keymaster

    @klgarner: Looks like you are using older version of Catch Mustang theme. Can you update to latest version. I will email you just in case if it doesn’t work then you can reply me there.

    in reply to: Text Widget: Add hyperlink? #26802
    Sakin
    Keymaster

    @jennyc0215: For email, your link code will be as below:
    <a href="mailto:[email protected]" target="_top">mailto:[email protected]</a>

    in reply to: Pages Widget: Top-Level Pages Only? #26801
    Sakin
    Keymaster

    @jennyc0215: There is not option to add just top-level pages in the Page Widgets. But you can use Menu Widgets and add in the pages you want. So, just go to “Appearance => Menus” and create your custom menu with the pages that you want to show. Then add this Menu through Menu widget in “Appearance => Widgets”

    in reply to: Unlinking images in attachment pages #26799
    Sakin
    Keymaster

    @sabine: Search for the following code in image.php

    <a href="<?php echo esc_url( $next_attachment_url ); ?>" title="<?php the_title_attribute(); ?>" rel="attachment"><?php
    $attachment_size = apply_filters( 'catchbox_attachment_size', 848 );
    echo wp_get_attachment_image( $post->ID, array( $attachment_size, 1024 ) ); // filterable image width with 1024px limit for image height.
    ?></a>

    and replace it with

    <?php
    $attachment_size = apply_filters( 'catchbox_attachment_size', 848 );
    echo wp_get_attachment_image( $post->ID, array( $attachment_size, 1024 ) ); // filterable image width with 1024px limit for image height.
    ?>
    in reply to: Move post title above featured image #26798
    Sakin
    Keymaster

    @Stephan: If you don’t want link in your slider image, then you can use Featured Image Slider and don’t add link.

    Sorry there is no option to use same design as of homepage.

    in reply to: Featured post slider: wront thumbnail used #26797
    Sakin
    Keymaster

    @threebarrelbluff: Simple Catch Pro technology is different to Simple Catch Free Theme. Simple Catch Pro is responsive design build in HTML5 and css3. For more details about additional features, you can check out theme instruction page at http://catchthemes.com/theme-instructions/simple-catch-pro/

    It’s relatively easy upgrading. If you want assistance in upgrade then so let us know.

    in reply to: Mustang Theme – Donation Button in Header #26796
    Sakin
    Keymaster

    @klgarner: Strange. Did you check in “Appearance => Widgets” in your WordPress Dashboard. As we added header right sidebar from Catch Mustang version 2.1.

    in reply to: Design Hompage #26781
    Sakin
    Keymaster

    @Stephan: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide homepage Natursteingärten
    .home #primary { display: none; }

    This design is only for Homepage.

    in reply to: Menu not Working #26780
    Sakin
    Keymaster

    @niyazsky: Which theme and which version are you using it. I see that you have directly customize the core theme files. If you want to create your own theme then you need to build child theme and then change the credentials.

    If you are using Catch Kathmandu Free theme then we have just submitted update to WordPress.org and it will be live soon. If you are using Catch Kathmandu Pro theme then update to latest version.

    in reply to: Featured post slider: wront thumbnail used #26763
    Sakin
    Keymaster

    @threebarrelbluff: It uses slider thumbnail.

    in reply to: Site title & description only on mobile devices #26760
    Sakin
    Keymaster

    @Scholz: In responsive design all your image and text will be loaded in mobile as well. It’s just that it adjust it as per the screen size.

    in reply to: Menu Not Shown when Header Sidebar Wigget is used #26754
    Sakin
    Keymaster

    @brendon: Sorry for the confusion. You can just create custom menu from “Appearance => Menus” and then you can add that menu to your Header Right Sidebar using Menus widget in Header Right Sidebar.

    in reply to: Change font color in foorter #26753
    Sakin
    Keymaster

    @sabine: Yes thanks 🙂

    in reply to: Site title & description only on mobile devices #26751
    Sakin
    Keymaster

    @Scholz: That big logo will be responsive and will show small. So, no need to hide it. If you want to hide it then you can add the following css in “Appearance => theme Options => Custom CSS” box.

    @media screen and (max-width: 768px) {
    #header-left { display: none; }
    #header-right { padding-top: 0; }
    }

    About the translation, you will see the catchkathmandu.pot file inside languages directory. Then you just need to create de_DE.po and de_DE.mo file. You can create with the help of poedit.net software. Once you compete the translation, you can send that files to use and we will add in the Theme update.

    in reply to: horrible search result #26739
    Sakin
    Keymaster

    @dpsd: Sorry we are not sure about these settings in WordPress SEO by Yoast. Check in their SEO Guide. This is more of plugin issues so please consider posting it in Plugin Forum.

    I am sure this is not a theme issue. You can check in my activating default theme like twenty eleven and so on.

    in reply to: Changing Home site #26734
    Sakin
    Keymaster

    @Stephan: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #header-menu ul.menu a { padding: 0 10px; }

    in reply to: Featured Slider Not Working #26732
    Sakin
    Keymaster

    @HarveyLo: When I check in your site. I see only one valid Post ID in “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options”. You need to add in individual post id like this http://www.pinterest.com/pin/548594798329984427/

    Also when you add in the post ID, make sure those post have Featured Image. See the theme instruction for adding featured image in your post http://catchthemes.com/theme-instructions/catch-evolution/ and screenshot http://www.pinterest.com/pin/548594798331806476/

    Sakin
    Keymaster

    @jexywaverider: Header right sidebar is flexible width sidebar and it expand depending on the images you add and spaces it have in relation with your logo on left. If it is too large then it will be moved below the logo image.

    Also trying to figure out how to adjust the padding between the widgets on the header right side bar.
    — That is margin. You can adjust the margin in following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    #sidebar-header-right .widget { margin-bottom: 30px; }

    in reply to: Small icon above slider and inactive submenu #26729
    Sakin
    Keymaster

    @Djapeto:
    1. There is missing Featured Header image. If you don’t want you can disable it or add your own image from “Appearance => Theme Options => Featured Header Image Options”
    2. Can you try adding in the following script in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Footer”

    <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>
Viewing 20 posts - 7,921 through 7,940 (of 14,497 total)