in-business
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Check Boxes with a searchHi – don’t worry, I have realised I use this [pdb_list template=multisearch] instead of the existing one.
Cheers, Russell
Forum: Plugins
In reply to: [Participants Database] Check Boxes with a searchThank you, and I have purchased this, but I can see this requires a special template, which implies it can only be used on the participant pages.
I wanted to be able to also use this on WordPress pages and post too when I output tables using the pdb_list shortcode, is this possible?
Hi – thank you.
I have tried changing the theme, putting menus in different locations etc and it still does not work when not logged in.
There is a message at the top of the screen about activating my account from an email received. Not sure if this is the problem. Although this message has now disappeared.
I have not received an email from you – I’ve searched on IKS and IKS-menu in my inbox. I have also checked my spam email and there is nothing there.
Any other ideas please, thank you
- This reply was modified 1 year, 11 months ago by in-business.
What I should have added is that I need it to work for blog visitors please – is there a setting I am missing with IKS Menu Plugin?
Forum: Plugins
In reply to: [Participants Database] Numeric Calculation extra spaceThank you – I’ve added this as a CSS rule to my theme, but for some reason it’s not working.
I’ve entered:
.pdb-postcontent {
margin-left: 0px;
}The same gap is still there for some reason.
Any ideas before I go to someone on Fiverr please, thank you.
Forum: Plugins
In reply to: [Participants Database] Radio buttons, checkboxes and multi select checkboxesHi Rowland, thank you.
Can I just check, that you mean to change the headings when you refer to the data from within the database, and that by doing it this way, the entered data on each post will not be lost.
Cheers, Russell
Forum: Plugins
In reply to: [Participants Database] pdb_list using filter=Hi – don’t worry, found it in the end – for others looking at this use the | which represents an ‘or’
- This reply was modified 2 years, 5 months ago by in-business.
Forum: Plugins
In reply to: [Participants Database] Change the look of text/numbers as strike-throughOk thank you – I will have to find someone to do that for me on Fivr or similar then
Forum: Plugins
In reply to: [Participants Database] Different types of recordsThank you – purchased and setting it up – I have posted a couple of questions on the support page for this, ??
Forum: Plugins
In reply to: [Participants Database] Different types of recordsHi, thank you…not sure yet if this answers what I want to do. Let me explain it by way of an example…
Field #1 Product Name
Field #2 Country
Field #3 Cost of product
Field #4 Type of product
Field #5 Customer review rating
Field #6 Ingredients
Field #7 Benefit #1 of product
Field #8 Benefit #2 of product
Field #9 Benefit #3 of product
Field #10 Benefit #4 of product
etc. as there are many more fieldsThe above information gets listed on a page using the Directory Tools plugin.
So now I want to add a records that represent discounts for the Products – the fields for this would be:
Field #1 Product name
Field #2 Discount % or Fixed amount
Field #3 Date of discount
Field #4 Link to discounted productThis information then needs to be able to be output into a table.
Is the above possible, or would I need to set up a new database, and if it is possible, how would you achieve this please?
Forum: Plugins
In reply to: [Participants Database] Using and iframeOk, and to help me understand the code I am entering in the Shortcode field vs what the entry is expecting on the Participants Record, let me explain another time I’ve used this (by the way I wasn’t too sure if this question should take this to the Add-on), but I don’t think so, but here goes.
I have used the short code to list a table using this: [pdb_list search=true sort=true display_count=true list_limit=24 orderby=”last_name,first_name” order=”asc,asc” filter=”approved=yes” fields=”first_name, country, link_to_post, review_rating, flexible_booking_yes_no, boat_length, maximum_guests, sde_lux_rating_pct”]
The above is what I created as an output for a table.
To make this work I then have to enter the exact same code into the field entry cell on the Participant Record – i.e. if I leave it blank nothing is shown on the post.
I would love to be able know how to change the above code so that on the Participant Record I simply enter the “country” so that the table is output only showing the one country, or what ever else I would like the table to output as.
- This reply was modified 2 years, 8 months ago by in-business.
- This reply was modified 2 years, 8 months ago by in-business.
- This reply was modified 2 years, 8 months ago by in-business.
Forum: Plugins
In reply to: [Participants Database] Updating all participant posts at the same timeOK sorry, I’m sometimes am not too sure if the question is relating only to the add-on or the plugin database as a whole
Forum: Plugins
In reply to: [Participants Database] Using and iframeHi – I tried setting up a ‘Shortcode’ field and entered this in the shortcode on the field settings:
<iframe src="https://www.url.com/" rel="nofollow" width="100%" height="650"></iframe>
But when I enter it as shortcode on a blog post it looks like this with the
<p>
(I have tried it with the<p>
too and it still doesn’t work:<p><iframe src="https://www.url.com/" rel="nofollow" width="100%" height="650"></iframe></p>
Not sure if I should enter the short code in the shortcode field or on the field that shows on the Participant Record?
- This reply was modified 2 years, 8 months ago by Steven Stern (sterndata).
Forum: Plugins
In reply to: [Participants Database] Using and iframeThank you – I have tried that and it doesn’t work, and by the way it is only myself that will enter this and it will be a default field.
On the basis it won’t be users doing this, can you suggest another way to achieve this please?
Forum: Plugins
In reply to: [Participants Database] Updating a single field for multiple recordsThank you for this, which is fine if you want to enter the same value for the specific field, but what if you want to put a different value for each record.
I’m thinking one what might be to import this on a CSV perhaps with just that field? Unless you have another idea of looking at the data in table view.