daniel4
Forum Replies Created
-
Forum: Plugins
In reply to: [Clean Login] User roles and registration formsThanks for the reply,
How can I create a new shortcode for other user roles? Now I just have the [clean-login] shortcode that is set to ‘subscriber’ role.
Should I create 4 pages for the diferent shortcodes? Login, Edit, Register, Restore?
How should display this options to registered users only?
Thanks
Hey Ewout,
I really just need the picture.
I read on the plugin section that I could modify the layout by copy/paste the “wp-content/plugins/woocommerce-pdf-invoices-packing-slips/templates/pdf/Simple” into my child theme, and add any php code there.I found the place for the image to be on that file, just need the code to display it.
Thanks!
Also add:
define( 'RLRSSSL_DO_NOT_EDIT_HTACCESS' , TRUE );to my wp-config.php file. But nothing.Thanks
Hey!
I find the .htaccess file, and I have this code:
# 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 RewriteEngine Off RewriteCond %{SERVER_PORT} !=443 RewriteCond %{HTTP_HOST} ^(www\.)?mysite\.mx$ [NC] RewriteRule ^$ https://www.mysite.mx/%{REQUEST_URI} [R,L] # BEGIN rlrssslReallySimpleSSL rsssl_version[2.1.18] <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTPS} !=on [NC] RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] </IfModule> # END rlrssslReallySimpleSSLWhat should I change?
On to off ?
I already do that, but problem not solved.
Do you know if I am doing anything else wrong?Thanks
Hi Rogier,
Thanks for your reply!
I’m not that technical, but I’ll try.
So, I just have to add:define( 'RLRSSSL_DO_NOT_EDIT_HTACCESS' , TRUE );to my wp_config.php (on the bottom of the file)?
I was searching on my server for the .htaccess file, but can’t find it.
Do you know where its located? It should be under the public_html folder?Thanks!