Przemek Maczewski

Results 14 issues of Przemek Maczewski

I'm adding a _feature request_ to the collection. For the future. Nice project with a great potential, thank you, Riad.

My first thought was about multiple-images field useful for bacground sliders, etc. But maybe more general solution would be even nicer: repeatable fields.

I need to include only some paths from my local dir and exclude everything else. Like only the custom theme subfolder. ``` themes/custom_theme themes/other_theme ``` The idea would be like...

**The app:** (this is Electron app) https://signal.org/download/ **Icons:** https://github.com/signalapp/Signal-Desktop/blob/development/images/icon_1024.png To run in tray: `signal-desktop --start-in-tray`

icon request

Hello, I would like to end with the following line in the PHP file: ``` php

**Prerequisites:** - WordPress 5.5 - TwentyTwenty - Gutenberg Forms 1.9.0 - Safari MacOS **Steps to reproduce problem:** 1. Add Form -> Standard 2. Insert a select field after existing name...

bug 🐞

Hello, is GF compatible with WPMU? I cannot display entries submitted through the form and the console throws error 404 on REST API queries like: `http://dev.local/index.php?rest_route=/wp/v2/cwp_gf_entries?page=1&per_page=10`

bug 🐞
medium-priority

1. Create a form. It has default form label "Gutenberg Form". 2. Submit an entry. 3. Rename the form label to something different like "Contact". 4. Submit an entry. 5....

#### Current Behavior Wistia player in light mode does not show a video thumbnail. #### Expected Behavior The player should display a video thumbnail. #### Steps to Reproduce 1. Open...

I'd like to use the script for 2 navigations on one page: ``` $("#menu-main").mobileMenu({ prependTo: '#header nav .container', switchWidth: 600 }); $("#menu-footer").mobileMenu({ prependTo: '#footer .footer-menu', switchWidth: 600 }); ``` But...