Ivan Fuentes Hagar
Forum Replies Created
-
Never mind… minutes after posting this, I realized SSL was not enabled for the WordPress application from my hosting’s Control Panel.
Fixed!
Forum: Fixing WordPress
In reply to: After update, no commenting plugins will workHuh! It was Avast all along!
Ran the site on incognito mode, and still wouldn’t work, but only because I had allowed Avast to stay even in Incognito.
Inspected the whole page, looked for the actual error, spent an afternoon googling people in similar situation.
Forum: Plugins
In reply to: [Facebook] Plugin worked, now it does not . . . . hmmmm.Same issue here! Did you fix it?
Forum: Fixing WordPress
In reply to: After update, no commenting plugins will workAnyone got an idea?
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Error 500I think it might be your plugin, because it’s the only thing I installed since before I had this issues. It happens about twice a day.
I’ll check that option and let you know as soon as I have more info. Thanks!
sweena, you rock.
Everything solved indeed! Best customer support I’ve seen in my life! Keep it up!
First question has been solved (e-mail was on my spam folder) and I think I can figure 3 on my own (read it’s a feature of premium), so it’s only 4 questions now ??
Forum: Fixing WordPress
In reply to: "Please log in again." on subdomain multisite.Solved! Apparently, I didn’t flush cookies after one of the last tweaks I did.
Forum: Fixing WordPress
In reply to: "Please log in again." on subdomain multisite.So in the meantime, me theory was maybe the wildcard domain was messing with some configs in there… maybe having some rogue “www subdomain” request redirected to wordpress multisite…
I removed the wildcard subdomain entry, and I’m still having the same issue, so at least we have that one crossed out. I still left it without the wildcard entry… I think I’d rather manually add the subdomain for each new blog that gets created.
But the question remains! What can it be? .htaccess? This is what I have in it so far
=========================================
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ $1 [L]
RewriteRule . index.php [L]=========================================
Forum: Plugins
In reply to: [Tools for Twitter] Getting blank tweetsWorks now! Thanks for the quick response!
Tweets are a big part of my blog (https://ivanfhagar.com/), so I can keep an eye on any detail that comes up if you’d like ??
Forum: Plugins
In reply to: [Social Stickers] Can't change Icon sizesSorry for taking so long. Still the same, but don’t worry, I’ll re-upload the images I resized to 32×32. It’s been a good workaround so far.
If it’s a tough find, maybe you could just use 32×32 images when that size is selected, instead of having the code resize them. Not ideal, I know…
Forum: Plugins
In reply to: [Tools for Twitter] TT v3.03 not getting tweetsDid anyone ever find a fix for this? I currently have everything up to date, but same issue as OP.
Forum: Plugins
In reply to: [Social Stickers] Can't change Icon sizesNo, nothing custom yet. Advanced mode is turned off as a matter of fact, but I do plan to activate it to add the counters once I figure out the size issue.
Forum: Plugins
In reply to: [Social Stickers] Can't change Icon sizesAttached screenshots:
https://i.imgur.com/kYaGSfS.png
https://i.imgur.com/XremTGs.pngNothing changed between one shot and the other… just refreshed a few times.
I compared the code between both situations, and found out that width=”32px” height=”32px” is not always being outputted. Maybe I could do a temporary fix by resizing the image files to 32×32.