Andrés Vega
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: cPanel and wordpress permissionsHi @lumengl my suggestion is try to setup the following permissions:
- All directories should be 755 or 750.
- All files should be 644 or 640. Exception: wp-config.php should be 440 or 400 to prevent other users on the server from reading it.
Additionally, you can add the following code in your wp-config.php file to force it
define( 'FS_CHMOD_DIR', ( 0755 & ~ umask() ) );
define( 'FS_CHMOD_FILE', ( 0644 & ~ umask() ) );Let me know if this fix the issue…
- This reply was modified 5 months, 4 weeks ago by Andrés Vega.
Forum: Fixing WordPress
In reply to: How to Fix 404 Error in WordPress?Hey @bailey782 I can see than your website is working well, did you already solved the issue?
Forum: Fixing WordPress
In reply to: add author/composers names in PlaylistsHello @pouicpouic I hope you are well today
I think you can add authors name in the attribute artists, but can you tell me more details about what do you want to do?, maybe I can help you with a better solución.
Hello @boppar do you want to align to center the text with the button?
Forum: Fixing WordPress
In reply to: Add new Post redirect to home page of my WebsiteHello @sumand can you deactivate all the plugins and try if this solve the problem?
Forum: Everything else WordPress
In reply to: Looking for simple membership pluginHey @jokkie I hope you are well today
I think this plugin can work for you https://restrictcontentpro.com/
Forum: Everything else WordPress
In reply to: How can I get embeds to open in a new tab?Great! @nataliemin don’t forget mark like a solved the topic. ??
Forum: Everything else WordPress
In reply to: Changing media galley text color??
Forum: Developing with WordPress
In reply to: Page.php file white screenHello @aikibe I hope you are well today
Actually I can see another problem related to the plugin quadmenu, can you try desactivate this one.
Forum: Everything else WordPress
In reply to: Changing Background ImageHello @tgurr I hope you are well today.
Currently the image that is added in the body’s CSS is different, I can see only this
https://www.gurreathomes.com/wp-content/uploads/2020/12/backgroundwinter.jpg
You can check that your changes by FTP if they are being saved correctly, it can also be something from the Cache
You can also try to delete the css code from the body and check if you are making the change to the correct file to avoid confusion.
I see this
body { color: #141412; line-height: 1.5; margin: 0; background-color: #122F00; font-family: verdana, Arial, sans-serif; font-size:12px; background-image: url('https://www.gurreathomes.com/wp-content/uploads/2020/12/backgroundwinter.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; }
Forum: Fixing WordPress
In reply to: mobile footer menu not showingHello @digidev19 can you share more details about the problem and the url.
Forum: Fixing WordPress
In reply to: Page not foundHello @walmon I’m glad I solved everything, don’t forget to mark the issue as solved. ??
Forum: Fixing WordPress
In reply to: Google Search Showing Wrong TitleHello @dmay73
Yes, Google’s update time depends on many factors but I can already see that the correct name appears.
Try this url in google.com
site:https://wifeofahunter.com/
- This reply was modified 3 years, 6 months ago by Andrés Vega.
Forum: Fixing WordPress
In reply to: email error in woocomerceHello @sbmoly13
It seems to be a permission problem in the PHPMailer files
Warning: require_once(/var/www/vhosts/83/964406/webspace/httpdocs/greyhoundandpetworld.com/wp-includes/PHPMailer/PHPMailer.php): failed to open stream: Permission denied in /var/www/vhosts/83/964406/webspace/httpdocs/greyhoundandpetworld.com/wp-includes/pluggable.php on line 248
A recommendation is to try to reinstall the WordPress version from the administrator, if this does not work please try to review the following articles where you can find information about the correct permissions that WordPress files should have.
Forum: Fixing WordPress
In reply to: Google Search Showing Wrong TitleHello @dmay73 I hope you are well today
I can see the problem in the Google result the title is:
But the correct is Home – Wife Of A Hunter, You may have changed this name recently, and Google has not yet indexed the new name, just wait a few days to see it correct, or you can use the Google Search Console tool to speed up the process.