• Resolved jadds

    (@jadds)


    Hi All, first time poster.

    brief details.

    WordPress 6.8.2 on AWS Lightsail using Docker version 27.5.1, build 27.5.1-0 Ubuntu3~22.04.2.

    Fresh pull of mysql:8.0 and wordpress:latest. So a fresh install of WordPress too.

    Using twentytwentyfive theme. Navigate to Appearance -> Editor -> Styles -> Browse Styles.

    Unable to add a new custom style and only see the theme available styles.

    Is this expected behaviour? I am new to wordpress but thought I would be able to create my own styles. I have also tried adding a style .json to my themes “styles” directory and even created a child theme and added a my-test-style.json to the wp-content/themes/twentytwentyfive/styles directory but it doesnt pick it up.

    I guess Im just wondering if im able to create my own custom style from within the wordpress admin GUI.

    Thanks you so much.

    Jadds.

    • This topic was modified 8 months, 3 weeks ago by jadds.

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

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

    What is the error that you see?
    Were you able to upload images? If No, Can you please log into the docker container and check the permissions in WordPress root folder?

    Thread Starter jadds

    (@jadds)

    I have the wordpress root folder /var/www/html as a volume on my local drive.

    snip from my docker-compose.yml

    volumes:

    – ./wp-data:/var/www/html

    The perms on that root folder are -> drwxr-xr-x 5 www-data www-data 4096 Sep 19 04:06 wp-data.

    I dont see an error as such. I just dont see the + button in the browse -> styles. I am not sure if there should be though. I assume I can create my own custom styles??

    I will upload an image of what im talking about now.

    • This reply was modified 8 months, 3 weeks ago by jadds.
    • This reply was modified 8 months, 3 weeks ago by jadds.
    Thread Starter jadds

    (@jadds)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Unable to create Custom Styles’ is closed to new replies.