Title: project13x's Replies | WordPress.org

---

# project13x

  [  ](https://wordpress.org/support/users/project13x/)

 *   [Profile](https://wordpress.org/support/users/project13x/)
 *   [Topics Started](https://wordpress.org/support/users/project13x/topics/)
 *   [Replies Created](https://wordpress.org/support/users/project13x/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/project13x/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/project13x/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/project13x/engagements/)
 *   [Favorites](https://wordpress.org/support/users/project13x/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 39 total)

1 [2](https://wordpress.org/support/users/project13x/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/project13x/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/project13x/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Doneren met Mollie] Cancel a subscription gives error](https://wordpress.org/support/topic/cancel-a-subscription-gives-error/)
 *  Thread Starter [project13x](https://wordpress.org/support/users/project13x/)
 * (@project13x)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/cancel-a-subscription-gives-error/#post-17294532)
 * Thanks for your quick feedback. I just sent you an email.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7 - Dynamic Text Extension] shortcode including the ID variable](https://wordpress.org/support/topic/shortcode-including-the-id-variable/)
 *  Thread Starter [project13x](https://wordpress.org/support/users/project13x/)
 * (@project13x)
 * [3 years ago](https://wordpress.org/support/topic/shortcode-including-the-id-variable/#post-16728638)
 * Nevermind. I can just put the ID request in the shortcode itself.
 * Solved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Solid Post Likes] Undefined Variable post in SolidPostLikesWoo.php on line 20](https://wordpress.org/support/topic/undefined-variable-post-in-solidpostlikeswoo-php-on-line-20/)
 *  [project13x](https://wordpress.org/support/users/project13x/)
 * (@project13x)
 * [3 years ago](https://wordpress.org/support/topic/undefined-variable-post-in-solidpostlikeswoo-php-on-line-20/#post-16706139)
 * I have the same error
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Ten] Twenty Ten theme how to add image to each post in category listings](https://wordpress.org/support/topic/twenty-ten-theme-how-to-add-image-to-each-post-in-category-listings-2/)
 *  [project13x](https://wordpress.org/support/users/project13x/)
 * (@project13x)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/twenty-ten-theme-how-to-add-image-to-each-post-in-category-listings-2/#post-16084326)
 * This is usually done by making a childtheme and than alter the files.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Ten] Email Link and “2 photos”](https://wordpress.org/support/topic/email-link-and-2-photos-2/)
 *  [project13x](https://wordpress.org/support/users/project13x/)
 * (@project13x)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/email-link-and-2-photos-2/#post-16084322)
 * 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.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Ten] problem with 2010 theme – its stopped displaying comments](https://wordpress.org/support/topic/problem-with-2010-theme-its-stopped-displaying-comments/)
 *  [project13x](https://wordpress.org/support/users/project13x/)
 * (@project13x)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/problem-with-2010-theme-its-stopped-displaying-comments/#post-16084305)
 * In the style.css file you can see the version number.
 * Comments stop being displayed can also be due to a plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Block Builder - Lazy Blocks] Repeater field – copy and paste issue](https://wordpress.org/support/topic/repeater-field-copy-and-paste-issue/)
 *  Thread Starter [project13x](https://wordpress.org/support/users/project13x/)
 * (@project13x)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/repeater-field-copy-and-paste-issue/#post-15858695)
 * Hi thanks for the feedback!
 * I understand now. Better to not use the meta when also wanting the copy the blocks
   with content.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Block Builder - Lazy Blocks] Repeater field – copy and paste issue](https://wordpress.org/support/topic/repeater-field-copy-and-paste-issue/)
 *  Thread Starter [project13x](https://wordpress.org/support/users/project13x/)
 * (@project13x)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/repeater-field-copy-and-paste-issue/#post-15827341)
 * Hi, 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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Block Builder - Lazy Blocks] LayzBlocks not working anymore in backend since WP 6.0](https://wordpress.org/support/topic/layzblocks-not-working-anymore-in-backend-since-wp-6-0/)
 *  [project13x](https://wordpress.org/support/users/project13x/)
 * (@project13x)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/layzblocks-not-working-anymore-in-backend-since-wp-6-0/#post-15792438)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscriptions for WooCommerce] how to use a Filter Hook](https://wordpress.org/support/topic/how-to-use-a-filter-hook/)
 *  Thread Starter [project13x](https://wordpress.org/support/users/project13x/)
 * (@project13x)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/how-to-use-a-filter-hook/#post-15187858)
 * Thank you for quick feedback!
 * That worked 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscriptions for WooCommerce] guest checkout disabled?](https://wordpress.org/support/topic/guest-checkout-disabled/)
 *  Thread Starter [project13x](https://wordpress.org/support/users/project13x/)
 * (@project13x)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/guest-checkout-disabled/#post-15179648)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] contact form saving gives 403 error](https://wordpress.org/support/topic/contact-form-saving-gives-403-error/)
 *  Thread Starter [project13x](https://wordpress.org/support/users/project13x/)
 * (@project13x)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/contact-form-saving-gives-403-error/#post-15100657)
 * It’s a client website.
 * Was there recently a plugin update that requires different settings, permission
   from the server?
 * Thanks in advance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Portfolio Post Type] Compatibility WordPress 5.0.2](https://wordpress.org/support/topic/compatibility-wordpress-5-0-2-2/)
 *  [project13x](https://wordpress.org/support/users/project13x/)
 * (@project13x)
 * [7 years ago](https://wordpress.org/support/topic/compatibility-wordpress-5-0-2-2/#post-11504619)
 * I 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slide Anything - Responsive Content / HTML Slider and Carousel] delay textbox/div](https://wordpress.org/support/topic/delay-textboxdiv/)
 *  Thread Starter [project13x](https://wordpress.org/support/users/project13x/)
 * (@project13x)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/delay-textboxdiv/#post-8835862)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page scroll to id] Disable offset for mobile](https://wordpress.org/support/topic/disable-offset-for-mobile/)
 *  [project13x](https://wordpress.org/support/users/project13x/)
 * (@project13x)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/disable-offset-for-mobile/#post-8815086)
 * I 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)

Viewing 15 replies - 1 through 15 (of 39 total)

1 [2](https://wordpress.org/support/users/project13x/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/project13x/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/project13x/replies/page/2/?output_format=md)