Questions tagged [redux-framework]

A simple options framework for WordPress themes and plugins.

Redux Framework is a simple options framework for themes and plugins.

Redux Framework is open source, and the source code can be found on GitHub.

163 questions
0
votes
2 answers

How to get option values in redux framework?

I am using redux framework. I am not getting the any values that was I set in redbux framework backend.
Vivacity InfoTech
  • 445
  • 3
  • 9
  • 22
0
votes
1 answer

WordPress Redux Framework - Redux admin folder can't find plugin

I'm trying to get the Redux Framework working with my "blankslate" theme. I installed the plugin (downloaded the latest zip for Redux). Then I used the Redux Builder tool to create an admin folder. I copied the admin folder to my themes folder. The…
Gavin
  • 5,796
  • 2
  • 44
  • 67
0
votes
1 answer

Redux sorter - retrieve dynamic pages

I'm using the Redux Wordpress Framework and am having a little trouble retrieving the data for pages in the sorter. Here's is my array, with "Pages" being pulled as the data, as well as my pre-set options. array( 'id' =>…
Lee
  • 48
  • 1
  • 5
0
votes
1 answer

Redux Wordpress Framework. array dump of redux options

I have the latest Redux framework in the latest wordpress. If I make a copy of the redux sample options and trim it down to only one checkbox option it works. If I then add a media selector field, and select or add an image using the media selector,…
0
votes
1 answer

WordPress : How to use IF statement with redux?

I have installed the redux option framework into my theme and made it work so things change when I add the sample config file. (and when I do print_r($redux_demo); in functions.php I get a wall of text at the top) Problem I have is that I want to…
0
votes
2 answers

How to use redux framework sorter option?

Good evening, I have managed to embed redux framework in a WP theme and everything works great, but I'm more a designer than a programmer and I would like to use the option type "sorter"…
0
votes
1 answer

How to change default table wp_option to wp_sitemeta in redux framework on wordpress?

Currently I am editing on plugins which used redux framework to save data but it is by default saving in wp_options table while I need to save into it wp_sitemeta table. I checked all the option but not getting table.
-1
votes
1 answer

Parse error: syntax error, unexpected in Redux framework wordpress

I used Redux framework for my theme but according by tutorial of redux in this link but it gives error Error : Parse error: syntax error, unexpected ''placeholder'' (T_CONSTANT_ENCAPSED_STRING), expecting ')' in…
Ali Asadi
  • 13
  • 6
-1
votes
1 answer

Starting developing an app with redux?

How to start developing an app with redux? I am new to Redux & have understood the principles, but need practical help to start with redux. How to set environment?
user6342071
-1
votes
1 answer

Redux framework causing site to give 500 internal server error

The medical theme I am using on my website dentavacation.com makes use of the plugin Redux framework. Since I was facing a lot of 500 interval server errors intermittently, I called up my hosting provider. As per them, this had got to do with a…
ravs
  • 1
  • 1
-2
votes
1 answer

Can I change the color of SVG fill or stroke?

I'm developing a Wordpress template with some social media icons in the footer. I have some SVG's for the icons, but I want to be able to change the color of that SVG through my theme options page (from Redux Framework). I know I can create a field…
-2
votes
1 answer

Redux Framework does not work on some files

This code works in single.php but it does not work in content.php in the template-parts folder.
-2
votes
1 answer

Changing CSS by checking a checkbox - Redux Framework

I'm building a theme options system to my theme using the Redux framework. I want to append a css property (background-image) when the user press specific button in a "Button Set" field. The code: array( 'id' =>…
Avishay
  • 27
  • 1
  • 5
1 2 3
10
11