• Resolved anonymized-14293447

    (@anonymized-14293447)


    Hello Bhaldie, I need to style my Memphis widget because it’s inheriting my theme’s style. For instance, I need to get rid of the title “last updated” or the table headings “file/table”.
    Is there a particular class for it? I cannot find it…

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author bhaldie

    (@bhaldie)

    You can goto mdocs dashboard options>settings>Displayed File Information this will hide different tabs.

    this should be what your are looking to do.

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    Alwasy a prompt reply! 🙂 In those settings I just have show downloads+ratings, which aren’t what I’m referring to. Basically I just want to make a li order of files with only their names(link to download)+ratings

    • This reply was modified 9 years, 3 months ago by anonymized-14293447.
    • This reply was modified 9 years, 3 months ago by anonymized-14293447.
    Plugin Author bhaldie

    (@bhaldie)

    are you referring to the dropdown list of each file?

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    no no, the best way to understand is if you just look at my footer. I want to make Memphis widget (1st from left) look like the 2nd from the left, i.e. a list of files (in that case, jobs)

    Plugin Author bhaldie

    (@bhaldie)

    okay i gotcha… look like you would need to add the class footer_title to the mdocs widget H3 tag

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    The only css I found are memphis-documents.min.css and memphis-documents.rtl.min.css but no particular reference to widget inside those. Therefore adding a new class .footer_title h3 as a starting point is not giving any result. Basically there aren’t any Memphis widget related classes and maybe a dedicated css can be added in future releases?

    Plugin Author bhaldie

    (@bhaldie)

    open up the file mdocs-widgets.php and got line 18:

    add the class footer_title to this line:

    
    <h2 class="widget-title footer_title">Last Updated</h2>
    
    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    thank you very much… once I have added some files I guess I will be able to style my table fully

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

The topic ‘styling the widget’ is closed to new replies.