sonjagerhard
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Textcolor black on dark backgroundProblem is solved, see above
Forum: Fixing WordPress
In reply to: Textcolor black on dark backgroundYES, you helped me so much!
Now the text can be read with very dark background. And also in firefox there is “inspect” to find out all class names.
And indeed, the word !important is important 😉
Again thank you very much. My problem is solved completly.
Best wishes, Gerd
Forum: Fixing WordPress
In reply to: Textcolor black on dark backgroundYES, YES, YES that’s it
Now the textcolor of the title stays red.And please, what are the names of some other text parts?
Date und time es still black,
summary of the event is black
ticket price is blackI would like to change the color to white in the same way.
I thank you very much for this help.
Best wishes GerdForum: Fixing WordPress
In reply to: Textcolor black on dark backgroundWell, you are right. During editing I can see the red color of the title. But in the published version the color is black again.
And with @luisherranz hint:
.tribe-events a.tribe-events-calendar-list__event-title-link {
color: red;
}the published text is red for a very short time and then changes to black.
I tried events calender in a different installation with a different theme, twenty twelve, not in dark mode. The preview shows red title, but black is published.
I suspect deep in the events calender the title color is hardcoded to black and cannot be permanently changed. At least in dark mode I would like to see a lighter color.
Forum: Fixing WordPress
In reply to: Textcolor black on dark backgroundHi @luisherranz
I added your CSS at the point:
theme -> customize -> additional CSS ->
.tribe-events-calendar-list__event-title-link {
@mixin event-title-link-color;
}Now the text color is red for a second and then it is black again.
============
Hi @santosguillamot
where do I find this file, where I can insert/change your suggestion?Is it accessable through login as admin, or have I to download a file from the server and make the change offline and upload it again?
Thank you so far for your help.
Forum: Plugins
In reply to: [NSFW] [Event Tickets and Registration] Ticket price is not importedHi Marho,
yes, your solution helped me. Now I can use RSVP, but show a price other then “free” or “kostenlos”.
Thank you very muchForum: Plugins
In reply to: [NSFW] [Event Tickets and Registration] Ticket price is not importedNew insight: The block RSVP generates a price display of “free” or 0. If the block Ticket Cost is inserted with a price of e.g. 10€, then appears: 0-10€.
If I remove the block RSVP, then 10€ appears.I want to give our visitors the possibility to reserve for free, but to collect the ticket price at the box office.
Therefore the block RSVP should not generate a price display of 0. Is it possible to do this myself, or do the experts have to program it? Maybe you can replace the value 0 in the code of the RSVP with one of your own?
Forum: Plugins
In reply to: [NSFW] [Event Tickets and Registration] Ticket price is not importedIt is even worse. I cannot publish any other ticket costs than 0 ZERO. Would you pay the tickets instead of our customer, who sees “free”?
Forum: Plugins
In reply to: [NSFW] [Event Tickets and Registration] Importing RSPV has wrong fieldsWith this workaround “English instead of German” I can go on, so I switch to “solved”.
Forum: Plugins
In reply to: [NSFW] [Event Tickets and Registration] Ticket price is not importedNow I imported the Events-Calender file and RSVP file to another website. The error is still there.
Forum: Plugins
In reply to: [NSFW] [Event Tickets and Registration] Ticket price is not importedBy the way, I followed the instructions, used the twenty-twenty theme, deactivated all other plug ins and cleared the browser cache and used another browser. The error is still there. Inserting an image, kills the ticket price.
Forum: Plugins
In reply to: [NSFW] [Event Tickets and Registration] Importing RSPV has wrong fieldsI changed the overall language of wordpress to english, I changed my headers to english, now I can import the RSVP.
Then I change back to German, not to show English words on my site. This workaround helped me.Forum: Plugins
In reply to: [NSFW] [Event Tickets and Registration] Ticket price is not importedUpdate:
The ticket price is imported. But when I add a “featured image”, then the price is set to free. When I change it to 15, and update the page, it is restored to free.
That is very annoying.
What is the reason for this unexpectedly surprising behaviour.