misscatherine
Forum Replies Created
-
Hello and thank you for your reply.
There is no widget above the form. If I do had a widget (like an image in this screenshot), you see the spacing is too large. Is there any way to limit this spacing?
https://catherinerondeau.com/wp-content/uploads/2023/04/screenshot.png
Forum: Themes and Templates
In reply to: [Dyad] Restrict previous/next posts per categoryBrilliant Simon!! Thank you so much, that little snippet works like a charm!! ??
Hurray for this forum and the generous people that take the time to help others. ????
Forum: Themes and Templates
In reply to: [Dyad] Restrict previous/next posts per categoryI found part of the solution. The appropriate links appear by adding the following snippet to the child theme single.php:
<?php the_post_navigation( array( 'prev_text' => '<div class="nav-previous"><span class="nav-subtitle">' . esc_html__( '←' ) . '</span> <span class="nav-title">%title</span></div>', 'next_text' => '<div class="nav-next"><span class="nav-subtitle">' . esc_html__( '→' ) . '</span> <span class="nav-title">%title</span></div>', 'taxonomy' => 'category', 'in_same_term' => true, ) ); ?>
Now I need to adjust the display because the links are showing below the footer without any padding. Can someone explain how I can fine tune the display?
Issue solved, I needed to update my PHP version in cPanel.
Thank you for your reply.
In the previous screenshot, I had indeed tested for display on posts. But what I actually want, is for the pop-up form to display on a specific page, and it still ins’t not working.
Here’s the new screenshot of the form’s back-end:
https://catherinerondeau.com/wp-content/uploads/2020/11/Capture-decran-le-2020-11-18-a-12.52.34.pngAnd a link to the page in question:
https://catherinerondeau.com/actualites-photographie-artistique/This page was created in WordPress, it is not a translation. It does have a miroir page in English which I created with WPML. I would ideally want another pop-up form to display on the English side.
The form pops-up only work if I select to display on all pages, which is NOT what I want.
Hoping a solution is possible. It would be a pity the forms aren’t functional on multi-lingual sites…
- This reply was modified 4 years, 4 months ago by misscatherine.
Thank you for you reply.
I indeed primarily work with Safari.
With the latest MailPoet update this morning, stats are again available within Safari.
Forum: Plugins
In reply to: [flowpaper] Flowpaper CSS clutteringI did the update and performed another performance check. One file is still showing up on every single page:
https://catherinerondeau.com/wp-content/plugins/flowpaper-lite-pdf-flipbook/assets/lity/lity.min.js
Thank you again for your thoughts @robertburr. Since I have only just made a first run with MailPoet3, I can easily switch back to MailPoet2 for now and try finding another plugging altogether to do the job. It’s a shame, I was quite satisfied with MailPoet until now.
Thank you for your response @robertburr, even though it unfortunately confirms sad news. ??
In that case, I think I’ll stick to using MailPoet2 for now. Unless that poses a security risk because updates are no longer being offered? Thank you for your thoughts on that front.
Thanks again for your clear explanations! Very much appreciated!! ??
That’s great news, thank you!
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] GDPR for simple websiteThank you for your response @dnutbourne.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Location back-up files on FTPThank you for your clear and helpful response! ??
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] GDPR for simple websiteHi @lauratraveler,
Honestly I don’t know. I find this whole thing terribly confusing and don’t know how to write a proper privacy notice. I’ve been spending time online looking it up, but still don’t know what to do.
I understand why this regulation is important, but it’s really hard to implement for individual small sites owners…
Hope we get some clear answers here soon!
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Location back-up files on FTPFollow-up question for clarification:
In the target folder my ftp backup setting is pointing to, there are files associated with more than one back-up. So I’m guessing I would only need to back up the 5 files associated with the most recent backup?
I know I could also download the files one by one from the existing UpdraftPlus backups tab, but I’m looking for the easiest/fastest free workflow.
After downloading the 5 said files, can I then zip them all up in one document so they take less space on my hard drive?
I case of a site crash without access to my ftp files, are these 5 files the only thing needed to perform a site restore?
I had asked a similar question a while back and someone has responded I also needed to download the updraft folder found under wp-content. Is this true?
Thanks for clearing things up, I just want to make sure I can restore my site in case my web host crashes or is the target of a hack, as was the case recently. Luckily after a few days they were able to restore from their backups..