-
Notifications
You must be signed in to change notification settings - Fork 32
The footer background color field doesn't #208
Comments
The same issue happens on Redux 4.1.24 |
I check everything from my side...it works fine as you suggest. if it is not working let me know how to reproduce it |
@essamamdani here is a video showing the issue: 2021-05-25.02-30-06.mp4As you see at the end of the video, the footer doesn't have the red background. |
array(
'id' => 'opt-color-footer',
'type' => 'color',
'title' => esc_html__( 'Footer Background Color', 'your-textdomain-here' ),
'subtitle' => esc_html__( 'Pick a background color for the footer (default: #dd9933).', 'your-textdomain-here' ),
'default' => '#dd9933',
'validate' => 'color',
'output' => array( '.footer' ),
), I assume this code in the sample-config has not changed? Here's the problem(s).
'output' => array( 'background-color' => 'footer' ), |
…enty demo. Signed-off-by: Kevin Provance <kevin.provance@gmail.com>
Fixed in the latest pull request, 4.1.27 |
@kprovance This doesn't work on 2021 theme using the zip archive provided by @arturgrabo . |
Also, the Header Gradient Color Option* field doesn't work. Do I misunderstand how these colors work? |
The 2021 theme probably has a new class name that needs to be added to the output array of the sample config. They seem to change with every new version. I only tested it with 2020. I'll check again. I have no idea what you mean by gradient header. To which field in the sample config are you referring? |
If I understand correctly, the color-gradient field does NOT output gradient CSS unless Pro is active. It never has. It was always up to the dev to use the output variables and apply gradient how they chose. |
Signed-off-by: Kevin Provance <kevin.provance@gmail.com>
Steps to reproduce:
The text was updated successfully, but these errors were encountered: