oce
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: add link to header imagehere is a workaround of the posted link wich work with kubrik css.
replace this in your default css kubrik css
h1, h1 a, h1 a:hover, h1 a:visited, .description {
text-decoration: none;
color: #fff;
display:block;
height:100%;
text-indent:-600em;
}and change the padding top
h1 {
padding-top: 0px;
margin: 0;
}thats it! the image is now klickable and the text is here but not visibla because of the text indent.
(rename your new headerimage to kubrikheaderimage.jpg and
you can replace the standard image in wp-content/themes/default/images/kubrikheader.jpg)
check the directorie names by yourself maybe i have a failure in the spelling.good luck!
Forum: Fixing WordPress
In reply to: add link to header imagehmm…
Forum: Fixing WordPress
In reply to: Translation of HTML entitiesLorelle,
Thanks for the response, but it didn’t work. Making the ampersand into a & just pushed it back another level, and the ampersand in that one was literalized. WordPress seems to be converting the ampersand in the fraction entity to &.
It correctly interprets × and –, but not ½ I got around the problem by substituting &189; for ½ Seems like a bug though.
Forum: Fixing WordPress
In reply to: Translation of HTML entitiesI don’t know if this is the same problem, but how can I prevent entities like “½” from having the ampersand converted to an entity, killing the entity I was trying to manually enter? (I’m talking about when I write posts.)
Forum: Fixing WordPress
In reply to: Images break on non-main pages (due to mod_rewrite?)Thanks for the response. I’ll take a closer look at it, but my quick first reading of it seems to suggest that this isn’t the problem. My permalink pages and the “previous” pages are showing the full posts, not the excerpts, and complex formatting such as divisions with borders and background colors, and tables, are still present.
Forum: Fixing WordPress
In reply to: Images break on non-main pages (due to mod_rewrite?)The layout is based on a copy of the default layout: https://calorielab.com/news/
Forum: Plugins
In reply to: CG-PowerPack 1.5.1.0 Released.hehe, preformatted is a bitch ??
Forum: Plugins
In reply to: CG-PowerPack 1.5.1.0 Released.FYI: cg-inline does not work if https://vapourtrails.ca/wp-preformatted is enabled
Forum: Plugins
In reply to: WP-ShortStat Releasecause i’m the only member and i don’t need to count my own visits ?? especially not the visits in the backoffice
Forum: Plugins
In reply to: WP-ShortStat Releasecan you add an option that members – who are logged in – are not counted?
Forum: Plugins
In reply to: SpamKarma2 404 Errorsopen spam_karma_2_plugin.php and go to line 954.
change
$location = str_replace($_SERVER['DOCUMENT_ROOT'], "", dirname(__FILE__)) . "/" . sk2_second_chance_file ."?c_id=$comment_ID&c_author=" . urlencode($sk2_core->cur_comment->author_email);
to
$location = "/".str_replace($_SERVER['DOCUMENT_ROOT'], "", dirname(__FILE__)) . "/" . sk2_second_chance_file ."?c_id=$comment_ID&c_author=" . urlencode($sk2_core->cur_comment->author_email);
Forum: Fixing WordPress
In reply to: ARGH!!! invalid sender when checking wp-mail.phpthis appears to have been fixed with v1.5.1
geez i can’t believe nobody responded to this in the months it’s been online
thanks? ahh…whatever.Forum: Requests and Feedback
In reply to: Not in compliance with COPPA (federal law)just to mention it: in germany – and next time most of EU – you have to make sure that someone really owns an email-adress before you save it.
so if you want to stay in accordance with german laws, you have to send out verification mails at registration and also for notification-plugins.Forum: Fixing WordPress
In reply to: Proper procedure for changing WP path/directory name?D’oh! Yeah, you’re right! Didn’t think about that.
Forum: Fixing WordPress
In reply to: Proper procedure for changing WP path/directory name?I’ll give it a try, thanks! I had just assumed that would still cause problems because the program would then try to save the new options config file in a not-yet-existing directory.