Announcement

Collapse
No announcement yet.

CSS files

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    CSS files

    So I thought I could just add these to the Head tag (and comment out the php file path):

    Code:
    <link href="themes/booc/css/base/base.css" />
        <link href="themes/booc/css/base/buttons.css" />
        <link href="themes/booc/css/base/colors.css" />
        <link href="themes/booc/css/base/normalize.css" />
        <link href="themes/booc/css/base/forms.css" />
        <link href="themes/booc/css/base/icons.css" />
        <link href="themes/booc/css/base/scaffolding.css" />
        <link href="themes/booc/css/base/tables.css" />
        <link href="themes/booc/css/base/typography.css" />
        <link href="themes/booc/css/base/helpers.css" />
        <link href="themes/booc/css/base/print.css" />
        <link href="themes/booc/css/components/site-header.css" />
        <link href="themes/booc/css/components/site-footer.css" />
        <link href="themes/booc/css/components/back-to-top.css" />
        <link href="themes/booc/css/components/basic-modal.css" />
        <link href="themes/booc/css/components/basket-display.css" />
        <link href="themes/booc/css/components/breadcrumbs.css" />
        <link href="themes/booc/css/components/category-tree.css" />
        <link href="themes/booc/css/components/checkout-process.css" />
        <link href="themes/booc/css/components/custom-select.css" />
        <link href="themes/booc/css/components/customer-account.css" />
        <link href="themes/booc/css/components/filtering-pagination.css" />
        <link href="themes/booc/css/components/global-mini-basket-drawer.css" />
        <link href="themes/booc/css/components/global-login-drawer.css" />
        <link href="themes/booc/css/components/global-search-drawer.css" />
        <link href="themes/booc/css/components/messages.css" />
        <link href="themes/booc/css/components/mm-card-grid.css" />
        <link href="themes/booc/css/components/oc-menu-button.css" />
        <link href="themes/booc/css/components/off-canvas-menu.css" />
        <link href="themes/booc/css/components/primary-navigation-drawer.css" />
        <link href="themes/booc/css/components/product-details.css" />
        <link href="themes/booc/css/components/shipping-estimator.css" />
        <link href="themes/booc/css/components/tags-notifications.css" />
        <link href="themes/booc/css/components/hero-slider.css" />
        <link href="themes/booc/css/plugins/magnific-popup.css" />
        <link href="themes/booc/css/plugins/slick-slider.css" />
        <link href="themes/booc/css/plugins/smartTabs.css" />
        <link href="themes/booc/css/plugins/tabs.css" />
        <link href="themes/booc/icons/ElegantIcons.woff" />
        <link href="themes/booc/css/theme/ReadyThemes.woff" />
        <link href="themes/booc/css/theme/theme-fonts.css" />
        <link href="themes/booc/css/theme/theme.css" />
    I guess I should quit thinking, because that totally blew the look & feel apart...

    I'm trying to find out what CSS I need for the storefront ReadyTheme stuff since I'm trying to meld it into another ReadyTheme.
    Last edited by lesliekirk; 02-04-16, 11:47 AM.
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    haven't seen the booc theme locally, but all previous themes referenced the compiled css files from the root /css/...I think your reading it from the live demo page which may have had their structure changed for the sake of previewing...try those calls with just /css/cssfile.css
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment


      #3
      I'm working with it locally...that is how I know that swapping out themes/booc/css/style.php for the listed files blew the layout apart. And yes, it seems that Miva has changed up where they are placing the files - it's more WordPress like now.

      In actuality, I need to know what files are needed to copy over things like the SFNT: Visual Navigation Banner and the SFNT: Hero Image. Besides the CSS I also need to know what JS files. It would be really cool if these ReadyTheme elements could be packaged up. Guess I should add it to the Dream Features...
      Last edited by lesliekirk; 02-05-16, 06:07 AM.
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #4
        You mean, like a 3rd Party* module would do ( * well, at least how some of us would write one )
        Bruce Golub
        Phosphor Media - "Your Success is our Business"

        Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
        phosphormedia.com

        Comment

        Working...
        X