supernova42
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Currency SymbolI thought I could add a ‘£’ symbol as follows thinking that it might be displayed before the actual price. Unfortunately it didn’t work.
[pdb_list template=”flexbox” fields=’photo,summary,’.’£’.’price,more_info’]
Then I created a drop-down field called ‘currency’ with a selection of currencies for the user to select. This works fine when I list items through php and I can also include it within the following shortcode.
[pdb_list template=”flexbox” fields=’photo,summary,currency,price,more_info’]
Unfortunately the currency and price come out on different lines.
Instead of this £95.67 it come out as
£
95.67Can you give any advice please.
Thanks
Forum: Plugins
In reply to: [Participants Database] Problems with multiple fields being displayedI added the code you suggested to my theme css but it made no difference.I am using the shortcode pdb_list with the template=”flexbox”
This is a link so you can see what I’m talking about https://boatsrus.co/market/view-all-adverts/
I’ve used web inspector but I can’t see anything to hook it on to so I’m stuck at the moment.
Thank you
Forum: Plugins
In reply to: [Participants Database] I’ve found a small problem.I have checked this Roland and I have created a radio field called ‘sail_or_power’. I have defined the options within that field as ‘Sail,Power,Dinghy’.
I am using the template=multisearch which I have just purchased. Within my shortcode I use the search_fields=”sail_or_power”. When the fields are displayed on the page the radio buttons are ‘Dinghy – Power – Sail’, which suggests it is putting them in alphabetical order and not the order I specified within the ‘Manage DataBase Fields’.
Many Thanks
Forum: Plugins
In reply to: [Participants Database] sort_fields optionokay thanks
Forum: Plugins
In reply to: [Participants Database] Character length of text-lineI looked ages for that function but couldn’t find it.
I used maxlength::25 works great
Thanks
Forum: Plugins
In reply to: [Participants Database] pdb_single field orderI’m trying to work out what this mean?
thanks
Forum: Plugins
In reply to: [Participants Database] pdb_list responsive templateI did something like this initially to give me what I wanted and it worked great.
div.pdb-list.list-container {
display:flex;
flex-direction:row;
flex-wrap:wrap;
}I then modified the template file which gave a better solution.
Many thanks
Forum: Plugins
In reply to: [Asgaros Forum] Problem with ColoursThe red link colour is set in my main theme. When I set it to a different color using the forum settings option it has no effect. I thought this would have taken priority.
Whilst the actual color is okay, I would like to change the weight, and the color and background color on hover. I can’t seem to do that. Not even in css.
Thanks
Forum: Plugins
In reply to: [Participants Database] pdb_list and multisearchI’m using the multisearch option.
Absolutely wonderful Roland, best $20 I’ve spent. It works a treat and I can use it throughout the site with different search options.
If you were a bit closer I would buy you a pint.
Many thanks
Forum: Plugins
In reply to: [Participants Database] Nested ShortcodesOkay I’ve got this working now Roland.
Thanks
Forum: Plugins
In reply to: [Asgaros Forum] Problem with ColoursThis is my screenshot
https://arconaowners.com/asgarostest.png
Basically I want to change the color of the RED link items such as, ‘General Discussion’, Sailing Adventures…’, ‘Pan Pan Call’, ‘Mark All Read’, ‘Show Unread…’
I want to change the link color and also want to change the color on rollover and the background color on rollover. For some reason I just cannot change these colors from your settings page or through CSS.
Thanks
Forum: Plugins
In reply to: [Participants Database] Record not savingWhat is the name of your site?
Why not try just an ordinary WordPress Theme
I’m using MintWP Pro at the moment which is pretty good. It allows you to develop your CSS and php skills.
I use Firefox to inspect and give me the hooks and then I add css to the theme to make the adjustment.
Cheers
Forum: Plugins
In reply to: [Participants Database] Record not savingI use Memberpress too, but I don’t use site builders. I thought I read that PDB didn’t work too well with site builders but I could be wrong.
I tend to use mostly php to write and retrieve my records and that’s where I came across that problem I told you about.
From what you describe I would think your problem lays outside PDB.
I’ve just bought Roland’s multi search add-on which is pretty cool.
Hope you solve the problem.
Forum: Plugins
In reply to: [Participants Database] Record not savingI’ve previously had this problem.
Are you logged in as a administrator or subscriber when trying the signup.
In the Datbase fields you have the option to make the fields read only. If you have set those fields as read-only you will not be able to write to them in subscbriber mode. I just unticked the read-only option and it sorted the problem for me.
Hope that helps.
Forum: Plugins
In reply to: [Participants Database] Number rangeYes it will restrict to just 13 to 19
How are you going to define these entries?You say different Sports Clubs. Well you would have to have a field with an age limit 13-19 for one club and a field 14-18 for the other sports club. You would then filter those fields depending on which sports club is using it.