WPIntell

Source evidence

Background color problem

Weekly Schedule · support · 2016-01-11T03:39:00+00:00

complaintsentiment
mediumseverity
0.93relevance
12replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 35 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
mrzpro unresolved
Hi all, I tried to create a weekly plan but my plan does not show any background color, I tried both categories and items but my background remains Always White….. What have I to do to change the backgrounds?… https://wordpress.org/plugins/weekly-schedule/ Can you provide a link to the page where you are trying to use Weekly Schedule? Also, if you go to the Stylesheet section of the Weekly Schedule menu in the admin, do you see stylesheet information in the stylesheet editor? If not, please try resetting the stylesheet. This is the link: Prova In the admin section I have the correct assigned colors…. Consider that the first event starting at 15:30 and ending at 16:30 is visualized as if duration was more or less half a hour… other events are more or less at 20-21 The problem is that in your site stylesheet, you have the following entry: table td { background-color: #FFF !important; } The !important tag here makes it have more importance than the color specified by Weekly Schedule. For the time question, it looks from the code like the duration you set is much more than 30 minutes. Can you select the item in the back-end and send me a screenshot? Hi Yannick, this is the link for the screenshot: Screenshot the duration as you can see from the screenshot is 1 hour and 30 minutes…. Right. Putting a duration of 17h00 means that the show would last 17 hours. You should select 1h30 as the duration to get a show that lasts an hour and a half. Please consider donating to support this plugin’s development. You’ re right but I setted the end at 17:00 but OK now is OK, for the tag !important it comes directly from the main css file I have no tags for this item in the customized one….. Look at line 565 of style.css in your site theme, you will see the following: table td { background-color: #FFF !important; } The important is what is causing the issue. If you do not want to modify the theme itself, you can always create a child theme to correct the priority of the table cell background color property. Let me know if this resolves the issue and please consider donating to support this plugin’s development. Hi Yannick, I tried to change priority using the style.css file in my child theme and in addition I tried to add this correct tag inside my-custom.css but….. nothing changes I see. I guess the !important cannot be overridden… Where did you get the original theme from? It might be a good idea to ask the author to change that !important tag in his theme. It’s bad practice to use !important tags, especially in a theme. Hi Yannick, this is the theme “ http://themeforest.net/item/news-renad-news-magazine-newspaper/6539422” ; bought by market.envato.com for further info do not hesitate to contact me Regards

Comments

12 shown
Yannick Lefebvre 2016-01-11T17:48:00+00:00

Can you provide a link to the page where you are trying to use Weekly Schedule? Also, if you go to the Stylesheet section of the Weekly Schedule menu in the admin, do you see stylesheet information in the stylesheet editor? If not, please try resetting the stylesheet.

mrzpro 2016-01-11T17:52:00+00:00

This is the link: Prova In the admin section I have the correct assigned colors….

mrzpro 2016-01-11T17:54:00+00:00

Consider that the first event starting at 15:30 and ending at 16:30 is visualized as if duration was more or less half a hour… other events are more or less at 20-21

Yannick Lefebvre 2016-01-11T18:16:00+00:00

The problem is that in your site stylesheet, you have the following entry: table td { background-color: #FFF !important; } The !important tag here makes it have more importance than the color specified by Weekly Schedule. For the time question, it looks from the code like the duration you set is much more than 30 minutes. Can you select the item in the back-end and send me a screenshot?

mrzpro 2016-01-11T20:56:00+00:00

Hi Yannick, this is the link for the screenshot: Screenshot the duration as you can see from the screenshot is 1 hour and 30 minutes….

Yannick Lefebvre 2016-01-11T20:59:00+00:00

Right. Putting a duration of 17h00 means that the show would last 17 hours. You should select 1h30 as the duration to get a show that lasts an hour and a half. Please consider donating to support this plugin’s development.

mrzpro 2016-01-11T21:09:00+00:00

You’ re right but I setted the end at 17:00 but OK now is OK, for the tag !important it comes directly from the main css file I have no tags for this item in the customized one…..

Yannick Lefebvre 2016-01-11T21:22:00+00:00

Look at line 565 of style.css in your site theme, you will see the following: table td { background-color: #FFF !important; } The important is what is causing the issue.

Yannick Lefebvre 2016-01-12T00:36:00+00:00

If you do not want to modify the theme itself, you can always create a child theme to correct the priority of the table cell background color property. Let me know if this resolves the issue and please consider donating to support this plugin’s development.

mrzpro 2016-01-14T01:04:00+00:00

Hi Yannick, I tried to change priority using the style.css file in my child theme and in addition I tried to add this correct tag inside my-custom.css but….. nothing changes

Yannick Lefebvre 2016-01-16T02:41:00+00:00

I see. I guess the !important cannot be overridden… Where did you get the original theme from? It might be a good idea to ask the author to change that !important tag in his theme. It’s bad practice to use !important tags, especially in a theme.

mrzpro 2016-01-16T05:05:00+00:00

Hi Yannick, this is the theme “ http://themeforest.net/item/news-renad-news-magazine-newspaper/6539422” ; bought by market.envato.com for further info do not hesitate to contact me Regards