Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I did not understand your question correctly.

    $wppa[‘master_occur’] is the sequence number of the shortcode on the page.

    Please be more specific on what you want to know, and in which procedure (cover display, album content – thumbnail display, a widget, slideshow…)?.

    Thread Starter erno14

    (@erno14)

    if it is true, I apologize

    I need to do is 3 types of galleries with different sizes and different proportions thumbs (neither are standards)

    I’m working out and changing the slideshow.php function.php identifying the post with get_the_ID (), my idea was to identify by the number of album. changes I’m doing is forcing the style with fixed values ​​(width and height) of my thumbs.

    take the opportunity to ask you how I can do to make the first and last image of the filmwindow complete look. are now cut in half.

    thank you very much for your patience and dedication!

    regards

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    In wppa-slideshow.php on line 235 it reads:

    ..
    	$thumbs = wppa_get_thumbs($alb);
    	if (!$thumbs || count($thumbs) < 1) return;

    The safest way to find the album id is to add here (after the code fragment):

    $album_id = $thumbs[0]['album'];

    this is the album id of the first photo in the current sideshow.

    To change the filmwindow, you can force style using the class filmwindow or the id (in php) 'filmwindow-'.$wppa['master_occur']. You should overrule the width and the left-margin so that the window overlaps exactly an integral number of filmthumbs.

    Hopefully this helps.

    Thread Starter erno14

    (@erno14)

    simply’re a genius! thank you very much!

    without intention to abuse, I have another question for you: when the image has no description, shows the background anyway (namdesc-and-imagedesc), it is possible that if the image has no description, no background appears?

    kind regards!

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    That is extremely difficult, as the html has to be removed in a js file, and re-inserted for the next image that has a description.

    You can set the color of the box transparent in Table II-A5. Is that an idea?

    Thread Starter erno14

    (@erno14)

    I had that idea, but the client wants the text description be above the image.
    and with a semi-transparent background.

    if I can do it, I send the solution and upon termination of the three galleries I send the link for you to see them !

    thanks again !

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Back in the old days…. there were separate boxes for name and description.

    ‘They’ wanted no space between the name and the desc, so i combined it.

    I decided to re-implement, but optional, the possibility of having them separate.

    This will take a week or so, as i have to modify also Table IX-E.

    I will also add a ‘hide when empty’ switch for the description box.

    If you can live with your currently modified version…? You will have all your wishes combined in a week or so.

    Thread Starter erno14

    (@erno14)

    YES, sure I can wait !!!

    thank you in advance for this good new :))

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Fixed in 4.7.14, to be released one of these days.

    As soon as it is available do the following:

    1. Update to 4.7.14
    2. Check Table IX-E13: Split Name and Desc AND RELOAD THE PAGE after receipt of the green checkmark as indicated by an alert box text.
    3. Move the Name box, using the Move Up button.

    FYI: There are now two seperate sequence orders, one for the combined name and desc, and one for the split name and desc. Reordering in Table IX-E happens in the currently selected type, not in both. This is why the page must be reloaded every time you check or uncheck IX-E13.

    Thread Starter erno14

    (@erno14)

    Hello, perfect!

    It was just that I needed,
    I could make an observation?
    Is possible that the thumb does not change position depending on whether or not description?

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Is possible that the thumb does not change position depending on whether or not description?

    Please explain… ( did you set Table IV-C5 to “center”? if not, try it )

    Next time: PLEASE OPEN NEW THREAD FOR NEW TOPIC

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: WP Photo Album Plus] $wppa['master_occur']’ is closed to new replies.