I have one page filtering a dataset in 2 different ways:
1. one shows to which event(s) a member of our group has registered;
2. another shows which member(s) has registered to which event(s).
Each of these filtering works on its own.
On desktop view, when I first filter by the second way (#2. above) and then first method (#1. above), it all works fine (at the end, I have a table of which event the member has registered). When I do the exact same on mobile view, it bugs and shows the same sort of table but replaces the first 2 columns with the date and place of event (when it shows the last and first names on desktop views as it is supposed to do).
You can try on www.shanghai-gc.com/registrations (only November and December events are referenced so far).
Thanks
Hello All,
Quick question regarding mobile version...
I've followed the tutorial https://support.wix.com/en/article/how-to-create-member-profile-pages-with-wix-code on creating a members profile. Works great on desktop. However, on Mobile version there seems to be problems...
1. elements supposed to be hidden are showing,
2. can't login or view member pages,
3. when you do login it automatically logs out
just to name a few of the issues.
I've read somewhere on the forum that using side server rendering can effect mobile view. My code includes server side rendering ( $w.onReady( () => { if(wixWindow.rendering.renderCycle === 1) { )
should I remove this line of code so member pages perform properly on mobile or is there another fix?
Any suggestions greatly appreciated. Thank You!
Dear Tal,
When I remove the 'tableofevent' from the hidden elements in the Mobile view, then it works ... Cannot I bypass this and not see the 'tableofevent' in Mobile view?
Also, my problem with filter remains, I will make a new post about it.
Thanks a lot
I have two sort of filters: one is calling for a value in one dataset (through a dropdown menu) and then it automatically gets the related value into another dataset. None of them is working now ...
Another one has values (all months of the year) already referenced in the dropdown menu. And with the exact same filter coding, I get an accurate filtering value. I would assume the problem might then be related to getting the appropriate value in a dropdown menu when it is calling for these values into a dataset ... Does it make any sense?
Tal,
As for the page you linked, I can understand there might be a better way of doing. But I am not comfortable with coding. And I spent tens of hours (if not in the 100' range) figuring out a way of doing which used to be working (up to 3-4 hours ago) so I cannot revamp my coding now totally. Too much time spent on this issue ... And I get pressure getting to site published ...
Rgds,
Hi Tal,
As a matter of fact, the 'tableofevent' does exist but is simply hidden on mobile view. Can it explain the bug on mobile view?
Moreover, it is a small couple of hours that all my filters which used to work perfectly fine now are not working any more. And nothing has been changed in my codes and sites in the meantime. Does it make any sense?
Thanks a lot for your assistance.
Hey,
Firstly, I noticed that there's an error message saying that the element with the ID of "tableofevent" doesn't exist. Moreover, I recommend checking out the explanation here about filtering a table with multiple dropdown input fields.
As for your query, please provide us with screenshots of both the desktop and mobile versions of your site when filtering the table so we can better understand the scenario.
Thanks,
Tal.