supernova42
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Something StrangeHi Tom
Yes I eventually realised what my problem was after about half hour of playing around with the settings.
Thanks for your help
Phil
Forum: Plugins
In reply to: [Asgaros Forum] Is it possible to allow forum to only specific user?You could do that with UserGroups
Forum: Plugins
In reply to: [Asgaros Forum] Display NameTHat means allowing users to get access to the backend which I don’t allow. Would it not be best if this was a global setting inside your plugin.
i.e.Display UserName
Display ActialName
Use WordPress SettingHi Gerroald
I uploaded the ‘User Role Editor’ plugin. There is an option in the plugin to Reset the user roles.
It states
Resetting will setup default user roles and capabilities from WordPress core.
After resetting the user roles everything is now fine.
Thanks for your help.
Phil
Hi Gerroald and thank you for your swift response. I did have two plugin’s on my site that adjusted a users capability and have now completely removed these from my site. They were called ‘user-role-editor’ and ‘wp-users-disable’. These plugin’s have been on my site for some time and have not caused a problem previously.
My site name is https://najad.co.uk
After deleting and removing those plugin’s I am still receiving emails from Wordfence such as
This email was sent from your website “” by the Wordfence plugin at Monday 14th of October 2019 at 06:39:40 PM
The Wordfence administrative URL for this site is: https://najad.co.uk/wp-admin/admin.php?page=Wordfence
A user with username “Miken” who has administrator access signed in to your WordPress site.
User IP: 84.92.118.35
User hostname: mikeneave.force9.co.uk
User location: Woking, United KingdomPlease note that ‘Miken’ is not an administrator, he is a subscriber, but I still receive these messages.
I have detailed below all the plugin’s on my site.
Can you offer some advice, as this message is being sent out from Wordfence.
Regards
Phil
Advanced iFrame
Asgaros Forum
Basic Google Maps Placemarks
BAW Login/Logout menu
Classic Editor
Enhanced Media Library
GTranslate
HappyForms
MemberPress MailChimp 3.0
MemberPress Math CAPTCHA
MemberPress Plus
Menu Items Visibility Control
Participants Database
Participants Database Contact Button Field
Participants Database Custom Templates
Participants Database Directory Tools
Participants Database Email Expansion Kit
Participants Database Field Group Tabs
Participants Database Image Expansion
Restrict Content
Restrict Widgets
Simple Custom CSS
Smush
Tides Today UK and Ireland Tide Times
TinyMCE Advanced
UpdraftPlus – Backup/Restore
Woody ad snippets (PHP snippets | Insert PHP)
Wordfence Security
Yoast SEOForum: Plugins
In reply to: [Participants Database] Sending an email to a memberHi Roland
I have downloaded the email expansion and button addons
I have created a Contact Form field
I have created a field for the members email address
I have configured the various optionsIf I tick the following box the email send button is not shown which indicates that I do not have a valid email address in the primary email address field. If I untick the box, the send button appears but the email does not send.
If checked, the button will not show if the destination record does not have a valid email address in the primary email address field.
So where is the primary email address field?
Cheers
Forum: Plugins
In reply to: [Participants Database] Image Expannsion KitMy mistake. I left the ‘.’ out of the very first statement.
Thanks
Forum: Plugins
In reply to: [Participants Database] Restrict characters in text fieldYes thanks Roland, I remembered how to do it afterwards.
Forum: Plugins
In reply to: [Max Mega Menu] Incorporating Site Title into Menu BarHi Tom
Thank you for your quick response.
I have bought the PRO addon and incorporated my site logo onto the menu bar. It looks great and is just how I wanted it.You can see it at https://miclub.uk
THe only thing that doesn’t seem to work is the sticky menu.
I’ve ticked the Enabled and Transition boxes on the Menu Height (Sticky) option, but it has no effect. What am I doing wrong.One other thing.
When I click on the menu hamburger, my menu opens and pushes the screen content down. This is exactly what I want. Unfortunately it only works on small screen devices, like my iphone or ipad. It doesn’t work on my large iMac. How can I get it to work on my iMac.Cheers
Phil
Forum: Plugins
In reply to: [Community by PeepSo - Download from PeepSo.com] GroupsI have now solved this problem thank you.
Forum: Plugins
In reply to: [Asgaros Forum] Assign Forum Topic to another UserThis would be a handy feature to introduce.
I totally agree with all the above comments. There are plugins such as Asgaros Forum and Participants Database which are infinitely better than Happy Forms and are totally free. This company will pay the price for their greed and arrogance.
Forum: Plugins
In reply to: [Participants Database] connecting PD to WoocommerceHi Dave
I run a few sailing websites and was interested in your thread.I am curious as to why you are using Woo Commerce and would be interested in seeing your site.
From what you describe in your last post, you will store the records of each user in a PDB database. This will allow your admin to check the records.
How many different sailing classes are you selling, as to me using Woo Commerce is a bit like using a sledge hammer to crush a nut…
Surely all you need to do is to offer different membership levels, by way of a drop-down menu, with each one set at whatever cost.
If using Woo Commerce and PDB you would have to use some (possibly complex) php to combine the data etc.
If it were me I would stick to just PDB and get that to work for you. I’m sure it can. You say you are new to WP and this is your first site so it might need just a little more thought.
Do you want members to be able to buy more than one sailing class. If so then that is where a relational database would be best. However, PDB is a flat file database and you just need to get it to work for you. Perhaps you just need to re-think the structure of your filing system.
Cheers
Forum: Themes and Templates
In reply to: [VW Parallax] Theme doesn’t workI don’t have a problem setting up the theme. The problem is that the functions which you say are available are not available.
Forum: Plugins
In reply to: [Participants Database] get more dataThis is correct.
Where are you entering the code?
It’s php and you either have to enter it in a snippet, plugin or child theme.If you use Wood Ad Snippets you can use the shortcodes
[insert_php]
$data = array();
$data[‘all_data’]=$all_data;
Participants_Db::write_participant($data,$user_id);php code goes here
[/insert_php]