Hello,
Wisteria does not respect RGPD now, because it’s using Google Fonts (Lato and Montserrat), which are not host in local in the theme folder, but on Google’s machines. So visitors, when they go to my website, also goes on google’s website. I don’t want any tracker on my website, I don’t want any cookies consent banner, so i want to know how to change it.
Just changing styles.css didn’t work. I tried to comment php lines in extra.php, the part which seems to call google fonts, but fatal error happened, it broke everything.
Using the wordpress function “Additionnal CSS” is not a solution I think : fonts has to be called in styles.css, and “Additionnal CSS” arrived to late, after the css call Google.
I know Wisteria hasn’t published update since a wile and probably won’t do it again, but it’s a very good theme, I will be very sad to change it for an other, my visitors are used to it. I’m ready to get involved to change the code on my version to extend it as long as possible. I didn’t find alternative to this theme that I like, with all those features.
So, please just tell me how clear the php code and css for the fonts, so that I can use my own, or host myself Lato and Montserrat. So that I can be autonomous.
Thank you
]]>Hi, I would like to set-up a Site-Hero Featured posts on homepage with Wisteria Pro. The only way I found is via WP tags. But there is better functinality, Sticky Posts. How will I set-up Site Hero with Featured Content based on Sticky posts with Wisteria Pro?
]]>Hello,
For some reason my homepage does not display properly in either Safari 5.1 or IE 11.
OS – Win 8.1 Enterprise
In Safari some of the text seems to be spilling over into the margins of other parts of the page.
In IE the thumbnail pictures of my posts are very large.
This only seems to affect the homepage however. The other pages seem to render okay for both browsers.
Any help is appreciated.
Thanks,
Andrew
Hello! I use a post scheduler to publish posts to our WordPress site. The format for the posts is
{text}
Image tag
My problem is that when the post gets posted, the image tag is included in the excerpt. Because of which the homepage display for recent posts has the same image posted twice (as a thumbnail and as a part of excerpt)
I tried to place a generic code in the functions.php but this doesn’t seem to work. If anyone can help me figure this out, I’ll be super grateful!
function improved_trim_excerpt($text) {
global $post;
if ( '' == $text ) {
$text = get_the_content('');
$text = apply_filters('the_content', $text);
$text = str_replace('\]\]\>', ']]>', $text);
$text = preg_replace('@<script[^>]*?>.*?</script>@si', '', $text);
$text = strip_tags($text, '<p>');
$excerpt_length = 80;
$words = explode(' ', $text, $excerpt_length + 1);
if (count($words)> $excerpt_length) {
array_pop($words);
array_push($words, '[...]');
$text = implode(' ', $words);
}
}
return $text;
}
remove_filter('get_the_excerpt', 'wp_trim_excerpt');
add_filter('get_the_excerpt', 'improved_trim_excerpt');
Thanks!
]]>Hello! I′m using the Wisteria Theme right now and I would like to know in a Single Post page do I put the comments section (from Jetpack) BEFORE the Autor bio section (that one that says ‘Published by…’ and shows his avatar) and the Post Navigation (that one where you can see the ‘next’ and ‘previous’ posts).
I other words, my post pages are appearing like that:
1) POST TITLE
2) POST CONTENT
3) ‘PUBLISHED BY…’
4) AUTHOR INFO
5) NEXT/PREVIOUS POST
6) COMMENT
And I would like to make it to appear like that:
1) POST TITLE
2) POST CONTENT
3) COMMENT
3) ‘PUBLISHED BY…’
4) AUTHOR INFO
5) NEXT/PREVIOUS POST
Hi
Need help to change the font size of the Site title.
Thanks
Julian
How do I change the font of the text under “Left Patrol”?
Also, how do I change the purple which is the color of the search bar button and the little tabs?
]]>I finally updated to the latest version of wisteria and I noticed that the dropdowns for the page list at the top of the page, the search button, and the next page box at the bottom all display the wrong symbol. The dropdowns and next page box should be arrow head symbols like > and v and the search box should by the magnifying glass. Instead, these all display squares. The last version that I used didn’t do this, although I think 1 or 2 came out since the last time I updated.
I do make some minor color changes for my site, but I uninstalled and reinstalled the theme so that the original css etc would be there and the problem is there even without me changing anything in the theme.
]]>I just noticed that when I’m viewing the site on mobile – there’s no menu. Even on my computer, if I make the screen narrow enough, the menu disappears. There used to be a hamburger menu under the site title, but it’s gone. I’ve disabled all my plugins and it made no difference. Any ideas?
]]>Hello,
I just noticed that if you make a comment that is too long, it forces the “post comment” button down in the white comment box and it then becomes unavailable.
That box should either increase in size or have a scroll bar so that if your comment gets too long you can still find and press the “post comment” button.
You can go to this page and try it yourself.
https://atavisionary.com/child-slaves-mars/
Just copy and paste some text until the comment is pretty long and you will see that it is not available if it gets too long.
Please help ASAP
]]>Hello,
Thank you for the update. There are a few problems however
1) for some reason the site title/dead link that is above the page link list is a lot smaller now. How can I increase the size of that title again?
2) blockquotes are also smaller. Curiously, I checked in the style.css and it looks like it is still told the same font size as before but that it must be getting over-ridden somewhere else based on the inspect element information you can get in firefox.
This is true except if you have some bullet points in the block quote, in which case it is still larger. I would like to make it so the block quote text is slightly larger than other text like it was in the previous version regardless of whether or not there is a bullet point or not. You can see an example at the following link:
https://atavisionary.com/sjws-tirelessly-work-towards-goal-destroying-github/
3) The page link colors are now different from links in the body. On the old version it was a purple transition (which I changed to brown). I would like to switch this color transition back to the old style using my brown colors instead of the new grey ones. How might I do that?
]]>Which CSS part do i edit to change the content area background from white to another color? i have tried the custom css with other codes dont seem to work
]]>Hi, everybody!
I’m wondering how to manually translate prev/next function, author text “by”, “posted in”, and change the size of the site title!
Thank you very much.
]]>Hi, I need help to make my side bar thinner and my text area larger to balance it out… My website: heartcenter333.com
Any help is most appreciated… Thanks ??
]]>Hi, I would like to remove the two boxes at the bottom of my page under my “posts”… The ones that say Author and Prev and Next.
heartcenter333.com
Hi I need help making my sidebar thinner and my main text area wider… hearcenter333.com
I already have a custom css manager installed… Thanks
]]>Is there a way to change the menu bar across the top as well as the footer at the bottom? I was hoping to change it to gray instead of black.
]]>Hello I see the wordpress by default uses the function that when you are over a menu that has sub menus the sub menus are displayed, then is there a way that only the sub menus are shown just one the user click the menu? I’m using wisteria theme.
]]>I really like this Theme, probably one of the best I have used yet, however, one thing I and users noted to me already is when in Mobile view (iphone/droid) the header logo is unviewable. It does not appear to resize correctly and you don’t know what website you might actually be viewing based on the header.
I noticed that the iPad version appeared to be OK.
]]>Hi,
I recently installed this theme and I really like how customizable it is, but I find myself not liking how the posts are displayed on the main page. As seen in the image provided, the content of the posts on the main page are really short (not even a sentence) and doesn’t show text formatting or hyperlinks.
I know that this theme is intended for the posts to have featured images, but I would know if I can change the functions or post formats so that more text can be shown in the posts on the main page? As a blogger, I’d prefer that my readers get a sense of what the blog posts are going to be about before having them click into the post and reading further.
Thank you in advance.
]]>Hi,
I am wondering if there is any way to change the colour of the links from purple. I maybe missing something obvious in the customize menu but I can’t see how to do it.
Thank you for any help you can give.
I’ve been digging through the different settings to try and figure out how to make my post’s thumbnails (on the homepage) show up as square instead of slightly off-square.
The reason I ask is because I run an audiobook review site and all of the cover images are square and I would like to show the whole cover.
]]>