lucy_jo
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Private Media] Doesn’t workAnyone can see the private media, logged in or not.
Status
All good! Your .htaccess file looks good.Forum: Plugins
In reply to: [W3 Total Cache] Update causing an error with AMP for WPNot yet, but thanks for keeping in contact. Will update you once I have information.
Forum: Plugins
In reply to: [Thank You Page for WooCommerce] Stopped working?Hi thanks for coming back to me.
I do think the plugin needs checking – but it seems to be working again at the moment.
I’m working with the latest Woocommerce and WordPress.
Forum: Themes and Templates
In reply to: [i-craft] Customizer won’t work with child themeIt’s down to adding the following code I add to all my sites for defer parsing of javascript:
function defer_parsing_of_js ( $url ) {
if ( FALSE === strpos( $url, ‘.js’ ) ) return $url;
if ( strpos( $url, ‘jquery.js’ ) ) return $url;
return “$url’ defer “;
}
add_filter( ‘clean_url’, ‘defer_parsing_of_js’, 11, 1 );Forum: Themes and Templates
In reply to: [i-craft] Slider on smaller screens issueThe device in question is iPhone SE. Works on others I have tried.
Forum: Themes and Templates
In reply to: [i-craft] Update issuesHi,
I deleted the child theme and did a new one. You will have to check through parent theme before doing so.
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Looking for Beta TestersHi,
I could possibly be interested. However, this is for a clients site due to go live any day now.
Thank you so much for this plugin, I’ll explain why.The website is to purchase entry tickets to win something. The user buys tickets through woocommerce and after successful purchase, they are directed to the page that asks them a question. All correctly answered questions, along with successful payment are entered into the prize draw.
The pro element that is interesting me is the expiry date the customer can see that entry page for. Ideally, I would only want them to see/use it once before expiry.
I looked high and low for something that would do this job, so THANK you so much!
Lucy
Forum: Plugins
In reply to: [a3 Lazy Load] Master Slider issueSame problem.
Master slider images don’t show with the plugin installed.Forum: Plugins
In reply to: [WooCommerce Google Feed Manager] feed wont saveI had this problem, and resolved it by ‘save feed’ first and then ‘save and generate feed’.
Forum: Plugins
In reply to: [Contact Form 7] [acceptance] force acceptance for GDPRAh… I think in my sleepy haze when testing i may have missed something. Seems OK now.
Shame it doesn’t highlight like the rest of the required fields if you try to submit without accepting. Got around this with highlighted item label.
Thank you for your input!
Forum: Themes and Templates
In reply to: [Zerif Lite] Two Recaptcha Boxes Appearing on Each FormI’ve just noticed the same problem on my site.
Hopefully, they’ll resolve this soon.
Forum: Themes and Templates
In reply to: [Glow] Themes don’t work with child theme pluginI prefer to use a Child Theme Configurator as it can point out issues. Unfortunately, after resetting and handling any obvious issues. The child theme for Glow is still causing a problem.
The theme “Glow” generated unexpected PHP debug output.
easymega.php is the suspect according to the error output.and also
This theme loads the parent theme’s style.css file outside the wp_styles queue.
This is common with older themes but requires the use of @import, which is no longer recommended.Forum: Plugins
In reply to: [SP Project & Document Manager] No link on Email sent2.7.2….
Thank you for your quick response. The link is now working, however, takes you to 404 page not found.
/wp-admin/admin-ajax.php?cdm-download-file-id=MXwyMDE3LTA3LTI0IDA5OjM4OjA4fGp1bHktaW52b2ljZS1iYWUtMTcucGRm
Also noticed when receiving email the ‘From’ is WordPress, although I had changed it in the settings to the company name.
Forum: Plugins
In reply to: [SP Project & Document Manager] No link on Email sentIt should be displaying a link on the email to retrieve files from the site
Forum: Fixing WordPress
In reply to: Script Code Disappear After Up Grading to WP 4.8In customiser > widgets there’s now the visual AND text in the arbitrary text/HTML option.
I use this in over 30 of my client websites footers for Schema. It has stripped out all the schema code as after saving/refreshing it defaults to visual and has again stripped the schema. Plugins are kept to a minimum and I preferred the control I had to insert my own schema using the text widget.
Is there any way around this?
Extremely frustrating as lost vital schema for so many websites.