Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter john.cressman

    (@johncressman)

    Thank you. I believe I’ve figured it out… and how to style the last item differently.

    
    .breadcrumbs a {
      border: 2px solid #000099; 
      border-radius: 5px;
      background: #000099; 
      color: #ffffff;  
      margin-top: 10px;   
      font-size: 20px;
    }
    
    .breadcrumbs a:hover {
      border: 2px solid #000099; 
      border-radius: 5px;
      background: #ffffff; 
      color: #000099;  
      margin-top: 10px;   
      font-size: 20px;
      text-decoration: none;
    }
    
    .breadcrumbs span:last-child a {
      border: 2px solid #000099; 
      border-radius: 5px;
      background: #ffffff; 
      color: #000099;  
      margin-top: 10px;   
      font-size: 20px;
      text-decoration: none;
    }
    • This reply was modified 7 years, 6 months ago by john.cressman.
    Thread Starter john.cressman

    (@johncressman)

    Unfortunately, this is a production environment, so those type of changes aren’t possible. But, everything WAS working. Nothing has changed in the last month – and this just started this week.

    Thread Starter john.cressman

    (@johncressman)

    you have 200 WordPress installs then? Not sure how you can avoid adding manually to each…

    Just to clarify… I am using WP Multisite, and yes, we have 200+ sites on our intranet.

    This will be something you should discuss with your hosting providers.

    We host our own WP on an IIS server, but I’m not sure what you mean by that. How is hosting related to javascript not working?

    but if you’re looking for other user-friendly option then please mark this as resolved, and generate a new thread mentioning about that issue.

    It’s not really resolved, so I’m not sure why I would mark it as resolved.

    Thread Starter john.cressman

    (@johncressman)

    Thank you, but I’m looking for a more user-friendly option. We have 200+ departmental sites and if I need to program for each page of each site that might need some javascript, it’s going to be extremely burdensome.

    Thread Starter john.cressman

    (@johncressman)

    It disappears… but a shortlink for the image is never generated… according to the documentation the shortcode should be something like [drawattention id=1]

    The shortcode always says [drawattention]

Viewing 5 replies - 1 through 5 (of 5 total)