Forum Replies Created

Viewing 15 replies - 1 through 15 (of 29 total)
  • Thread Starter ec-office

    (@ec-office)

    And – I could fix everything. No not “fix”, there was nothign to fix it just takes soooooooooooooo long time until changes are active.

    Thanks!!!

    Thread Starter ec-office

    (@ec-office)

    Yes indeed – I found out that it just takes 20 min until changes are displayed – long time but yeah, that’s nothing changed …

    Another thing:
    Actually I try to connect two cells: Table “Make Up” the Text “Nach Absprache”. I try to connect it with the cell where the currency is but if I insert colspan it just connects the cell ABOVE! Please take a look….

    Thanks

    Thread Starter ec-office

    (@ec-office)

    MY CSS

    .wp-table-reloaded, .wp-table-reloaded td, .wp-table-reloaded th {
    background: none!important;
    }

    .wp-table-reloaded, .wp-table-reloaded td, .wp-table-reloaded th {
    border: none!important;
    border-collapse: collapse!important;
    border-spacing: 0px!important;
    background: none!important;
    }

    .wp-table-reloaded td {
    font-family: Arial;
    font-size: 12px;
    color: #595454!important;
    }

    .wp-table-reloaded th, .wp-table-reloaded .sorting {
    font-family: Arial;
    font-size: 12px;
    color: #999999!important;
    }

    .wp-table-reloaded .sorting_asc, .wp-table-reloaded td .sorting_desc {
    font-family: Arial;
    font-size: 12px;
    color: #666362!important;
    }

    .wp-table-reloaded-id-1 .column-1 {
    width: 300px;
    }
    .wp-table-reloaded-id-1 .column-2 {
    width: 100px;
    }
    .wp-table-reloaded-id-1 .column-3 {
    width: 150px;
    }

    .wp-table-reloaded-id-1 .column-2 {
    text-align: right !important;
    }

    .wp-table-reloaded-id-1 .column-3 {
    text-align: right !important;
    }

    .wp-table-reloaded-id-2 .column-1 {
    width: 300px;
    }
    .wp-table-reloaded-id-2 .column-2 {
    width: 20px;
    }
    .wp-table-reloaded-id-2 .column-3 {
    width: 150px;
    }

    .wp-table-reloaded-id-2 .column-2 {
    text-align: right !important;
    }

    .wp-table-reloaded-id-2 .column-3 {
    text-align: right !important;
    }

    .wp-table-reloaded-id-3 .column-1 {
    width: 300px;
    }
    .wp-table-reloaded-id-3 .column-2 {
    width:20px;
    }
    .wp-table-reloaded-id-3 .column-3 {
    width: 150px;
    }

    .wp-table-reloaded-id-3 .column-2 {
    text-align: right !important;
    }

    .wp-table-reloaded-id-3 .column-3 {
    text-align: right !important;
    }

    .wp-table-reloaded-id-4 .column-1 {
    width: 300px;
    }
    .wp-table-reloaded-id-4 .column-2 {
    width: 20px;
    }
    .wp-table-reloaded-id-4 .column-3 {
    width: 150px;
    }

    .wp-table-reloaded-id-4 .column-2 {
    text-align: right !important;
    }

    .wp-table-reloaded-id-4 .column-3 {
    text-align: right !important;
    }

    .wp-table-reloaded-id-5 {
    width: auto !important;
    }

    .wp-table-reloaded-id-9 {
    width: auto !important;
    }

    .wp-table-reloaded-id-1,
    .wp-table-reloaded-id-2,
    .wp-table-reloaded-id-3,
    .wp-table-reloaded-id-4 {
    width: auto !important;
    }

    Thread Starter ec-office

    (@ec-office)

    Hallo Tobias!
    Yes it’s me again πŸ˜‰

    Actually I am very happy with my tables now but last thing I would like to accomplish:
    – The 2nd column of each table on the side “Preise” should be arranged right. Actually may it is and the width is set wrong but it doesn’t matter which numbers I change in my CSS -> nothing changes!
    I want the currency FR closer to the #.

    Can you help, once again?

    Thx so much

    Thread Starter ec-office

    (@ec-office)

    Thanks!

    Works without any problems πŸ˜‰

    Thread Starter ec-office

    (@ec-office)

    I just played with the numbers because I was wondering why nothing happens, doesn’t matter which numbers I choose – therefore some unrealistic numbers.
    However, I deactivated the Java library thing and set the widths but it still looks like the same. Strange. ??

    [CSS moderated as per the Forum Rules. Please just post a link to your site.]

    Thread Starter ec-office

    (@ec-office)

    And it’s very strange that even if I set all tables with the same width they all appear different!!!
    Why is that?!

    Thread Starter ec-office

    (@ec-office)

    Thanks! I forgot “important”, that’s why it didn’t work…

    BUT however for two tables the command isn’t working:
    wpp.estroverso.ch/preise for the last two…
    Why is that?! The CSS is actually clearly:

    .wp-table-reloaded, .wp-table-reloaded td, .wp-table-reloaded th {
    background: none!important;
    }

    .wp-table-reloaded, .wp-table-reloaded td, .wp-table-reloaded th {
    border: none!important;
    border-collapse: collapse!important;
    border-spacing: 0px!important;
    background: none!important;
    }

    .wp-table-reloaded td {
    font-family: Arial;
    font-size: 12px;
    color: #595454!important;
    }

    .wp-table-reloaded th, .wp-table-reloaded .sorting {
    font-family: Arial;
    font-size: 12px;
    color: #999999!important;
    }

    .wp-table-reloaded .sorting_asc, .wp-table-reloaded td .sorting_desc {
    font-family: Arial;
    font-size: 12px;
    color: #666362!important;
    }

    .wp-table-reloaded-id-1 .column-1 {
    width: 150px;
    }
    .wp-table-reloaded-id-1 .column-2 {
    width: 20px;
    }
    .wp-table-reloaded-id-1 .column-3 {
    width: 60px;
    }

    .wp-table-reloaded-id-1 .column-3 {
    text-align: center !important;
    }

    .wp-table-reloaded-id-2 .column-1 {
    width: 150px;
    }
    .wp-table-reloaded-id-2 .column-2 {
    width: 20px;
    }
    .wp-table-reloaded-id-2 .column-3 {
    width: 60px;
    }

    .wp-table-reloaded-id-2 .column-3 {
    text-align: center !important;
    }

    .wp-table-reloaded-id-3 .column-1 {
    width: 150px;
    }
    .wp-table-reloaded-id-3 .column-2 {
    width: 20px;
    }
    .wp-table-reloaded-id-3 .column-3 {
    width: 60px;
    }

    .wp-table-reloaded-id-3 .column-3 {
    text-align: center !important;
    }

    .wp-table-reloaded-id-4 .column-1 {
    width: 150px;
    }
    .wp-table-reloaded-id-4 .column-2 {
    width: 20px;
    }
    .wp-table-reloaded-id-4 .column-3 {
    width: 60px;
    }

    .wp-table-reloaded-id-4 .column-3 {
    text-align: center !important;
    }

    .wp-table-reloaded-id-5 {
    width: auto !important;
    }

    .wp-table-reloaded-id-9 {
    width: auto !important;
    }

    Thread Starter ec-office

    (@ec-office)

    Hey – how can I arrange the text from a certain column in the center?!

    Thanks for all your fast support!!

    πŸ˜‰

    Forum: Themes and Templates
    In reply to: Arrange Widget
    Thread Starter ec-office

    (@ec-office)

    Thanks for this very useful help! Found it very quick – unfortunately it obviously always takes some time until the changes are made, so I have to wait some time…

    Another question meanwhile:
    I use the Plugin Mappress Easy to use the Googlemap. Acutally everything is okay BUT I had to determine that if I take a look on my website with Google Chrome that there are 2 Googlemaps!! One which I want and inserted in a table and one above the table and I for heavens sake don’t know why it is there: Very strange. … Do you may have an explanation?!

    Thanks

    Forum: Themes and Templates
    In reply to: Change Header
    Thread Starter ec-office

    (@ec-office)

    yeah that’s what i know, too (widgets).
    But I don’t want to remove THEM ALL – just the twitter and bla.

    I have the feeling you don’t really read my questions, since you’re always answering in strange ways. …

    I don’t really understand.

    All I would like to know is how i can see with goodle chrome developer bla in which file i have to make changes… ?

    Forum: Themes and Templates
    In reply to: Change Header
    Thread Starter ec-office

    (@ec-office)

    Yeah that’s what I found out in between –
    nice tool by the way, thanks!!
    So with this tool I could figure out how to delete it in the css but unfortunately I do not know where I can read in the tool WHICH file it is and where it is located or do I miss something!? I think for sure…
    … I want to delete every social button except facebook – like I said with the tool I can but I don’t know which file ?!
    … And I want to place this button on the right hand, not left – dunno which grid and where, the tool cannot help me there, too… :/

    Thread Starter ec-office

    (@ec-office)

    Thanks –
    any idea how I can make more room between the tables on the page “Preise”?!

    Mit nem Absatz gehts nicht.

    Thanks

    Thread Starter ec-office

    (@ec-office)

    Okay my last question and then it’ll work:
    on the page http://wpp.estroverso.ch/preise/
    I work with 4 tables which I inserted on the site (to edit on the dashboard) like
    [t…]
    [t…]
    [t…]
    [t…]
    … and thought that I could make room between the tables when using a paragraph like

    [t…]

    [t…]

    [t…]

    [t…]

    … but it doesn’t work. So how I can arrange the tables with room in between?!

    Also ich wΓΌrde die Tabellen gerne mit Abstand zueinander haben – geht das? Dachte wenn man einfach den Absatz da rein macht wΓΌrde es schon gehen – aber irgendwie nicht.

    Thanks

    Thread Starter ec-office

    (@ec-office)

    Hey – Yes, but I didn’t do it πŸ˜‰
    Some stranger with his Google Developer Tool – Gosh, funny that some stranger just can change Website. Shouldn’t I protect my side from things like this?!?
    However – I have another question:
    Before I didn’t use the text in a table and the side with the Googlemap was nicely arranged. Now everything isn’t.
    … I tried to insert the tables in a table with Googlemaps, works in so far but I don’t know WHY I have two googlemaps on my page!!
    One is for sure not from the table!!! I deleted it, the whole side so it’s a empty side butit’s still there!!! Why there’s a googlemap without any permission though!????

Viewing 15 replies - 1 through 15 (of 29 total)