Responsive WordPress Theme – Caliber

A theme with simple controls and limitless potential. Work fast and build an amazing website!   Find out more »

UpThemes – Beautiful WordPress Themes

Create a site your church, gallery, newspaper, blog, recipes, band and more!   See the themes »

Need a little help?  Find answers quickly by searching the forum.
Group Admins
  • andy
  • jeffw

Support for: Razor: Cutting Edge WordPress Theme

Razor

Public Group  |  active 1 year, 9 months ago ago
Viewing post 1 to 7 (7 total posts)

Show activity meta comment/favorite/like/delete permanently

  • Steve

    said

    Hi @rl2013,

    You can add this code to your Custom CSS area in Design Settings:

    .activity-meta {
    display: block !important;
    }
    

    Please create a new topic for your other issue. One issue per topic assist the support team and others searching for answers to questions.

  • rl2013

    said

    Hi Steve,

    thanks, this make the activity meta permanently, however when mouse hover over the individual activity this area blinks.

  • andy

    said

    I think the only way to avoid that would be to disable the JavaScirpt and that probably needs to be done from the “assets/js/onLoad.js” file directly. I don’t think there is a CSS or JS addition that can prevent that, but I am going to check into it now to be sure. I’ll post back here with my findings.

  • andy

    said

    I suspected the “opacity” or “visibility” CSS attributes might be involved. There is a way to prevent the flicker. Use the CSS below and it should make the meta activity always visible.

    .activity-meta {
        display: block !important;
        opacity: 1 !important;
    }
  • rl2013

    said

    Oh thank you very much Andy, no more flickering!

Viewing post 1 to 7 (7 total posts)