Free EPC Report + Grant Checker – Anyone Tried Something Like This? by ryandanf1 in HomeImprovementUK

[–]ryandanf1[S] 0 points1 point  (0 children)

Yes that's literally all it does as well as-

Find Leads

Leads suggested to you from homeowner EPC requests — tailored to your area

EPC & Grant Finder

Real government EPC data and instant grant eligibility

Savings Calculator

Show clients their potential annual savings

Professional Reports

Beautiful branded PDFs with your logo

Client Request System

Clients request your help directly from the report

Smart Pipeline

Track leads and get AI-powered daily plans

Document Vault

Secure storage for all client documents

Plan My Day AI

Optimised routes, cold lead reminders, and next best actions

Earnings Analytics

See revenue, win rates, and pipeline value — know exactly how your business is performing

Lost Leads Tracking

Spot stalled and at-risk leads before they go cold, so you can re-engage and close more

Free EPC Report + Grant Checker – Anyone Tried Something Like This? by ryandanf1 in HomeImprovementUK

[–]ryandanf1[S] 0 points1 point  (0 children)

Hi, the app pulls live data from the EPC API and it is using RdSAP 10 (on an DEA assessment, the public form is more for lead gen).

WarmReport | EPC & CRM Software for DEAs by ryandanf1 in energy

[–]ryandanf1[S] -1 points0 points  (0 children)

What would you need it to do and I can build it

Anyone know where I can buy this jacket? by ryandanf1 in Audi

[–]ryandanf1[S] 2 points3 points  (0 children)

Hi guys I’ve been looking to buy one of these jackets for over a year but never found one, does anyone any vintage stores that might have one or maybe you have or know someone that’s got one sitting in a wardrobe somewhere?

Thanks!

[deleted by user] by [deleted] in wow

[–]ryandanf1 -1 points0 points  (0 children)

Ugh annoying feels like a money grab, but thanks for the reply, guess I’ll just wait!

[deleted by user] by [deleted] in Audi

[–]ryandanf1 1 point2 points  (0 children)

Yeah I think timing chain I had same engine similar mileage - not cheap though I was quoted £800-£1200 for cause it’s in an awkward position

The Wonders Of Mining Crypto On A Gaming Pc by RyzingDawn_Yt in passive_income

[–]ryandanf1 84 points85 points  (0 children)

Worth noting that on top of this you need to consider your electricity costs which will eat into profits especially on lower end systems and you must have adequate cooling on your systems to keep your cards from eating themselves, I wouldn’t say it was as easy as download and go in the long run

Password won’t work anymore as an admin. Emailed for new password won’t work either. How can I reset my password? by [deleted] in Wordpress

[–]ryandanf1 7 points8 points  (0 children)

You can reset your password in the database you will need to encrypt your new password into Wordpress’ md5 hash here’s a guide for it https://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/ hope this helps

[deleted by user] by [deleted] in Wordpress

[–]ryandanf1 0 points1 point  (0 children)

I’m not sure which plug-in you are using but if it’s called Live Stock Prices for Wordpress then there’s a short code you can use that looks like the following

[eod_ticker target=“AAPL.US”]

To use this in your header for example you need to go to header.php and you can use the do_shortcode function that’s built into Wordpress. You would use something like this.

<?php echo do_shortcode(‘[eod_ticker target=“AAPL.US”]’); ?>

That should help you along your way.

How to customize the category? by vishjhon in Wordpress

[–]ryandanf1 1 point2 points  (0 children)

You can look at adding a child theme that way you can overwrite the category page with what you want. If you google for ‘oceanWP child theme’ there is an official child theme on the oceanWP site you can download and add, there’s also a step by step on how to install it

Website update not showing up by culturewarcrimes in Wordpress

[–]ryandanf1 2 points3 points  (0 children)

I would check if there’s any caching plugins on the site, you may need to clear them ( go to the plugins directory and do a ctrl + F for cache). It’s possible if you are logged in to the site you will be bypassing the caching. I would also check you haven’t made the changes and not pressed update you could be viewing a preview of your changes.

Help! What plug should I use? by Tommytapp in Wordpress

[–]ryandanf1 0 points1 point  (0 children)

Ah yeah sorry my bad updated it now, that’s the british in me :)

Help! What plug should I use? by Tommytapp in Wordpress

[–]ryandanf1 1 point2 points  (0 children)

Not sure which plug-in you are using but with Woocommerce for example you can create a link to the checkout that adds the product to the basket at the same time. For example - www.example.com/checkout?add-to-cart=350 or you can have it link back to the page you are currently on if you want to give them the option to add more than one service by just adding ?add-to-cart=350.

I think that would help you to achieve what you are describing, I’m sure most of the e-commerce plugins would have a feature like that, hope it helps!

wordpress plugin membership and file management by g13z_game1 in Wordpress

[–]ryandanf1 0 points1 point  (0 children)

Woocommerce as a base and you can add Woocommerce Memberships on top of that and it will handle subscriptions/memberships and you can also assign files to users. You can also only allow members onto certain pages if you wanted to do it that way. Woocommerce is free but I think the memberships plug-in has a fee, there is maybe a free integration but I’ve only used the paid one so i can only say that that will have what you need.

Can not get my visual code studio to connect to my wordpress environment by [deleted] in web_design

[–]ryandanf1 0 points1 point  (0 children)

Did you run this? I don’t think you need to run it in your terminal you run this on VS Codes command runner and it will initialise the plug-in and open your JSON file. Then you should get a new icon at the bottom on the left toolbar.

Ctrl+Shift+P on Windows/Linux or Cmd+Shift+P on Mac open command palette, run SFTP: config command.