montey11
Forum Replies Created
-
Forum: Plugins
In reply to: [Strong Testimonials] first slide always zoomed / scaled on mobileYes sure.
Slide 1: https://imgur.com/AkdsmpM (scaled)
Slide 2: https://imgur.com/TO6tYQv (normal)
Slide 3: https://imgur.com/GQ0FUhl (shows the slide scrolling and 1 scaled and 1 not)
I also noticed when the first slide comes round for the second time it slides in small/normal but then scales up.
Forum: Plugins
In reply to: [Strong Testimonials] first slide always zoomed / scaled on mobileit’s fine on desktop, seems to be phone related.
Forum: Plugins
In reply to: [Strong Testimonials] first slide always zoomed / scaled on mobilehi,
yes that’s right, on my phone (iphone 6 – safari) the first tab is zoomed in or scaled then when i scroll to the 2nd slide it’s normal sized…
Thanks! Just did.
Forum: Plugins
In reply to: [Calculated Fields Form] Interest Rate %Thank you!
I’ve done what you said does the below look like it is calculating correctly?
https://drafts.design-vibe.co.uk/gcp-mobile-app/mortgage-calculator/
Forum: Plugins
In reply to: [Calculated Fields Form] Interest Rate %That’s great thanks!
What would the equation be on the demo without Residual Value field?
Forum: Plugins
In reply to: [Calculated Fields Form] Form Not ShowingYes sorry fixed.
Forum: Plugins
In reply to: [Calculated Fields Form] Form Not ShowingYea the form is working. The footer not showing is intentional.
Forum: Plugins
In reply to: [Calculated Fields Form] Form Not ShowingSwitched to direct and fixed thank you!
Forum: Plugins
In reply to: [Calculated Fields Form] Form Not ShowingThank you for your reply.
I have removed these and it’s still not showing?
Forum: Plugins
In reply to: [Calculated Fields Form] Form Not ShowingI have no other plugins installed.
Forum: Plugins
In reply to: [Multiple content blocks] Is the content stored in the database?bump
Add the below to functions.php
function mytheme_add_woocommerce_support() {
add_theme_support( ‘woocommerce’ );
}
add_action( ‘after_setup_theme’, ‘mytheme_add_woocommerce_support’ );Forum: Plugins
In reply to: [Calculated Fields Form] Hide calculated field until drop downs selectedWorked! Brilliant, thank you!
OK great fixed this, thanks!
I’m having the same issue with house category however. I can see some of my properties are listed as house in the house category but the search only has ANY in it?
Thanks.