kenlu08
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Post is goneThank you so much!! It is working now!!!!
Thanks again
Forum: Themes and Templates
In reply to: [Virtue] Post is goneThank you, but it is still not working. My website is in error after I put the code in the bottom.
Here is the link: http://www.akuiskitchen.com/bakery/
Here is the code I put in the bottom.
function wp_validate_boolean( $var ) {
if ( is_bool( $var ) ) {
return $var;
}if ( ‘false’ === $var ) {
return false;
}return (bool) $var;
}remove_filter(‘the_content’, ‘my_addlightboxrel’);
Help..
Forum: Themes and Templates
In reply to: [Virtue] Post is goneThanks, just test it out and also use other theme to test. It displays ok with the contents. Check the server, server is ok, too..
Help..?
Forum: Themes and Templates
In reply to: [Virtue] Post is goneIt should be this post http://www.akuiskitchen.com/bakery/?p=33
There is no content inside. However, I already put contents inside this post, but I don’t know why is not showing..
If I go edit this post in wordpress, contents does show up in the visual box, but When I go public (above link), it doesn’t show up.
Thank you,
Forum: Themes and Templates
In reply to: JavaScript in Child ThemeI just figured it out. Thx much!
Forum: Themes and Templates
In reply to: JavaScript in Child ThemeThanks, I am fairly new on the code and wordpress. Would you mind explaining more details or just simply rewrite the above code if it is possible? Thanks much!!
Forum: Themes and Templates
In reply to: Help! Theme Crasheshmm, it doesn’t work out. I add “-old” after the “theme” folder under my ftp file management. After I refresh my website, it is still look the same Is there other ways to fix it?