dashworth
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Chaplin] Child for ChaplinAgreed, thanks @anlino!
I just setup a child theme and had a bit of trouble getting the CSS enqueued. This worked for me and follows the latest WordPress guidance. Hopefully, it will help others…
<?php add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); function my_theme_enqueue_styles() { wp_enqueue_style( 'child-style', get_stylesheet_uri(), array( 'chaplin-style' ), wp_get_theme()->get('all') ); }
Cheers!
Forum: Plugins
In reply to: [Contact Form 7] After clicking submit, only “0” appears on screenI rolled back to v5.3.2 and everything is working again.
Forum: Plugins
In reply to: [Contact Form 7] After clicking submit, only “0” appears on screenExperiencing the same result.
Screen: empty with “0” in top left corner
URL: ends with /wp-admin/admin-ajax.php#wpcf7-f615-o1
Console error: Uncaught TypeError: wpcf7.initForm is not a functionI found this article that addresses the initForm issue but I can’t find the scripts.js file that they reference. https://bensinger.me/contact-form-7-fixing-wpcf7-initform-not-function-error/
I did update to the latest version of CF7. Was this issue addressed in the latest update?
I hadn’t changed the lightbox library and it is set to Swipebox by default. I also tried FancyBox, None and Non-bundled. Same issue.
I am considering this plugin for my church’s web site…
But when I activate it, the page meta titles (in the browser tab) disappear. When I deactivate this plugin, they return. You can see them appear in the browser tab (and within the <title> tag in the code inspector) during page load. They are either a combination of the Site Title + Tagline (home page) or Post Title + Site Title (page posts).
I have re-activated the plugin so you can see for yourself.
Actually, when I set the width to ‘0’, it opens widely. When I set it to ‘0px’, it opens at least 2 pixels. Is there anyway to keep the volume button and the play/pause button side-by-side without any gap between them even during playback?