I realized that a dropdown for sorting wasnt good.
So now I have a text button for the sorting
<label>
<xsl:element name="a" >
<xsl:attribute name="href">
<span>
<xsl:value-of select="OrderLink"/>
</span>
</xsl:attribute>
<xsl:value-of select="OrderType" class="button"/>
</xsl:element>
</label>
This displays a link to change the sorting style.
Is there a way to have both styles show, in my case "Sort by Date" and "Sort by Relevance", except one is a button to change, and the other is something static.
Similar to this style (The Toggle button version)?
http://www.uxcentral.com/wp-content/upl ... e-sort.png
Search found 7 matches
- Mon Jun 13, 2016 3:21 pm
- Forum: Search Appliance
- Topic: Sorting text link to "toggle" style?
- Replies: 2
- Views: 19141
- Tue Jun 07, 2016 11:43 am
- Forum: Search Appliance
- Topic: Change "sorting" setting to radio button?
- Replies: 4
- Views: 20959
Change "sorting" setting to radio button?
Oops, I wasn't sure if it would work.
But thank you for the code
But thank you for the code
- Tue Jun 07, 2016 10:31 am
- Forum: Search Appliance
- Topic: Change "sorting" setting to radio button?
- Replies: 4
- Views: 20959
Change "sorting" setting to radio button?
I currently have a drop down as well. I do not know XSL, and the drop down doesn't seem to be working.
The text links are working.
But I would like it to be radio buttons.
Here is a link for reference
http://thunderstone.academy.usna.edu/te ... ackieTest2
The text links are working.
But I would like it to be radio buttons.
Here is a link for reference
http://thunderstone.academy.usna.edu/te ... ackieTest2
- Mon Jun 06, 2016 5:07 pm
- Forum: Search Appliance
- Topic: Change "sorting" setting to radio button?
- Replies: 4
- Views: 20959
Change "sorting" setting to radio button?
There is this that has the option to change the sorting by "sort by date" and "sort by relevance".
I see it as simply text. Is there a way to make it a radio button option?
<xsl:element name="a">
<xsl:attribute name="href">
<xsl:value-of select="OrderLink"/>
</xsl:attribute>
<xsl:value-of select="OrderType"/>
</xsl:element>
</div>
I see it as simply text. Is there a way to make it a radio button option?
<xsl:element name="a">
<xsl:attribute name="href">
<xsl:value-of select="OrderLink"/>
</xsl:attribute>
<xsl:value-of select="OrderType"/>
</xsl:element>
</div>
- Wed Jun 01, 2016 10:24 am
- Forum: Search Appliance
- Topic: Display site icon in results?
- Replies: 5
- Views: 21923
Display site icon in results?
Oh thank you!!!! That works!!!
For most of the URLS, and of course I have one where the ico is not in the root.
How can I add something to address that?
The .ico is under "URL/wp-content/themes/nabsd/"
(I have never used .xsl before in my life, so all this is new to me)
For most of the URLS, and of course I have one where the ico is not in the root.
How can I add something to address that?
The .ico is under "URL/wp-content/themes/nabsd/"
(I have never used .xsl before in my life, so all this is new to me)
- Tue May 31, 2016 8:55 am
- Forum: Search Appliance
- Topic: Display site icon in results?
- Replies: 5
- Views: 21923
Display site icon in results?
Yeah, that might be good.
Could you maybe guide me to how do do that?
A reference page or something?
Could you maybe guide me to how do do that?
A reference page or something?
- Fri May 27, 2016 1:57 pm
- Forum: Search Appliance
- Topic: Display site icon in results?
- Replies: 5
- Views: 21923
Display site icon in results?
My search covers different URLs, and I would like to display the URLs icon in the results.
Similar to this:
https://duckduckgo.com/?q=testing&ia=meanings
Similar to this:
https://duckduckgo.com/?q=testing&ia=meanings