kLunKr
Forum Replies Created
-
CORRECTION: after changing the PHP coding, you do need to click the “force rewrite page titles”.
For the curious…
Since no one obviously has an answer for me.
I am using an “elegant themes” theme. They put their own coding in the <title> tag and also put in their own PHP for description, keywords, all that stuff.
checking the “force rewrite page titles” did not work. It will not over write what elegant themes is calling.
I had to open up header.php and replace:
<title><?php elegant_titles(); ?></title> <?php elegant_description(); ?> <?php elegant_keywords(); ?> <?php elegant_canonical(); ?>with:
<title><?php wp_title(''); ?></title>and you can uncheck the “force rewrite page titles” option.
Hope it helps for you sometime. Cheers!
Forum: Fixing WordPress
In reply to: Text Wrapping IssueThanks for the reply’s gentlemen, fantastic…
Forum: Fixing WordPress
In reply to: Text Wrapping IssueI appreciate your energy but that was a horrible reply, and for you being paid to monitor this forum, that was the laziest answer I have ever seen in my life. Firebug which works with chrome as well (not just firefox) would not tell me what I needed to do to solve this issue, it would show me the current CSS…..which would not be a constructive problem solving method….thanks anyway.
Forum: Plugins
In reply to: [WP Photo Album] [Plugin: WP Photo Album] Update disabled my siteDid anyone ever try the latest update yet? Does it still break sites?
Forum: Fixing WordPress
In reply to: Moving site and changing domainDo you have access to your database? The only way to fix your problems is if you can edit your database.
Forum: Themes and Templates
In reply to: Do some themes not like child themes?So you can not make a child theme for this theme?
Forum: Themes and Templates
In reply to: Do some themes not like child themes?I am trying to create a child theme for the theme “Dzonia Lite”
WOW, Thank you.
Forum: Plugins
In reply to: [WP Photo Album] [Plugin: WP Photo Album] How to display an album?I am having the same problem, it would be nice to break albums up into there own pages.
Forum: Plugins
In reply to: [WP Photo Album] [Plugin: WP Photo Album] Update disabled my siteDid you ever try the latest version? Does it work yet? I’m scared to try it.
Forum: Fixing WordPress
In reply to: Editor has no tools, and gives me white text.I just tried it in IE and still no luck. I think I am going to get a test version of this site going on a whole other server, then just play with it until I figure it out, for now I will just use the HTML editor. I can’t even swtich between visual and HTML mode it says im in Visual but still just gives me the HTML.
Forum: Fixing WordPress
In reply to: Editor has no tools, and gives me white text.I wonder what would happen if you replaced the tinymce directory from a working website. If you took a non-touched default version of this directory and replaced it with the website having troubles. Have you tried that?
Forum: Fixing WordPress
In reply to: Editor has no tools, and gives me white text.I was able to fix the text color, thank god for the find and replace feature in Dreamweaver. Anyway, still having trouble loading my text editor. Apparently it has something to do with wp-includes/js/tinymce/wp-tinymce.js.gz, but I am not sure what the problem is exactly.
Forum: Fixing WordPress
In reply to: Cant see the content in edit modeThe file name its telling me it is does not even exist, its like a big hash code or something.