Jake Henshall

Results 7 issues of Jake Henshall

Hey, I run this code scrape 32853590425 But I get this error: TypeError: Cannot read property '1' of null at /Users/jake/Code/aliexscrape/index.js:12:65 at tryCatcher (/Users/jake/Code/aliexscrape/node_modules/bluebird/js/release/util.js:16:23) at Promise._settlePromiseFromHandler (/Users/jake/Code/aliexscrape/node_modules/bluebird/js/release/promise.js:512:31) at Promise._settlePromise (/Users/jake/Code/aliexscrape/node_modules/bluebird/js/release/promise.js:569:18)...

### Description Is there any way to use continuousVertical with Fixed Background and autoScrolling off to keep loading in the slides to create something similar to this site -> https://madebyarticle.com/...

enhancement

Hi, Thanks for releasing this, it is brilliant. I just have a couple of questions about it. 1. Does it support Multisite? 2. Does it support custom post types? 3....

clarification

Hi, I Have the code below ```php $text = []; $crawler->filter('#pagination-bottom .ui-pagination-navi a')->each(function ($node) use (&$text) { $text[] = $node->text(); return $text; }); foreach ($text as $texts) { echo ''...

Hi, Great theme and Youtube course I'm trying to learn by using your theme but I'm facing an issue. Please find attached a video of the issue. https://imgur.com/Ho81kuS Hopefully, you...

Hi, I also have another issue. If I want to use a different currency I cannot as src/js/filters/money.js default symbol is $ How would I be able to use other...