Forum Replies Created

Viewing 15 replies - 1 through 15 (of 191 total)
  • Thread Starter supernova42

    (@supernova42)

    Hi Tom

    Yes I eventually realised what my problem was after about half hour of playing around with the settings.

    Thanks for your help

    Phil

    You could do that with UserGroups

    Thread Starter supernova42

    (@supernova42)

    THat 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 Setting

    Thread Starter supernova42

    (@supernova42)

    Hi 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

    Thread Starter supernova42

    (@supernova42)

    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 Kingdom

    Please 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 SEO

    Thread Starter supernova42

    (@supernova42)

    Hi 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 options

    If 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

    Thread Starter supernova42

    (@supernova42)

    My mistake. I left the ‘.’ out of the very first statement.

    Thanks

    Thread Starter supernova42

    (@supernova42)

    Yes thanks Roland, I remembered how to do it afterwards.

    Thread Starter supernova42

    (@supernova42)

    Hi 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

    Thread Starter supernova42

    (@supernova42)

    I have now solved this problem thank you.

    Thread Starter supernova42

    (@supernova42)

    This 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.

    Hi 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

    Thread Starter supernova42

    (@supernova42)

    I don’t have a problem setting up the theme. The problem is that the functions which you say are available are not available.

    This 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]

Viewing 15 replies - 1 through 15 (of 191 total)