igor666
Forum Replies Created
-
Not sure if anyone is still using this, but I have tried to use my own Etsy API key and it seems to be working now – go to https://www.etsy.com/developers and click ‘create a new app’ – fill in the required bits and you’ll get an API key.
In WordPress, go to Plugins->Editor and chose Customizable Etsy Widget in the dropdown top right, click Select.
In the editor, find the line:
define(‘ETSY_API_KEY’, ‘xxxxxxxxxxxxxxxxxxxxx’);
And paste your API key in here – save and you’re done.
Hopefully it’ll keep working!
Forum: Plugins
In reply to: Gallery generated using dropbox. Does it exist?I did find this:
https://2boandco.com/products/my-php-dropbox-gallery
Not a WordPress plugin, but a PHP script that creates a gallery from your Dropbox Photos folder – if anyone can adapt this to a plugin I’d be very happy indeed!!
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Cannot send an emailThe issue is with permalinks – specifically the fact that I’m on a Windows server…
Can only get it to work if I leave the /index.php/ part of the URL in – not a major issue – but if there is a way round this I’d be very grateful to hear it ??
Cheers
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Cannot send an emailOK, after a little digging I have found this:
On the site where to forms are not working, the page source shows:
<form action="/contact_me#wpcf7-f7-p779-o1" method="post" class="wpcf7-form">
On a working site (different host) I have:
<form action="/contact_me/#wpcf7-f1-p36-o1" method="post" class="wpcf7-form">
Notice the trailing ‘/’ after the page URL!
Have deleted and reinstalled the plugin and they are both the current version!
Can anyone shed any light on what’s happening??
Many thanks
Forum: Your WordPress
In reply to: Free Web Hosts?https://www.byethost.com if you’re still looking
Forum: Networking WordPress
In reply to: Wildcard Subdomains vs Parked DomainsYeah, tried that before putting a support ticket on – just gave an error saying it was an invalid domain!
But, the parked domain thing seems to be holding up so it’s fortunatly not a problem for now lol
The host is Mochahost by the way – apart from that tiny issue they seem OK!
Forum: Networking WordPress
In reply to: Wildcard Subdomains vs Parked DomainsThat’s good – will keep the current host and see how it goes ??
Many thanks for the reply.
Many thanks – that does work!
Really good plugin – will be using it in a few sites I’m sure!
One question though – would it be possible to add a couple more field in the venue location area – at the moment there is Name, Address, and Town – would be useful to have Zipcode/postcode and Country too? I can add it using the ‘attributes’ bit but it’s a bit messy for end users and also would be useful for the Google Maps integration ??Thanks
Forum: Networking WordPress
In reply to: Automatic creation of new site?Thanks again Andrea!
Forum: Networking WordPress
In reply to: Automatic creation of new site?Thanks Andrea – registratoin was disbled but I’ve found it now!
Now, is it possible to have sites set up but not active until they are approved by the Super Admin?
Cheers
Forum: Networking WordPress
In reply to: Edit DashboardCheers David – will have a look at that soon!