arjanver
Forum Replies Created
-
ok thanks
deze warning blijf ik houden:
Https redirect is ingesteld in javascript omdat de .htaccess redirect niet gecontroleerd kon worden. Stel deze handmatig in als je de redirect wilt instellen in .htaccess.heb de bovenste 6 regels handmatig toewgevoegd. maar de melding blijft.
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTPS} !=on RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R=301,L] </IfModule> # 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 rlrssslReallySimpleSSL rsssl_version[2.1.18] <IfModule mod_headers.c> Header always set Strict-Transport-Security 'max-age=31536000' env=HTTPS </IfModule> # END rlrssslReallySimpleSSL
why the htaccess check failed? and how to fix this?
the plugin put this at the bottom of the file:
# BEGIN rlrssslReallySimpleSSL rsssl_version[2.1.18]
# END rlrssslReallySimpleSSLForum: Fixing WordPress
In reply to: Set CSS attribute for widgetsno, sorry
Forum: Plugins
In reply to: Changing backgroundwhy don’t you ask the guys where you bought the template. (pagelines)
Forum: Plugins
In reply to: Changing backgroundHi,
maybe try this:
https://codecanyon.net/item/styles-with-shortcodes-for-wordpress/142221
it’s not mine but you can test it. there’s also a demo login.Forum: Fixing WordPress
In reply to: Set CSS attribute for widgetsno offence but you didn’t understand my question ??
i know i can predefine these id’s/classes, but that is not what i want.
i want to change the background color of a widget from the widgets admin panel.
Forum: Fixing WordPress
In reply to: Set CSS attribute for widgetsthat is not what i mean.
For example in the admin panel i add widgets and i want there a custom field to add some css code to make the widgets background red and another widget blue.
so i define some background classes in the template css file.
and i want a option to choose from the admin area to set the class.
So i can easy change the background color for different sidebar boxes.Forum: Fixing WordPress
In reply to: [REQ] Subscribe to only a specific postthanks i’ll give it a try. but this doesn’t include the notify the subscribers or does it?
Forum: Plugins
In reply to: Title imageForum: Fixing WordPress
In reply to: Order “Manage Pages” by NameIs there a way to display page slug name in page management?
Forum: Fixing WordPress
In reply to: categories expand and only display titles in content windowthe idea is good but seems a little buggy.
when you browse the menu and click on a post the whole menu collapse.anyone have other solutions?
Forum: Fixing WordPress
In reply to: categories expand and only display titles in content windowIt’s quite here?
Anyone can’t help me……………..please.