Otto Kek?l?inen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems with header/positioningFirst of all, you should not edit themes directly. All your edits will be lost if/when the theme is updated. Rather, make a child theme and make your modifications there: https://codex.www.ads-software.com/Child_Themes
The solution to your problem requires general PHP/HTML/CSS skills. I recommend you hire some freelancer to do the layout for you.
Forum: Fixing WordPress
In reply to: Redirect all URLs ending in .jpg to Attachment Page?Are you running Apache or Nginx?
Doing a redirect rule for *.jpg is quite easy on the server side, eg. https://docs.wp-palvelu.fi/configuration/nginx/#redirects
Doing this redirect in WordPress with wp_rewrites can be tricky, as the real jpg files on the server usually take predecense over WordPress and PHP.
Forum: Fixing WordPress
In reply to: can not get wp-cron to work after activate my site to use httpsWhat happens if you run on the server
curl -IL https://localhost/wp-cron.php
?Clearly you https is somehow misconfigured.
Forum: Networking WordPress
In reply to: different domain wordpress site can be handle by one network??Your question is very unclear. It is just one really long sentence with not periods. Please rephrase it and write proper English to be more likely to get a reply. Thanks!
Forum: Fixing WordPress
In reply to: How to get a value from a .txt file and output in a page?This is a very easy thing to do in code. Which one are you more familiar with, PHP or JavaScript?
In PHP there is the fopen and readfile functions to fetch the contents of a file:
https://php.net/manual/en/function.readfile.phpIn JavaScript you can use the XMLHttpRequest() to fetch a file and then other commands to output it on the screen.
Once you’ve chosen how to read the file, then the next step is to figure out what function to use to print the last line instead of the whole file.
Forum: Themes and Templates
In reply to: [Minamaze] Theme Options page not working@thiagofmam Try the fix suggested in this PR: https://github.com/reduxframework/redux-framework/pull/2754 – please report back your experience testing it.
Forum: Plugins
In reply to: [Polylang] Polylang development on GitHub?Also made on github in case somebody would see it there: https://github.com/wp-plugins/polylang/pull/3
Forum: Plugins
In reply to: [Polylang] Polylang development on GitHub?Please accept this pull request!
Forum: Plugins
In reply to: [Polylang] Polylang development on GitHub?Forum: Plugins
In reply to: [Polylang] Polylang development on GitHub?There are already multiple forks of https://github.com/wp-plugins/polylang/network but no easy way to make pull request about the improvements!
Forum: Hacks
In reply to: FORCE_SSL_ADMIN@magootim is this of any help?
https://www.ads-software.com/plugins/https-domain-alias/Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Non-SSL host problem with FORCE_SSL_ADMINNow it is www.ads-software.com official: https://www.ads-software.com/plugins/https-domain-alias/
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Non-SSL host problem with FORCE_SSL_ADMINI ended up writing a plugin to solve this issue. @mrbimble does this plugin solve your need too?
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Non-SSL host problem with FORCE_SSL_ADMIN@esmi: the forum welcome states: “Unless you are using the same version of WordPress on the same physical server hosted by the same hosts with the same plugins, theme & configurations as the original poster, do not post in someone else’s thread.”
As I am posting about the same issue this is the correct place to discuss it. For the same issue one thread will have all discussions and eventually the solution. Am am sure whoever wrote the forum welcome text did not aim to have same issues duplicated in multiple different discussion threads.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Non-SSL host problem with FORCE_SSL_ADMINI tested removing the plugin. The same redirect stupidness presists, so it is not directly the fault of the plugin, but more like that I expected the plugin (based on that it asks the SSL host in the settings view) to handle this and disable the default WordPress wp-login.php redirect thing.
Next I’m going to try something like this: https://www.ads-software.com/support/topic/wordpresscom-like-setup-ssl-problem?replies=6#post-4428213