Oded Ben-Ami
Forum Replies Created
-
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Doesn't workSuper. Thank you very much.
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Doesn't workI have uninstalled the Subscribe2 Widget Pro plugin. I enable the built in widget in the Appearance tab of the Subscribe2->Settings page.
You can see here
https://odedbenami.com/blog/
what it looks like. I get no text area or a button.Forum: Fixing WordPress
In reply to: What CSS for font in individual posts and replies?This is not theme related.
?
Forum: Fixing WordPress
In reply to: SSL – Getting http instead of httpsjgs,
You have solved my problem.
Thank you so much for your time, patience and goodwill.~ Oded Ben-Ami
Forum: Fixing WordPress
In reply to: SSL – Getting http instead of httpsI just did.
Here’s what’s happening;
if I enter:
https://odedbenami.com
it changes it to httpsbut if I enter any of the pages, say
https://odedbenami.com/consultation
or without the http:
odedbenami.com/consultationhttps is not enforced.
Forum: Fixing WordPress
In reply to: SSL – Getting http instead of httpsI don’t.
Only a few days ago I updated from wordpress 3.5 to 3.5.1, but I used the automatic option, without downloading the zip.Forum: Fixing WordPress
In reply to: SSL – Getting http instead of httpsCan you help me fix that?
Forum: Fixing WordPress
In reply to: SSL – Getting http instead of httpspublic_html
Forum: Fixing WordPress
In reply to: SSL – Getting http instead of httpsI don’t see any change.
Forum: Fixing WordPress
In reply to: SSL – Getting http instead of httpsjgs,
I just realized that the folks at my hosting company completely changed the content of my .htaccess file, perhaps they took out something that they shouldn’t have.
Below is the .htaccess file before they modified it.
Could you please tell me wether I should use the old or the new/modified and where to insert the code that you posted.Thank you
Options +FollowSymLinks
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine OnRewriteCond %{HTTP_HOST} ^odedbenami\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.odedbenami\.com$
RewriteRule ^(.*)$ “https\:\/\/odedbenami\.com\/$1” [R=301,L]
#RewriteBase /
#RewriteRule ^index\.php$ – [L]
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: SSL – Getting http instead of httpsjgs,
Below is my .htaccess.
Can you please tell me where to insert your code.Thank you
Options +FollowSymLinks
# 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]RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://odedbenami.com/$1 [R,L]</IfModule>
# END WordPress
Forum: Plugins
In reply to: [WP Stripe] [Plugin: WP Stripe] Official WP-Stripe UpdateThanks for sharing judic.
Happy New Year
Forum: Fixing WordPress
In reply to: Permalink doesn't respond to editingProblem solved.
I indirectly found the information on emptying the trash through the following link:Forum: Fixing WordPress
In reply to: Permalink doesn't respond to editingHow do I empty the trash?