Forum Replies Created

Viewing 20 posts - 1 through 20 (of 42 total)
  • Author
    Posts
  • in reply to: Different Header Image based on screen size? #101041
    Nancy
    Participant
    in reply to: Updated from 2.7 to 3.3 Questions/Issues #100382
    Nancy
    Participant

    1. Yes, I know. But if you forget and use the old one you lose everything. The option to save changes should be disabled.
    2. Yes, I know how to edit the footer. The question is referring to the Webmasters Tool footer code section. I was previously give this code to help with a touch issue:

    <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>

    3. Fixed my own issue. I missed a few of the custom css settings that I lost the resized columns, removed boards, and etc. Once I added these back in, the things are behaving as before.
    4. Previously, the search box in the widget was just the icon and you clicked on it and it expanded. Just different than it was before.
    5. Ok. I’ve done a few modifications that let’s me accomplish what I wanted.

    in reply to: Updated from 2.7 to 3.3 Questions/Issues #100370
    Nancy
    Participant

    One last question. Can I do custom social media icons?

    in reply to: Custom CCS to change margin in widget – one section only #46259
    Nancy
    Participant

    Thank you! That did the trick.

    Another related question. Is there anyway to make that image track to be the same height as the slider image? I’ve made by graphic the same height as the box and things align nicely when things are full size. As screen size gets smaller, I’d like to be able to have box size as well. Maybe there needs to be a mini slider widget item.

    in reply to: Featured Image – Inline vs default #32890
    Nancy
    Participant

    Perfect. That works great. I almost had it right.

    in reply to: Featured Image – Inline vs default #32756
    Nancy
    Participant

    The site I am trying to do this one is – http://lisaotooleforjudge.com. Post 303 is the one I’d like inline.

    in reply to: Thumbnail on start page #22543
    Nancy
    Participant

    Your welcome! Just passing along what you gave me a couple of weeks ago. 🙂

    in reply to: Thumbnail on start page #22334
    Nancy
    Participant

    Try this in the custom CSS section:

    /* Featured images in summary view left inline with text */
    .blog .entry-summary .wp-post-image,
    .archive .entry-summary .wp-post-image {
    display: inline;
    float: left;
    margin: 0 10px 10px 0;
    border: 0;
    }

    in reply to: Windows 8.1 Tablet Menu Issues #21560
    Nancy
    Participant

    On Android, the Giving menu drops down but I can’t select any of the items. seems true on all the broswers I tried.

    in reply to: Windows 8.1 Tablet Menu Issues #21559
    Nancy
    Participant

    Thank you! That seems to work great on my Windows devices.

    The Giving menu that has a landing page (rather than an empty link) isn’t dropping down on my Android devices. Not sure if it is all browsers or just a couple of them. I’ll do more testing tomorrow. If it is too difficult to make it work everywhere, I can move that content to another page and make the top level menu just a place holder.

    in reply to: Android Browser Issues #21538
    Nancy
    Participant

    The CSS above with the change of the width to 1 px seems to do the trick. The buttons are in the correct spot and the box appears. The only minor thing is the default search text doesn’t appear, but I can live with that. (I still see the “s” from search on the search icon, but it’s really subtle and I don’t think most people will notice it.

    in reply to: Android Browser Issues #21499
    Nancy
    Participant

    Neither worked.

    in reply to: Android Browser Issues #21439
    Nancy
    Participant

    That gets the icons close together, but the search box doesn’t expand correctly when you click on it. It’s slightly bigger than the icon. Same behavior on Android and PC.

    in reply to: Android Browser Issues #21429
    Nancy
    Participant

    Looks the same. It looks like blank space between the icons is the same width as the search box that pops out when you click the button. If I look really carefully, the “S” from the default search text is on right hand side of the search icon. When I click on the icon, the box does expand out and look correct though it is missing the default search text.

    in reply to: Android Browser Issues #21335
    Nancy
    Participant

    That works perfect. Thank you!

    Any ideas on the social media icon/search issue on the dolphin browser?

    in reply to: Android Browser Issues #21302
    Nancy
    Participant

    Ended up removing the code above. My menus no longer wrapped in other cases when they needed too. Is there anyway to just apply it to the top level menus and not sub menus?

    in reply to: Android Browser Issues #21301
    Nancy
    Participant

    Googled chrome android menu issues and found a solution. Added the following:

    #header-menu ul.menu a { white-space: nowrap; }
    #fixed-header-top ul.menu a { white-space: nowrap; }

    to solve the problem.

    The last Android issue I am having is with Dolphin and the social media search box is not next to the FB, Twitter icons.

    Dolphin Issue: http://www.ipcrew.com/SHSTest/wp-content/uploads/2014/03/ScreenshotDolphin.png

    in reply to: Android Browser Issues #21280
    Nancy
    Participant

    No difference.

    in reply to: Featured Image Slider Images Snapping in to place #21240
    Nancy
    Participant

    That solves the problem. Thank you!

    in reply to: Android Browser Issues #21239
    Nancy
    Participant

    Adding “!important” messes up all the menus on all platforms. The menu boxes are all different sizes and not all the items appear on the correct lines.

    (Website development definitely has gotten more complicated with all the different devices, different OS’s and screen sizes!)

Viewing 20 posts - 1 through 20 (of 42 total)