Forum Replies Created

Viewing 20 posts - 7,941 through 7,960 (of 14,506 total)
  • Author
    Posts
  • 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>
    in reply to: Site title & description only on mobile devices #26672
    Sakin
    Keymaster

    @Scholz: So what is your current site looks like and which are the elements that you want to hide it.

    For translation, you need to use your language file.

    in reply to: Widget in Footer 1, 2 & 3 #26669
    Sakin
    Keymaster

    @Melanie: When I check in your site. I see you have custom css in http://www.allinmom.com/?custom-css=1&csblog=1&cscache=6&csrev=73, where you can see strong{display:none}. That is why it is not displaying your strong text. Did you add these from JetPack plugin custom css at “Appearance => Custom CSS”. Check in and delete it.

    in reply to: move featured slider #26668
    Sakin
    Keymaster

    @medicsontheball: You can copy the function catchbox_slider_display in your child theme functions.php file and change the the position. So, if you want it before all sidebar widgets then you need to use catchbox_before_widget_start hook for after use catchbox_after_widget_start. So, replace the current hook catchbox_content with the hook you need.

    in reply to: Changing Header Margins #26667
    Sakin
    Keymaster

    @jbmfeps: The sidebar and content is wrap with main and it has 50px padding top. You can adjust it and add it in “Appearance => Theme Options => Custom CSS” box.

    #main {
        padding-top: 50px;
    }
    in reply to: Featured Post Slider Not Showing Up #26664
    Sakin
    Keymaster

    @Nate: For Featured Image box in your post editor right sidebar. Sometime, it might be disable. So, you check in Screen Options in Top Right corner of our post edit and check in Featured Image. See the screenshot http://www.pinterest.com/pin/548594798331806476/

    in reply to: Featured Post Slider Not Showing Up #26661
    Sakin
    Keymaster

    @Nate: Something is not working in your site. I will send you email and you can add details there.

    When I check in your site homepage, I see you have featured image only in the following post.
    ASE A6 “ELECTRICAL” INJECTOR WIRING DIAGRAM – Post ID 170
    ASE A6 “ELECTRICAL” VOLTAGE DROP PART 3 – Post ID 128
    ASE A6 “ELECTRICAL” VOLTAGE DROP PART 2 – Post ID 126

    Can you try adding in these ID in your Featured Post Slider.

    in reply to: Using tag #26660
    Sakin
    Keymaster

    @makomoo: Check in the screenshot I have send you in your email. In excerpt box, you are supposed to add only the excerpt text not the full text.

    in reply to: Unable to set a new logo #26624
    Sakin
    Keymaster

    @Dirk: Ok then yes you have server issues php(5)-gd

    in reply to: move featured slider #26620
    Sakin
    Keymaster

    @medicsontheball: Oh for that you can get plugin from http://wordpress.org/plugins/. Just search for Featured Post Widget.

    in reply to: Unable to set a new logo #26619
    Sakin
    Keymaster

    @Dirk: If the problem only in that area for upload or all area. Like Media Uploader, Page/post editor add media.

    in reply to: move featured slider #26614
    Sakin
    Keymaster

    @medicsontheball: Oh for sidebar, I don’t recommend you to use this slider. As this slider uses the large images and your sidebar will have small area. So, it will be better if you add in Plugin for that.

Viewing 20 posts - 7,941 through 7,960 (of 14,506 total)