baponline
Forum Replies Created
-
Hi. I would also like an option to set the default to Yes for this field.
In the interim, is there a way using php to prohibit this field from being displayed to the user?
The majority of my website users are non-technical and this field confuses them (the site is limited to a homeowners association organization).
Thanks in advance.
Forum: Plugins
In reply to: [Max Mega Menu] Top Level Menu Height and Background ColorSorry for the delay in responding.
Yes the screenshot you provided is what I’m seeing and what I was referring to.
I added the nav-mobile CSS recommended and that definitely helps with the menu width on mobile.
Now another question…
Everything now looks ok on desktop and mobile phone.
And it is fine on tablet (ipad) when in portrait mode. However, when in landscape mode the menu appears at the top and is the full width of the screen. It does not show as a hamburger menu. How do I change that?Thanks for your help.
Forum: Plugins
In reply to: [Max Mega Menu] Top Level Menu Height and Background ColorSorry about that. I tested it in a staging area
Temporarily made the change on the website so you can see it.Sorry for my ignorance but cannot figure out how to post screenshot.
Figured out that it was definitely a caching issue. I had dynamic caching turned off on my hosting side. But what I needed to do was turn off caching on the browser side.
Ultimately I cleared all cache (static, dynamic, mem) and turned all caching back on with the exception of the Login page. After that everything appears to be working as I expected.Forum: Plugins
In reply to: [Max Mega Menu] Top Level Menu Height and Background ColorThanks for the quick response.
I gave that a try and it definitely produces the mobile phone-like menu along the left side on the ipad now.However, the top level menu bar background color still overlays the entire length of the screen; it’s just that the width of it is smaller now; just the width of the sidebar menu. It is that way on the phone as well, it’s just that it isn’t as noticeable due to the screen size.
Thinking it must be something in the theme (Bento) that I would have to modify via CSS.
I tested for plugin conflicts.
Deactivated all plugins except UM. Changed theme to Twenty Fifteen.Issues still occur.
So it must be something I have configured incorrectly or perhaps something in the UM DB. Is there any way to ‘clean/reset’ the DB?Thanks
More information:
It turns out similar situation happens with more than those pages that are restricted.I have pages that are accessible to Everyone. I also have some menu items that are accessible to Everyone and some to logged in users only.
Here’s what happens:
1) User successfully accesses page X when not logged in (page X is for Everyone)
2) User logs in successfully
3) Menu changes to logged in/restricted menu
4) User can access all restricted pages
5) BUT when user accesses page X (from step 1), the menu changes to the accessible to Everyone menu. Page X is accessible
6) User accesses a page only accessible when logged in and menu goes back to logged in menuHere are my UM Settings > Access > Restriction Content
Global Site Access – Site accessible to Everyone
Restricted Access Message –
“This content is restricted to logged in users only. Please login to view this content. (where login is a link to Login page)”
Allow Gutenberg Blocks restriction options – NOT checked
Restricted Access to Posts – all checked except for Templates and Content Block
Restricted Access to Taxonomies – all checkedWill do but not sure how to get that info to you.
I used Snipping Tool to capture the screenshot and then attempted to cut/paste in this reply but it wouldn’t paste.I actually added it as a Code Snippet (vs changing function.php) file and it worked fine for me.
I just cut/paste the code provided; so yes, both text are really the same.Thank you for the quick response and code to add to function.php file. Worked perfectly!
Also thanks for the info re GDPR. Website is just for local community members so not a GDPR issue at this point but definitely a good reminder for the future.this resolves my question
Thank you! That definitely helps.
Thanks for quick response. I think I understand your response re: assignment of a role to a user but not sure it addresses my problem or at least I don’t fully understand how to apply it. Maybe you can provide an example? Or perhaps I didn’t explain it properly.
For example, assume I have 5 different pages with content restriction set to allow Resident role access. I just created a new role called Tenant that didn’t exist when I first created the 5 pages. Four of the 5 pages that allow Resident need to now also allow Tenant role access.
I have users that are assigned Resident role and others that get Tenant role.
I can manually go to those 4 pages and edit the content restriction to allow Tenant role. I was wondering if there was a way (ie, script, SQL, etc.) that would allow me to do this automatically vs. manually. Something that would go through and for every page that has content restriction set to allow Resident Role then update it to also allow Tenant role.
It’s not a big deal if there are only 4 pages. But just becomes a manually intensive process when dealing with a larger number of pages.
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Category Toggle SymbolWorks great! Gives me just what I need.
Thanks so much for your help and quick response.Thank you! It did what I wanted it to do.