joshmans
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] v 7.5.5.1 broken with php5.6I am having this problem as well. If PHP version requirements changed this is important to know. The theme used on one of the sites I support only supports 5.6
I figure out my problem – I was using an older version of the plugin (and I didn’t know it). It’s good now!
Forum: Plugins
In reply to: [Fixed Bottom Menu] StylingHello – is there any update on this?
Forum: Plugins
In reply to: [Fixed Bottom Menu] StylingHello,
I did update to 1.16 and cleared caches (both wordpress and browser) but it doesn’t appear to be fixed – it looks exactly the same.
Is there anything more I can do to help troubleshoot it?
Thank You!
– JoshForum: Plugins
In reply to: [Fixed Bottom Menu] StylingHi – Understood. But that doesn’t do anything to fix the actual issue I described. The menu does not cover up anything in the actual footer. The issue is the “home bar” built into iOS for devices that do not have the physical home button. iOS’ “home bar” gets in the way of the menu – what I’d like to do is increase the height of the menu and top or middle align the buttons. See this screenshot the ‘home bar’ is present regardless of position on the page (in the screenshot I haven’t even scrolled down at all).
Thank You and I apologize for not being more specific and helpful from the get go.
Forum: Plugins
In reply to: [Fixed Bottom Menu] StylingHello,
I put “.site-info{margin-bottom:2rem;}” into the additional CSS and it does nothing. Is there some better documentation on this aspect?
Thank You,
JoshForum: Plugins
In reply to: [WooCommerce Shipping & Tax] Printing Label is VERY slowIt is resolved – I had to make exceptions for LiteSpeed caching to not cache anything on the WooCommerce backend. Thanks for the tip!
Forum: Plugins
In reply to: [Sermon Manager] Issues after latest updates – display and functionI agree that overall the new layout looks awesome! But we really want the ‘forward’ and ‘back’ navigation back and simply can’t figure it out ??
Thanks for the CSS to solve the visual problems ??
Forum: Plugins
In reply to: [Display Widgets] Cannot update to 2.7You can get around this by editing the plugin file to change the version to 2.7 from 2.05. When “2.7” was released the version # in the plugin itself stayed at 2.05. Since 2.05 and 2.7 are exactly the same, doing this will result in WP thinking you have 2.7, which you do, and stop prompting you to update.
Forum: Plugins
In reply to: [Contact Form 7] DOM Handling – Need HelpI already did that and it behaved the same. I can’t leave it that way long term for you to take a look at – I can do it for a short period of time if you want – or else do you have any other ideas?
Forum: Plugins
In reply to: [Contact Form 7] DOM Handling – Need HelpHello. This is at:
wwww.otstechs.com/acuveterans
Forum: Plugins
In reply to: [Contact Form 7] DOM Handling – Need HelpHello,
I checked the documentation and gave it a try.. it doesn’t work – I’m sure I’m missing something really easy and I’m going to feel like an idiot once you point out what I’m doing wrong!
This works: on_sent_ok: “$.fancybox.close();”
This does not:
add_action( ‘wp_footer’, ‘mycustom_wp_footer’ );
?
function mycustom_wp_footer() {
?>
<script type=”text/javascript”>
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
???? $.fancybox.close();
}, false );
</script>
<?php
}Forum: Plugins
In reply to: [Sermon Manager] 2.0 Video EmbeddingGlad I haven’t tried updating yet if the embed box is still not present. Please advise whats going on.
Thank You!
Forum: Plugins
In reply to: [Job Manager] App Form Customizationawesome! I look forward to seeing that released!
Forum: Plugins
In reply to: [Job Manager] App Form CustomizationSo from all that what I can ascertain is that it is NOT possible to do what I want — i.e. create a custom html table so that I can have multiple fields appear on the same row, among other things?
Meaning, there’s no box within the plugin to modify the template itself like there is to modify the job listings template and the individual job template? (I don’t just want to add or remove fields.. thats simple).