Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter Jonas Tietgen

    (@jonas-tietgen)

    That 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!

    Thread Starter Jonas Tietgen

    (@jonas-tietgen)

    Okay 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…

    Thread Starter Jonas Tietgen

    (@jonas-tietgen)

    I just did, I will get back at you when I get a response…

    Thread Starter Jonas Tietgen

    (@jonas-tietgen)

    Well, it is nighttime here now, so I will activate it for the next 10-12 hours. Test as much as you want ??

    Thread Starter Jonas Tietgen

    (@jonas-tietgen)

    Yes 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?

    Thread Starter Jonas Tietgen

    (@jonas-tietgen)

    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>

    Thread Starter Jonas Tietgen

    (@jonas-tietgen)

    Sure, 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

    Thread Starter Jonas Tietgen

    (@jonas-tietgen)

    All 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]

    Thread Starter Jonas Tietgen

    (@jonas-tietgen)

    Sure, it is jotiga.de

    Forum: Plugins
    In reply to: [WooCommerce] Layout broke
    Thread Starter Jonas Tietgen

    (@jonas-tietgen)

    Wow you nailed it, looks great. Thank you very much!

    Forum: Plugins
    In reply to: [WooCommerce] Layout broke
    Thread Starter Jonas Tietgen

    (@jonas-tietgen)

    Sorry, there was a misunderstanding, I guess thats my fault…
    The page after that is the problematic page

    Forum: Plugins
    In reply to: [WooCommerce] Layout broke
    Thread Starter Jonas Tietgen

    (@jonas-tietgen)

    Thanks for your response.

    Done and done ??

    Forum: Plugins
    In reply to: [WooCommerce] Layout broke
    Thread Starter Jonas Tietgen

    (@jonas-tietgen)

    Hi 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: support

    Then you have to add a product to your cart and go to the checkout page…

    Thread Starter Jonas Tietgen

    (@jonas-tietgen)

    Thanks, but i did everything exactly like that…

    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?

Viewing 15 replies - 1 through 15 (of 15 total)