• Resolved hmabpera

    (@hmabpera)


    I updated to version 3.4.1 I migrated my custom refresh.css as directed. I thought that in doing this, the plugin would thereby use my custom css file. It is NOT using my css file. when I compare the files as directed the file “in use” is probably the one in core. the latest “from plugin” one is my file. I would like to use my file but I cannot find a way to do this. I am using the twentyeleven theme which is not one of the choices in the style drop down. Please advise asap. thanks.

    More info: on the server there are two files in the directory: wp-content/plugin/styles (note not under wp-content/plugins/my-calendar) They are refresh.css and twentyeighteen.css Under wp-content/plugins/my-calendar/styles directory there are the twentyeighteen thru twentytwentytwo.css files some light and dark.css files and refresh.css. The refresh.css file in both places is my custom file there. I don’t think the plugin software is using my refresh.css file though.

    My custom css file put margins around each entry.

    /* HMA-11-16-14 see margin in main declaration below here. widen space bet events */

    .mc-main td h3, .mc-main td h3 a {
    display: block;
    border-radius: 2px;
    font-size: 10px !important;
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin: 1px 0 5px !important;
    padding: 1px 1px;
    clear: none;
    line-height: 1;
    text-transform: none;
    letter-spacing: 100%;
    }

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    Move the file ‘/plugins/styles/refresh.css’ into ‘/plugins/my-calendar-custom/styles/refresh.css’, then you can select it. I’m not sure why it ended up not in the sub directory; I’ll look into it.

    Thread Starter hmabpera

    (@hmabpera)

    I don’t have Permissions to delete, i.e., move the file, Joe, but I cped it to the new directory which I had to create. I’ll have to ask the System Administrator to do this. The Plugin/styles directory contains 2 css files. Should I delete the whole directory? or both files in it? thanks for your quick response. H

    Plugin Author Joe Dolson

    (@joedolson)

    You don’t need to delete the directory at all; it will be ignored, generally, but you can delete the whole thing.

    Thread Starter hmabpera

    (@hmabpera)

    Thanks for your quick and knowledgeable response, Joe. Super Support! H

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘mycalendar migrate refresh.css problem’ is closed to new replies.