sarahweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Secure Contact Form] UK date version rather than USA date versionSolved!! my fault already was there and I just didn’t see it – for anyone else being blind like me
on the fields tab at the very bottom you have this wonderful drop down
Date field – Date format:dd/mm/yy
change to what you need!
Sorry Mike – my fault for not looking correctly!
Sarah
update: its using the new wp_trim_words function – so instead I changed the HTML so that I could specific margins/heights etc for the read more button (and moved it outside the rpwe-summary div)
functions.php of the recent posts file line 176-183
if ( $args['excerpt'] ) : $html .= '<div class="rpwe-summary">'; $html .= wp_trim_words( apply_filters( 'rpwe_excerpt', get_the_excerpt() ), $args['length'], ' …' ); if ( $args['readmore'] ) : $html .= '</div><div class="rpwe-readmore"><a href="' . esc_url( get_permalink() ) . '" class="more-link">' . $args['readmore_text'] . '</a></div>'; endif; # $html .= '</div>'; endif;then added min-height functions to rpwe-summary and rpwe-readmore
that has helped – the text still varies but the read more don’t bounce up and down and show out of line now
Thanks
SarahForum: Themes and Templates
In reply to: [GridBulletin] Child Themeit happens!! easily!
yeah the font size is strange – it seems to inherit “higher” up rather than flowing down and sometimes I have having to give a font-size:1.0em to lower tags which I would not normally need to do (like <p> <span> if the P has a large font size the span tag reverts to the body font size rather than P tag – anyway its hardly as issue just something I need to check on 🙂
Sarah
Forum: Themes and Templates
In reply to: [GridBulletin] Child ThemeSo sorry I was sure that I had replied
yes child theme does work using your details above – although with correct spelling of bulletin 🙂
I have noticed that the font sizes can be a bit weird if I don’t use the whole CSS but not yet dug around as to why
Its still a fab working theme – so thank you and sorry again for not updating this post to say so
Sarah
Bojan – you star thank you!! I tried all variations but didn’t think to try ul ul – perfect!
Forum: Plugins
In reply to: [List Pages Shortcode] Can it include featured images?I used this one instead – https://wordpress.org/plugins/child-pages-shortcode/
Forum: Plugins
In reply to: [Posts in Sidebar] upgrade from 1.8 to 1.2 stops plugin working on 3.9.1hiya – sorry version 1.20 seemed to resolve it – not yet upgraded to 1.21 though – sorry for not coming back sooner but 1.9 still wasnt playing too well 🙂
Forum: Plugins
In reply to: [Fast Secure Contact Form] FS Contact Form – Version 4.0.21 WP3.9.1 errorhmm how interesting – error message as gone! and I didn’t change anything – so maybe it was wordpress/hosts
Really sorry for bothering you 0 but thank you again for a swift reply 🙂
Forum: Plugins
In reply to: [Fast Secure Contact Form] FS Contact Form – Version 4.0.21 WP3.9.1 errorthanks for very swift reply – no I have used your plugin for ages as I think its one of the best form plugins out there 🙂 so its the same error on a few sites running it – I will check other plugins now and come straight back to you 🙂 Thank you
Forum: Plugins
In reply to: [Tinypass] "The plugin does not have a valid header"This was the message back from plugin people: we actually didn’t work however plugin stayed deactivated but on doing it a 2nd time it then worked – so a bit annoying and am trying a different plugin at this moment – but it does seem to work
Hi Sarah,
You can actually ignore that error which is known bug, as it actually doesn’t affect anything.
Just click back to the WP dashboard home and then on the Tinypass plugin tab and you should see it there.
Please let me know if that doesn’t work.
Best,
– Krisno worries 🙂 glad to help
you can make this work if you edit the files however this is not recommended as an update will over write them but if its urgent then this is what I have done!
I have the premium version – if you don’t I am not sure the files will be the same but
locate and edit
tplugins/wp-find-your-nearest-premium/includes/FYN_searchresults_filter.php
edit line 23
$resultsmap='<div id="FYN_display_results_map" style="width:600px; height:300px;"></div>';and then edit line 26
<div id="FYN_map" style="width:540px; height:260px;"></div>putting in your chosen sizes
Good luck hope that helps!
Sarahlocated in includes