Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Raptor80

    (@kai1980)

    Whoops i screwed up the link although they work here a clean one 🙂

    photo

    http://imageshack.us/f/96/problemsd.jpg

    webpage

    http://www.rebelshouse.nl/preview/agenda/toekomstig

    It’s a CSS issue. Try using Firefox with the Firebug add-on for this kind of CSS work.
    http://getfirebug.com/

    Indeed a css issue, need to overwrite

    #tribe-events-event-meta a
    .tribe-events-event-list-meta td

    with these.

    #tribe-events-event-meta a {
        color: #FFFFFF;
        text-decoration: none;
    }
    
    .tribe-events-event-list-meta td {
        background-color: black;
        border: 0 none !important;
        color: #FFFFFF;
        padding: 0 0 4px !important;
        text-align: left;
        vertical-align: top;
    }
    Thread Starter Raptor80

    (@kai1980)

    Both thank you very much for you answer, however i would like to try the second option because i dont really know what to do with that firefox addon but in which .css i can find this code because this plugin has like 9 different files that end with .css .

    Also i am using chrome i found 1 word that hasnt been translated yet and that is the word date.

    As seen here
    http://www.rebelshouse.nl/preview/event/jamday2/
    When i select the word date and inspect element, how can i see in which plugin file this is located?

    Again, both thank you very much for helping out.

    You’re using an Artisteer theme — so you’ll need to ask on their forums — those themes are not supported here.

    Also, if you use Firebug, it shows you which stylesheet the CSS is in — so it’s really a useful tool for CSS (and other) work.

    Thread Starter Raptor80

    (@kai1980)

    Hmm mkay what does it matter if it was made with artisteer,dreamweaver or wordpad, it’s still wordpress.

    And the answer was given was merely asking in which file i should change the code.

    But i might give the firefox thing a try reading upon your message, thanks.

    We do not support Artiseer generated themes here. The wordpress.org support forums are meant for the core application, themes and plugins that are distributed on wordpress.org.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If the theme has its own dedicated forums, you should post there.

    WordPress.org support the core application, plugins and themes that are distributed on WordPress.org.

    Thread Starter Raptor80

    (@kai1980)

    Hey guys, although i do not agree with those rules according different themes even though it still wp software and plugins cause i could just switch to twenty eleven and ask, i still want to thank you for the reactions.

    I downloaded firefox with firebug and after watching some tutorial i came to the conclusion that chrome already had those things build in and now know how to use it and change my stuff, awesome!

    Take care!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘I am not able to fix this by myself’ is closed to new replies.