I get the following verbose error (in chrome and in edge)
jquery.nicescroll.min.js?ver=1:76 [Violation] Added non-passive event listener to a scroll-blocking ‘mousewheel’ event. Consider marking event handler as ‘passive’ to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
If I change in the file jquery.nicescroll.min.js d||!1 to {d, passive=false} the verbose error does not occur. This is line 2018 in jquery.nicescroll.js reading:
el.addEventListener(name,fn, {bubble || false });
changed to:
el.addEventListener(name,fn, {bubble, passive:false });
I’m running xampp localhost PHP version 7.4.10
Regards, Sidney
]]>Hi, I use your theme which is very great, but I have spotted a surprising behaviour, and I am very annoyed by this…
With Solon theme, the “navigation menu widget” has disappeared.
My old widgets are replaced by “Solon : social profile widget” and they don’t work anymore with this new configuration. I’m under WordPress 5.4
Is there something I can do ? Can I just desactivate the social profile widget and get the navigation menu widget back ?
Thanks for all, and one more time, your work is just great.
]]>I get this error: Notice: ob_end_flush(): failed to send buffer of zlib output compression (1) in functions.php on line 4344
]]>Hi, while using Yoast and Solon theme, I have duplicate title tags.
Would it break the theme if I removed this from header.php?
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
Confirmed that the functions.php page does have this in the code
add_theme_support( ‘title-tag’ );
}
— Would this be the easiest fix to remove the duplicate title tag and still be able to use (and not change) the Yoast plugin?
I appreciate any assistance or advice. Thank you!
]]>How to add search box in mobile version?
]]>I want to center the Site title and tagline in the header of my page. I’ve played around with adding some text-align: center
to various places that I think it might go, but I haven’t found the magic spot. I have a kind of short title and I think it would look much better aligned center in that box. How can I do that in the Solon theme?
First of all, thank you for the amazing theme! I’m having problems with de main menu. I installed the theme and it already comes with the icon of mobile menu in the web version. I tryed to fix it but i can’t find the right codes. You can see the problem in my website (https://108.179.192.15/~desti062/). Can you help me?
]]>Hi,
i use sydney theme and i love it but i have some difficulties. im trying make my frontpage and slider just like truecar.com. I want header to be transparent and when you scroll down color changes to blue. Also logo to be in same line with menu button. and last want this arrow which shows that page continues. Is it possible to have this pictures for mobile and desktop.
]]>Hello,
is it possible to change only font color for widgets in footer?
Thanks
Hi again,
I want to remove post date from slider, can you help me?
Hello,
this is great theme and I have just two questions, how to add ads to header next to the logo and how to replace text in search submit button with image?
This is my site https://kupinajbolje.rs/
Thanks a lot.
Hi.
I am trying to get the widget area to be displayed on smaller screens. Currently just the content area is shown on smaller screens such as phones. Could please please please help me with how to edit the media queries in order to have the widget area as well as the content area displayed on smaller screens.
Hi. I am trying to change the css so when my website is displayed on smaller screens it looks different. but I cant seem to find where to edit the code. I first tried using the “Simple custom CSS” plug-in, and it works for everything but media queries. So I then tried to edit the themes css file directly, and the only media queries I could find were in the “Menus” section and when I would try to add my code to them it wouldn’t work. I even re-wrote them so when I added my own query they wouldn’t over lap.
No matter what I do I just cant seem to make changes on smaller screens.
please please please help…
Hey,
can I somehome change the color of the date in the header of the posts? Its connected to the primary links and I couldnt manage to change the color of the text.
I could change it for the symbols with CSS but I cant find the right code to change the text there.
This is my page: Vuelaalavida.com
Would be nice if somebody help me, couldnt find a solution so far.
]]>Hi,
Wonderful theme. Great work!
I used the below code in style.css and seems not working.
@media only screen and (max-width: 991px) {
.widget-area,
.footer-widget-area {
display: block;
width: 100%;
text-align: center;
}
}
Please check the site https://www.helpingstartup.com.
]]>Hello,
Questions have been asked on this forum about moving the Search function to the Header Menu.
However, I would like to use a Magnifying Glass icon for the search in the menu – it takes up less space on the menu. How would I accomplish this?
Finally, is there a way to center the menu across the screen?
My site can be viewed at https://gravelcyclist.com
Thanks in advance for the help!
]]>Hi,
I have problem with Child-Theme, i have in child theme, function.php and style.css its classic its not my first website with child theme, but still not working, looks like wrong load of styles.. any idea how to fix it?
https://www.jpeg.cz/images/2016/01/26/0C3wA.jpg
You can see:
1) Default font on Title etc..
2) In menu, mobile icon..
3) Comment Widget still have a bad color..
Sorry for my english.
Thanks for a respond, actually i use css customizer, but i want child theme.
Hi Guys,
I would like to add borders around all my images. I know in some themes it is automatic.
A previous thread said you can insert:
“.entry-content img {
border: 1px solid #ccc;
}”
but i’m not exactly sure where to put it.
is this suppose to go here:
” /*————————————————————–
11.0 Media
————————————————————–*/
img {
max-width: 100%;
height: auto;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}”
Many thanks
sam
is it possible to ad a search button in the Menu?
]]>I want to make the slider smaller, to resize not only the height but also the width. There is a costume CSS code for that?
]]>I want to put an rss feed widget in the social menu above the header, and I don.t know how to do it.
]]>If this conflicts a plug in from working correctly, is this able to fix? Or it does not work with the plug in there is nothing that can be done. I am using Event Manager, but a success message doesn’t show when events are added.
It appears on other themes when attempted. Do I have options to fix this or are there none? Please someone answer me. I have to get this resolved.
]]>I’ve installed Co-Authors Plus plugin in Solon Theme in order for two (or more) authors to edit and be credited in a single post. For the plugin to work completely, (according to the plugin documentation) some code should be changed in the Theme.
The first problem is that authors’ names don’t show up in the frontend post, only the first of the authors. The plugin’s site says this can be solved by adding or replacing some lines in the theme code (but the exact lines depend on the specific Theme). As far I as know the authors tag should be replaced by a few lines so, that authors tag is replaced by the co-authors tag only if the plugin is activated.
But I’m not especially gifted (meaning ‘completely useless’) at managing code. Is there any possibility you could help with that?
Actually I’ve realized there’s a second issue: the post can only be edited by the first of the authors’ too, even though I don’t know if the two problems are related.
Here’s the documentation: https://vip.wordpress.com/documentation/incorporate-co-authors-plus-template-tags-into-your-theme/.
]]>Can some one help me to custumize the Solon theme to look like the demo ?
]]>Hello
Solon’s slider is a gret feature, and was working good since yesterday
Just installed the latest version of WP, but now the solon’s slider isn’t working (only with Edge and Chrome – seems to work with Firefox.
See here : https://www.fishalaffiche.com
Any idees ?
]]>I’ve been asked if I can make the scroll bar wider for my site to improve accessibility, as some users are having difficulty seeing it. Site is https://www.go-reading.org
Have tried using custom CSS on the element #ascrail2000 but I think the theme’s code generates some inline CSS that overrides this. Is there a way to do this without creating a child theme and editing the PHP?
TIA!
David.
]]>Hi,
Very new to WordPress.
I’m trying to get all my images on my slider to all be the same size however even with all images the same size the appear different sizes causing the slider to constantly change size everytime it switches between posts.
Also on my most recent test post the image used for the slider is also appearing the same size on the recent posts sections, how can I change the size of this image?
Thanks in advance
Matt
]]>Hi! So I’m new here and I loved this theme and I downloaded it but I have no idea of what to do next, I mean how do I actually get a blog that looks like this?? Help please and quick please
Thanks
]]>I’d like to add a page to my site https://www.cuba-reis.nl which is only accessible from the footer, just like the Disclaimer.
I also like to add a Disclaimer page (the link is already in the footer) but i can’t figure out how to do that. Can someone help me with this?
Thanks in advance for any comments!
]]>I’ve noticed that on a touch screen laptop running Windows 8.1 scrolling up and down the page doesn’t work in IE11 or Firefox (try touching an inactive part of the screen and dragging up and down – nothing happens). It does work correctly in Chrome.
Tested with my site https://go-reading.org – have tried with a couple of other sites using the same theme and see the same phenomenonon, so this seems to be general. Any ideas?
Thanks!
David.
]]>