jason_donnini
Forum Replies Created
-
I have already changed the encryption to Blowfish and it is still only passing with the eight characters.
I am having the exact same issue. I have cleared out transients and not sure how to go about rehashing the passwords.
Forum: Themes and Templates
In reply to: Custom meta dataI implemented the same thing in the functions. However this does not edit the meta data for the content-single.php
if ( ! function_exists( ‘twentyeleven_posted_on’ ) ) :
/**
* Prints HTML with meta information for the current post-date/time and author.
* Create your own twentyeleven_posted_on to override in a child theme
*
* @since Twenty Eleven 1.0
*/
function twentyeleven_posted_on() {
if(has_tag(‘no_date’)){
printf( __( ‘<span class=”meta-sep”>Posted by</span> %1$s’, ‘twentyten’ ),
sprintf( ‘<span class=”author vcard”>%3$s</span>’,
get_author_posts_url( get_the_author_meta( ‘ID’ ) ),
sprintf( esc_attr__( ‘View all posts by %s’, ‘twentyten’ ), get_the_author() ),
get_the_author()
)
);
}
elseif(has_tag(‘no_author’)){
printf( __( ‘<span class=”sep”>Posted on </span><time class=”entry-date” datetime=”%3$s” pubdate>%4$s</time>‘, ‘twentyeleven’ ),
esc_url( get_permalink() ),
esc_attr( get_the_time() ),
esc_attr( get_the_date( ‘c’ ) ),
esc_html( get_the_date() )
);
}
elseif(has_tag(‘no_author_date’)){
printf( __( ”, ‘twentyeleven’ ),
esc_url( get_permalink() ),
esc_attr( get_the_time() ),
esc_attr( get_the_date( ‘c’ ) ),
esc_html( get_the_date() )
);Forum: Themes and Templates
In reply to: Viroshop – Active State for Categories Menu ItemDR,
Could I get your email address. I would like to send you something just to say thanks…
Forum: Themes and Templates
In reply to: Viroshop – Active State for Categories Menu ItemDR and Marventus,
I want to thank you both for working with me on this issue. The css that DR provided fixed the issue. I don’t understand why this class was not included in the theme.
Thank you both very much…
Forum: Themes and Templates
In reply to: Viroshop – Active State for Categories Menu ItemMarventus,
With your screenshot I realized that you were addressing the sidebar. I should have been clued in by your css. I apologize…
That is the question David. The navigation that I am having the trouble with is the top menu… Not the sidebar…
Forum: Themes and Templates
In reply to: Viroshop – Active State for Categories Menu ItemI was not able to see this result. Just got the same active states when on a page and not active when in a category within the navigation…
Forum: Themes and Templates
In reply to: Viroshop – Active State for Categories Menu ItemWell I tried this and it still did not work it ended up breaking the layout…
I have the site defaulting to the splash page while the client finishes finalizing the content.
The wordpress site homepage is at:
Forum: Themes and Templates
In reply to: Viroshop – Active State for Categories Menu ItemMarventus,
I have posted the site at: http://sub3running.com/
the two category menu items are “News” & “Products”
Forum: Themes and Templates
In reply to: Viroshop – Active State for Categories Menu ItemThe name of the theme is viroshop… Thank you for looking into this…
Forum: Themes and Templates
In reply to: Viroshop – Active State for Categories Menu ItemThis plugin is embedded into the theme. I did contact the author and posted on his forum. No response as of yet. Thought I would try the WordPress community. I have been working on the site locally. I am currently moving it onto the server now…
Forum: Themes and Templates
In reply to: Viroshop – Active State for Categories Menu ItemThis would work normally, but I forgot to mention that this theme uses superfish for the navigation…