Sol
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mobile website redirects to wrong pageHi, maybe the forwarding is hard coded somewhere(?). How did you migrate the site? A script?
I tested it on my computer and phone and the mobile version does go to the calendar.
Forum: Fixing WordPress
In reply to: Landig page image not loading (sometimes it does)Hi, I tried opening the website but get a 502 Error – Bad Gateway.
I was going to ask about the size of the background image perhaps it is too large? are you using a png or a jpg? Depending on the type of background you are using, you can optimize it so it is not too large in bytes, and loads quickly. Perhaps that is why it sometimes it shows and sometimes not.
Forum: Fixing WordPress
In reply to: Setting Home page to a static page makes site not loadSomeone also mentioned checking the error logs, though not sure whether just the wp logs or the site logs.
No probs. Have you thought of turning on the debug feature on wp_config.php? Sometimes that gives extra info.
Forum: Fixing WordPress
In reply to: Setting Home page to a static page makes site not load@elisa13, I’ve been reading similar situations to yours, and some suggest updating the permalinks once you choose the static page option (just saving it, no need to change it, or leave it at the default setting).
Maybe try that.
I have several sites with Divi and static front pages and they are working fine with the latest WP version.
I’ll keep looking!Perhaps someone else might help, but I think if you add a blank index.html page to the subdirectory, wordpress & htaccess will do the rest.
So it would be like this
————-subdirectory
————————–index.html (blank)
————————–img001.jpg
————————–img002.jpgLet me know if this works. Its simpler than having to go hack your htaccess file.
Forum: Fixing WordPress
In reply to: Setting Home page to a static page makes site not loadHello, have you tested the Static Page itself (on its own url), to see if it is loading correctly?
S.
Forum: Fixing WordPress
In reply to: Uploading images on page > error 404Hello, have you tried refreshing the Permalinks?
In your dashboard, go to Settings/Permalinks/ Then click “Save Changes”.
For some reason, sometimes things get out of whack, and the 404 pages start apperaring and this helps me.
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Won't stay in the chosen languageI have a similar issue but only with the Home page.. all other pages stay in the second language (spanish) but the code for lang=es is not added to the main home page (created dynamically by the twenty eleven template).
Were you able to resolve this?
The homepage is a static Page – https://lvepanama.solybarr.com/
thanks!
Sol
Forum: Fixing WordPress
In reply to: Cannot crop images smaller than thumbnail sizeI was having a similar problem, with the crop button disabled, but my image was larger so I tried the crop area to 151x 151 pixels and voila the Crop button reappeared.. this worked fine for my needs.. (im using WP 3.3.1)