New Topic

trotsig

Forum Replies Created

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • in reply to: Where do I set the amount of images? #1908

    trotsig
    Participant

    What did work ( finally) was this:

    /* IE8 and below */
    .wp-post-image {display:none\9;}

    in reply to: Where do I set the amount of images? #1904

    trotsig
    Participant

    Sorry that was wrong, I upgraded from 1.1.6 to 2.5.1, so I am running the new version of course, 2.5.1 at this time. I was thinking that a fix could be made using class ie8 …

    .ie8 .attachment-post-thumbnail {display:none;}
    but that didn’t work.

    in reply to: Where do I set the amount of images? #1902

    trotsig
    Participant

    I have upgraded to the newer theme (StartupPro 1.1.6) and this fix is no longer working in the dreaded IE 8, but still good in Firefox, Safari, Chrome and IE 9, 10 & 11. I am getting double sets of images in the news feed as well as duplicate images in single posts as well. The .blog class does not seem to exist anymore.
    The site URL is News What will fix the duplicate images in Internet Explorer 8?

    in reply to: My WP Media Settings are ignored #721

    trotsig
    Participant

    Yes, that’s better! Thank you.

    in reply to: My WP Media Settings are ignored #719

    trotsig
    Participant
    in reply to: Where do I set the amount of images? #710

    trotsig
    Participant

    Thank you.

     

    in reply to: Where do I set the amount of images? #708

    trotsig
    Participant

    Thank you that worked, but now there are duplicate images on the single view of the post.  http://sfpontona.se/forsta-andra-tredje/

    in reply to: Where do I set the amount of images? #699

    trotsig
    Participant

    Here is the blog (posts) page

     

    http://sfpontona.se/nyheter/

     

    the third post down has 5 images,  4 are post images and one is set as “featured” so it became  duplicated. there should be 1 image on the main page & 4 images on the single page.

    Thank you!

     

    in reply to: Where do I set the amount of images? #696

    trotsig
    Participant

    What I have on index page:

    post with 1 image shows 1 image.

    post with 5 images shows 5 images.

    What I have on single post:

    post with 1 image shows 1 image.

    post with 5 images shows 5 images.

     

    What I need on index page:

    post with 1 image shows 1 image.

    post with 5 images shows 1 image.

    what I need on single post:

    post with 1 image shows 1 image.

    post with 5 images shows 5 images.

    in reply to: theme isn't displayed properly in ie8 #614

    trotsig
    Participant

    Here it is:  http://imgur.com/YiQXZpK

    the menu items started out as left aligned, after becoming visited links, now they are center aligned.  only on splash page, they are OK on the dynamic pages.

    I do appreciate your help, I realize that IE8 is obsolete, but my workplace has another opinion on the matter…

    Thank you .

    in reply to: theme isn't displayed properly in ie8 #603

    trotsig
    Participant

    http://sfpontona.se

     

    it’s in Swedish, but just click on the menu  “produkter”  and the click on  one of the produkter , then click on the logo in the menu, then look at the drop down under produkter again….  everything that you clicked on is now indented…

    in reply to: theme isn't displayed properly in ie8 #599

    trotsig
    Participant

    I have added the following to the  child.css in order to get control over IE8 dropdowns:

    (for anyone else having the same troubles:  distorted nav ul and  ul li text sizes and empty (transparent) drop down backgrounds …  )

    nav{position:relative;border-radius:5px;margin-top:0;background-color:#333;background-image:url(images/nav-bg.png);
    background-repeat:repeat-x;clear:both}
    nav ul.menu{padding-left:4px}
    nav .parent > a, nav .parent > a:hover{background-image:url(images/arrow.png);background-position:right;background-repeat:no-repeat}
    nav ul ul .parent > a, nav ul ul .parent:hover > a:hover, nav ul ul li:hover ul .parent >
    a, nav ul ul li:hover ul .parent > a:hover{background-image:url(images/arrow-right.png);background-position:right;background-repeat:no-repeat}
    nav ul, nav ul li{display:inline}
    nav ul li a{display:inline-block;font-family:’lucida grande’,helvetica,arial,verdana,sans-serif;
    font-size:12px !important;color:#fff;line-height:38px !important;text-decoration:none;text-transform:uppercase;
    font-variant: small-caps;text-shadow:1px 1px 1px #333;padding:0 15px;border-right:1px solid #555}
    nav ul.menu li a{margin-left:-4px}
    nav ul li a:hover{font-size:12px;color:#fff;text-decoration:none;box-shadow:0 0 5px #000 inset;background:#444}
    nav .current-menu-item a, nav .current_page_item a{color:#ccc;text-shadow:none}
    nav .current-menu-item .sub-menu a, nav .current_page_item .children a{color:#fff;text-shadow:1px 1px 1px #333}
    nav ul > li:first-child a:hover{border-radius:5px 0 0 5px}
    nav .sub-menu li a, nav .children li a{border-radius:0 !important}
    nav li .sub-menu{margin-left:-4px}
    nav ul li{position:relative}
    nav li ul{display:none;position:absolute;top:29px}
    nav li ul a{background:#666}
    nav ul ul li:hover ul, nav ul ul ul li:hover ul{margin:-34px 0 11px 179px}
    nav ul li:hover ul{display:inline-block}
    nav ul ul, nav ul li:hover ul ul, nav ul ul li:hover ul ul{display:none}
    nav ul li:hover ul, nav ul ul li:hover ul, nav ul ul ul li:hover ul{display:block;z-index:2147483647}
    nav ul li:hover ul li a, nav ul ul li:hover ul li a, nav ul ul ul li:hover ul li a{font-size:12px !important;
    line-height:30px!important;width:150px;padding:0 14px !important;border:1px solid #444;margin:-1px 0 0;opacity:0.9}
    nav ul li:hover ul li a{background:#666}
    nav ul ul li:hover ul li a{background:#666}
    nav ul ul ul li:hover ul li a{background:#666}
    nav ul li:hover ul li a:hover, nav ul ul li:hover ul li a:hover, nav ul ul ul li:hover ul li a:hover{background:#555;opacity:1;box-shadow:none}

     

    I still have trouble with the sub menu li being indented after being clicked… clear the cache, then it is OK until the next click.

    in reply to: theme isn't displayed properly in ie8 #591

    trotsig
    Participant

    startuppro-child style.css:

    http://pastebin.com/1an785k9

    startuppro options:

    http://pastebin.com/MktR4rWr

    splash template (splash.php):

    http://pastebin.com/91fYqt72

    Thank you!

     

    in reply to: theme isn't displayed properly in ie8 #589

    trotsig
    Participant

    normal appearance  [IMG]http://i.imgur.com/9BLwqVG.jpg[/IMG]

    abnormal  [IMG]http://i.imgur.com/SMwF1rS.jpg[/IMG]

    unable to get a screenshot of the  transparent ul background, since when I click to get the shot, the dropdown closes….

    these are all taken  on a virtual machine  /WINXP  / IE8  running on a MacPro…    chrome, firefox IE9 run OK,  but Opera does not look good  either, same probs as IE8

    in reply to: theme isn't displayed properly in ie8 #588

    trotsig
    Participant

    Drop down lists are displayed incorrectly.  after clicking on a link in the nav menu, font becomes humongus (larger) and the url background image of the link is transparent.  link cannot be clicked any more. i have screendumps but do not see any way to attach the images

    in reply to: Contact Form "Are you human?" code #483

    trotsig
    Participant

    This contact form will be used by a multinational company.  I do not  dare to put this online and risk spam assaults on my coworkers.  We are not your beta testers, we bought a finished product. We will not expose our company to this beta-testing that you suggest. Script kiddies are lurking everywhere.   Fix this problem if you are a serious endeavour.   Your support is not functioning in a professional manner.

     

    in reply to: Contact Form "Are you human?" code #481

    trotsig
    Participant

    I bought StartupWP Pro because of the contact form & was testing it on my website.  Every instance is using the same code. That does not seem like professional programming. A random code should be generated…

Viewing 17 posts - 1 through 17 (of 17 total)