Mariaestela Zoe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change in .htaccess -> blank siteNOTE: Something about the theme appears to be off, so I am taking it with the theme developer.
Best,
Mariaestela
Forum: Fixing WordPress
In reply to: Change in .htaccess -> blank siteHi John-Paul,
Thank you for you reply and apologies for my late reply.
Your suggestion led me into the Themes and I think something is whack. I am taking it up with my theme provider who can hopefully amend it.
Thank you,
Mariaestela
Forum: Fixing WordPress
In reply to: Change in .htaccess -> blank siteHi Rrecurse,
Thank you for your reply.
I have removed the rule altogether.
I do have Wordfence installed and I am using a pw generator.
Thank you,
Mariaestela
Forum: Fixing WordPress
In reply to: Change in .htaccess -> blank siteHi Luke,
Thank you for your response and apologies for my late reply.
It was:
# BEGIN W3TC Browser Cache
<IfModule mod_deflate.c>
<IfModule mod_headers.c>
Header append Vary User-Agent env=!dont-vary
</IfModule>
AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
<IfModule mod_mime.c>
# DEFLATE by extension
AddOutputFilter DEFLATE js css htm html xml
</IfModule>
</IfModule>
# END W3TC Browser Cache# 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
But I just removed the first part and changed it to:
# 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
Which didn’t make a difference. The front is still blank. ??
Would you have any other suggestions?
Thank you,
Mariaestela
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Conflict with U-Design theme?Hi Nick,
No worries, thank you for replying.
The problem is fixed! U-design just did an update and whether that fixed it, or if it was me not following your detailed instructions well enough I don’t know. However it works now!
Sorry for the inconvenience.
Maria Estella
THANK YOU!
This was so helpful!
Now I just need to figure out to add the “like and count button”
Forum: Fixing WordPress
In reply to: Missing the "view site" buttonAh! well I’m glad, then all my problems are solved.
Thanks again!
Forum: Fixing WordPress
In reply to: Missing the "view site" buttonand then I just realized that this post IS already in the “how-to” section :o)
As written above. I’m missing the “View site” button in the admin panel. Can anybody help?
Thank you,
Forum: Fixing WordPress
In reply to: Missing the "view site" buttonHi Esmi,
This worked! I re-uploaded and re-checked ALL folders – apparently my ftp didn’t include all files in subfolders.
I’m still missing the “View site” button. But I’ll mark this post as resolved and repost the “view site” issue in “How-to and Troubleshooting”, since the site is now running.
Thank you again for your help!
Forum: Fixing WordPress
In reply to: Missing the "view site" buttonHi Esmi,
Thank you for your reply.
I haven’t activated any new theme. I’ve uploaded the files via ftp, followed the steps, logged in, and get the message when arriving in the Dashboard for the first time.
I had already named the site in Settings/General.
In the message:
Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/www/passion4balance.com/wp-includes/theme.php on line 513this part is an url [function.array-keys] and when I click that I arrive at a page that gives me this message:
Not Found
The requested URL /wp-admin/function.array-keys was not found on this server.
Apache/2.2.9 (Debian) PHP/5.2.13-0.dotdeb.1 with Suhosin-Patch Server at passion4balance.com Port 80
if that helps you in any way?