project13x
Forum Replies Created
-
Forum: Plugins
In reply to: [Doneren met Mollie] Cancel a subscription gives errorThanks for your quick feedback. I just sent you an email.
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] shortcode including the ID variableNevermind. I can just put the ID request in the shortcode itself.
Solved
I have the same error
This is usually done by making a childtheme and than alter the files.
Forum: Themes and Templates
In reply to: [Twenty Ten] Email Link and “2 photos”Hi,
1) you can git ride of your email through css.or you cna creae a childtheme and alter the specific file which includes the email.
2) This is something to be changed by making a childtheme and alter the file.
In the style.css file you can see the version number.
Comments stop being displayed can also be due to a plugin.
Forum: Plugins
In reply to: [Custom Block Builder - Lazy Blocks] Repeater field – copy and paste issueHi thanks for the feedback!
I understand now. Better to not use the meta when also wanting the copy the blocks with content.
Forum: Plugins
In reply to: [Custom Block Builder - Lazy Blocks] Repeater field – copy and paste issueHi, thanks for the feedback.
This problems happens when saving it as meta.
and using the meta output.<?php
$repeater = get_lzb_meta( ‘control_meta_name’ );
foreach ( $repeater as $inner_control ) {
?>
<p><?php echo $inner_control; ?></p>
<?php
}I left the Single output code for Frontend and Editor unchecked.
and Show block preview in editor is set as never.
When copy past it to another page the rows are empty again.I just made it without meta also and then I don’t have this problem.
It will copy past to other pages as well. So in that sense the problem is solved.
But maybe it should work for meta as well?I also have lazy blocks installed on a fresh WordPress 6 and lazyblocks 2.5.3
and it works fine as far as I can see.However updating the plugin is always appreciated ?? Thanks
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] how to use a Filter HookThank you for quick feedback!
That worked ??
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] guest checkout disabled?Thank you very much for the quick feedback!
Yes this also did the trick.
That a customer account is created meanwhile is fine.Is there a reason why a guest cannot checkout btw?
Forum: Plugins
In reply to: [Contact Form 7] contact form saving gives 403 errorIt’s a client website.
Was there recently a plugin update that requires different settings, permission from the server?
Thanks in advance.
Forum: Plugins
In reply to: [Portfolio Post Type] Compatibility WordPress 5.0.2I use this plugin together with wordpress 5.1.1 and it seems pretty compatible to me.
I can click on many options i want to set and i get what i want to displayed in the front-end.
I never used this plugin together with wp 4.7.12 so i don’t know exaclty which unfolding section you mean. Maybe it also has to be with the setup of wp 5 and above? WordPress admin has a different look now.
I added a delay and fadeout and a cycle. See code below and it works partly.
only the rewind loops messes everything up again.Any ideas how to solve this?
// JavaScript Document
jQuery(document).ready(function cycle() {jQuery(“.homepage-slider-text”).delay(1000).fadeIn(500).delay(2500)
.fadeOut(500, cycle);});
Forum: Plugins
In reply to: [Page scroll to id] Disable offset for mobileI am also trying to figure out the offset.
I am using an offset of 390 because of fixed menu elements.
But on the mobile this size isn’t correct ofcourse.
How do you change it for mobile?
I am not sure where you fill in #your-div:width(>390)