dakteritswp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: After adding SSL wordpress content doesn’t work properlyBig thanks to slav1977.
Problems with site for me was NEXTgen Gallery plugin after I deactivated it all works now.Forum: Fixing WordPress
In reply to: After adding SSL wordpress content doesn’t work properlyHi slav1977
Contact to: [email protected]Forum: Fixing WordPress
In reply to: After adding SSL wordpress content doesn’t work properly@slav1977
??
Page where is problem: https://bezdeligas3.lv/
Open it please and you will see whats not working!
Open this page on responsive design mode (mobile resolution) and press “IZVELNE”(menu) can you open it ? (it seems that the theme is not working)
In title page I have image slider now it’s not working! Only shows all pictures in lines in the same windows
Page header opens normally only in responsive design mode (mobile resolution) in normal mode it stuck in middle.
My contact(KONTAKTI) form on the left not opening.https://bezdeligas3.lv/galerija/ednica-lidacina/banketi-un-galdu-klajumi/
Gallery also does not work as it should.
Before adding SSL to site it’s all worked!maybe these two errors whats shows in console?!?
“TypeError: jQuery(…).lightGallery is not a function”“Source map error: request failed with status 404
Resource URL: https://bezdeligas3.lv/wp-includes/js/jquery/jquery.form.min.js?ver=4.2.1
Source Map URL: jquery.form.min.js.map”My .htaccess code
”
# BEGIN Far Future Expiration Plugin
<IfModule mod_expires.c>
ExpiresActive on
<FilesMatch “\.(gif|jpeg|jpg|png|ico|js|css|swf)$”>
ExpiresDefault “access plus 60 days”
</FilesMatch>
</IfModule>
# END Far Future Expiration Plugin
# 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# BEGIN (How to Add SSL and HTTPS in WordPress)
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.bezdeligas3.lv/$1 [R,L]
</IfModule>
# END (How to Add SSL and HTTPS in WordPress)
# Wordfence WAF
<IfModule LiteSpeed>
php_value auto_prepend_file ‘/home/bezdeligasthre/public_html/wordfence-waf.php’
</IfModule>
<IfModule lsapi_module>
php_value auto_prepend_file ‘/home/bezdeligasthre/public_html/wordfence-waf.php’
</IfModule>
<Files “.user.ini”>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files>
# END Wordfence WAF
”When I open theme customize page, in link bar it’s shows (connection is not secure) it seems the theme itself not redirect to https.
Site normally works only when I deactivate and remove SSL .
Where in wordpress location can I see
– A plugin redirects back to http ?
– A redirect on the server to http ?Forum: Fixing WordPress
In reply to: After adding SSL wordpress content doesn’t work properlyslav1977
Problem is that content does not working
1) Contact slider on the left side do not want to open.
2) Title page picture slider doesn’t work.
3) Page header is stuck in middle (in PC browsers).
4) Google maps (plugin with api key) doesn’t show in (https://bezdeligas3.lv/kontakti/)
5) “Image caption hover” and hover effect doesn’t working.
6) Gallery does not show correctly (https://bezdeligas3.lv/galerija/ednica-lidacina/banketi-un-galdu-klajumi/)
7) “Hide page title” does not working (it shows page titles)
8) When visiting homepage in mobile browser mobile menu does not work.Overall most of plugins does not work after add SSL certificate and Content Fixers does not solve the problems, maybe plugins don’t support SSL and https….
But when I disable “Really Simple SSL” page works correctly again.