Jonas Tietgen
Forum Replies Created
-
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Images not shown on mobileThat would be a great idea. Maybe you could check wether SSL is used and if the files of your plugin are called by SSL…
Great plugin!
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Images not shown on mobileOkay problem fixed. The problem seemed to be wrong settings for my SSL certificate. I installed the plugin WordPress HTTPS and now everything works fine.
I guess the problem was that the file was loaded via http instead of https…
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Images not shown on mobileI just did, I will get back at you when I get a response…
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Images not shown on mobileWell, it is nighttime here now, so I will activate it for the next 10-12 hours. Test as much as you want ??
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Images not shown on mobileYes sorry, should have warned you. I deactivated the plugin in the meantime, I don’t want my clients to see a broken page. I thought you can work with the data i provided first. Do I need to reactivate it for you to further investigate this?
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Images not shown on mobilehtaccess:
# BEGIN Adaptive Images
#=======================<IfModule mod_rewrite.c>
RewriteEngine On
# Watched directories
RewriteCond %{REQUEST_URI} /wp-content/uploads [OR]
RewriteCond %{REQUEST_URI} /wp-content/themes# Redirect images through the adaptive images script
RewriteRule \.(?:jpe?g|gif|png)$ wp-content/plugins/adaptive-images/adaptive-images/ai-main.php [L]</IfModule>
# END Adaptive Images
RewriteEngine On
RewriteCond %{SERVER_PORT} !=443
RewriteRule ^(.*)$ https://jotiga.de/$1 [R=301,L]# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress<IfModule mod_php5.c>
php_value memory_limit 400M
</IfModule># gzip Compression if availiable
<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</IfModule># Deflate Compression by MimeType
<IfModule mod_deflate.c>
<FilesMatch “\.(js|jpg|jpeg|gif|png|css)$”>
ExpiresActive on
ExpiresDefault “access plus 1 month”
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>Forum: Plugins
In reply to: [Adaptive Images for WordPress] Images not shown on mobileSure, diagnostics:
PHP
5.4.40-nmm1
MySQL
5.5.43-nmm1-log
WordPress
4.2.2
Multisite
No
Debug Mode
No
Table Prefix
wp_
Web Server
Apache
Site url
https://jotiga.de
Home url
https://jotiga.de
Permalinks
/%postname%/
PHP Error Log
syslog
Ext/mysqli
No
WP Locale
de_DE
DB Charset
utf8
PHP Time Limit
30
WP Memory Limit
40M
PHP Memory Limit
256M
WP Max Upload Size
200mb
PHP Post Max Size
200M
PHP Upload Max Size
200M
PHP Max Input Vars
1000
PHP Display Errors
1
Active plugins
LayerSlider WP v.5.3.2 by Kreatura Media
Adaptive Images for WordPress v.0.3.5 by Nevma
All In One Schema.org Rich Snippets v.1.2.0 by Brainstorm Force
Cachify v.2.2.2 by Sergej Müller
Custom Permalinks v.0.7.20 by Michael Tyson
Duplicator v.0.5.22 by LifeInTheGrid
Fusion Core v.1.6.2 by ThemeFusion
Google Analytics by Yoast v.5.4.2 by Team Yoast
InfiniteWP – Client v.1.3.13 by Revmakx
Ninja Formulare v.2.9.18 by Die WP-Ninjas
Responsive Lightbox v.1.5.1 by dFactory
Revolution Slider v.4.6.5 by ThemePunch
Shortcodes Ultimate v.4.9.7 by Vladimir Anokhin
Structured Social Profiles v.1.0.1 by Alex Moss
WordPress SEO v.2.1.1 by Team YoastForum: Plugins
In reply to: [Adaptive Images for WordPress] Images not shown on mobileAll right, hope you can catch that bug or problem ??
Diagnostics:
PHP
5.4.40-nmm1
MySQL
5.5.43-nmm1-log
WordPress
4.2.2
Multisite
No
Debug Mode
No
Table Prefix
wp_
Web Server
Apache
Site url
https://jotiga.de
Home url
https://jotiga.de
Permalinks
/%postname%/
PHP Error Log
syslog
Ext/mysqli
No
WP Locale
de_DE
DB Charset
utf8
PHP Time Limit
30
WP Memory Limit
40M
PHP Memory Limit
256M
WP Max Upload Size
200mb
PHP Post Max Size
200M
PHP Upload Max Size
200M
PHP Max Input Vars
1000
PHP Display Errors
1
Active plugins
LayerSlider WP v.5.3.2 by Kreatura Media
Adaptive Images for WordPress v.0.3.5 by Nevma
All In One Schema.org Rich Snippets v.1.2.0 by Brainstorm Force
Cachify v.2.2.2 by Sergej Müller
Custom Permalinks v.0.7.20 by Michael Tyson
Duplicator v.0.5.22 by LifeInTheGrid
Fusion Core v.1.6.2 by ThemeFusion
Google Analytics by Yoast v.5.4.2 by Team Yoast
InfiniteWP – Client v.1.3.13 by Revmakx
Ninja Formulare v.2.9.18 by Die WP-Ninjas
Responsive Lightbox v.1.5.1 by dFactory
Revolution Slider v.4.6.5 by ThemePunch
Shortcodes Ultimate v.4.9.7 by Vladimir Anokhin
Structured Social Profiles v.1.0.1 by Alex Moss
WordPress SEO v.2.1.1 by Team Yoast.htaccess:
# BEGIN Adaptive Images
#=======================<IfModule mod_rewrite.c>
RewriteEngine On
# Watched directories
RewriteCond %{REQUEST_URI} /wp-content/uploads [OR]
RewriteCond %{REQUEST_URI} /wp-content/themes# Redirect images through the adaptive images script
RewriteRule \.(?:jpe?g|gif|png)$ wp-content/plugins/adaptive-images/adaptive-images/ai-main.php [L]</IfModule>
# END Adaptive Images
RewriteEngine On
RewriteCond %{SERVER_PORT} !=443
RewriteRule ^(.*)$ https://jotiga.de/$1 [R=301,L]# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress<IfModule mod_php5.c>
php_value memory_limit 400M
</IfModule># gzip Compression if availiable
<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</IfModule># Deflate Compression by MimeType
<IfModule mod_deflate.c>
<FilesMatch “\.(js|jpg|jpeg|gif|png|css)$”>
ExpiresActive on
ExpiresDefault “access plus 1 month”
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>RewriteEngine on
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*semalt\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*Darodar\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*Priceg\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*7makemoneyonline\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*Buttons-for-website\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*Ilovevitaly\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*Blackhatworth\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*Econom\.co [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*Iskalko\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*Lomb\.co [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*Lombia\.co [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*hulfingtonpost\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*cenoval\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*o\-o\-6\-o\-o\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*humanorightswatch\.org [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*simple\-share\-buttons\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*sharebutton\.org [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*s\.click\.aliexpress\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*social\-buttons\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*anticrawler\.org [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*site12\.social\-buttons\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*adcash\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*adviceforum\.info [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*anticrawler\.org [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*blackhatworth\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*cenokos\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*cityadspix\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*edakgfvwql\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*gobongo\.info [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*iskalko\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*kambasoft\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*luxup\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*myftpupload\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*prodvigator\.ua [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*resellerclub\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*savetubevideo\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*screentoolkit\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*seoexperimenty\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*slftsdybbg\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*socialseet\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*superiends\.org [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*vodkoved\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*websocial\.me [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*ykecwqlixx\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*76brighton\.co\.uk [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*paparazzistudios\.com\.au [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*powitania\.pl [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*sharebutton\.net [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*tasteidea\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*descargar\-musica\-gratis\.net [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*torontoplumbinggroup\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*cyprusbuyproperties\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*4webmasters\.org [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*ranksonic\.org [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*best\-seo\-solution\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*get\-free\-traffic\-now\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*googlsucks\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*Buttons\-for\-your\-website\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*Best\-seo\-offer\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*offers\.bycontext\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*www1\.social\-buttons\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*website\-errors\-scanner\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*free\-share\-buttons\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*theguardlan\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*buy\-cheap\-online\.info [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*netvibes\.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*guardlink\.org [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*securesuite\.co\.uk [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*securesuite\.net [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*sitevaluation\.org [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?:\/\/([^.]+\.)*forum20\.smailik\.org [NC]
RewriteRule .* – [F]Forum: Plugins
In reply to: [Adaptive Images for WordPress] Images not shown on mobileSure, it is jotiga.de
Forum: Plugins
In reply to: [WooCommerce] Layout brokeWow you nailed it, looks great. Thank you very much!
Forum: Plugins
In reply to: [WooCommerce] Layout brokeSorry, there was a misunderstanding, I guess thats my fault…
The page after that is the problematic pageForum: Plugins
In reply to: [WooCommerce] Layout brokeThanks for your response.
Done and done ??
Forum: Plugins
In reply to: [WooCommerce] Layout brokeHi thank you for your response.
I don’t think it is one of the sources you wrote about.You can check the page, but you have to log in first:
https://www.druckplus.com/wp-admin
User: support
pass: supportThen you have to add a product to your cart and go to the checkout page…
Forum: Fixing WordPress
In reply to: Cookies are blocked due to unexpected output.Thanks, but i did everything exactly like that…
Forum: Plugins
In reply to: [Schema - All In One Schema Rich Snippets] How to remove the rating function?Hello everybody,
I am sorry for reopening this thread, but I tried to remove the rating funcion like you explained before, and nothing happened…
I need to remove it, because there are people out there who think it is funny to rate on things with 1 Star just because they can…
Do you have an idea why it does not work for me?