• Resolved seesharp

    (@seesharp)


    Hi,
    I have ASTRA theme which I install as part of my WordPress image (docker image) and then deploy that image to AWS EKS. But, when I go to apply an astra “template”, that does not work for me because ASTRA themes is going to some external site to fetch the templates in runtime.

    I do not want this behaviour. When I try to apply Starter template, it crashes my entire WordPress website.

    Is there a way to download the templates in advance such that I can package them as part of my image. AWS EKS pods are restricted with company policies and visiting external sites is not an option for me.

    Looking for your help here.

    • This topic was modified 3 years, 3 months ago by seesharp.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Nikhil Chavan

    (@nikschavan)

    Hi @seesharp,

    When I try to apply Starter template, it crashes my entire WordPress website.

    Can you explain this a little bit more? if there any error logs generated when this happens? Can you include a screenshot of what happens so that we can understand this error. Do note that we have not had reports of this particular error case where entire WordPress website stops working.

    I have a question regarding the setup process that you have – do you want to setup the starter-template at the time of building the docker image?

    We do have wp-cli commands that can be used to setup a starter template on your site, do note running wp-cli commands require a working WordPress website to run the commands against, I am not sure if you have way to run this when building or publishing the docker images.

    Starter Templates plugin makes request to https://websitedemos.net/ to get all the data required for the template.

    • This reply was modified 3 years, 3 months ago by Nikhil Chavan.
    Thread Starter seesharp

    (@seesharp)

    Thanks for the reply.

    do you want to setup the starter-template at the time of building the docker image?

    Yes, I want to bundle with astra-sites.2.6.19.zip

    Once I am able to try this, I can have more clarity. Will be awesome if you can help on how do I do this please ?

    Plugin Author Nikhil Chavan

    (@nikschavan)

    For clarification, do you mean you want to import a starter template in the docker container itself or you just want to install the plugin?

    As for my reply above –
    We have a few WP-CLI commands –

    1. wp starter-templates list – This lists all the starter templates, you need to get the id of the starter template that you want to import.

    This has a few cli options that you can use to filter the search results –

    [–per-page=<number>] : No of sites to show in the list. Default its showing 10 sites.
    [–search=<text>] : Show the sites from particular search term.
    [–category=<text>] : Show the site from the specific category.
    [–page-builder=<text>] : List the sites from the particular page builder.
    [–type=<text>] : List the sites from the particular site type.`

    2. wp starter-templates import <template-id>– This imports the starter template on your website.

    Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Hi,

    I am closing off this topic due to the lack of activity. Feel free to reply to this thread or open a new topic if you need further assistance.

    Kind regards,
    Herman ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Starter Template crashes entire WP website.’ is closed to new replies.