archesis
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Spinning wheel foreverLooks like “All In One WP Security” is the culprit. If I disable it, submitting forms works.
edit: Has already been answered above, thanks for the link!
I am trying to create a multilingual shop (using “PolyLang” and “Loco Translate”). Since there seems to be no way to translate the text, which can be edited using this plugin, I removed the plugin and ran into the same problem as mentioned above.
However I was able so solve it by doing the following steps:
1) Change to another theme (for that I was using a theme which comes with the woocommerce package).
2) Delete the “/woocommerce/emails” folder and all of its content, which is located inside the original theme.
3) Change back to the original theme.You’ve got mail 😉
I deleted all files of regular version via ftp and copied the ones you provided to the same place.
The error messages are pretty much the same, except the lines are different (minus one) in the “class-wp-statistics-update.php” file.
Warning: file_get_contents(http://browscap.org/version): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in …/wp-content/plugins/wp-statistics/includes/vendor/garetjax/phpbrowscap/src/phpbrowscap/Browscap.php on line 961expects parameter 1 to be a valid path, object given in …/wp-content/plugins/wp-statistics/includes/classes/class-wp-statistics-updates.php on line 223 Warning: unlink() expects parameter 1 to be a valid path, object given in …/wp-content/plugins/wp-statistics/includes/classes/class-wp-statistics-updates.php on line 226- This reply was modified 8 years, 5 months ago by archesis.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Request: Events listThank you, setting the column did the trick – my suspicion was correct 😉
I am using YYYY-MM-DD and it is working now.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Request: Events listForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Request: Events listThanks. I will look into it.
I guess the minimum requirement would be to display all rows, which include a date in the future. Do you think this is possible?
Forum: Plugins
In reply to: [amr ical events lists] Show names of attendeesThanks for the answer.
For some reason I could not find the addon.
So basically “Lightning” is to blame for not adhering to standards?
I updated “amr event lists” to Version 5.2.
Now when I use an e-mail address as participant name, it shows the local part (before the @) in lower case. When I don’t use an e-mail address but just a name, it still comes up as “unknown”.- This reply was modified 8 years, 6 months ago by archesis.
Forum: Fixing WordPress
In reply to: Bug report: WordPress Gallery – shortcode is incompleteYes.
Link: http://www.pfarre-mn.at/allgemein/test/
First three examples use the shortcode produced by WordPress.
Last one looks as it should, when I add “size=”thumbnail” to the shortcode by hand. Which is annoying, WordPress should add this automatically when I choose “thumbnail” in the gallery settings.
Forum: Installing WordPress
In reply to: install to its own directorywordpress stores permanent links in the database.
If you have been working from “www.mydomain.com/wp” and changed it to “www.mydomain.com” you need to change all entries in the database to reflect the new URL.
Beware: Some data is stored as serialized array, therefore I recommend using a plugin, which can handle this stuff. Search for “migrate” or “migration”.
Forum: Fixing WordPress
In reply to: How do I pasword protect a WP Website?If you want to password protect the whole website, then you can do this via “.htaccess” file, which is the most secure option. Search for “Password Protection with htaccess”
If you want to protect single posts or pages you can set a password directly when editing this posts or pages (“visibility: password-protected”).
If you want to protect certain areas with better control and also use different usernames and passwords and levels of access, then you will have to use a plugin, as mentioned above.
Forum: Fixing WordPress
In reply to: moving entire install to directoryUnlike for example Joomla, WordPress stores internal Links with the absolute URL. Which means every Link (Links to Pages, Posts, Menus, Media …) is saved in the database with its full address.
Furthermore settings (mostly the Theme settings) are stored not as plain text but as a serialized array. Read more: https://deliciousbrains.com/wp-migrate-db-pro/doc/serialized-data/
Which means you can’t just search and replace “old URL” with “new URL” in the database and that is also why you are loosing certain settings.
Moving WordPress by hand can be messy and frustrating.
Read this depressing verbiage: https://codex.wordpress.org/Changing_The_Site_URLTherefore I recommend using a Plugin, which helps you to migrate and can handle serialized data. Search the WP-plugin repository for “migrate” or “migration”.
For example:
Duplicator
WP Migrate DBBe warned: If you are using a theme or plugin which is only licensed for one website, you might still loose the settings.
- This reply was modified 9 years, 6 months ago by archesis.
Forum: Plugins
In reply to: Plugin to show page on tv/monitorIf you have a Smart-TV with Internet access, then open the browser and type in the URL of your website.
If not, you need to connect a device, which can display websites and has a video output port (ideally HDMI), to the TV.
For example: PC, Mac, Laptop, Tablet, Smartphone.Forum: Fixing WordPress
In reply to: Linking Existing WP blog to a subdomain“Is it possible to do it easily and quickly? I mean without technical hassles.”
No.
As far as I understand:
1) The current URL of your website is “example.com/website”
2) The current URL of WordPress is the same.
3) You want both to be “website.example.com”In any case, read these instructions:
https://codex.wordpress.org/Changing_The_Site_URLForum: Installing WordPress
In reply to: Web server access for installing WordPress@professorpitfire: Since this is a forum for wordpress.org and not wordpress.com you are in the wrong place.
It sounds like you paid for a service so you should ask the service-provider for support.