• Resolved ifrichard

    (@ifrichard)


    I have had only trouble with this plugin since i installed it. It seems like if i could get it to work it would be perfect. the shortcode [wppa type="landing"][/wppa] does not work. I just get a blank page. Also the same for the album shortcode slideonly shortcode and slideonlyf shortcode. I just want the page to show the photos. all i can get is albums to show. which works because users can then click the album and look at the photos that way. but noting i have tried works.

    with the landing shortcode debug spits out:

    [WPPA+ dbg msg: Doit is on]
    [WPPA+ dbg msg: Entering wppa_albums]
    [WPPA+ dbg msg: Lang=en, Locale=en_US, Ajax=]
    [WPPA+ dbg msg: $wppa_session = a:5:{s:4:"page";i:157;s:4:"ajax";i:1;s:2:"id";s:3:"139";s:7:"rootbox";s:1:"0";s:16:"use_searchstring";s:0:"";}]
    [WPPA+ dbg msg: Usr_upl entered]
    
    Notice: date_default_timezone_set(): Timezone ID 'UTC-6' is invalid in **Removed for security**/wp-content/plugins/wp-photo-album-plus/wppa-date-time.php on line 181
    [WPPA+ dbg msg: Nothing to do...]

    I did the removed for security thing it actually had the right stuff there before. I am pulling my hair out. Maybe my settings are wrong but simply all I am trying to do is:
    Have a page with the top 10
    A page with most recent uploaded photos
    A page where the user see only the photos they uploaded (I didn’t see an option to do this so i wrote a php shortcode of my own to handle this)

    Theme Responsive (child)
    Latest version of wp and wppa
    tried without plugins

    https://ww.wp.xz.cn/plugins/wp-photo-album-plus/

Viewing 15 replies - 1 through 15 (of 20 total)
  • Thread Starter ifrichard

    (@ifrichard)

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    the shortcode [wppa type="landing"][/wppa] does not work. I just get a blank page.

    It is obvious that you do not yet understand what a landing page shortcode does.
    In itsself it displays nothing, it only displays wppa content if the querystring says so.
    Compare this url: http://beta.opajaap.nl/general-testpage/ with this one:
    http://beta.opajaap.nl/general-testpage/?occur=1&album=3&cover=0

    Also the same for the album shortcode slideonly shortcode and slideonlyf shortcode

    Here is an example: http://wppa.opajaap.nl/wppa-typeslideonlywppa/ make sure the album exists.
    If you want to see the thumbnails of an album, use shortcode
    [wppa type="thumbs" album="2"][/wppa], see http://wppa.opajaap.nl/wppa-typethumbswppa/

    Have a page with the top 10

    [wppa type="thumbs" album="#topten"][/wppa] for systemwide top 10,
    [wppa type="thumbs" album="#topten,3,12"][/wppa] for top 12 from album 3. etc.

    A page with most recent uploaded photos

    [wppa type="thumbs" album="#lasten"][/wppa]for systemwide last 10,
    [wppa type="thumbs" album="#lasten,3,12"][/wppa] for last 12 from album 3. etc.

    A page where the user see only the photos they uploaded

    [wppa type="thumbs" album="#upldr,#me"][/wppa]

    See: http://wppa.opajaap.nl/shortcode-reference/ for more info on virtual album specs.

    You should get familiar with the shortcode generator. That is the album button on top of the edit post/page window when it is set to Visual.

    Thread Starter ifrichard

    (@ifrichard)

    Reset plugin to default
    Switched theme to twentyfourteen
    All other plugins deactivated.
    user photos still not showing with [wppa type="landing"][/wppa]
    debug is active if you want to take a look
    widgets seem to work
    http://instafamehq.com/user-uploaded-photos/?debug

    Thread Starter ifrichard

    (@ifrichard)

    Oh…. just saw your reply.. I’ll try all that out. Thank you

    Thread Starter ifrichard

    (@ifrichard)

    Still not sure im understanding
    I tried [wppa type="landing" album="#all"] got nothing
    I tried [wppa type="landing" album="all"] got nothing
    I tried [wppa type="landing" album="1"] still got nothing
    then i went and re-read the description of landing type.. it returns results of a query so obviously i needed to have a way of searching. I added [wppa type=”search”][/wppa] on the same page and searched for an image. That worked.
    Gotta say your plugin is very complex. But I like the fact it automatically creates albums. I’ll keep building on what you’ve told me.
    Hope I get it figured out now that I know I am the reason it isnt working.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    type="landing" shows nothing by itsself.

    Try this:

    [wppa type="thumbs" album="1"][/wppa]

    or:
    [wppa type="thumbs" album="#all"][/wppa]

    Thread Starter ifrichard

    (@ifrichard)

    This should be the last thing I went to http://wppa.opajaap.nl/shortcode-reference/ multiple times. might help others if you add “thumbs” to the types list. Great job and thanks again šŸ™‚

    Thread Starter ifrichard

    (@ifrichard)

    Just saw your profile. Very impressive history.
    Was wondering if you know anything about myCred.

    Currently I would say your only competition is nextgen and maybe rtmedia. You obviously know rating photos is something users wanted. We also like getting rewarded for rating photos. You have support for cubepoints but it hasn’t been updated for 2 years. myCred is another great points management plugin and is currently still being updated frequently. Do you have any plans of adding integration with myCred in the future.
    If not is there something to look at on trying to integrate it myself. I looked at the php files a little. Also, looked at the database and saw where the rating values are stored. Just can’t wrap my head around how to get from A to B.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Added type="thumbs" and type="covers" to http://wppa.opajaap.nl/shortcode-reference/ thanx.

    Never heard of myCred. but i will get into it and if it looks appropriate for wppa, i will certainly integrate its functionality.

    Just can’t wrap my head around how to get from A to B.

    Dont bother, i will do.

    Thread Starter ifrichard

    (@ifrichard)

    You work fast. Good job. I think the voting points arent working though.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Will have a look…

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    On my testsite it works. Did you set a value on Table IX-J5 ?

    Thread Starter ifrichard

    (@ifrichard)

    i did. let me check it out a little more

    Thread Starter ifrichard

    (@ifrichard)

    what is your email. Ill set an account for you to see what might be wrong

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    opajaap at opajaap dot nl

Viewing 15 replies - 1 through 15 (of 20 total)

The topic ‘landing shortcode and album shortcode’ is closed to new replies.