Tagged: x
-
AuthorPosts
-
April 3, 2016 at 8:33 am #864668
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
April 3, 2016 at 9:09 pm #865232Hey 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!
April 4, 2016 at 12:12 am #865391Thanks 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?
April 4, 2016 at 3:19 am #865587Please see the links below
https://community.theme.co/kb/customization-best-practices/
https://community.theme.co/kb/customization/actions-and-filters-in-x/Thanks.
April 8, 2016 at 1:20 pm #873155I 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?
April 9, 2016 at 1:42 am #873817Hi 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!
April 9, 2016 at 9:37 am #874190thanks, i found the exact fix on the forums.
Great support though!
April 9, 2016 at 12:49 pm #874360You’re welcome 🙂
If you need anything else please let us know.
-
AuthorPosts