Forum Replies Created
-
AuthorPosts
-
The code worked perfectly to numerically order ‘Masonry Gallery’ images … but by the ‘title’ information.
Typically, the client wanted to sort by the ‘excerpt’ information. Each Masonry Gallery image can have a title and a caption/excerpt.
Guenni007 … you wouldn’t happen to know how to sort by ‘excerpt’ rather than ‘title’ … so it’s this code I assume, just more excerpty ;)
function avia_change_posts_query($query, $params){
if(!empty($query[‘orderby’]) && $query[‘orderby’] == ‘post__in’){
$query[‘order’] = ‘ASC’;
$query[‘orderby’] = ‘title’;
}
return $query;
}
add_filter(‘avia_masonry_entries_query’, ‘avia_change_posts_query’, 10, 2);I think a mod. could solve that – it’s likely possible with a $query / page ID combo …
Wonderful – thank you very much; this worked.
Aye, not sure how load more might work but this opens the door etc,
I appreciate that – but the client wanted to add images and label them and have the site order automatically, irrespective of their position in the gallery back-end (so to speak).
Probably needs coding separately.
Hi Jordan – yes, I am currently using the Masonry Gallery so it would be handy to find a fix for that in particular.
Reinstalling Enfold solved it. Case closed.
June 24, 2019 at 10:48 am in reply to: Grid Row Not Collapsing Correctly – Mod. Assistance? #1112878Excellent – worked first time.
Thank you.
Fixed it: switch to Classic Editor in the Enfold options; solved.
Unfortunately non of the plug-ins above and beyond have worked, even after extensive trial with settings to allow the searching of shortcode items.
I am surprised that, in essence, what you are saying Mike is that the search in Enfold doesn’t work with Enfold?
Just one thing, it *does* work with one of our other most recent sites using the same version of Enfold and WP: https://www.safesol.co.uk/
So, like, what gives there?
OK, from the top …
I’ve installed a latest version of WordPress (5.1) and Enfold 4.5.2 … approx. 3 weeks ago, and the search function doesn’t yield correct and full results.
You can see this here: mvprint.co.uk
The only thing I have tried so far is deactivating all plug-ins and the above suggestions, nothing worked so far.
Usually I only visit here if it’s something really odd which this is?
Thanks Mike,
this is a newly installed theme / website on the latest version of WordPress and Enfold … it’s about 3 weeks old the site.Mike, with respect that really doesn’t have much to do with the issue we are having which is:
‘no results are found for content stored on pages using ALB’.
Example, on this page, countless references to the word ‘books’ : https://mvprint.co.uk/books/
However, when searching for ‘books’ – only ‘1’ use is found.
So question is, what has happened to the latest theme to stop the search working fully?
Hi,
I’m not getting any further forward with this here – even installing a separate search plug-in, same results.As you say, it can find items on non-ALB pages, but can you offer a fix for finding elements on ALB pages? – which is kind of the whole site.
February 20, 2019 at 4:18 pm in reply to: Search on New Version Not Working – Mods to help? #1069517Victoria – note, address now changed to mvprint.co.uk/wp-admin (i.e. live)
If you could still poss. assist?
February 19, 2019 at 2:17 pm in reply to: Search on New Version Not Working – Mods to help? #1068979Hi,
there’s only 2 plug-ins in evidence, when both are deactivated, the search results are the same i.e. none.Seems odd?
February 18, 2019 at 4:54 pm in reply to: Search on New Version Not Working – Mods to help? #1068462Sure – in private
January 24, 2019 at 12:51 pm in reply to: Briefly unavailable for scheduled maintenance. Try again in a minute. #1058128Yes, apologies for the delay.
Thank you for responding.
January 23, 2019 at 11:46 am in reply to: Briefly unavailable for scheduled maintenance. Try again in a minute. #1057674And typically the second I post this the update magically happens and works.
Hi, zoom as in when clicked.
If you click the picture file that presents a zoomed picture (modal box picture zoom in essence), the SVG loads the file and seems to ignore the conditions?
Sure, I’ve created this page, the picture on the left zooms, the picture on the right (the SVG) doesn’t :
Hi, yes I did – I gave up in the end.
Hi,
images work fine – but SVG’s don’t zoom.Example of working images here: https://highgrounddesign.co.uk/hd/brochure-design-portfolio/
Example of non-working SVG’s here: https://highgrounddesign.co.uk/hd/logo-design-portfolio/
I just wondered if the SVG’s could be zoomed?
Anyone?
-
AuthorPosts