sportsnapper
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] Notice: Undefined variable: supercache_homeThank you!
try
{embed_post:post_title}
see https://calderaforms.com/doc/using-magic-tags-caldera-forms/
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] 1.5.0.2 seriously broken@maverickws I’ve updated to the latest github version, and it fixes the issues that were introduced by the release process, and also includes fixes for the broken text issues. If you need the updated 1.5 functionality, then use the github version – otherwise revert.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Rename file on uploadI’d like to be able to rename my file before I upload it, dragging in a field from the caldera form that has been submitted.
Do you have some example code that covers both the rename and getting the form data you’d be willing to share?
Forum: Plugins
In reply to: [Media Library Assistant] File size (mb)That’s great – thanks for getting back to me so quickly – esp when the answer was there in the documentation ??
What I couldn’t work out was how to get the MLA table display to refresh with the new values – but I couldn’t – using update rule, and map all attachments. I ended up deleting the old field and inserting a new one.
But, I do have a much better idea of how it works now….
Forum: Plugins
In reply to: [Media Library Assistant] custom meta field not shownMy turn to apologise for not getting back to you – I was away last week and this week has been rather hectic!
Great solution -and yes, probably obvious if you’re very experienced with WordPress.
I can now go ahead and asssign categories to my images to be sorted within Essential grid (If I can work it out….)
regards
Forum: Plugins
In reply to: [Media Library Assistant] custom meta field not shownOK, quick search shows that I can contact you via your website contact form – I’ve done this and you have a temp user
Forum: Plugins
In reply to: [Media Library Assistant] custom meta field not shownThanks for getting back to me.
I’m beginning to think that it’s a specific custom meta field for essential grid, and is limited to the plugin and anything that plugin adds. The name “eg-image-cat“, does not show up in the taxonomy list.
In the edit media field, the field only shows up in the Essential grid part of the page – leading me to the conclusion above.
Be happy to give you a temporary login – but how to I get it to you securely?
@lifeinthegrid,
Thanks, I raised a ticket on your site, and you recommended the same solution. I tried it earlier today, and it fixes the problem. My site is now transferred successfully – so I’d say that the developer version fixes this particular problem.
Thanks
Any luck with this – I’m getting the same error. Very frustrated!
Forum: Networking WordPress
In reply to: Multisite local developmentBeen through everything again, and also checked MAMP configuration. Another stop and start, and then it all worked. I know that’s not a reasonable or helpful answer – esp as i’ve spent rather a long time trying to get this working as well as you Ipstenu.
So a rather frustrating successful conclusion to this issue….
Forum: Networking WordPress
In reply to: Multisite local developmentNot in httpd.conf, but in the virtual server definition in httpd-vhosts.conf I’ve got
<VirtualHost *:80>
DocumentRoot “/Volumes/Data/blog”
ServerName mysite2.dev
<Directory “/Volumes/Data/blog”>
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<VirtualHost *:80>
DocumentRoot “/Volumes/Data/blog”
ServerName mysite1.dev
<Directory “/Volumes/Data/blog”>
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>As this is an include in httpd.conf I think this covers it.
In the domain mapping configuration i’ve changed the serve rip address to be 127.0.0.1 – is this correct – as it was set to my hosting server IP.
Domain Mapping Configuration
As a super admin on this network you can set the IP address users need to point their DNS A records at or the domain to point CNAME record at. If you don’t know what the IP address is, ping this blog to get it.
If you use round robin DNS or another load balancing technique with more than one IP, enter each address, separating them by commas.
Server IP Address: 127.0.0.1
Forum: Networking WordPress
In reply to: Multisite local developmentyes ‘fraid so…
Forum: Networking WordPress
In reply to: Multisite local developmentIpsentu,
Decided to try this one more time – and I’ve now got a MAMP install working for the main MU site. However, if I try to open the admin for one of the network sites i get
The requested URL /wp-admin/ was not found on this server.
The hosts file is correct, and the apache vhosts file has been updated as well.
Forum: Networking WordPress
In reply to: Domain redirectionSorted – the site is now live.