kladtiator

Member

Forum Replies Created

  • In reply to: Error in messageblock

    #23651

    @Prasanna Thank you. First I’ll try to understand your advice and then I’ll try to do.

    In reply to: Error in messageblock

    #23643

    Is there a timeframe for fixing the problem?

    I also have the Problem with “Yet Another Related Posts Plugin”. Related posts are displayed in every messageblock.

    In reply to: Generate a List of Pictures

    #21682

    I think, you are right. This is more a plugin issue. But some functionality of the theme (adsense) is a functioality too and part of the theme.

    In reply to: Show Title from Header-Picture on MouseOver

    #21549

    And after this:

    what is the nessecary sourcecode of a page/post which shows an image with its MouseOver-Text in the header area whre the background-image exists?

    Than we should have to look for the place where it is produced.

    In reply to: Show Title from Header-Picture on MouseOver

    #21548

    The questions are

    * where is the title of an image?

    * where is the alt-tag of an image?

    In reply to: Show Title from Header-Picture on MouseOver

    #21547

    Sounds good – but, as i said, i am not an experienced programmer. My last code is from 1993 – c++, c 😉

    In reply to: Show Title from Header-Picture on MouseOver

    #21545

    I have a german version. But yes, i use featured picture oder first picture in post as header-image.

    In reply to: Show Title from Header-Picture on MouseOver

    #21542

    I try to use a unique header for every post. It should have something to do with the posts content.

    I also think it is hard coding. And i think there will be only two lines to include. As i understand, the problem is, that the banner is a background-image and not a normal image with special size. Normal images will show their title, but with background images, this behaviour normaly don’t make sense and isn’t implemented.

    At last there are 3 questions:

    1 – how to get the background-image title

    2 – how to get background-image alt-tag

    3 – how to show the title in MouseOver-Window. That seems to be not a regular option for background-images. As workarround i have the idea to show a normal blank, transparent image in the same area. Then MouseOver will show the tag belonging to it and the background-image.

    In reply to: Show Title from Header-Picture on MouseOver

    #21540

    Thats right, but i think i’ve described my problem in a wrong way. I’m talking about the Picture in the header.

    I think in the header.php it is referenced in $header_img the page-source is generated with <div id=”header” style=”background-image:url(<?php echo $header_img; ?>);”>

    The result is <div id=”header” style=”background-image:url(http://blog.kladt.net/wp-content/uploads/2011/12/suchlupe-960×198.jpg);”>

    I think, this should be <div id=”header” style=”background-image:url(http://blog.kladt.net/wp-content/uploads/2011/12/suchlupe-960×198.jpg alt=TEXT1″ title=”TEXT2″);”> to display something on MouseOver. I think, TEXT1 should be something like <?php echo $header_alt; ?> and TEXT2 <?php echo $header_title; ?>

    BUT I’M NOT SURE. I don’t have experiences in programming PHP and scripting CSS or HTML.

    Furthermore i’ld like to link the header-background images to a special copyright-page, not to the homepage.

Viewing 9 posts - 1 through 9 (of 9 total)