• Resolved maltfield

    (@maltfield)


    How can I download a Starter Site from the Site Library?

    For security reasons, wordpress config is set with WP_HTTP_BLOCK_EXTERNAL. Moreover, our firewall blocks the web server from being able to initiate requests. To install plugins and themes, we do this manually with scp and ssh.

    define( 'WP_HTTP_BLOCK_EXTERNAL', true );

    It’s trivial to download .zip files of plugins and themes from www.ads-software.com, but I can’t for the life of me figure out how to download Starter Sites from the Themeisle website’s “Starter Sites” section. I can preview it, but where the heck is the download button!?!

    Where can I download a Starter Site (with wget or curl) from the Neve Website’s “Starter Sites” section?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Unfortunately, as far as I’m aware that is not possible. The Starter Site is not a theme itself, it’s some sort of demo content, used in Neve’s onboarding process to help users easily setup their Neve theme.

    And it can be imported from the WordPress Dashboard > Neve > Starter Sites.

    Kind regards,

    Thread Starter maltfield

    (@maltfield)

    And it can be imported from the WordPress Dashboard > Neve > Starter Sites.

    Well that may work. Can you tell me where the starter site content is stored so I can manually download it, scp it to my server, and then import it as described above?

    Is the payload for these Starter Sites on GitHub?

    Or maybe you can link me to code that downloads the Starter Sites, so I can trace through it and figure out how to download the Starter Sites with wget or curl?

    Where is the relevant code that downloads the Starter Sites?

    rodicaelena

    (@rodicaelena)

    Hi,

    As far as I know, this is not available in a public repository on Github, so it’s not accessibile.

    Kind regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.