wolekpl
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Hi @wp_media,
There are no bugs in the console, you just can’t see the photos. I have no idea how to fix this problem…Forum: Plugins
In reply to: [Polylang] Problem with switching language in polylangI solved the problem by removing the following code from the htaccess file:
<IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType text/css "access 1 month" ExpiresByType text/html "access 1 month" ExpiresByType application/pdf "access 1 month" ExpiresByType text/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresByType image/x-icon "access 1 year" ExpiresDefault "access 1 month" </IfModule>Maybe it will help someone 🙂
Forum: Plugins
In reply to: [Polylang Theme Strings] How to integrate the code phpok I found the solution:
<h2 class="underline"><span><?php printf( pll__( 'Search Results for:') . __( ' %s', 'shape' ), '<strong>' . get_search_query() . '</strong>' ); ?></span></h2>It may be useful to someone 🙂
Viewing 3 replies - 1 through 3 (of 3 total)