skorzeniowski
Forum Replies Created
-
Amin, you’re right, it was my bad. I just copy-paste the code provided by Adam thoughtlessly without looking deeply into it. I should’ve changed the page slug there, now it works impeccably.
Thanks a lot for your help! Will keep you posted if there are any more issues.
Hi Adam, I’m good, thank you!
I followed your guidelines, but didn’t have luck unfortunately. Seems like adding the php file with the code mentioned before to the mu-plugins folder didn’t change anything. It’s my first time of using Must Use Plugins, so maybe I did something wrong, however your instructions were quite self explanatory.
I hope you’ll help me finding a solution,
SzymonForum: Themes and Templates
In reply to: [Botiga] Product image in FirefoxForum: Themes and Templates
In reply to: [Botiga] Product image in FirefoxAny follow up?
Forum: Themes and Templates
In reply to: [Botiga] Product image in FirefoxI’m sorry for so late response, I didn’t notice your reply. I checked it now on the newest version of Firefox on PC (94.0) and the issue persist.
Forum: Plugins
In reply to: [Inpost Paczkomaty] Informacja o wybranym paczkomacie w mailach WoocommercePanie Damianie,
zaktualizowa?em wtyczk? do wersji 1.0.10. Doda?em podany kod (wraz z otwieraj?cymi i zamykaj?cymi tagami php) zarówno w
/plugins/woocommerce/templates/emails/admin-new-order.php
jak i w
/themes/theme-name/woocommerce/emails/customer-on-hold-order.php
niestety wci?? bez powodzenia.
Dodatkowo chcia?bym wy?wietla? informacj? o paczkomacie nie tylko w mailach, ale równie? na stronie z podsumowaniem zamówienia. Czy mog? liczy? na Pana pomoc?Forum: Plugins
In reply to: [Inpost Paczkomaty] Informacja o wybranym paczkomacie w mailach WoocommercePanie Damianie,
przepraszam za zw?ok? w odpowiedzi. Niestety w mailach nie dostaj? takich informacji, pod linkiem mo?e Pan znale?? screenshoty wiadomo?ci.Forum: Plugins
In reply to: [Inpost Paczkomaty] Informacja o wybranym paczkomacie w mailach WoocommercePanie Damianie,
czy oprócz aktualizacji wtyczki co? jeszcze jest wymagane, by w mailach Woocommerce wy?wietla? si? konkretny paczkomat? Bo w tym momencie dostaj? tylko informacj?, ?e wysy?ka jest przeprowadzana przez paczkomaty inPost, natomiast nie ma konkretnej wiadomo?ci o tym jaki paczkomat zosta? wybrany.
Dzi?kuj? za odpowied?,
Szymon KorzeniowskiWell, actually I’ve found what caused this problem. It was something with jQuery, that is no longer supported in the newest version of WordPress. The fact, that more dropdown menus didn’t work guide me to it. Installing and activating “Enable jQuery Migrate Helper” plugin solved my issue.
Sorry for taking your time.
Regards,
Szymon KorzeniowskiForum: Plugins
In reply to: [Participants Database] Change [pdb_single] to [pdb_record]Thank you very much, that article resolved my issue!
Regards,
Szymon KorzeniowskiOk, I managed to find an error. There was not following code in the events-manager/classes/em-booking.php file.
/** * Returns true if booking is associated with a non-registered user, i.e. booked as a guest 'no user mode'. * @return mixed */ function is_no_user(){ return apply_filters('em_booking_is_no_user', $this->get_person()->ID === 0, $this); }
Probably after the plugin’s update I copied old file instead of editing new one.
Thanks for your help though. ??
Regards,
Szymon KorzeniowskiI changed some files regarding events form, so I didn’t think they can directly influence the booking management page. I did this changes by myselft, manually, without using any third-party software.
@jlillibridge , I worked around this problem and I uploaded pics to a gallery on Google+. There is quite nice plugin to show whole gallery on a page as a list of thumbnails, so it works for me, especially for huge or often updated galerries. For smaller and constant one I upload photos to each sub-site and use NextGEN Gallery plugin to show them.
I did not send plugin authors any bug report, so if you need more help feel free to use guidelines in the last Cais’ post.
Regards,
SzymonDear Cais,
I am sorry for lack of respond.
I followed every step you mentioned (editfunctions.php
, edit gallery path option to defaultwp-content/uploads/sites/%BLOG_ID%/nggallery/
in multisite settings) and unfortunately it does not work. Neither galleries show in second sub-site dashboard nor using shortcode made them appear after publishing the post.
I have noticed, that on my first sub-site I have got option to change path where my galleries are stored (like on multisite settings), but on the second one this setting is missing.
I really enjoyed using this plugin while not having multisite active, so please, have you got any more hints?
Regards,
SzymonDear Cais,
I noticed what I had been doing wrong – there is single quotation mark instead of apostrophe in 4th line of your code. Unfortunately even if I successfully upload the code (to functions.php) and plugin is set up correctly, it seems not to work. I have the gallery path wp-content/uploads/nggallery/ and all pictures upload there, but none of them shows up in the plugin overview/manage galleries option of different sub-site that used to upload, never mind the sub-site I use to upload.
There is also one more interesting thing I noticed. When I create a post and add gallery to it via button Attach NextGEN Gallery to Post there shows up only that gallery, which was uploaded to that sub-site, but when I copy-paste the code from post’s text builder to the other site on building mode (or when I insert a shortcode) a thumbnail of gallery of other sub-site appears! Unfortunately after publishing this post instead of gallery there is only Invalid Displayed Gallery (or no images were found) text.
Have you got any ideas of fixing this?
Thank you very much!
Szymon