njones7
Forum Replies Created
-
I still haven’t been able to resolve this either, if i cant resolve it i might have to swap over to a different plugin (id rather not have to take this path)
Hey, so I am unable to see that error now (if i recall correctly) but I am still unable to edit pages in cornerstone, there are other warnings and errors i am getting but i’m not sure what ones relate to popup maker or how to fix them. I dont like having to deactivate your plugin every time i want to edit a page, especially how much i rely on it.
I am also having this issue
Forum: Plugins
In reply to: [WP Photo Album Plus] Unable to delete photoI found out what was happening, it was working when i had the thumbnail type set to default in Table IV C3. The problem with this was that on mobile display there was crazy overlapping between the photo titles/descriptions so i changed it to masonry style columns which worked better (especially with the lightbox display), however this causes the delete link to not show for logged in users.
Any way around this?
Uncaught ReferenceError: pum_shortcode_ui is not defined
at new <anonymous> (mce-buttons.min.js?wp-mce-4607-20180123:1)
at k (tinymce.min.js?ver=4607-20180123:13)
at Array.<anonymous> (tinymce.min.js?ver=4607-20180123:13)
at Object.b [as each] (tinymce.min.js?ver=4607-20180123:1)
at m (tinymce.min.js?ver=4607-20180123:13)
at Object.r [as init] (tinymce.min.js?ver=4607-20180123:13)
at q.<anonymous> (tinymce.min.js?ver=4607-20180123:13)
at Array.<anonymous> (tinymce.min.js?ver=4607-20180123:3)
at b (tinymce.min.js?ver=4607-20180123:1)
at r (tinymce.min.js?ver=4607-20180123:3)Ok so there is wayy too many warnings to list them, but there are some errors.
Uncaught Syntax Error: Unexpected end of input
Uncaught Syntax Error: Unexpected token
InvalidValueError: not an instance of HTMLInputElement5 errors and 37 warnings… not sure what exactly im looking at though
Forum: Plugins
In reply to: [WP Photo Album Plus] Display buddypress users albums to publicYeah i got it fixed, just set the parent album owner to the admin.
Thanks for all your help Jacob.
Forum: Plugins
In reply to: [WP Photo Album Plus] Display buddypress users albums to publicOk yeah thats what i had originally, ill just chuck it back in there, the only problem i had with this was that people could upload to the parent album, only wanted them to upload there own, im sure you have a setting for that though haha. You have done amazing on this plugin.. so many ways to customise it.
Forum: Plugins
In reply to: [WP Photo Album Plus] Display buddypress users albums to public#1 is fixed now thanks ??
Unfortunately ive done what you said for #2 but there is no upload link.
Forum: Plugins
In reply to: [WP Photo Album Plus] Display buddypress users albums to publicFixed #3, i was looking at the wrong setting.
Im not sure if this is supposed to happen or not, but on mobile when there is more than one picture the descriptions overlap or something. Can upload a picture if you need.
Forum: Plugins
In reply to: [WP Photo Album Plus] Display buddypress users albums to publicOk i think i fixed this, just a couple quick questions though;
1. Is it possible to load the picture up in a lightbox (like you do on the member photos widget on your website on the right hand side) so it doesnt have to load it in a new page. Im checking the settings as I ask this so if its there I might be able to find it first.
2. The code youve supplied only shows the pictures for that buddypress user, if i want the user (logged in on their profile) to be able to upload to their gallery do I have to supply the upload shortcode to achieve this?
3. How to remove owner in parenthesis from the photo name/description, i see this is added automatically and there is options to add it for each photo type, but no checkbox to remove it.
Forum: Plugins
In reply to: [WP Photo Album Plus] Display buddypress users albums to publicNot having any luck with that, ive got my code like so;
function gallery_screen_content() { global $bp; $owner = $bp->displayed_user->userdata->user_login; echo do_shortcode("[wppa type='thumbs' album='#upldr,' . $owner . ''][/wppa]"); }
But that is just outputting the error:
[WPPA+ dbg msg: Missing owner in #upldr album spec: #upldr,]
(the album exists in the settings under a parent album as you suggested)
- This reply was modified 6 years, 8 months ago by njones7.
Forum: Plugins
In reply to: [WP Photo Album Plus] Display buddypress users albums to publicThis works for auto creating albums for users (which is great), but unfortunately does not achieve my main goal.
Right now when viewing a persons profile it will show their album that was created for them, but it also shows every other album created for other users. I need it so that when you view a persons profile you can only see the album that was created for them and not anyone elses.
Awesome, thankyou!