exstheme
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ExS] Change color on linksHello, dear @tapiwaz !
Thanks for using the ExS theme!
Not sure that we fully understand your goals but could you please try to add the following CSS snippet into your Customizer -> Additional CSS section:
main a { color:var(--colorMain); text-decoration:underline; } main a:hover { color:var(--colorDark); text-decoration:none; }
Forum: Themes and Templates
In reply to: [ExS Shop] Hide Header in mobile and TabletHello, glad to help!
Ca you please also try to add the following CSS snippet into your ‘Additional CSS’
@media screen and (min-width: 1200px) { .top-menu li:hover>ul, .top-menu li:focus>ul, .top-menu li:focus-within>ul { overflow-y: scroll; max-height: 80vh; } }
1200px here – is your mobile menu breakpoint.
Please let me know if this will work for you.
Best regards!
Forum: Themes and Templates
In reply to: [ExS Shop] Hide Header in mobile and TabletHello!
Please try to add the following CSS snippet into your Customizer – Additional CSS section:
@media(max-width:1199px){ #header { display:none; } }
Best regards!
Hello, dear Isaac!
Yes, this is default WordPress behavior.
You can test this by switching to any default WordPress theme, such as Twenty Twenty-One.
There is a workaround about this. You can exclude any post type from your search results.
Read more here:
https://www.ads-software.com/support/topic/show-only-posts-in-search-results/
Best regards!
Forum: Themes and Templates
In reply to: [ExS] Poor page Speed testThe problem was with 3rd party tracking and ads scripts.
Resolved with 3rd party caching plugins.Forum: Themes and Templates
In reply to: [ExS] Poor page Speed testHello.
Do you have any plugins installed and activated?
Do you have same page speed results on the default theme?Please send us your URL and we’ll investigate:
https://exsthemewp.com/contact/
Best regards!
Forum: Themes and Templates
In reply to: [ExS] Understanding LicenseIt seems that we can close this ticket.
Forum: Reviews
In reply to: [ExS] Amongst The Best Theme So FarHello, dear Isaac!
Thanks for your kind words!
You can also do your theme even faster by using the WP Optimize plugin:
https://exsthemewp.com/news/make-exs-fastest-wordpress-theme-faster-with-wp-optimize/You can also try the AMP plugin:
https://exsthemewp.com/news/exs-is-a-fastest-amp-theme-for-wordpress/
And if you do not using the Gutenberg editor which is default now and prefer a good old Classic editor, then you can reduce your CSS assets size even further:
https://exsthemewp.com/news/fastest-wordpress-theme-is-now-even-faster/
Best regards!
Forum: Themes and Templates
In reply to: [ExS] Understanding LicenseHello, dear Isaac!
Thanks for your interest to the ExS theme!
If your license will expire then all PRO features will be disabled.
Please note that one license can be used for unlimited number of sites.Best regards!
Forum: Themes and Templates
In reply to: [ExS Shop] Show only posts in search resultsHello!
Great, glad to help!
Please pay attention that you can lose your changes during theme update if you added this code snippet to your theme’s files, such as functions.php.
This code is a good case for some custom plugin.
Best regards!
- This reply was modified 3 years ago by exstheme.
Forum: Themes and Templates
In reply to: [ExS Shop] Show only posts in search resultsHello!
This is not really theme related question as it is about functionality, not design.However there is some workaround that we have researched via Google:
We will try to implement some options in the Customizer for Search results in the future.
Best regards!
- This reply was modified 3 years ago by exstheme.
Forum: Reviews
In reply to: [ExS Shop] The best ! My search for the best theme is over!Hello, dear @protoo !
We very glad that you like our theme.
We’re always near to help if you have any questions.Best regards!
Hello, dear @protoo !
Thanks for using our ExS themes!Please try to change your ‘Light color’ to dark value, ‘Font color’ and ‘Darker color’ to some light values into your Customizer -> Colors section, like so:
https://cdn.exsthemewp.com/screenshots/exs-shop-dark-colors.png
Forum: Themes and Templates
In reply to: [ExS] Header is covering Dashboard dropdown menuHello, @eriz !
That’s great!
Please leave this file for now but it will be included in the very next theme update in the near future.Thanks for your help with making the ExS theme better ??
Best regards!
Forum: Themes and Templates
In reply to: [ExS] Header is covering Dashboard dropdown menuHello, @eriz
Thanks for your screenshots, they are very helpful.
Can you please replace your ‘/assets/css/admin-frontend.css’ with one from the following archive and test your site once again?
https://cdn.exsthemewp.com/admin-frontend.zip
Please do not forget to clean your browser cache before testing.
Please note about results.
Best regards!