Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #864668

    anton.pelayo
    Participant

    Had a few questions regarding customizing some functions on the theme.

    1) in opticshock.antonpelayo.com/works – i used the ethos portfolio – is there a way to customize this menu so that it has 2 // instead of one?

    2) How easy/hard is it to customize the search function? – My client wants to have a simple search bar that sits in the menu or even as a drop down? I’ve photoshoped something to visualize what i mean

    3) search results url – is there a way to remove the ?s= string from the url when on a search results page?

    4) search results automatic header – is there a way to pull in the search item as a header?

    I’ve attached a layout for the search result spage that I’m aiming for – I’m comfy with css and semi-comfy with php/javascript.

    Thanks in advance

    #865232

    Christian
    Moderator

    Hey Anton,

    Thanks for writing in.

    1. Please add the code below in your Appearance > Customize > Custom > CSS.

    .option-set .x-index-filters-menu>li:after, .option-set .x-portfolio-filters-menu>li:after {
        content: "//";
    }

    2. The difficulty will depend on the web developer that’ll customize X.

    3. This would require custom development or a plugin.

    4. This isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

    Thanks for understanding. Take care!

    #865391

    anton.pelayo
    Participant

    Thanks for the reply Christian, # 1 worked fine. #3 is something I can look into.

    Regarding #2 & #4 any thoughts on a good starting point for me to pursue?

    #865587

    Christian
    Moderator
    #873155

    anton.pelayo
    Participant

    I managed to find a work around – switch on bread crumbs and edit css to get the results i want.

    Next question, is there a way to have the bread crumbs appear ONLY on the Search results page?

    #873817

    Friech
    Moderator

    Hi There,

    To make the bread crumbs to appear only on the search page, add the bit of code below on the customizer’s custom css.

    body:not(.search) .x-breadcrumb-wrap {
    	display: none;
    }

    Hope it helps, Cheers!

    #874190

    anton.pelayo
    Participant

    thanks, i found the exact fix on the forums.

    Great support though!

    #874360

    Thai
    Moderator

    You’re welcome 🙂

    If you need anything else please let us know.