jorgicio
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form by Supsystic] Menu disappearsForum: Plugins
In reply to: [Contact Form by Supsystic] Menu disappearsSeriously? This is a problem that happens to more than one user, so this is a problem you must solve and make public the solution. Or an issue in your plugin you must fix in some future version.
Forum: Plugins
In reply to: [Contact Form by Supsystic] Menu disappearsSo… is this solved? Happens the same to me and I can’t find a way to fix it.
Forum: Themes and Templates
In reply to: [Writr] Can't change color scheme!Nevermind, I had to re-declare the function (that was originally in inc/template-tags.php ) into the child functions.php, and problem solved.
Thanksagain.
Forum: Themes and Templates
In reply to: [Writr] Can't change color scheme!Thanks. Now I’m trying with that, but when I create a new functions.php in my child theme, I got a blank page.
Forum: Themes and Templates
In reply to: [Ryu] Child theme and template-tags.php@jelo77 I tried your solution, but i got a blank page.
Forum: Themes and Templates
In reply to: [Writr] Can't change color scheme!So the problem is solved and a suggestion added (I wish developers take in mind), I come to mark this topic as resolved.
Forum: Themes and Templates
In reply to: [Writr] Can't change color scheme!Thanks!
Problem solved.
As a suggestion, please, add the meta “Categories” for the blog. I had to enter it manually every update adding this piece of code in the inc/template-tags.php:
$category_list = get_the_category_list(‘, ‘);
?>
<li class=”categories-meta”>
<div class=”genericon genericon-category”></div>
<span class=”screen-reader-text”><?php _e( ‘Category’, ‘writr’ ); ?></span>
<?php echo $category_list; ?><?php
And welcome to my blog.
Thanks again.
Forum: Themes and Templates
In reply to: [Writr] Can't change color scheme!I tried the solution by @blacktechdiva, and it works a half. Yes, it does not affect the entire colour scheme.
Thanks at all.