Giter Site home page Giter Site logo

Comments (3)

sanscheese avatar sanscheese commented on May 3, 2024

ahh... need to re-copy the .htaccess file from /wp to the root after installing the theme.

Not sure of a way around this so the right .htaccess file is updated...

from sage.

samuelme avatar samuelme commented on May 3, 2024

Just an observation this issue... Moving the htaccess file from the wordpress subdirectory to the site root isn't enough to get roots working when wordpress is in a subdirectory. The assets/plugin rewrites in roots-htaccess.php (in the roots_add_rewrites, roots_clean_assets and roots_clean_plugins functions) need to be modified to include the wordpress directory.

So for example

'css/(.*)' => 'wp-content/themes/'. $theme_name . '/css/$1',

becomes

'css/(.*)' => 'wordpress/wp-content/themes/'. $theme_name . '/css/$1',

It would be nice if the wordpress subdirectory was appended automagically, but editing this file works.

from sage.

netm avatar netm commented on May 3, 2024

Hmm - should thie be reopened? Just installed in Subdir /blog/ and am getting css paths like this .. /blog/css/bootstrap.css

from sage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.