thias79
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: How to import 25 GB media libraryProduction site and side and side with the new design are on two separate servers.
What I have done is that I have copied the entire Media library. So it has the same catalog structure as on the production site.
What I want to do is register the entire Media library on the server that I develop the new design on. It is important that it is registered with the same catalo structure.
Example /uploads/2023/11/image.jpg and that the user who uploaded the image from the beginning is also registered. There are two user accounts that have uploaded pictures in the Media Library.
Example
User 1
User 2Have looked at the page you linked to, but do not really understand what the syntax for the command should be for it to be right if the paths are as follows
/var/www/html/test-site.com
The path to the pictures is as follows.
/var/www/html/test-site.com/wp-content/uploads
- This reply was modified 1 year ago by thias79.
Here are the form settings. Where the text is blurred. There I want to be able to write a different email address than the one that is the domain on which the page is located. How do I do this without getting an error message when I save my new settings? There is something with the validation, I understand. But it must be possible to say that it is okay to use a different email address in some way?
f the domain is for example test1.com but the email I want to use is e.g. not [email protected], but I want emails sent from the form to be sent to [email protected]. As it is now with the preset settings, I get an error message that the address does not belong to the current domain
Forum: Themes and Templates
In reply to: [Astral] top social iconsThanks for your reply.
I have understood that it assigns an icon when you enter the address of a social media platform. It generally works for me.
What doesn’t quite work is when I try to add an email address. Then I guess that a symbol that looks like an envelope will come up. But a chain appears instead, symbolizing a link.
I wrote like this “mailto:[email protected]”
This should work but it doesn’t.
Kind regards
Forum: Themes and Templates
In reply to: [Astral] top social iconsIs there an icon for email with. How do you write so that in that case it will appear correctly with a letter symbol?
Forum: Plugins
In reply to: [WooCommerce] Change location on Product Description and Short DescriptionSorry!, of course I mean the opposite. I want the big product description at the top and the short one at the bottom.
I thought correctly but wrote wrong when I posted the post in the forum
/ Mathias
Forum: Plugins
In reply to: [WooCommerce] Kits and multiple items added to CartThe idea is that customers, when they choose a pattern, for example. Then they will not have to figure out for themselves how many yarn of every color they need, depending on what size they choose.
Forum: Localhost Installs
In reply to: Get a error message when I change wp_debug to "true"I found the error. The plugin “Debug bar” is not compatible with the latest version of WordPress 4.4.2 Installing the other plugin included in the package “Developer” went well.
Forum: Localhost Installs
In reply to: Get a error message when I try to run Theme Unit test dataI found a solution that follows.
edit this file wp-includes \ class http.php and then add That code just before 1512 or 1511 like below:1511 set_time_limit (5000); 1512 curl_exec( $handle ); 1513 $theHeaders = WP_Http::processHeaders( $this->headers, $url ); 1514 $theBody = $this->body; 1515 $bytes_written_total = $this->bytes_written_total;
The thing is that there is no code that looks like this does. I do not even have that many lines in my own wo-includes / class http.php file.
Very strange.Forum: Localhost Installs
In reply to: Get a error message when I try to run Theme Unit test dataJust the solution did not work. I wonder if it is in php.in file I will make the changes?
Forum: Localhost Installs
In reply to: Get a error message when I try to run Theme Unit test dataI do not have the error message in front of me right now. But my guess is it has something with the timeout limit to do, when to load the XML file.