rbj93
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] Homepage error messageThe latest update seems to have fixed it!
Forum: Plugins
In reply to: [Open Graph] Homepage warningApologies, thanks!
Forum: Themes and Templates
In reply to: [Minimal Lite] Remove automatic drop capHi everyone,
I figured this one out. My post pages were pulling up the content.php part, which I removed the following code from:
/*Get first word of content*/ $first_word = substr($raw_content, 0, 1); /*only allow alphabets*/ if (preg_match("/[A-Za-z]+/", $first_word) != TRUE) { $first_word = ''; } echo '<div class="entry-content" data-initials="' . esc_attr($first_word) . '">';This has done the trick!
Forum: Themes and Templates
In reply to: [Minimal Lite] Changing header background colourHi Snehal,
That works perfectly! Thank you so much.
Forum: Themes and Templates
In reply to: [Minimal Lite] Changing header background colourHey all, I’ve fixed this by adding this into the additional css section:
body #thememattic-header.site-header .main-header { background: #850000; }Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)