-
AuthorPosts
-
April 13, 2014 at 4:17 am #250617
Hi,
Thanks again for a great theme – really enjoying using it.
I’m trying to use the Portfolio as a way of adding events to my site – http://79.170.44.107/magicfest.co.uk/whats-test/
Doing so, I have encountered 3 issues that I’d like some help with please;
1. How do I set a default sidebar for portfolio categories and/or tags (e.g on http://79.170.44.107/magicfest.co.uk/event-categories/special-events/tag/28th-june-2014/) I’d like to have the same sidebar as on http://79.170.44.107/magicfest.co.uk/whats-test/ (I can’t really use the ‘Displayed Everywhere’ widget as I have custom sidebars elsewhere)
2. How do I change the default heading of ‘Portfolio items’ for pages that filter portfolio tags and categories AND tags (e.g on http://79.170.44.107/magicfest.co.uk/event-categories/special-events/tag/28th-june-2014/). It’s straightforward for portfolio categories as it’s simply changing the category description, but this doesn’t appear to work for tags?
3. I’m using the ‘Cat & Tag Filter’ plugin to filter portfolio posts now (it can query portfolio_entries which is ideal). If I wanted to remove the default filter for portfolio (e.g the All / Illusions & Mentalism / Masterclass etc. directly above the portfolio entries on http://79.170.44.107/magicfest.co.uk/whats-test/) can you advise what I should remove or comment out and from which PHP file please?
Appreciate your help,
Sam
April 13, 2014 at 8:21 pm #250794Apologies – have changed a few things since originally asking these questions – have updated the below accordingly.
My test platform is now at http://79.170.44.107/magicfest.co.uk/festival-whats-on/
Still need to know following please;
1. How do I set a default sidebar for portfolio categories and/or tags (e.g on http://79.170.44.107/magicfest.co.uk/event-categories/30-06-14/tag/adam-house/) I’d like to have the same sidebar as on http://79.170.44.107/magicfest.co.uk/festival-whats-on/ (I can’t really use the ‘Displayed Everywhere’ widget as I have custom sidebars elsewhere)
2. How do I change the default heading of ‘Portfolio items’ for pages that filter portfolio tags and categories AND tags (e.g on http://79.170.44.107/magicfest.co.uk/event-categories/30-06-14/tag/adam-house/). It’s straightforward for portfolio categories as it’s simply changing the category description, but this doesn’t appear to work for categories AND tags and just tags on their own? Be happy for it to be a default of ‘Search Results’ for all these.
3. I’m using the ‘Cat & Tag Filter’ plugin to filter portfolio posts now (it can query portfolio_entries which is ideal). If I wanted to remove the default filter for portfolio (e.g the All / Illusions & Mentalism / Masterclass etc. directly above the portfolio entries on http://79.170.44.107/magicfest.co.uk/festival-whats-on/) can you advise what I should remove or comment out and from which PHP file please?
Thanks!
Sam
April 14, 2014 at 3:27 am #250864Another question on above – how do I change the default sidebar for search results? E.g) http://79.170.44.107/magicfest.co.uk/?s=example
April 16, 2014 at 1:59 pm #252091Another question – how can I remove the date showing from portfolio ‘results’ pages – e.g) http://79.170.44.107/magicfest.co.uk/event-categories/28-06-14/tag/adam-house/
It shows the publish date beneath the portfolio item title – how can I remove this please?
Thanks,
Sam
April 16, 2014 at 11:33 pm #252339Can you please come back to me ASAP on these? I’m hoping to launch this site on Saturday so want to resolve these issues before then. Thanks!
April 18, 2014 at 2:34 pm #253170Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-content-slider .slide-meta { display: none; } #js_sort_items { display: none; }
you can change widgets inside Displayed Everywhere widget area in Appearance > Widgets to change the sidebar on search page.
You can also choose any widget areas of your portfolio item page – http://i.imgur.com/mNDvpU3.png
2- Link is not working so i am not sure if i understood your question correctly. Can you elaborate?
Regards,
YigitApril 18, 2014 at 2:47 pm #253178Thanks for the reply Yigit – apologies for broken links, have been trying to resolve myself. Updated questions below;
1.) How do I change the ‘Portfolio Items’ heading 3 on http://79.170.44.107/magicfest.co.uk/event-categories/30-06-14/tag/city-art-centre/ please? Either want to remove it all together or change it to be ‘Search Results’.
2.) How do I change the default sidebar on portfolio categories for ONLY porfolio categories? E.g) http://79.170.44.107/magicfest.co.uk/event-categories/01-07-14/ If I edit the ‘Displays Everywhere’ sidebar it shows this content beneath other Sidebars on pages that it shouldn’t (despite those pages having defined Sidebars from the Layout Tool within the editor.
3.) How do I change the default side bar for search results pages? E.g) http://79.170.44.107/magicfest.co.uk/?s=example Again if I edit the ‘Displays Everywhere’ sidebar, it adds this sidebar to the base of all other sidebars on my site (not what I want)
4.) How can I remove the publish date showing from portfolio ‘results’ pages – e.g) http://79.170.44.107/magicfest.co.uk/event-categories/30-06-14/tag/city-art-centre/ e.g) How do I remove 13th April appearing on the portfolio grid items?
Thanks in advance for your help,
Sam
April 22, 2014 at 5:12 am #254150Hi Sam!
1. This will do it:
.archive h3.post-title.tag-page-post-type-title { display: none; }
2-3. Try with this plugin: https://wordpress.org/plugins/conditional-widgets/
4. Seems you already achieved that.
Cheers!
JosueMay 1, 2014 at 2:40 am #258665Hi Josue,
Thanks for your reply.
The custom CSS for question 1 didn’t work? I’m still seeing ‘Portfolio Items’ – can you advise?
Will give the Conditional Widgets plugin a try.
Thanks,
Sam
May 1, 2014 at 2:53 am #258666Hi!
The code did work when i tested it live, i’m not seeing it applied in the Quick CSS:
http://79.170.44.107/magicfest.co.uk/wp-content/uploads/dynamic_avia/enfold.css?ver=1Cheers!
JosueMay 1, 2014 at 3:00 am #258669Hi Josue,
I’ve actually applied it to the live site – http://www.magicfest.co.uk/ as the URL above is an old development URL.
Still seeing Portfolio Items on pages like http://www.magicfest.co.uk/tag/magic-workshops/ and http://www.magicfest.co.uk/event-categories/30-06-14/tag/city-art-centre/
Any ideas?
Thanks for your help,
Sam
May 1, 2014 at 3:07 am #258672I’m not seeing the h3 you wanted to remove:
Cheers!
JosueDecember 2, 2014 at 3:59 am #361257Thanks for a great theme! I too need to search portfolios by something other than categories, but the widget will not work for my needs.
The Avia Layout Builder has a “content element” called “BLOG POSTS”.
This element displays “PORTFOLIO ENTRIES” by “CATEGORIES”. Is there a way to display by “PORTFOLIO TAGS” like it does for blog posts?Thank you!
-
AuthorPosts
- The topic ‘Portfolio Queries’ is closed to new replies.