dafaher
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Problem installing multisiteTwo lines in the code that WordPress gave me to edit the wp-config.php file weren’t working for me, and I’d like to share the solution in case someone else is experiencing the same issue.
The code recommended by WordPress to edit wp-config.php had this 2 lines:
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) C:/xampp/htdocs/MYWEB/$2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ C:/xampp/htdocs/MYWEB/$2 [L]Thanks to the Apache Friends forum now it works, they removed the path to make it look like this:
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]Everything works perfect now. Thanks again for your feedback @a2hostingrj!
- This reply was modified 3 years, 10 months ago by dafaher.
HI @lusp you know, I never used child themes, but I think the time has come to learn how to do it. Thanks a lot for the suggestion!
Hi @grola and @lusp! Thank you very much for your replu. Grola is right, iit seems there’s a problem with OceanWP, but I can’t change it because I need many of its features. And no, I couldn’t solve it. I just added a margin-top: 10px; at the price and at least it hides a bit that unevenness that I see between the two, but I have definitely not solved the problem. Thank you very much again for your replies!
Forum: Themes and Templates
In reply to: [OceanWP] Problem with checkout pageThank you very much for your reply @abhikr781! Unfortunately I’m developing it locally with Xampp, so I cannot share a link. For now what I did was remove the plugin I was using and leave WooCommerce’s default fixed shipping price option, but I still have that same unevenness between the word “Shipping” and the price corresponding to shipping. So I added a margin-top: 10px; at the price and at least it hides a bit that unevenness that I see between the two, but I have definitely not solved the problem. Thank you very much again for your attention.
Forum: Networking WordPress
In reply to: Problem installing multisiteHi @ a2hostingrj, first of all thank you very much for your answer. In my previous message I forgot to mention that I already have W_DEBUG enabled, but no log file is generated, which is strange. I’m using Xampp with PHP 7.4.18 and the latest version of WordPress.
This is the problem website listed in Sites section:
https://drive.google.com/file/d/1oJ8AaMpPXMB_BEhKv1q-eKAn4UpUSK7n/view?usp=sharingBut it doesn’t appear in the top menu of the dashboard:
https://drive.google.com/file/d/1LQbg2oFeyXpqnXkmoKq3HQZSdN2MieHD/view?usp=sharingAnd when I click in the visit option to go to the website, it’s broken:
https://drive.google.com/file/d/1yyfnt0lRvQE_0qqUh4KB9b5iG0fRP2Ty/view?usp=sharingThe Chrome Developer Tool shows 20 entries with error 403 (forbidden), but all folders have the default permissions, so I feel pretty lost. I’m developing a project in local mode and I haven’t done anything yet, that is, there are no plugins or anything that can interfere with this site.
Again, thank you very much for your answer and help. Best regards!
- This reply was modified 3 years, 10 months ago by dafaher.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Translation to spanish not workingThank you very much for your reply, I think I wrote it wrong, as soon as I get home tonight I’ll give it a try. Thank you very much again!
Forum: Plugins
In reply to: [WPC Product Bundles for WooCommerce] Problem with discountsThank you very much for all the information, it was very valuable and allowed me to better understand how the plugin works. I will try with your suggestions indeed, thank you!
That’s brilliant, it worked like a charm. Thank you very much!
Thank you very much for your fast reply! Yes, I checked every question, one by one, but there’s no reference to language under question 6. I forgot to tell you that I’m using the free version, so maybe I’m not supposed to change it. Just in case, I made a screenshot for you to see -> https://drive.google.com/file/d/1u0bh4Blnt0ZuOhrq2LuB_oWiP3Yi2a2o/view?usp=sharing
I can’t share a link yet because I’m building my own template and I’m running Xampp on Windows 10 for testing.
Thanks again for your help!