When the option “saving as draft” is enabled users are able to submit and publish their posts without being reviewed by saving them as draft first and then submitting them (the submit button is replaced by the update button).
In my opinion, this should obviously be considered a bug since if the “Post Status” setting set to “Pending Review” (as we do cause we need to verify each post before publishing it) it makes no sense that users can go “live” by skipping this important step simply saving the form as a draft (which is also necessary so they don’t lose their progress and continue at another time without being ready to submit).
If I may, the save as draft option should respect this setting during the creation of a new post and keep the post as pending review if it is submitted after saving as draft (likewise, the save as draft option could be changed to “Delist” or “Make post offline” when it is not a new post but the editing of an already approved/published post).
Looking fwd to your comments.
Best
]]>The “Continuous Animation” for “TP Button” is supposed to be free, so I turned it on, but it doesn’t work.
Is this a pro feature?
]]>Here is a website I created solely to demonstrate this problem: https://sydney.hotbed.a2hosted.com/
]]>I am having problems with the submit button of “site-reviews plugin.
I cannot get it to make the text in the button white with a css command.
Below is the css code I am using. It understands the yellow color I set at “hover” but it does not output the white text in the button.
Am I overlooking something?
Who can help me?
.glsr-review-form button.glsr-button {
color: #ffffff; /* Witte tekstkleur / background-color: #55b0dc; / Standaard achtergrondkleur */
border-radius: 0px;
box-shadow: none;
text-decoration: none;
font-size: 1.025em;
}
.glsr-review-form button.glsr-button:hover {
background-color: #2e69af; /* Achtergrondkleur bij hover / color: #fafd0d; / Witte tekstkleur bij hover */
}
I’m having this issue with my website where the translated page does not have the menu buttons. They completely disappear as well as news articles that are on the original page. I have enabled Fix missing dynamic content and Disable dynamic translation but still no luck. Any help will be greatly appreciated.
This is the original page in spanish
https://ibb.co/WP6p8kx
And when I go to translate the page, the buttons are missing
https://ibb.co/p1pbgvD
Another example below of the original page with the news articles
https://ibb.co/0DSc0H3
And when I see the translated page
https://ibb.co/NjQjgnb
]]>I am trying to style the global button from my TT4 child theme. Chat GPT propose something along those lines, however it takes no effect:
"styles": {
"elements": {
"button": {
"color": "var(--wp--preset--color--draupnir-red)",
"backgroundColor": "var(--wp--preset--color--base)",
"border": "none",
"borderRadius": "16px",
"padding": "10px 15px",
"fontSize": "var(--wp--preset--font-size--medium)",
"cursor": "pointer",
":active": {
"boxShadow": [
{
"offset": { "x": 1, "y": 1 },
"blur": "2px",
"color": "var(--wp--preset--color--draupnir-shadow)",
"inset": true
},
{
"offset": { "x": -1, "y": -1 },
"blur": "2px",
"color": "var(--wp--preset--color--base-2)",
"inset": true
}
]
},
":focus": {
"color": {
"background": "var(--wp--preset--color--contrast-2)",
"text": "var(--wp--preset--color--base)"
},
"outline": {
"color": "var(--wp--preset--color--contrast)",
"offset": "0px"
},
"border": {
"color": "var(--wp--preset--color--contrast-2)"
}
},
":hover": {
"color": {
"background": "var(--wp--preset--color--contrast-2)",
"text": "var(--wp--preset--color--base)"
},
"border": {
"color": "var(--wp--preset--color--contrast-2)"
},
"boxShadow": [
{
"offset": { "x": -2, "y": -2 },
"blur": "5px",
"color": "var(--wp--preset--color--base-2)"
},
{
"offset": { "x": 2, "y": 2 },
"blur": "5px",
"color": "var(--wp--preset--color--draupnir-shadow)"
}
]
},
"spacing": {
"padding": {
"bottom": "0.6rem",
"left": "1rem",
"right": "1rem",
"top": "0.6rem"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"fontStyle": "normal",
"fontWeight": "500"
}
}
},
What did I miss and what is wrong?
]]>no show the send-button
]]>