-
AuthorPosts
-
September 2, 2015 at 3:48 pm #497208
Hi,
I have created a page whereby I have recipes displayed in two columns with a picture and a title. When you click on a title/picture then the page with the recipe opens.
I would like to create a sorting function so that the column sections with each respective recipe can be sorted (for example by product, complexity, type of recipe etc).
Is this possible without for someone that isn’t a Matrix level hacker? Please see the link below for the page I am referring to.
Thanks!
Tom
September 2, 2015 at 3:50 pm #497215When I say “sorted” I meant that when you sort by a certain category/characteristic then the recipes not belonging to the category disappear, leaving visible the desired recipes.
Thanks!
Tom
September 3, 2015 at 1:20 pm #497603Hi,
I’m not sure but I think that will take a while to produce, I’m guessing you want to replace the current recipes without reloading the page? There are sorting options if you use the Masonry element.
Best regards,
RikardSeptember 3, 2015 at 2:03 pm #497630Hi Rickard,
The masonry gallery looks great! However, is it possible to sort if I use the Masonry Gallery?
If not and I would need to use the Masonry – how do I edit the actual content that is included in the masonry? (I cannot find an “edit masonry content” section, perhaps I am blind?!).
Thanks for the help!
Tom
September 3, 2015 at 8:50 pm #497995Hi again,
Yes that is correct that I am looking to sort/replace the current recipes without reloading the page. Do you have guide showing how to use the Masonry element?
Thanks
Tom
September 6, 2015 at 8:40 am #498803Hi Tom,
You the answer to most of your questions in the documentation: http://kriesi.at/documentation/enfold/?s=masonry. Please let us know if you should need any further help on the topic.
Best regards,
RikardSeptember 17, 2015 at 9:06 pm #505137Hi Rikard,
I am wondering how to create a new taxonomy/under taxonomies for my recipe pages so that these are shown and can be sorted? How do I give each individual recipe page a “label” so that they can then be sorted by the masonry element?
I am probably asking some pretty dumb questions however the masonry interface wasn’t very intuitive to use for a beginner :(
Thanks
Tom
September 20, 2015 at 10:37 am #506012Hi Support,
Is it possible to get the Masonry element to display pages? Or alternatively it is possible to give pages a tag or category so that the masonry knows to drag them in?
Cheers
Tom
September 21, 2015 at 8:46 am #506265Hey!
If you want to add a sort feature on the masonry element, edit the posts or portfolio items then add categories. These categories will be automatically added as sort items.
Best regards,
IsmaelSeptember 21, 2015 at 9:55 am #506311Hi Ismael,
The items/pages I am wanting to sort in the masonry element exist already on the site as pages that I have created and linked to from another page (see private content).
How do I “convert” the pages to post or portfolio items so that the masonry element recognises them and then sorts them automatically? Or do I need to redo the pages as post/portfolio items in order to make this possible?
Regards,
Tom
September 22, 2015 at 11:16 am #506909Hi!
you could try to add tags to WordPress pages using a plugin. I found this tutorial about it:
http://www.wpbeginner.com/plugins/how-to-add-categories-and-tags-for-wordpress-pages/Regards,
AndySeptember 23, 2015 at 9:02 am #507544Hi Andy,
Thank you so much for the tip – it worked excellently!!! I was really dreading the thought of having to re-do all of the pages to allow sorting…….
Problem solved!
Cheers
TomSeptember 23, 2015 at 9:25 am #507551Hi again,
I am wondering if you could please give me shortcode to remove the sorting title displayed to the left of the sorting options (masonry element)? I would like just to have the sorting options displayed and not the current sorting title. Thanks
Tom
September 24, 2015 at 3:12 am #508139Hi!
I’m not sure what you meant by “current sorting title” and I can’t seem to find the page with the masonry element. Please provide the url to the actual page. A screenshot will help.
Regards,
IsmaelSeptember 24, 2015 at 1:46 pm #508437Hi Ismael!
Sorry for the confusion.
I have put the link to the page with masonry below.
I’d like to remove the title that sits to the far left of the sorting menu. I have used CSS to create buttons around each sorting option and the text colour changes to indicate which sorting option is active.
Thanks
TomSeptember 25, 2015 at 5:37 pm #509201Hey!
use this code to remove it:
.av-current-sort-title { display: none; }
Regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.