vintagegroup
Forum Replies Created
-
I found a way to achieve the result I need (without changing the keywords on thousands of photos)
This works …
[gallery wplr-keywords-and="1874836" wplr-collection="79,74" orderby="date" order="desc" columns="5"]
However its not an ideal solution because it means that every time I add a new collection I will have to update 40+ pages to include that collection.
So ideally there needs to be a way to INCLUDE keywords (wplr-keyords-and) but at the same time EXCLUDE keywords from the result.
The recent update which now includes wplr-keywords-and still doesn’t fix the problem.
Example:
I have 3 photos … (wplr keywored numbers are in brackets)
PHOTO A (keywords) = cars(399075), alvis(1874836), Silver Crest(3000610)
PHOTO B (keywords) = cars(399075), alvis(1874836) Silver Crest(3000610)PHOTO c (keywords) = Mascot(346573), alvis(1874836), Silver Crest(3000610)
Now I only want to show photos A & B so I use this shortcode
[gallery wplr-keywords-and="399075,1874836"]
This should show me just A & B but because alvis is a keyword on photo C I am seeing 3 photos.
This plugin needs the ability to BOTH specify multiple keywords which must be and AND operator but it also needs the ability to further fine tune that query by excluding other keywords – perhaps something like.
[gallery wplr-keywords-and="399075,1874836" wplr-keywords-and-exclude="346573"]
The exclude should be an AND operator unless it could be specified to be an OR operator.
[gallery wplr-keywords-and="399075,1874836" wplr-keywords-or-exclude="346573"]
From there you could also do an OR operator for finding files as well as excluding them. i.e.
[gallery wplr-keywords-or="399075,1874836"]
This would find images with with EITHER of those keywords as opposed to AND which find images which have BOTH keywords.
This would make wp/lr REALLY REALLY flexible. Right now its driving me up the wall that I can’t do this.
So it seems one of the standard WP-GALLERY codes is ‘exclude’ but for some unknown reason that doesn’t seem to be available in WP/LR Sync when using shortcodes?
Forum: Plugins
In reply to: [Meow Lightbox] Meow Lightbox overriding Custom URL linkingI am having a similar issue …
I’m building a photography site for myself hre:-
I am using some pages as category landing pages like this one
http://http://raysphotos.uk/styles
As you can see I have a 3 column layout and I have linked the text underneath each image to the destination page and I have also linked the image to the same destination in the page editor.
However – the Lightbox is overruling the link.
I read through Sir-Peters issue and I cant see how I can achieve what I need.
For example I do not want the lightbox to work on this page:
http://raysphotos.uk/featured-content/airports/
(this page has a post id of – post=908)
Which is actually a post under a custom post type of ‘featured content’- but I DO want it to work on other posts under the same post-type such as this page:-
http://raysphotos.uk/featured-content/birds/
(this page has a post id of – post=775)
So basically I need to be able to specify by the post-id which pages should and should not use the lightbox but insead look to the link set into the image so that when the image is clicked it goes to that URL I’ve added.
How can I resolve this please.
Thanks
Ray
- This reply was modified 6 years, 2 months ago by vintagegroup.
Forum: Fixing WordPress
In reply to: JAVASCRIPT Seems to be NOT loadingI dont see how something can be ‘misconfigured’
I’m doing everything I always do, amd have done hundreds of times before, WP installs correctly.
IIS is set up exactly as every other site.
I domnt know what mod_security is – this is a windows server I think you may be under the impression this is a linux server.
This has only started happening since WP 5.3
My other sites not running on WP 5.3 are fine.
Seems that nobody wants to recognise the issue and instead point the finger back at the environment.
Forum: Fixing WordPress
In reply to: JAVASCRIPT Seems to be NOT loadingHello James,
I own my own servers so I do it manually, been installing WP for over 10 years and have done it for 500+ sites.
In this instance I simply …
Created a new blank MySQL DB Schema, set access to the schema for the user with correct priveleges (as I always do).
Then I downloaded the WP package from .org and then upacked it, then edited wp-config.php to added DB credentials, salts, change the db prefix from the default.
Then I once that was done I fired up the site in FireFox (70.01) and ran the standard installation routine.
Once that was complete – I logged in.
Then I checked for errors in the console and got what you see in the images above.
This server is hosting over 300+ sites – I RDP into the server – its running Win Server 2012 R2 with all updates current. Its a 3.4 ghz server with 16GB ram and a 500GB SSD. Dual Xeon. Server is running cool and I also run EEST File Security, MalwareBytes and their Anti-RootKit.
Running IIS 7 and I manage all my DNS zones myself.
PHP Ver is 7.2 (not ready to go 7.3 yet).
Its strange because I have other WP 5.3 sites running on this server which are running perfectly.
Forum: Fixing WordPress
In reply to: JAVASCRIPT Seems to be NOT loadingDo
in trying to narrow the issue …
I have just done a 100% clean install of WP 5.3 into another spare domain I had.
mlmfunnelspro.com
Can anyone explain this to me Please!!!!
http://mlmfunnelspro.com/wp-content/uploads/2019/11/Screenshot-2019-11-26-at-14.17.36.png
http://mlmfunnelspro.com/wp-content/uploads/2019/11/Screenshot-2019-11-26-at-14.20.04.png
http://mlmfunnelspro.com/wp-content/uploads/2019/11/Screenshot-2019-11-26-at-14.20.20.png
Thx
Forum: Networking WordPress
In reply to: Multisite 404 & IIS ScreenSlowly but surely I am unravelling this …
So – I just added a BINDING in IIS for the subdomain
testhis.
and HEY PRESTO! – it worked – I can now get to the subdomain site and its dashboard.
So it appears that there is no other way on a windows server to get this to work other than create a binding in IIS – so my question is why isn’t the site creation process creating the binding on my server?
Surely everyone who is using Multisite in a WinSrvr / IIS environment cant be having this issue?
Suggestions please as to how I can create subdomain network sites without having to add IIS bindings.
- This reply was modified 7 years, 1 month ago by vintagegroup.
Forum: Networking WordPress
In reply to: Multisite 404 & IIS ScreenAHA! … now this is interesting … and might be the cause …
When I go into the settings for the subdomain site I have created – it has no THEME applied to it. The master site is using TWENTYNINETEEN.
I cannot see anywhere if I should be adding a theme to the new network site?
But that in itself wouldn’t explain why the dashboard isn’t showing.
Thoughts?
Forum: Networking WordPress
In reply to: Multisite 404 & IIS ScreenUPDATE …
If change this line in WP-CONFIG
define('SUBDOMAIN_INSTALL', true);to
define('SUBDOMAIN_INSTALL', false);It works! it creates sites and I can go to them and get to the admin dashboard.
So it appears its an issue with resolving the subdomain.
My DNS file for the domain has a wildcard (A) record as required.
* A 7x.x8.xx.1xx(I hid the IP with xxx on purpose for obvious – but the IP is correct.
So I added a subdomain in the host file called ‘subtest.mortgageslocal.co.uk’ – then I created this as a site in IIS and added a simple test html file in that directory.
Et Voila! it resolves.
So, there is nothing wrong with my DNS entries it would appear, also IIS working correctly. I have checked and double checked that my entries in WP-CONFIG and WEB.CONFIG (remember its a winsrvr so doesn’t use .htaccess) and all of these are correct.
Wordpress is creating subsites on directories and these are working fine and its creating subdomain based network sites but i can’t get to the dahsboard or the site – all I get is the LOCALHOST IIS screen like the network site here.
networksite.
Please somebody – help! or at least tell what the hell I am doing wrong.
Forum: Fixing WordPress
In reply to: Add New Post & Quick Edit Not Working 5.1.1So … update …
I seem to be experiencing what a lot of other WP users are experiencing but let me be specific to my own experience.
Today, I did a 100% clean default install of WP 5.1.1 – no themes or plugins into a clean database.
Logged in.
Clicked Media Library.
All that shows is “MEDIA LIBRARY” and the “ADD NEW” button … the rest of the pages is just the plan great. Thats it. Nothing else.
This was on our Windows 2012 R2 box.
So I did the same thing on our Linux box … got EXACTLY the same result.
In the same installs the ‘QUICK EDIT’ link under posts or pages isn’t working.
I am beginning to believe that this release of WP is so very full of bugs that WP Should either fix it or withdraw it.
Clearly over 4 MILLION installs of the Classic Editor is something that WP needs to take heed of.
Forum: Fixing WordPress
In reply to: Add New Post & Quick Edit Not Working 5.1.1I forgot …
To be absolutely sure this wasn’t anything to do with anything on my sever!
I just went onto another server I have – installed a completely clean install of 5.1.0 – repeated all the steps I did on the clean install on the other server and it all worked fine.
upgraded to 5.1.1 – and there’s the issues again.
The first server is a WIN2012 R2 IIS7 box.
The latter is a Linux box.