I’m new on WordPress. I have created a website and I want to set a page as the default initial page. I’ve already learned how to do that (settings > lecture/read (idk, ive got it in spanish) > use static page) BUT if I do it, the template replaces the page. Let me show you what I mean:
This is the page that I want to set as default initial page:
As you can see, it is not set yet as default:
And this is what happens when I set it as default:
I know they look similar, but they are not the same. The second one is the template, and I dont want to show the template to everybody. I want them to see the page, which I have and am customizing.
Thank you.
]]>When choosing the option “set regular price USD” on the variation pannel. No boxes appear to enter the price to set for all variation.
Screenshot:
https://prnt.sc/noPXZSxZPrdQ
How it should be
https://prnt.sc/WWG2TsOshdc3
The scheduled preloading will run automatically in your chosen time period.
Select schedule type
Fortnightly
———————————————————————————-
While the configuration setting above set a chosen time interval, it would be nice if it would be possible to set the time of day that a new Preload would start. I would prefer to do be able to set it strategically during likely periods of low activity as it takes a while to complete the process.
Thanks for your consideration.
]]>the products are all synced to the facebook shop now.
However, the WooCommerce product categories are not synchronized to the facebook shop.
There are “FB Product Sets”, is this the way to map WooCommerce product categories to facebook shop product categories?
Thanks!
]]># SSL PCI compliance
ssl_session_cache shared:SSL:20m;
ssl_session_timeout 60m;
ssl_buffer_size 1400;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_prefer_server_ciphers on;
ssl_ciphers "ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS";
ssl_dhparam /etc/ssl/dhparam.pem;
ssl_ecdh_curve secp384r1;
ssl_session_tickets off;
resolver 8.8.8.8 8.8.4.4 valid=300s ipv6=off;
resolver_timeout 5s;
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
add_header Referrer-Policy no-referrer-when-downgrade;
add_header X-XSS-Protection "1; mode=block";
add_header Expect-CT "max-age=7776000, enforce";
add_header X-Permitted-Cross-Domain-Policies master-only;
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload";
add_header Content-Security-Policy "upgrade-insecure-requests";
add_header Content-Security-Policy-Report-Only "default-src ‘self’";
add_header Feature-Policy "geolocation ‘none’; camera ‘none’; speaker ‘none’;";
Aapache2 conf:
Include /etc/apache2/conf-enabled/security.conf
@security.conf
<IfModule mod_headers.c>
Header always set Strict-Transport-Security: "max-age=31536000" env=HTTPS
Header always set X-Content-Type-Options "nosniff"
Header always set X-XSS-Protection "1; mode=block"
Header always set Expect-CT "max-age=7776000, enforce"
Header always set Referrer-Policy: "no-referrer-when-downgrade"
Header always set Content-Security-Policy "upgrade-insecure-requests"
</IfModule>
P.S. mod_headers activated for apache2
]]>well, i’m trying to create a new website for my business and i created a subbomain named site.hectorsecurity.gr and started thw WordPress Installation process like i’m doing it my last almost 10 years!
At first i faced for first time of all the years i’m using WordPress a problem with my wp-config.php file. The problem was that WordPress couldn’t create that file by itself. so i did it manually using the wp-config-sample.php file. After editingthe file as i supposed to be edited in order to work (filling the MySQL Databse informations) i saved it as a new file named wp-config.php without actally deleting the wp-config-sample.php, just in case i need it for feature use.
Now the problem i can’t file the solution is that: After refreshing the the page to continue the WordPress installation, i got a 404 Error from the browser. That The file named setup-config.php in wp-admin forlder in my root dictionary not found. However, the file is listed, and the permissions are correct (setted at 0644).
It’s my first time i see that kind of error and i can’t fine any solution.
Also, i have a Linux Shared Web Hosting Service from a Hosting Provider Company. Contacted with the company support team and they informed me that everyting seems to be ok with their server configurations. I’m also using PHP 7.4 right now. I tried it on PHP 7.3 but the same error come up again. I don’t know if there is any PHP Extensions i must enable or disable. Just in case i need to inform you that when i changed the PHP Version for my websites, i did not make any changes on PHP Extensions.
I hope you now have a clear view of my situation and conditions to give me a solution for this problem. But you can ask if i forgot something.
Thanks in advance!
~Antonis Loizos