Karl

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Need Invoice #1154548 on another company #1161499
    Karl
    Participant

    Hmm, I just need an edited PDF for tax reasons. Can’t you guys just issue me a PDF with a changed address?

    ~Karl

    in reply to: Need Invoice #1154548 on another company #1159652
    Karl
    Participant

    Hi Josh,

    thanks for your reply. Sadly this did not help. It still says the old billing address when I check the order – same thing in the PDF.

    Regards,
    Karl

    in reply to: Weekly View Broken in BeTheme #1155294
    Karl
    Participant

    Hey Hunter,

    thank you for the fast reply. I figured it out on my own. Your Plugin uses specific classes for almost all cases (tribe-event-grid for example), but for some reason then uses the class column, which is of course very generic and bound to conflict with some other plugin or the theme, which was the case here.

    Maybe in a future update this class could be renamed to something less prone to conflict, tribe-column comes to mind.

    Thanks again for the your fast support.

    Kind regards
    Karl

    Edit: In case someone else comes across this Problem with BeTheme and The Events Calendar, this is the CSS I used to fix the display issues with the week view:

    .tribe-events-week-grid .column:not(.tribe-week-grid-hours) {
    margin: auto;
    }
    .tribe-events-grid .column.first, .tribe-week-grid-hours {
    margin: 0 -40px 0 0 !important;
    float: left !important;
    }

    • This reply was modified 9 years, 8 months ago by Karl.
Viewing 3 posts - 1 through 3 (of 3 total)