veptune
veptune
Hello, Sorry to bother you again and again. I did calendarView.pinsHeaderToTop = YES; but here is the result :  With calendarView.pagingEnabled set to YES or NO it is the...
Hello, My calendar is displaying well, with option self.calendarView.pinsHeaderToTop = YES; I created my own button "Next month" "Previous button", it works, the calendar change, but the month's name in...
Hello all, I have a very weird issue. Here is my component. Not very complicated. With pagination. I wanted to add a filtering feature. import { helperGetDataFromServer} from '../helper.js'; export...
Hello, I got this error : Fatal error: Uncaught Error: Call to a member function serialize() on string in /vendor/phpxmlrpc/phpxmlrpc/src/Value.php:373 The library has been installed with : composer require phpxmlrpc/phpxmlrpc...
Hello, I have rewrite the newPost function to add a custom field, but it doesn't work. Any idea? Thanks function newPost($title, $body, array $content = array()) { $default = array(...
Hello, I have installed the package with : composer require crscheid/php-article-extractor But I got Fatal error: Uncaught Error: Class "Goose\Client" not found in /Users/nicolas/Desktop/www/wordpress/wp-content/plugins/autocontent/vendor/crscheid/php-article-extractor/src/ArticleExtractor.php:50 Stack trace: #0 /Users/nicolas/Desktop/www/wordpress/wp-content/plugins/autocontent/autocontent.php(100): Cscheide\ArticleExtractor\ArticleExtractor->getArticleText('https://www.fas...') It...
Hello, I need to add those rest fields to woocommerce product category, so I added this code 👍 // Product cat register_rest_field( 'product_cat', 'yoast_meta', array( 'get_callback' => array( $this, 'wp_api_encode_yoast_tag'...
Hell all, I don't see any forum where I can report my issue so I try here sorry. Before I use this package, I want try API request directly with...
Hello, I have copied Redneck Rampage fies (REDNECK.GRP, REDNECK.RTS) in the NBlood directory, i start ./rednukem, and here is what see :  I get the same issue with OpenGL...
Hello, I use Laravel 11.23.5 I have installed a fresh version via composer. I want to install your theme, but when I do : ` composer require laravel-frontend-presets/nowui ` I...