[Support request] My new landing page

Home Forums Support [Support request] My new landing page

Home Forums Support My new landing page

Viewing 15 posts - 16 through 30 (of 57 total)
  • Author
    Posts
  • #669183
    David
    Staff
    Customer Support

    If its not that then disable each plugin to see which one is causing it.

    #669185
    Chris

    David, the table removed. But no change. I now place the css.

    #669187
    David
    Staff
    Customer Support

    Try debugging by disabling each plugin one at a time. Make sure autoptimize is off and clear browser caches.

    #669189
    Chris

    Oke!
    Very strange! It is only this page.

    #669194
    David
    Staff
    Customer Support

    Try disabling the plugin you are using to add the pricing table πŸ™‚

    #669197
    Chris

    Oke,

    The css was not working.

    #669199
    Chris

    Yes! that is him. Glad I know now what the problem is πŸ‘

    #669201
    Chris

    Thanks David! πŸ‘πŸ˜

    #669210
    David
    Staff
    Customer Support

    You’re welcome.

    #669211
    Chris

    David, last question πŸ™‚
    The color of the font, do I change that in Body of Content?
    I do not understand the difference between the two.

    #669215
    Chris

    Body or Content

    #669220
    David
    Staff
    Customer Support

    Hi there,

    body applies to the entire page πŸ™‚ So this one.
    Content just effects the elements within the content container.

    #669223
    Chris

    Okay, I have to think about that πŸ™‚
    Thank you David πŸ‘

    #669252
    David
    Staff
    Customer Support

    Glad to be of help. Generally i set the body and content the same

    #670475
    Chris

    Hello David,
    The NinjaTables plugin gave too many errors in w3c.
    So I removed it, and created the table in html.
    In the css you can make that some columns are hidden on mobile. Awesome!
    See: https://www.beurstrading.nl/test1/

    It works and no w3c errors 😁

    But I’m not a programmer, and I do not know if I’ve done the table and css well.
    Can you check this for me?

    CSS

    @media only screen and (max-width: 760px), only screen and (max-device-width: 680px) {
    .verberg1 {
      width: 0 !important;
      display: none !important;
    }
    }
    
    .chris1 tbody tr:nth-child(even){background-color:#fcfcfc}
    
    .chris1 thead { 
    background-color: #bfdafc; 
    color: #444444;}

    HTML

    <table class="chris1">
    <thead>
    <tr>
    <th>Jaar</th>
    <th class="verberg1">Start Portefeuille</th>
    <th class="verberg1">Portefeuille Nu</th>
    <th>Winst €</th>
    <th class="verberg1">Winst %</th>
    </tr>
    </thead>
    <tbody>
    <tr>
    <td>2018</td>
    <td class="verberg1">15.000,00</td>
    <td class="verberg1">26.002,00</td>
    <td>11.002,00</td>
    <td class="verberg1">Β 73,35%</td>
    </tr>
    <tr>
    <td>2017</td>
    <td class="verberg1">15.000,00</td>
    <td class="verberg1">23.922,00</td>
    <td>Β 8.922,00</td>
    <td class="verberg1">Β 59,48%</td>
    </tr>
    <tr>
    <td>Β </td>
    <td class="verberg1">Β </td>
    <td class="verberg1">Totale Winst:</td>
    <td>19.924,00</td>
    <td class="verberg1">132,83%</td>
    </tr>
    </tbody>
    </table>
Viewing 15 posts - 16 through 30 (of 57 total)
  • You must be logged in to reply to this topic.