Forum Replies Created

Viewing 20 posts - 7,941 through 7,960 (of 14,497 total)
  • Author
    Posts
  • 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.

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

    @sabine:
    1. That is padding only. I don’t see any css where you have made #branding padding as 0.

    2. You can add in the following CSS.
    #colophon #site-generator a:hover { color: #fff; }

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

    @Dirk: Can you check your image file type http://en.support.wordpress.com/accepted-filetypes/. If this is fine then you need to make sure “Your server has php(5)-gd installed.”. For this you need to contact your Hosting Sever Support.

    in reply to: Remove published on and in #26611
    Sakin
    Keymaster

    @sabine: That is link to next image in your post. This will be difficult to remove as for this you need to build child theme and then copy image.php in your child theme and edit it.

    in reply to: Blog Page #26610
    Sakin
    Keymaster

    @Drewmikita:
    1. Add additional authors
    — This option is not there in Theme. Sorry, you need to search for plugins.

    2. On the Blog page, I would like it to be small little boxes with pictures/links on it instead of how it looks right now.
    — You can add Featured Image in those post.

    Sakin
    Keymaster

    @Mark: Thanks for Figuring it. As per the Mark – it was Firefox add on – Adblock Plus blocking them.

    in reply to: move featured slider #26593
    Sakin
    Keymaster

    @medicsontheball: You can let me know which slider type you are trying to add in and in which location then I can send you the hook.

    in reply to: Remove Author and Date Text from Posts #26585
    Sakin
    Keymaster

    @Shana: Sorry I don’t recommend you to change the font size of the page. It’s due to responsive design.

    body {
        font-size: 1.4em;
    }
    in reply to: Remove published on and in #26584
    Sakin
    Keymaster

    @sabine: Yes you can do that. Replace the previous css with the following:
    .attachment .hentry .entry-meta { display: none; }

    in reply to: move featured slider #26582
    Sakin
    Keymaster

    @medicsontheball: Sorry I don’t see slider in your site. In which section in footer are you trying to move to. Basically, you can copy the function catchbox_slider_display in your child theme functions.php file and change the action position.

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