I’m trying to add an options in my theme settings to set the background-color of my mobile-menu using Redux Framework. I used the color_rgba type so I can pick a color with opacity. I see my background-color set on my menu with class ‘mobile-menu’, but only a HEX value. How can I make sure I get the rgba color instead
Tag: redux-framework
Redux Framework switch type
how to use redux framework switch type in wordpress themes? or or or or or I worked with all of this and that works Properly but sometimes does not work. Answer You can follow this steps. Step-1: use this type of code to add switch, and focus on id value. Step-2: Use this code to use switch Try that ,
how to display upload or default logo in redux framework option
I am using Redux Framework for Wordpress theme. Then upload logo from redux options panel. here is my redux option code : here is my display code : i want to display default image if image is not uploaded. this code is display uploaded image perfectly but when i delete uploaded image from redux option default image is not showing.
WordPress – Adding to Redux Theme Options using Child Theme
I am using a wordpress theme that has it’s own framwork which is based upon redux framework I think. I am modifying this theme using a child theme. I want to add to the Theme Options in the backend …