Eightbit Puzzle
Forum Replies Created
-
Forum: Plugins
In reply to: [Popslide PRO - popup alternative] Bilingual websiteThank you very much!
I will give it a try.
Forum: Plugins
In reply to: [Popslide PRO - popup alternative] Bilingual websiteFor multilingual setup I use Polylang.
I placed a Mailchimp form inside the Popslide popup and works perfect for one language (actually across the website), I just need a way to implement one for each language.
So, the content of the form will need to change, according to the language of the page.
I know this is a long shot, but I was thinking:
if lang is FR { Popslide with FR form }
else { Popslide with EN form }
Not sure how cookies will be handled, though.Thank you!
Forum: Fixing WordPress
In reply to: Change font of entire websiteIf your theme does not have an option through the interface try the following:
First make a backup of your style.css
For the author and meta info you have this color: #C6C6C6 (line 226 in your css file). Replace it with #000000
Your title has #656464 (line 214 in your css file) – again replace it with #000000
Hint: you can install ad dons for your browser called developer tools. They will tell you what styles are applied to a specific Html element by right clicking on it. After you identify the style, you can go and change it to your preference in your style-sheet.
Forum: Fixing WordPress
In reply to: error 500 on wp-admin/update-core.phpThe other day I had a similar issue while trying to update WP to 3.7.1. I was receiving a core error (line 80) and the automatic update would not complete.
The problem was that I had no remaining space on my hosting account, due to automatic updates.
Since you already talked to your host, this might not be your problem, but I felt it was worth mentioning.