zukenstein
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Show field within a collapsed FieldsetOk Thanks thats what I thought it might need. Thanks for confirming it.
Forum: Plugins
In reply to: [Calculated Fields Form] Show field within a collapsed FieldsetHi Thanks for the reply.
I wanted to have an HTML field within the Fieldset that would still show within the Fieldset box even if the Fieldset was collapsed. I just wanted a little box with a tick in it to show that the users values had been entered within the fieldset and they had completed what was required, when the entered values could not be seen.
Just so they wouldn’t have to open the collapsed Fieldset again to check.
Did I explain that better?
Forum: Plugins
In reply to: [Calculated Fields Form] Show field within a collapsed FieldsetWas there any answer to this question please?
- This reply was modified 4 years ago by zukenstein.
Forum: Reviews
In reply to: [Preloader Plus - Wordpress Loading Screen Plugin] Great plugin.
Forum: Plugins
In reply to: [Calculated Fields Form] Calculated fields user submissions listDuh
Yes sorry obvious once you pointed it out, thanks for the fast response!!!
Forum: Plugins
In reply to: [Calculated Fields Form] Collapsible FieldsetOk Thanks the button one doesnt seem to work still but the text one does and that was what I wanted so thanks.
Yes if I want further things done Ill contact you through your website. Appreciate what you have done.
Forum: Plugins
In reply to: [Calculated Fields Form] Collapsible FieldsetOk I have now tried both of these. The text link one doesn’t do anything and the button version will close the fieldset but you are not able to expand it again once closed.
I have set up a page with it on so you can see
https://81b.co.uk/cff-test-page/
Forum: Plugins
In reply to: [Calculated Fields Form] Collapsible FieldsetThanks for that, I really just wanted a piece of text like “Close Section” rather than a button, is that possible?
Thanks very much
Forum: Plugins
In reply to: [Calculated Fields Form] Field font colorThank you!
I am so impressed with the support and help you provide for this plugin, it is definitely the best I have found. A reply in 4 minutes, WOW.
Thank you
Forum: Plugins
In reply to: [Calculated Fields Form] Field font colorThanks for that, explains a lot. One thing I don’t seem to be able to do is change the border color on a fieldset, I put
#fbuilder .cff-container-field {border-color:black !important;}
in the custom css rules and cff-container-field in the Css Layout Keywords box but it does nothing, could you help with that please?
Thanks
Forum: Plugins
In reply to: [Calculated Fields Form] Field font colorDon’t worry sorted
Forum: Plugins
In reply to: [Calculated Fields Form] Button responsive to browserOK thanks for that
Forum: Plugins
In reply to: [Calculated Fields Form] Button responsive to browserI’ve set it up on this page for you to see. I dont want to put all the text in the ‘instructions for user’ as I already have text in there
https://81b.co.uk/test/
Thanks
Forum: Plugins
In reply to: [Calculated Fields Form] Resizing iframe containerThanks
Yes I know if I define the height of the iframe in pixels or percent the container will use the defined height, but I was asking if there was a way to have the containing element expand or contract to suit the iframe variable size?I know its possible using css in a normal webpage for example
HTML
<div class="container"> <iframe class="responsive-iframe" src="https://www.youtube.com/embed/tgbNymZ7vqY"></iframe> </div>
CSS
.container { position: relative; overflow: hidden; width: 100%; padding-top: 100%; /* 1:1 Aspect Ratio */ } /* Then style the iframe to fit in the container div with full height and width */ .responsive-iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; }
Is there a way of doing something like this through the plugin?
- This reply was modified 4 years, 3 months ago by zukenstein.
Forum: Plugins
In reply to: [Calculated Fields Form] Resizing iframe containerHi thanks for getting back to me. The iframe is already set to 100% in width and height but when placed within a html field
of the plugin it appears at the same size no matter how big the actual iframe source page is. This is what I am inserting<iframe onload="window.parent.scrollTo(0,0)" src="https://81b.co.uk/propdata/sold_prices_search_tnfCUIx4g6wOe5jMpEWBC0rtcQxIJtS2GXwsxTnEQKjVGtyWXm.php" style=."padding:20px;" name="myiFrame" scrolling="yes" frameborder="0" marginheight="0px" marginwidth="0px" height="100%" width="100%" allowfullscreen></iframe>
This is the page its loading on
https://81b.co.uk/test/
Thanks
- This reply was modified 4 years, 3 months ago by zukenstein.