Okay
  Public Ticket #170366
Portfolio
Closed

Comments

  • Alexandre started the conversation

    Hello,

    I've some question about the portfolio.

    1. I would like to delete the search box which is in the top menu. Is it possible?

    2. I would like to delete the title repetition of which "sort" of portfolio I select (e.g All, Illustration, Logo)

    Let's see my attachement n°1.

    3. I would like to delete the mention "Sort Portfolio" and the " : " which right next. I know I can choose to enter un "space" instead of "Sort Portfolio", but I don't know how to delete the " : " which is right next.

    Let's see my attachement n°2.

    4. Is it possible to change the "All" of sortable portfolio in another language or another word?

    Let's see my attachement n°3.

    Thank you very much!

    Alexandre Meylan

  •  988
    ThemeNectar replied

    Hey Alexandre!

    1. http://themenectar.ticksy.com/ticket/52594/search/

    2. Add this into the Custom CSS box located in your Salient Options panel:

    #portfolio-filters-inline #current-category {
       display: none!important;
    }
    
    3.
     
    #portfolio-filters-inline .container ul li#sort-label {
      display: none!important;
    }
    
    4. You'd need to modify the shortcode-processing.php file located in the nectar/tinymce folder. Just run a search for the word "all".
    
    Cheers :)
    
  • Alexandre replied

    Hi!

    Many thanks four your answers! But I'm really bad with the "code". I don't know where I have to past them. 

    Is it right there? (let's see my print screen)

    Alexandre

  •  988
    ThemeNectar replied

    YOu could place them in there, but there's a css box in the General Settings tab of the Salient Options panel towards the bottom. I'd reccmend kjeeping them in there :)

  • Alexandre replied

    Hi ! 

    Great I've found it, thank you!

    Therefore, point n° 4 doesn't work. I've found the shortcode-processing.php file and replaced all the 'all' by what I wanted, but nothing happens.

    I've another question about the portfolio mini menu (let's see my screen shot) is it possible to align the end of the line menu with the end of header menu?  or center it in the middle of the page...?

    Thank you

  •  8,437
    Tahir replied

    Hey Alexandre!

    Could you please post your url in a private reply so i can provide you some custom css. Also please make sure to clear your browser and server cache to see the "All" changes. 

    Cheers


    ThemeNectar Support Team 

  • Tobias replied

    Hi

    Similar portfolio question. How do I change the order the portfolio categories appear for sortable portfolio?

    Thanks

    Toby

  •  8,437


    ThemeNectar Support Team 

  • Tobias replied

    Thanks