-
Tomas Tamayo replied to the question Icons missing in a multisite instalation in the forum OneSocial theme 8 years, 10 months ago
Yes, thanks, I realized about that. And didn’t work.
I haver also tried with your code plus the CDN with Webfonts code. But nothing changes.
I will check what else it can be. Will keep you informed. Thanks.
# BEGIN s2Member GZIP exclusions
[Read more]
<IfModule rewrite_module>
RewriteEngine On
RewriteBase /
RewriteCond… -
Tomas Tamayo replied to the question Icons missing in a multisite instalation in the forum OneSocial theme 8 years, 10 months ago
Sorry. I understood you that it was an .htaccess rules problem. I have tried even with the solution in the link you sent; but it did’t work either.
SetEnvIf Origin ^(https?://.+.euskaldunak.eus(?::d{1,5})?)$ CORS_ALLOW_ORIGIN=$1
[Read more]
Header append Access-Control-Allow-Origin %{CORS_ALLOW_ORIGIN}e env=CORS_ALLOW_ORIGIN
Header merge Vary… -
Tomas Tamayo replied to the question Icons missing in a multisite instalation in the forum OneSocial theme 8 years, 10 months ago
This is the .htaccesss file I have. How should it look like?
Thank you. 😉# BEGIN s2Member GZIP exclusions
[Read more]
<IfModule rewrite_module>
RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} (^|?|&)s2member_file_download=.+ [OR]
RewriteCond %{QUERY_STRING} (^|?|&)no-gzip=1
RewriteRule .* - [E=no-gzip:1]
</IfModule>
# END s2Member GZIP… -
Tomas Tamayo replied to the question Icons missing in a multisite instalation in the forum OneSocial theme 8 years, 10 months ago
If you want to check the site online, here you have http://azoka.euskaldunak.eus/
Thank you.
-
Tomas Tamayo started the question Icons missing in a multisite instalation in the forum OneSocial theme 8 years, 10 months ago
Note: this is my first multisite instalation. It works, but I may do a mistake somewhere.
I have missing icons in the top right bar without any plugin activated.
After that, installing woocommerce, I also have missing icons in admin pannel.
Any idea why it can happen and how to solve it?
Thank you.
-
Tomas Tamayo started the question Icons missing in a multisite instalation in the forum OneSocial theme 8 years, 10 months ago
Note: this is my first multisite instalation. It works, but I may do a mistake somewhere.
I have missing icons in the top right bar without any plugin activated.
After that, installing woocommerce, I also have missing icons in admin pannel.
Any idea why it can happen and how to solve it?
Thank you.
-
Tomas Tamayo replied to the question Visual composer update in the forum Social MarketPlace 8 years, 10 months ago
Is any difference between Codecanyon code and yours? Thanks
-
Tomas Tamayo started the question Marketplace and Boss Theme Compatibility in the forum Social MarketPlace 8 years, 10 months ago
Can the Marketplace plugin run with the Boss theme?
Thanks
-
Tomas Tamayo replied to the question Plugin translation in the forum BuddyBoss Inbox 8 years, 10 months ago
Oook, thank you!!!
-
Tomas Tamayo replied to the question Plugin translation in the forum BuddyBoss Inbox 8 years, 10 months ago
Thank you.
Just for check if I am correct. Can you, please, confirm to me if the procedure is the same for themes (Boss in my case)? /wp-content/languages/themes/boss-es_ES.mo?
or theme translations must be in the child theme?
Thanks again.
-
Tomas Tamayo replied to the question Problem with Titlebar dropdown menus not opening correctly in the forum Boss. theme 8 years, 11 months ago
Thank you!
-
Tomas Tamayo started the question Plugin translation in the forum BuddyBoss Inbox 8 years, 11 months ago
Not sure where to write this question because it is a general question for plugins.
Where should I put .po and .mo files for them to survive to plugin updates? At least in my case, it doesn’t work to put them on /wp-content/languages/plugins
Shoul I send translations to you?
Thank you. -
Tomas Tamayo replied to the question Problem with Titlebar dropdown menus not opening correctly in the forum Boss. theme 8 years, 11 months ago
I have the same problem with the menu dropdown.
Check http://www.adit.es/en/
If you try to click on “CONTACT > WHO I AM” you will see that it is not easy.Do we need to write custom css? or it will be fixed in the next upate?
Thank you.
-
Tomas Tamayo replied to the question Default User Cover Image in the forum BuddyBoss theme 8 years, 11 months ago
It works!! Thank you Varun!!!
-
Tomas Tamayo started the question Default User Cover Image in the forum BuddyBoss theme 8 years, 11 months ago
Now that Buddyboss theme has been updated it has the option to add a cover image to user’s profiles. But all the members already registered have it empty. Is any way to set a default user cover image until they update it? Is it possible to do it for already registered users?
Thank you!
-
Tomas Tamayo replied to the question Always show search form on mobile in the forum Boss. theme 9 years ago
1.- Copy this file and the route, from Boss theme, to your child theme: /template-parts/header-mobile.php
2.- Change the line 14 in your child theme file:
from: if ( boss_get_option( ‘boss_search_instead’ ) && is_user_logged_in() ) {
to: if ( boss_get_option( ‘boss_search_instead’ ) ) {It works for me. 😉
Regards!!!
-
Tomas Tamayo replied to the question Always show search form on mobile in the forum Boss. theme 9 years ago
1.- Copy this file and the route, from Boss theme, to your child theme: /template-parts/header-mobile.php
2.- Change the line 14:
from: if ( boss_get_option( ‘boss_search_instead’ ) && is_user_logged_in() ) {
to: if ( boss_get_option( ‘boss_search_instead’ ) ) {It works for me. 😉
Regards!!!
-
Tomas Tamayo replied to the question Always show search form on mobile in the forum Boss. theme 9 years ago
1.- Copy this file and the route to your child theme: /template-parts/header-mobile.php
2.- Change the line 14:
from: if ( boss_get_option( ‘boss_search_instead’ ) && is_user_logged_in() ) {
to: if ( boss_get_option( ‘boss_search_instead’ ) ) {It works for me. 😉
Regards!!!
-
Tomas Tamayo replied to the question Fatal error after updating to 2.05 in the forum Boss. theme 9 years, 1 month ago
Sorry Varum, can you tell me exactly how to ” add the codes from boss/single.php into boss-child/single-event.php”?
Thanks!!! -
Tomas Tamayo replied to the question Fatal error after updating to 2.05 in the forum Boss. theme 9 years, 1 month ago
I’m not using an event plugin.
This is just a custom post called “events” (another one is “projects). “Single Event” and “Single Project” are content templates for post entries.
Can it be the problem? How can I solve it?
Regards.
- Load More