adzatwork
Forum Replies Created
-
Hi – I might have have found a workaround for this. Please correct me if I’m wrong. If you go to a page on your site with working instance of your form and copy the raw html ie: (rightclick “inspect element” – then select the rendered form code starting from the div tag – rightclick ‘edit as html’ – select all – copy.) Then past this into your main pop-up editing window and update. Doing this versus pasting the shortcode seems to work – for me at least – and for now at least. Not sure how stable it is though…
Forum: Everything else WordPress
In reply to: Credit Application For LoanThanks iAndrew – I am developing something similar. Assuming you were happy with the result, could you please provide the developer’s details so I can get a quote for them to do the work. Cheers
Forum: Everything else WordPress
In reply to: Credit Application For LoaniAndrew > I’m interested to know how exactly did the inkthemes site answer the original question? The link you provided displayed 9 plugins, one of which was simply CF7 but that plugin would need a lot of customisation to achieve what you are seeking. Did you have any luck with any further searching for a loan application form?
Forum: Plugins
In reply to: [List category posts] Any way to get rid of bullet point?actually – I apologize – that did work – but there was still an indent so it should be…
}
.lcp_catlist li{
list-style: none; display: block; list-style-type: none; margin: 0 0 0px 0px; !important;}
.lcp_instance_0 li{
list-style: none; display: block; list-style-type: none; margin: 0 0 0px 0px; !important;}
}A bit rough and probably overkill but it certainly wasn’t working with the original (and more elegant) option!
Forum: Plugins
In reply to: [List category posts] Any way to get rid of bullet point?Me either – placed it at the bottom of the child and parent theme stylesheets and even added !important;} > those pesky indents and bullets are still there! Must be something to do with the theme.
I tried adding all this too –
.lcp_catlist li{
list-style: none; display: block; list-style-type: none; !important;}
.lcp_instance_0 li{
list-style: none; display: block; list-style-type: none; !important;}nothing