Home › Forums › Weaver Xtreme Theme › Doubled quotation marks in search results
- This topic has 9 replies, 4 voices, and was last updated 7 years, 2 months ago by
tiziani.
-
AuthorPosts
-
May 27, 2015 at 08:51 UTC #17811
tiziani
ParticipantThe search results for lorem (i.e.) generates the output:Suchergebnisse für ““lorem””
with doubled (doubled) quotation marks.http://alarmsystemebaum.homepage.t-online.de/wordpress/?s=lorem
Can I change this?Where is it defined?Thank youMay 27, 2015 at 09:10 UTC - Views: 1 #22238scrambler
ModeratorMy test site does not add the extra double quote, so I would start by deactivating ALL non weaver plugins and see if that fixes it.
I would also check a child theme if present for the change
May 27, 2015 at 09:55 UTC - Views: 1 #22239tiziani
ParticipantNo, sorry. There is only Meta Slider working.
Same results without Meta Slider.Do I have a chance with CSS?<h1 class=”page-title archive-title title-search”><span><span class=”title-search-label”>Suchergebnisse für “</span><span class=”archive-info”>”lorem”</span>”</span></h1>May 27, 2015 at 09:58 UTC - Views: 1 #22240scrambler
ModeratorThe quotes are in the content, so no way to remove them with CSS.
@weaver may have an idea of where they could be coming from
May 27, 2015 at 10:12 UTC - Views: 2 #22241Gillian
ModeratorIn the CSS you quote, “ is an opening double quotation mark, and ” is a closing double quotation mark. Thus, combined with “lorem”, you are actually defining two sets of quotation marks. You also have a seemingly unnecessary span tag around the lot. Try simplifying the CSS to:
<h1 class=”page-title archive-title title-search”><span class=”title-search-label”>Suchergebnisse für </span><span class=”archive-info”>”lorum”</span></h1>May 27, 2015 at 10:36 UTC - Views: 2 #22242scrambler
ModeratorI don’t think he is generating the HTML, I suspect the HTML is generated by the theme / WordPress, and if so, the question is why does It include opening and closing quotes in the message, In addition to the quotes that are added to the searched term
May 27, 2015 at 20:23 UTC - Views: 1 #22243Weaver
KeymasterThemes have nothing to do with the text entered into a search box, nor the results returned by the search. This is being done elsewhere.
Weaver does add normal doubled quotes around the search term entered into the search box. This is a translatable string, so it is likely that the translation is adding that.
The DE translations is:
Suchergebnisse für “%s”
EDIT: It looks as if Weaver Xtreme does add the simple double qootes “”, and the t ranslation adds an additional set of the up/down quotes. I will fix the translation for the next release as it is the cause of the doubled up quotation marks.
May 29, 2015 at 10:23 UTC - Views: 1 #22244tiziani
ParticipantThank you for the information.
May I be hopeful for a fix in the next update?That would be great.I like the Weaver theme.🙂May 29, 2015 at 16:20 UTC - Views: 1 #22245Weaver
KeymasterIt will be in the next release.
June 1, 2015 at 07:36 UTC - Views: 1 #22246tiziani
ParticipantThank you.
-
AuthorPosts
- You must be logged in to reply to this topic.