Satya Prakash
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t override CSSHi @dscl,
Please try below css and this will override plugin css..wp-block-group .mobile-work {padding: 0px !important;}
ThanksForum: Fixing WordPress
In reply to: Theme updated, now all my formatting is offHi @teganquin,
When the theme is updated, any CSS and custom code that you have added to the theme’s files gets overwritten. So, whatever CSS you wrote is removed after the update. To avoid this problem, there are two solutions:
1. If you are customizing the theme files with your own code or adding CSS, avoid updating the theme.
2. Create a child theme of the current theme, add your custom code and CSS changes to the child theme, and activate the child theme.
if you have the backup of you website then copy the css and paste to the updated css files.
Thanks
Hi @sharon1210,
If a image is not displaying in your website when viewed in browser but display normally in the Elementor editor, There could be several reason.
Here are the steps to troubleshoot the problem.
1 Cache – Do you have any cache mechanism, both in WordPress and a server level. If yes, then this could be a reason. So please clear cache and check again.
2. File Permission – Verify that the image files in your server have the correct permission. Use an FTP client or your hosting control pannel to check and adjust file permission, if needed.
3. Check .htaccess – Review your website’s .htaccess file that there are no rules that blocking or redirecting image request.