brianpg0
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2024 theme navigation block restricting access?SOLVED, with the help of chatgtp I finally worked out where where and how to set access to roles on the main menu using Nav Menu Roles.
Many thanks for all the contributions.
Forum: Fixing WordPress
In reply to: 2024 theme navigation block restricting access?Hi Justin, i checked out the preview on the Block Visibility plugin and it’s designed to only hide or show a block at certain days or times according to a schedule which is not what I’m after, I have a Navigation block containing a lot of menu items (each one a separate block as well) and some are ok for the public to see and others are not. Our members must be logged into the website to see the majority and even then some of these are restricted to administrative roles.
Now my question is do I ditch the navigation block and install a Menu plugin if there is one compatible with the 2024 theme?
- This reply was modified 9 months, 4 weeks ago by brianpg0.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] How do I exclude large files from backupI have tried using the snippet add_filter(‘ai1wm_exclude_content_from_export’, function($exclude_filters) {
$exclude_filters[] = ‘themes/your-theme-name/node_modules’;
return $exclude_filters;
});but it didn’t work, maybe I didn’t get the string correct, I need to exclude wp-content/vid, could someone tell me the exact string to replace ‘themes/your-theme-name/node_modules’
Thanks in advance.
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Live example of type inlineOK, I’m a bit slow but finally nutted out what was staring me in the face all along, but at 71 I can claim gerriatric status as an excuse, cheers.
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Live example of type inlineI’m trying to put a [su_youtube] inside a lightbox so I’m using:
[su_lightbox type=”inline” src=”#su_youtube”] Click here to open lightbox with HTML content [/su_lightbox]
[su_lightbox_content id=”WHAT GOES IN HERE TO MAKE IT WORK”]
[/su_lightbox_content]I’m using the example toutube video: https://www.youtube.com/watch?v=6xhplrZJD9c” responsive=”yes” autoplay=”no”
I’ve tried every permentation I can think of in the content and always get Content Not Found.