Jump to content
php.lv forumi

osC

Reģistrētie lietotāji
  • Posts

    122
  • Joined

  • Last visited

About osC

  • Birthday 05/05/1996

Contact Methods

  • MSN
    NAV
  • Website URL
    http://Tieši nezinu kuru likt
  • ICQ
    NAV
  • Yahoo
    NAV
  • Jabber
    NAV
  • Skype
    edzinsh1996

Profile Information

  • Gender
    Male
  • Location
    Koknese
  • Interests
    HTML, CSS, PHP un varbūt arī kautkas no SQL.

osC's Achievements

Newbie

Newbie (1/14)

  1. Eu, nostrādāja! Nebiju domājis, ka ir tik dziļu hover paslēpies. PayPal ir tev?
  2. pieļauju ka šis viss ir :) http://pastie.org/9340106#9
  3. function max_get_timthumb_image( $return = false, $p_id = false, $img_size = 'full' ){ global $shortname, $post, $imgDimensions, $imgDimensions1x, $p_tpl, $resize_images; $max_mobile_detect = new Mobile_Detect(); // get the sting we need for the different devices $size = $img_size; // set the attachment image size $post_id = !$p_id ? $post->ID : $p_id; // check if its a lightbox or a project page link $photo_item_type = get_post_meta($post_id, MAX_SHORTNAME.'_photo_item_type_value', true); // get the item type $imgUrl = max_get_post_image_url($post_id, $size); // Get the post image url $tpl_show_lightbox = get_post_meta(get_query_var('page_id'), MAX_SHORTNAME.'_disable_post_lightbox', true); // check to show the lightbox on this page template $use_timthumb = get_option_max('image_use_timthumb');
  4. function max_get_post_custom_image($imgID, $p_id = false, $return = false, $img_size = 'full' ) { // get the image $output = max_get_timthumb_image( $return, $p_id, $img_size ); // return the created image if($return === true){ return $output; }else{ echo $output; }
  5. nejauši iemetās pēdējie 2 rezultāti tavā quote :)
  6. Šo te izmeta: // get the gallery item max_get_post_custom_image(get_post_thumbnail_id()); if($itemCaption === true) {
  7. Ok, rekur pāris rinas pēc pirmā bloka: <?php // get the gallery item max_get_post_custom_image(get_post_thumbnail_id(), false, false, $image_size); if($itemCaption === true) { // check if caption option is selected if ( get_option_max( 'image_show_caption' ) == 'true' || get_option_max( 'image_show_caption' ) == 'always' ) { ?> <div class="item-caption"> <strong class="title"><?php echo get_the_title() ?></strong><br /> <?php if(!$hideExcerpt) { echo strip_tags(get_the_excerpt()); } ?> </div>
  8. hmm, interesanti, bet izdzēšot visu rindu <div class="shadow"> <?php echo '<a href="' . get_permalink() . '" title="' . strip_tags(get_the_title()) . '"><img src="' . $_imgUrl .'" alt="' . strip_tags(get_the_title()) . '" /></a>'; ?> </div> nekas nenotiek. :/
  9. Rekur šitādus rezultātus izmeta. Kautkā neredzās tas title. :/ <li data-time="<?php the_time('m/d/Y H:i') ?>" data-modified="<?php the_modified_time('Y-m-d H:i') ?>" data-menuorder="<?php echo $post->menu_order ?>" data-id="id-<?php echo get_the_ID() ?>" class="item <?php echo $lightbox_class ?> <?php echo $_term_classes; ?><?php if( get_option_max( 'image_show_caption' ) == "always") { echo(" show-title"); } ?><?php if( get_option_max('image_show_fade') != "true" || get_post_meta(get_query_var('page_id'), MAX_SHORTNAME.'_disable_post_lightbox', true) == 'true' || get_post_meta(get_the_ID(), MAX_SHORTNAME.'_photo_item_type_value', true) == 'disable_link' ) { echo(" no-hover"); } ?>"> <div class="shadow"> <li data-id="id-<?php echo get_the_ID() ?>" class="item <?php echo max_get_post_lightbox_class(); ?><?php if( get_option_max('image_show_fade') != "true") { echo(" no-hover"); } ?>"> <div class="shadow"> <?php echo '<a href="' . get_permalink() . '" title="' . strip_tags(get_the_title()) . '"><img src="' . $_imgUrl .'" alt="' . strip_tags(get_the_title()) . '" /></a>'; ?> </div> <li data-id="id-<?php echo $post->ID ?>" class="item <?php echo max_get_post_lightbox_class() . " "; ?><?php echo $_term_classes . " "; ?><?php if( get_option_max('image_show_fade') != "true") { echo("no-hover"); } ?>"> <div class="shadow">
  10. atzīšos, esmu stulbs. ko ar to xpath elementu darīt?
  11. Jā. Pēc keyworda "title" man atrada 1758 vārdus. Visos izbūros cauri un neko neatradu. Varbūt palaidu garām? hmm, nu nezinu...
  12. Ok, ar to overflow itkā būtu skaidrs, bet vēl jo projām nav saprašanas ar hoveru. Čakarē prātu vēl jo projām. Meklējos es iekš visiem template failiem ar notepad++, bet rezultāta pašalik vēl nekāda. Kāds nevar paskatīties? Links šeit , ja nu kas, tad parādā toč nepalikšu. #free_beer_at_paypal :)
  13. Es galīgi netieku galā ar mouse hover. Par mouse hover atbild noteikti PHP, nevis CSS, vaine? Un tas kas atbild par mouse hover atradīsies šajā pašā lapas template vai pašā wordpress
  14. Tas nebija domāts vispārīgā veidā. Tas bija domāts tikai kā konkrētajā formā. Kāds var palīdzēt?
×
×
  • Create New...