Forum Replies Created

Viewing 10 posts - 31 through 40 (of 40 total)
  • Author
    Posts
  • in reply to: LayerSlider problem with links #181091

    I had same problem with link only working on first slide but fixed by changing slide time shift settings. I found that my slide delay was 6000 and time shift was 5000 when I changed the time shift to 0 (zero) my links worked fine.

    in reply to: ie8 logo social icons and menu problems #169501

    Works Great -Thanks

    in reply to: ie8 logo social icons and menu problems #169425

    Okay so i though maybe the same css would work for other ie8 problems and it did. here is what i used:

    /*—-ie8 show logo —-*/
    .social_header #top .logo, .logo a { max-width:none; }

    /*ie8 menu fix display horizontal*/
    .main_menu .menu li a { max-width:none; }

    /* ie8 fix show social icons*/
    #top .social_bookmarks li a { max-width:none; }

    /*—- slider nav buttons fix display horizontal —-*/
    .ls-bottom-slidebuttons a { max-width:none; }

    in reply to: ie8 logo social icons and menu problems #169416

    Yeah!
    .main_menu .menu li a { max-width:none; }
    Fix menu for ie8
    Thank you!

    my other issues have not been addressed as of yet:
    ie8: no logo appears

    ie8: no social media icons appear

    Ipad vertical view the size of my logo gets too small but not the height of the box. I do not want the logo to get so small on refresh (bug?). I prefer large logo but at minimum want it to fill space nicely. Okay to go to mobile menu to keep logo larger.

    All issues since update to 2.2 – I am now using 2.3.1 same issues persist.

    in reply to: ie8 logo social icons and menu problems #168837

    ie 8
    I tried the css and header code above. All did the same change – Nothing worked properly. It looks like it was trying to fix the menu. This is not a good work around for the menu bug. Items with two words did display correctly on one line. but the fourth word was still stacked like a list. the header menu got too wide and My logo did show up but it was about 5-10 px in size very very tiny. still no social media icons. elwoodtemp.com

    Please help resolve the ie8 issues.

    in reply to: ie8 logo social icons and menu problems #168254

    Thank you Yigit, but NO problems are not solved. See screen shot attachments. Problem is not on iphone. Problems are only on ie8 and ipad vertical view.

    ie8 – If I set the browser to display in “compatibility mode” – then yes the social icons, logo and menu appear. But the whole page is shifted and nothing else displays correct – for example the 4 column footer becomes stacked.

    I would prefer to get the site to work correctly and show the icons, logo and menu without having to switch to compatibility mode for ie8. See screen shot of issues: ie8 screenshot

    ipad hortizontal view is fine but in
    Ipad vertical view the size of my logo gets too small but not the height of the box. I do not want the logo to get so small on refresh (bug?). I prefer large logo but at minimum want it to fill space nicely. Okay to go to mobile menu to keep logo larger. see screen shots for explanation: ipad vertical view

    in reply to: ie8 images in posts #135418

    I set css img { max-width: 100%; max-height: 100%; } to fix thumbnail distortion in ie8 on the archive pages

    but just realize it messed up the slider images.

    I changed to this so it is more specific:

    img.attachment-square.wp-post-image {

    max-width: 100%;

    max-height: 100%;

    }

    which does seem to work for just the archive images.

    But i can’t seem to get the latest post widget tiny images to fill square. Also the “you might also like” (related posts) images are distorted. Seems the style above should have fixed – but it does not.

    I am also having issue with the size of images inside of tabs – for some reason they are too large in ie8 and a scroll bar appears.

    Can provide an overall generic style sheet for the ie fixes? It seems to be a lot of work to get this theme to work in ie8. Having to go through all the images and remove the width and height is bad enough but also having to figure out all the css style to change and then only to effect ie8 etc..

    in reply to: ie8 images in posts #135417

    I removed the width and height attributes to fix the disappearing image issue in ie8 – thank you

    I set css img { max-width: 100%; max-height: 100%; } to fix thumbnail distortion in ie8 on the archive pages – thank you

    The plugin html5shiv made the site display worse in ie8 – I removed

    The latest post widget image – in ie8 displays too small and does not fill the square. Can you tell me what css to add to fix?

    in reply to: Slide out menu on ipad not working properly #128088

    Okay that is a work around and seems to work fine for my situation – Instead of displaying the mobile menu it now displays the menu smaller and therefore it no longer touches the logo. Thank you

    in reply to: Slide out menu on ipad not working properly #128086

    Hi, I have looked through the forums and still have not found the right solution for this problem. The solutions describe above only works when I add more top level items to my menu. (i.e if the menu goes the full width if the header) Right now my menu overlaps the logo just slightly on ipad horizontal view. I want to force the menu to appear as the slide in mobile menu sooner then it appears now. What is the best way to do this.

    Thank you

Viewing 10 posts - 31 through 40 (of 40 total)