sociactive
Forum Replies Created
-
Forum: Plugins
In reply to: [TemplatesNext ToolKit] Better explanation and screenshotMy apologies for not being clear. As date meta is becoming more important for SEO, date of any kind (probably completion) for posting a portfolio item would be nice to have. Author would help too but is not as important.
Forum: Plugins
In reply to: [TemplatesNext ToolKit] Better explanation and screenshotMany thanks. Big help. For portfolio items, is there a shortcode or way to show the meta info like data and author?
Forum: Themes and Templates
In reply to: [i-transform] Black Bars in FireFoxFound it! There is a hiccup in the theme’s CSS that seems to only adversely affect Firefox. The files are animate.css and animate.min.css.
It is the .animated element.
-webkit-animation-fill-mode: both
animation-fill-mode: bothThey need to be changed to:
-webkit-animation-fill-mode: none /* “forwards” won’t work */
animation-fill-mode: none /* “forwards” won’t work */Thanks and enjoy.
Forum: Themes and Templates
In reply to: [i-transform] Black Bars in FireFoxMy site is in development but looks the same as your screen shot. I think it has something to do with a last-child CSS element, maybe p:last-child. I say that because I have a 1-paragraph post that does not have the black bar. The others with multiple paragraphs have them.
Forum: Themes and Templates
In reply to: [i-transform] Black Bars in FireFoxChecking out the developer’s own website (www.templatesnext.org), it seems he is having the same issues in Firefox. I hope he can follow up soon.
Forum: Reviews
In reply to: [Secondary Title] Beauty in simplicityMaybe an option to add an H2 tag as a sub-heading for the secondary-title.
Forum: Everything else WordPress
In reply to: Edit / Manage WordPress.org ProfileHow can I discontinue the account?