tzjakab
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spun] "Category" overlapping page titleGot it!
Under Archive, PHP
Change :
if ( is_category() ) {printf( __( 'Category %s', 'spun' ), '<span>' . single_cat_title( '', false ) . '</span>' );
to
if ( is_category() ) {printf( '<span>' . single_cat_title( '', false ) . '</span>' );
Forum: Themes and Templates
In reply to: [Spun] "Category" overlapping page titleI looked it up on firebug and found the problem here :
<div id=”content” class=”site-content” role=”main”>
<header class=”page-header”>
<h1 class=”page-title”>
Category
<span>Practice</span>
</h1>… but I don’t know how to get rid of “Category”
thanks!
Forum: Themes and Templates
In reply to: [Spun] How to remove the submenGot it!
Under Appearance / Widgets – remove all.
Forum: Themes and Templates
In reply to: [Spun] Dropdown Menu?Worked – thank you!
Also to note; Theme Locations must be changed to read the Menu you have just chosen.
Forum: Themes and Templates
In reply to: [Spun] Dropdown Menu?I would like to create a menu essentially identical to this : https://sharongolod.com/
Forum: Themes and Templates
In reply to: [Spun] Dropdown Menu?Yes, this was the first thing I tried under Appearance / Menu. It does not show up.
Forum: Themes and Templates
In reply to: [Spun] Dropdown Menu?This is my site : https://www.tzjakab.com/
Forum: Themes and Templates
In reply to: [Spun] Dropdown Menu?I moved the Categories Menu Widget into the sidebar as well, but still not showing up.
Thanks!
Forum: Themes and Templates
In reply to: [Spun] Dropdown Menu?I created one – but it’s not showing up on the site??
Forum: Fixing WordPress
In reply to: Installation Error : wp-blog-header.php on line 14I have tried re-writing my wp-config.php and now I just get:
Error establishing a database connection
Please help!
Forum: Fixing WordPress
In reply to: Installation Error : wp-blog-header.php on line 14I have made all changes to wp-config.php file as per this Codex, but cannot find where I have made an error.
When I pull up my site, all of the text from the wp-config.php file is written as a paragraph, and below it reads:
Fatal error: Call to undefined function wp() in /home/domainname/domain/wp-blog-header.php on line 14
I tried removing line 14: “wp() ” from the wp-blog-header.php file but this error still shows up, with another error.
Forum: Fixing WordPress
In reply to: Installation Error : wp-blog-header.php on line 14I checked my wp.config.php file, but I dont know what to look for.
I’m just using Cyberduck to install; Dreamhost server.