ddadian
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Google Maps not showing on event details pageI am running 3.9.1 on WP4.1 and have no google map (of course made sure I have venues with proper addresses, all checkboxes in places, tried switching templates, etc.etc. sill having problems… putting the snipped above into functions.php made no difference. ??
Forum: Fixing WordPress
In reply to: lessphp fatal error: load error! helpThank you for this solution! Had the same issue and got it solved, thanks for the tip, jmikewp
Forum: Themes and Templates
In reply to: [Minamaze] Changing Slider Images/Content in MinimazeI checked out original demo slider images that come with Minamaze package, they are 1500px by 350px. (Default slider height is 350px)
Great solution, thank you! – worked for me!
Forum: Plugins
In reply to: [Jazzy Forms] [Plugin: Jazzy Forms] Sample Data???ClubUgly (all…)
I think I figured it out and even though 2 weeks have passed since the last post here, If you still need it – or if anyone else still needs a hand, I hope this helps. (I am also a user, and just wanted to share my findings).
Here is the BASIC setup specifically for ClubUgly’s scenario. (Without paying attention to esthetics such as Appearances, styling, etc. – just properties/values needed for the calculations).
Once plugin installed, go to Forms (on the left menu panel)
So you basically have 3 elements for your calculation.
Step 1) CREATE CHOOSE BASE OPTIONS:
Under Element tabs, from the left side Available Form Elements, select Drop-down Menu and drag it to the Form Elements field to the right.
- Then when it’s there as an Element it will expand for options.
- Type Choose Base for the Element Title and base for the ID
- Then expand Options, click on Add link.
- So your first option would be:
- Title: Regular Skate Board | Value: 300
… then click Add again for the next value - Title: Long Board | Value: 500
Step 2) CREATE CHOOSE COLOR OPTIONS:
Then once again drag another Drop-down Menu from the Available Form Elements on the left, to Form elements on the right, somewhere in the gray (below your first dropdown)
- Type Choose Color for the Element Title and color for the ID
- Then expand Options, click on Add link.
- So your first option would be:
- Title: Black | Value: 0
… then click Add again for the next value - Title: Carbon | Value: 100
Step 3)CREATE CHOOSE WHEELS OPTIONS:
Then once again drag another Drop-down Menu from the Available Form Elements on the left, to Form elements on the right, somewhere in the gray (below your second dropdown)
- Type Choose Wheels for the Element Title and wheels for the ID
- Then expand Options, click on Add link.
- So your first option would be:
- Title: Poly | Value: 50
… then click Add again for the next value - Title: Freeform | Value: 20
Step 4) NOW TO CALCULATIONS!
Drag Output element from left side to the right side, below everything.
- Type Your Price (or whatever label you think is appropriate for display) for the Element Title and price for the ID
- Then in the Formula field, type base+color+wheels
Step 5) TO FINISH IT OFF:
Click Save on the bottom of the page.
Switch to General tab – here you can give your form a Title, an ID – and the screen will generate the shortcode that you need to copy and paste into the page. Don’t forget to hit Save!
?
I hope this helps.