Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter tmits

    (@tmits)

    LEGEND!
    Thanks 🙂

    Thread Starter tmits

    (@tmits)

    Coolio… Thanks for your time.

    Thread Starter tmits

    (@tmits)

    OK the plugin is installed and it looks like it’s only the arrows that I want to use are giving undesired effects only on mobile.

    http://www.toshism.co.uk – For demonstration purposes you can see types of arrows being used.

    I have coped both styles from the same page:
    https://unicode-table.com/en/sets/arrows-symbols/

    ideally I wanted to use the ones with the stalks but as they are displaying in a way that i do not like on mobile, it looks like i will have to use the other ones 🙁

    Thread Starter tmits

    (@tmits)

    Installed the plugin and used the code you sent and the result is exactly the same.

    Perhaps I need to use images? Which would be a shame if there are text characters which could be used.

    Thread Starter tmits

    (@tmits)

    Sorry I’m not an expert 😐

    You mean like this?

    [expand title="MORE ⬇" swaptitle="MORE ⬆" trigclass="morecol" ]
    [/expand]
    Thread Starter tmits

    (@tmits)

    The code I am using is this:

    [expand title=”MORE ⬇” swaptitle=”MORE ⬆” trigclass=”morecol” ]
    [/expand]

    The arrows are text that I copied from a webpage when I did the search “text arrows”

    From a page like this: http://xahlee.info/comp/unicode_arrows.html

    Thread Starter tmits

    (@tmits)

    Thanks for the quick response Jules.

    OK I tried what you suggested and made the acceptance optional. I also tried a mandatory checkbox.

    What I really need to do is to hide the checkbox and the submit button until a user has selected a form to fill out.

    I experimented by adding one submit button to each group. This would be ok but the problem is that the indicator to show that the form is sending can only be seen when the last group is visible. Meaning that the indicator is only visible for the last button in the code.

    If the user fills out any of the 1st 2 forms, even though the forms do send, the user does not know whats happening and can press the submit button a few times as it takes a few seconds for the form to actually go. This is also the case with the Message is sent response. It can only be seen when the last group is visible.

    I think its bad for the accept checkbox and submit button to be visible until a user has selected a form. Does that make sense?

    Can you think of any way that they could be hidden until a form is selected?

    Thanks for your time.

    Thread Starter tmits

    (@tmits)

    Hi @takayukister anything else we could look at that might resolve the issue?

    I’m guessing it will be a silly mistake from my side but finding it really difficult to spot 😐

    Thread Starter tmits

    (@tmits)

    Hi there,
    thanks for looking into this for me. When removing that closing div, an icon appears over the submit button and it can not be pressed 😐

    Thread Starter tmits

    (@tmits)

    Hi, thanks for the response. Below is the the form build.
    I am making use of 2 plugins:

    1. Conditional fields – https://wordpress.org/plugins/cf7-conditional-fields/
    2. Repeatable fields – https://wordpress.org/plugins/cf7-repeatable-fields/

    Both are working as they should with the contact form.
    The only piece of the puzzle is now to indicate to the user that the form is being sent because it takes a little while to actually go.

    Below is the form tab content…

    [select* membertype class:column-full “SELECT MEMBER TYPE” “SIGB FULL/PROVISIONAL MEMBER” “SIGB RETAIL MEMBER” “SIGB TRAVEL MEMBER”]

    [group fullmember clear_on_hide]
    <div class=”form-row”>
    <div class=”column-full”>
    <div class=”membershipprice”>FULL OR PROVISIONAL MEMBERSHIP <div class=”mprice”>£150.00</div></div>
    </div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>
    This form should be completed by those applying for Full (or Provisional) SIGB Membership.

    Please fill out and complete all relevant sections of this application form and submit with your completed direct debit mandate attached.

    All applications will be considered by the SIGB Committee and, immediately following ratification, membership details will be forwarded. The membership year runs from 1 May to 30 April.
    </div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><cftitle>FULL MEMBERSHIP TYPE</cftitle></div>
    </div>
    <div class=”form-row”>
    <div class=”column-full”>[radio fullorprovisional default:0 “Full Membership” “Provisional Membership”]</div>

    </div>

    <div class=”form-row”>
    <div class=”column-full”><cftitle><br>CONTACT DETAILS</cftitle></div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”><label>First Name</label> [text* first-name placeholder “First Name”] </div>
    <div class=”column-half”><label>Last Name</label> [text* last-name placeholder “Last Name”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”><label>Email</label> [email* your-email placeholder “Your Email Address”]</div>
    <div class=”column-half”><label>Phone</label> [tel* telephone placeholder “Telephone Number”]</div>

    <div class=”column-full”><label>Your Position</label> [text* class:column-full your-position placeholder “Your Position in Company”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><cftitle><br>COMPANY DETAILS</cftitle></div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>[acceptance acceptance-listings optional] <checkboxtxt>I confirm that the following company information (where supplied) can be included in the SIGB website and other relevant trade listings. Company trading name, website, email contact, phone contact and brand listings. </checkboxtxt>[/acceptance]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><br><label>Company Website Address</label> [text* company-web-address placeholder “www.yourwebsite.com”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”><label>Address Line 1</label> [text* address-line-1 placeholder “Address Line 1″]</div>
    <div class=”column-half”><label>Address Line 2</label> [text* address-line-2 placeholder “Address Line 1″]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”><label>Town / City</label> [text* your-city placeholder “City”]</div>
    <div class=”column-half”><label>Postcode</label> [text* your-postcode placeholder “Postcode”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><cftitle><br>BUSINESS INFORMATION</cftitle></div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><label>Nature of Business</label></div>
    <div class=”column-full”>[checkbox* business-nature exclusive “Importer” “Manufacturer” “Distributor” “Agency” ] </div>
    </div>

    <div class=”form-row”><div class=”column-full”></div></div>

    <div class=”form-row”>
    <div class=”column-half”><label>Years in Winter Sports?</label><br> [number* years-in-business min:0 max:100 placeholder “0”]</div>
    <div class=”column-half”><label>Company Structure</label> [select* company-structure “SELECT” “Sole Trader” “Partnership” “Limited Company”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><cftitle>REFEREES</cftitle></div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>Please provide the names of two SIGB Full Members who are willing to support your application. This information is essential to your application.</div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”><label>Proposer </label>[text* referee-proposer placeholder “Name”]</div>
    <div class=”column-half”><label>Company </label>[text* proposer-company placeholder “Company”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”><label>Seconder</label> [text* referee-seconder placeholder “Name”]</div>
    <div class=”column-half”><label>Company </label>[text* seconder-company placeholder “Company”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><cftitle><br>ADDITIONAL CONTACTS</cftitle></div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>For specific function areas if different to main contact.</div>
    </div>

    [field_group additional_contacts id=”additional_contacts” tabindex:1]
    <div class=”form-row”>
    <div class=”column-half”><label>Contact Name </label>[text additional_contacts_name]</div>
    <div class=”column-half”><label>Job Title </label>[text additional_contacts_job_title]</div>
    </div>
    [/field_group]

    <div class=”form-row”>
    <div class=”column-full”><cftitle><br>ADDITIONAL INFORMATION – DISTRIBUTOR MEMBERS</cftitle></div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>Brand names or services that you currently supply to the trade.</div>
    </div>

    [field_group additional_info_distributor_members id=”additional_info_distributor_members” tabindex:1]
    <div class=”form-row”>
    <div class=”column-half”><label>Brand/Service </label>[text additional_info_distributor-brand-service]</div>
    <div class=”column-half”><label>Product Type/Service </label>[select additional_info_distributor_members_product_type “SELECT” “Ski Hardware” “Snowboard Hardware” “Clothing and accessories” “Servicing” ]</div>
    </div>
    [/field_group]

    <div class=”form-row”>
    <div class=”column-full”><cftitle>TO COMPLETE YOUR APPLICATION</cftitle></div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>
    To complete your membership application, in addition to filling out the form above we require a completed Direct Debit Mandate which can be downloaded here.

    After filling out and signing the Direct Debit mandate, please send the original by post to: SIGB, 3 Coalhill, The Shore, Edinburgh, EH6 6RH.
    </div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>[acceptance acceptance-membership-terms optional] <checkboxtxt>I have read and accept the Full / Provisional Membership terms and conditions. </checkboxtxt>[/acceptance]</div>
    </div>
    [/group]

    [group retailmember clear_on_hide]
    <div class=”form-row”>
    <div class=”column-full”>
    <div class=”membershipprice”>1 OUTLET <div class=”mprice”>£75.00</div></div>
    <div class=”membershipprice”>2-4 OUTLETS <div class=”mprice”>£112.00</div></div>
    <div class=”membershipprice”>5 OUTLETS <div class=”mprice”>£150.00</div></div>
    <div class=”membershipprice”>EACH OUTLET OVER 5 (£150.00 +) <div class=”mprice”>£37.50</div></div>

    <div class=”membershipprice”>MAXIMUM TOTAL TO PAY WILL BE CAPPED AT <div class=”mprice”>£375.00</div></div>
    </div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>
    This form should be completed by those applying for SIGB Retail Membership.

    Please fill out and complete all relevant sections of this application form and submit with your completed direct debit mandate attached.

    All applications will be considered by the SIGB Committee and, immediately following ratification, membership details will be forwarded. The membership year runs from 1 May to 30 April.
    </div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><cftitle>CONTACT DETAILS</cftitle></div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”><label>First Name</label> [text* first-name1 placeholder “First Name”] </div>
    <div class=”column-half”><label>Last Name</label> [text* last-name1 placeholder “Last Name”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”><label>Email</label> [email* your-email1 placeholder “Your Email Address”]</div>
    <div class=”column-half”><label>Phone</label> [tel* telephone1 placeholder “Telephone Number”]</div>

    <div class=”column-full”><label>Your Position</label> <br>[text* your-position1 placeholder “Your Position in Company”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><cftitle><br>COMPANY DETAILS</cftitle></div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>[acceptance acceptance-listings1 optional] <checkboxtxt>I confirm that the following company information (where supplied) can be included in the SIGB website and other relevant trade listings. Company trading name, website, email contact, phone contact and brand listings. </checkboxtxt>[/acceptance]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><br><label>Company Website Address</label> [text* company-web-address1 placeholder “www.yourwebsite.com”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”><label>Address Line 1</label> [text* address-line-11 placeholder “Address Line 1″]</div>
    <div class=”column-half”><label>Address Line 2</label> [text* address-line-21 placeholder “Address Line 1″]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”><label>Town / City</label> [text* your-city1 placeholder “City”]</div>
    <div class=”column-half”><label>Postcode</label> [text* your-postcode1 placeholder “Postcode”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>[acceptance acceptance-headquarters optional] <checkboxtxt>This is the company headquarters, for admin only and not a retail outlet. This applies to multiples only. </checkboxtxt>[/acceptance]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><cftitle><br>BUSINESS INFORMATION</cftitle></div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><label>Retailer Services</label></div>
    <div class=”column-full”>[checkbox* retailer-services exclusive “Ski Hardware” “Snowboard Hardware” “Clothing & Accessories” “Servicing” ] </div>
    </div>

    <div class=”form-row”><div class=”column-full”></div></div>

    <div class=”form-row”>
    <div class=”column-half”><label>Years in Winter Sports? </label>[number* years-in-business1 min:0 max:100 placeholder “0”]</div>
    <div class=”column-half”><label>Company Structure</label> [select* company-structure1 “SELECT” “Sole Trader” “Partnership” “Limited Company”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><cftitle><br>REFEREES</cftitle></div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>Please provide the names of two SIGB Full Members who are willing to support your application. This information is essential to your application.</div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”><label>Proposer </label>[text* referee-proposer1 placeholder “Name”]</div>
    <div class=”column-half”><label>Company </label>[text* proposer-company1 placeholder “Company”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”><label>Seconder</label> [text* referee-seconder1 placeholder “Name”]</div>
    <div class=”column-half”><label>Company </label>[text* seconder-company1 placeholder “Company”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><cftitle><br>ADDITIONAL OUTLETS</cftitle></div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>Fill out details below and click the + button to add more outlets.</div>
    </div>

    [field_group additional_outlets id=”additional_outlets” tabindex:1]
    <div class=”form-row”>
    <div class=”column-full”><label>Outlet Name</label> [text additional_outlets_name placeholder "Store Name"]</div>
    <div class=”column-half”><label>Contact First Name</label>[text additional_outlets_firstname]</div>
    <div class=”column-half”><label>Contact Last Name</label>[text additional_outlets_lastname]</div>
    <div class=”column-half”><label>Store Email</label>[text additional_outlets_email]</div>
    <div class=”column-half”><label>Store Phone Number</label>[text additional_outlets_telephone]</div>
    <div class=”column-half”><label>Store Address Line 1</label>[text additional_outlets_address_line1]</div>
    <div class=”column-half”><label>Store Address Line 2</label>[text additional_outlets_address_line2]</div>
    <div class=”column-half”><label>Town/City</label>[text additional_outlets_towncity]</div>
    <div class=”column-half”><label>Postcode</label>[text additional_outlets_Postcode]</div>
    </div>
    [/field_group]

    <div class=”form-row”>
    <div class=”column-full”><cftitle>TO COMPLETE YOUR APPLICATION</cftitle></div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>
    To complete your membership application, in addition to filling out the form above we require a completed Direct Debit Mandate which can be downloaded here.

    After filling out and signing the Direct Debit mandate, please send the original by post to: SIGB, 3 Coalhill, The Shore, Edinburgh, EH6 6RH.
    </div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>[acceptance acceptance-membership-terms1 optional] <checkboxtxt>I have read and accept the Retailer Membership terms and conditions. </checkboxtxt>[/acceptance]</div>
    </div>
    [/group]

    [group travelmember clear_on_hide]
    <div class=”form-row”>
    <div class=”column-full”>
    <div class=”membershipprice”>TRAVEL PROVIDER MEMBERSHIP<div class=”mprice”>£50.00</div></div>
    </div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>
    This form should be completed by those applying for SIGB Travel Provider Membership.

    Please fill out and complete all relevant sections of this application form and submit with your completed direct debit mandate attached.

    All applications will be considered by the SIGB Committee and, immediately following ratification, membership details will be forwarded. The membership year runs from 1 May to 30 April.
    </div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><cftitle>CONTACT DETAILS</cftitle></div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”><label>First Name</label> [text* first-name2 placeholder “First Name”]</div>
    <div class=”column-half”><label>Last Name</label> [text* last-name2 placeholder “Last Name”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”><label>Email</label> [email* your-email2 placeholder “Your Email Address”]</div>
    <div class=”column-half”><label>Phone</label> [tel* telephone2 placeholder “Telephone Number”]</div>
    <div class=”column-full”><label>Your Position</label> <br>[text* your-position2 placeholder “Your Position in Company”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><cftitle><br>COMPANY DETAILS</cftitle></div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>[acceptance acceptance-listings2 optional] <checkboxtxt>I confirm that the following company information (where supplied) can be included in the SIGB website and other relevant trade listings. Company trading name, website, email contact, phone contact and brand listings. </checkboxtxt>[/acceptance]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><br><label>Company Website Address</label> [text* company-web-address2 placeholder “www.yourwebsite.com”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”><label>Address Line 1</label> [text* address-line-12 placeholder “Address Line 1″]</div>
    <div class=”column-half”><label>Address Line 2</label> [text* address-line-22 placeholder “Address Line 1″]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”><label>Town / City</label> [text* your-city2 placeholder “City”]</div>
    <div class=”column-half”><label>Postcode</label> [text* your-postcode2 placeholder “Postcode”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><cftitle><br>BUSINESS INFORMATION</cftitle></div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><label>Travel Categories</label></div>
    <div class=”column-full”>[checkbox* travel-services exclusive “Specialist Travel Agent” “Airline” “Ferry Company” “Tourist Office” “Ski/Board School/Courses” “Tourist Office” “Other Travel”] </div>
    <div class=”column-full”><label>If “Other” Please Specify</label> [text other-travel-service placeholder "Other Travel"]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”><label>Years in Winter Sports? </label>[number* years-in-business2 min:0 max:100 placeholder “0”]</div>
    <div class=”column-half”><label>Company Structure</label> [select* company-structure2 “SELECT” “Sole Trader” “Partnership” “Limited Company”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><cftitle><br>REFEREES</cftitle></div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>Please provide the names of two SIGB Full Members who are willing to support your application. This information is essential to your application.</div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”><label>Proposer </label>[text* referee-proposer2 placeholder “Name”]</div>
    <div class=”column-half”><label>Company </label>[text* proposer-company2 placeholder “Company”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-half”><label>Seconder</label> [text* referee-seconder2 placeholder “Name”]</div>
    <div class=”column-half”><label>Company </label>[text* seconder-company2 placeholder “Company”]</div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”><cftitle><br>TO COMPLETE YOUR APPLICATION</cftitle></div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>
    To complete your membership application, in addition to filling out the form above we require a completed Direct Debit Mandate which can be downloaded here. After filling out and signing the Direct Debit mandate, please send the original by post to: SIGB, 3 Coalhill, The Shore, Edinburgh, EH6 6RH. </div>
    </div>

    <div class=”form-row”>
    <div class=”column-full”>[acceptance acceptance-membership-terms2 optional] <checkboxtxt>I have read and accept the Travel Membership terms and conditions. </checkboxtxt>[/acceptance]</div>
    </div>
    </div>
    [/group]

    [submit “SEND APPLICATION TO SIGB”]

    Thread Starter tmits

    (@tmits)

    Hi, thanks for the answer on another post just now…
    Could I ask you to answer this post too please?

    Hi there, I think this could be an answer to a question I was going to ask now. I hope I can be clear in my question.

    At the moment I am using several attributes for filtering:

    1. Mens snowboards
    2. Brand

    Currently when I select Mens snowboards all is good.
    But when I look at brands, the drop down is showing all of the brands (even if some of the brands do not contain mens snowboards)

    In your reply….

    Hi rajneeshrana88,

    There is a bug in the plugin right now, sometimes plugin shows all attribute values only. I’m working on it and will update this topic on result.

    Regards,
    Dima

    Are you refering to this problem being fixed?

    Thread Starter tmits

    (@tmits)

    I just worked out that because I was only testing and had only added products with 1 category, this is the reason why it was not working.

    When adding attributes to products:

    1. Mens Snowboards
    2. Womens Snowboards

    The filter started to work 🙂

    Hi there, I seem to be having either a very slow loading or some other problem.

    I’m pretty sure I have the correct API Key and if the url to my album is
    https://www.flickr.com/photos/mcnabsnowboarding/sets/72157601923839342/

    I am using “72157601923839342” in the “Enter Flickr Album ID” field.

    The page on my site is: http://www.mcnabsnowboarding.com/snowboardguiding/gallery/

    A comment above relating to commenting out a reference to the css file. Could that help and where could I find it?

    Thanks for your time.

Viewing 14 replies - 1 through 14 (of 14 total)