Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #174749

    Hello!

    Just purchased the theme. Im comming from other programming areas and have to say that I am quite amazed from the work done and especially from the Enfold theme, it really makes life easy. I have some beginner questions:

    – How can I filter portfolio items by tag?
    – When I open a portfolio item, there are some arrows that allow you to move to next or previous portfolio item. How can I disable them?

    Then some more general questions:
    – I try hard but I don´t really see any search option in this forum. Is this true? Its all about not repeating questions and tiring people.
    – I would like to study things before I really begin developing by web project. Which is the best place? This forum? Some documentation? Videos? Where?

    Once more, thank you for the good job.

    Cheers!

    #175127

    Hi ksakkos!

    1) There isn’t currently an option to filter by tags so right now it isn’t doable.

    2) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    #top.single-portfolio .avia-post-nav {
    display: none;
    }
    

    3) Search can be done from here: https://kriesi.at/support/ but the advanced search hasn’t gotten turned back on since Kriesi updated the site. You could use google via: site:http://kriesi.at enfold video

    Using site:http://kriesi.at and then enfold $searchterm will give you at least a more specific way to search for Enfold Q and A.

    We have a number of videos here: https://vimeo.com/channels/aviathemes and I’m trying to finish up some more for portfolios in the next few weeks.

    Cheers!
    Devin

    #175551

    thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘4 beginner issues’ is closed to new replies.