• Resolved nickpapag

    (@nickpapag)


    Hello There and thank u for the amazing theme!

    When i go to theme options i recieve the messages:

    Redux Framework Warning
    select2-css CDN unavailable. Some controls may not render properly. Please wait a few minutes, then try refreshing the page. Unable to load some remotely hosted scripts..

    Redux Framework Warning
    select2-js CDN unavailable. Some controls may not render properly. Please wait a few minutes, then try refreshing the page. Unable to load some remotely hosted scripts..

    …so i cannot customize typography from theme options and the theme customizr.
    what can i do to fix it?

    my site url: http://gym-vasil.lef.sch.gr/

    thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter nickpapag

    (@nickpapag)

    i’ve tried to disable and reinstall the redux framework but nothing happened. i still cannot have access to font-family in every section of typography (headings, widgets, content boxes,….etc), even when the plugin is disabled

    Romik84

    (@romik84)

    Hi,

    Check this two file exist or not in view source code(ctrl+U) of theme options or customize and also check this file open or not in your browser.
    //cdn.jsdelivr.net/select2/3.5.2/select2.css?ver=3.5.2
    //cdn.jsdelivr.net/select2/3.5.2/select2.js?ver=3.5.2

    Check your domain not block this cdn or not restricted this cdn file.

    Thank you

    Thread Starter nickpapag

    (@nickpapag)

    Thanks a lot for your answer.
    The files open in my browser but when i am in theme options and press ctr+u (i’m not sure) but i think i can’t see them, there.

    Next step please?

    Romik84

    (@romik84)

    Hi,

    To do this download the following plugin at https://github.com/reduxframework/redux-vendor-support/archive/master.zip and install and active it on your site.

    Now open \wp-content\plugins\redux-framework\ReduxCore\framework.php and find:
    'use_cdn' => true,
    Replace with:
    'use_cdn' => false,

    Instructions: set use_cdn => false in your config if you want this to be permanently used, but if not it will only be used when the CDN fails.

    plugin related docs here:
    https://github.com/reduxframework/redux-vendor-support

    Thank you

    Thread Starter nickpapag

    (@nickpapag)

    5 STARS THEME!
    500 STARS SUPPORT!!!

    Although i had no idea what’s all about my problem and why this happened, i’ve followed all your instructions and all seem to work perfect!
    I’ve changed the ‘use_cdn’ => false, not the config, and everything ok.
    Thank u so much!!!

    Thread Starter nickpapag

    (@nickpapag)

    Resolved, of course!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Theme Options and Redux Framework’ is closed to new replies.