Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Theme options #256

Open
jmerandy opened this issue Apr 11, 2017 · 8 comments
Open

Issue with Theme options #256

jmerandy opened this issue Apr 11, 2017 · 8 comments

Comments

@jmerandy
Copy link

jmerandy commented Apr 11, 2017

I am getting a perpetual spinning wheel in the theme options when I attempt to update the logo. Just updated the theme (1.0.15) and Wordpress is up to date (4.7.3–en).

screen shot 2017-04-11 at 3 41 37 pm

@boonebgorges
Copy link
Member

boonebgorges commented Apr 11, 2017 via email

@jmerandy
Copy link
Author

screen shot 2017-04-13 at 10 08 35 am

@r-a-y
Copy link
Member

r-a-y commented Apr 13, 2017

Hi Jesse,

Can you try adding the following to wp-config.php?

define( 'INFINITY_DEV_MODE', true );

Then reload a page (any page will do) and remove the code above. Then see if your CBOX Theme Options work as expected again. If it does, remove the line.

If that doesn't work, what plugins are you using? There is a chance that one of your plugins is registering some JS files that conflict with the CBOX Theme Options page.

@jmerandy
Copy link
Author

jmerandy commented Apr 13, 2017 via email

@jmerandy
Copy link
Author

It looks like the issue is actually only with the image upload functionality built into the theme designer. Anywhere where this is an option there is no ability to upload or adjust the images set. The logo is just the one place where I was trying to alter the image.

@r-a-y
Copy link
Member

r-a-y commented Apr 13, 2017

I just gave the uploader a quick test and it works.

Check to see if the /wp-content/uploads/exports/cbox-theme/dynamic-admin.js file is generated.

If not, try adding back the INFINITY_DEV_MODE line in wp-config.php, load a few pages and check if the /wp-content/uploads/exports/cbox-theme/dynamic-admin.js file is regenerated.

If the file exists, verify that the icextOptionUploader error is gone by opening up the file and checking to see if icextOptionUploader exists in the JS.

If it does exist, go back to the CBOX Theme Options page and everything should work.

@jmerandy
Copy link
Author

jmerandy commented May 16, 2017 via email

@r-a-y
Copy link
Member

r-a-y commented Jun 2, 2017

@jmerandy - Sorry for the late reply. Maybe you can delete the dynamic-admin.js file and try regenerating the file to see if the uploader portion is added to the JS.

See my previous comment for some details to regenerate the JS file:
#256 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants