Alor Web
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: When a post shared on social media, site icon image uploadedHi @rajeevbagra2025,
I tried sharing the link that you provided on my personal LinkedIn account, and that is what I see: https://prnt.sc/Y_SbwmxdRymQ.
It is working fine here on my end. How about trying to do it again? Maybe it’s just a bug on LinkedIn when you use the URL on your post.
Let me know how it goes.Thanks
Forum: Fixing WordPress
In reply to: Audio play button greyed out for Insert From URLHi @peong,
Upon checking the link that you’ve shared on your website, the reason that the audio play button doesn’t seem to work is because the link that you’ve added to your audio is from Google Drive and it can’t be accessed on the WordPress website. It shows a 403 forbidden error when I check your website using Brower Developer Tools under the Network tab.
See image: https://prnt.sc/d2vOTdwS_Sqs.My advice is to try to upload the MP3 file to your WordPress media library and use that link from your media library instead of a Google Drive link.
Let me know how it goes.
Thanks
Forum: Fixing WordPress
In reply to: Sub menu – changing colorHi @nissekarlsson,
It would be great if you could share a link to your website so that we could better help you with the sub menu .
ThanksForum: Fixing WordPress
In reply to: Making the top link in menu “not clickable”!Hi @nissekarlsson,
It would be great if you could share a link to your website so that we could better help you with the menu link.
ThanksForum: Fixing WordPress
In reply to: 403 error on ALL admin functions of a new installationHi @sethgrimes,
Try this solution: https://www.ads-software.com/documentation/article/debugging-in-wordpress/.
After you have followed some of the debugging steps, You can also share a screenshot of the issue for us to know what is really causing the issue on your website.
Thanks
Forum: Fixing WordPress
In reply to: Excerpt module missingHi @claresudbery,
I think it was the meta description that you wanted to edit, not the excerpt.
Forum: Fixing WordPress
In reply to: Background color change impacts padding on HEADING.has-colortwo-background-color { background: #00afb8 !important; color: #fff !important; margin-left: calc( -100vw / 2 + 100% / 2); margin-right: calc( -100vw / 2 + 100% / 2); max-width: 100vw; padding: 0.5em 0.375em !important; font-size: 46px !important; } /* Font size for mobile devices */ @media only screen and ( max-width: 768px ){ .has-colortwo-background-color { font-size: 40px !important; } }
Try this updated CSS code. Replaced the old CSS code and use the new CSS code above.
Note: Instead of this “.wp-elements-17c692c8e97afb44b2f234a07a038437”, I have changed it to “.has-colortwo-background-color” as it still works the same but much accurate to the heading element.- This reply was modified 10 months, 2 weeks ago by Alor Web.
Forum: Fixing WordPress
In reply to: Background color change impacts padding on HEADINGI’m delighted to hear that you found my assistance helpful! We’re here whenever you need help or have questions. If there’s anything else you’d like assistance with, feel free to post a topic in this forum. We’re happy to help. Cheers!
Best regards,
JerryForum: Installing WordPress
In reply to: cannot install anythingHi @bobdavcav,
For this issue, you may need to fix file and folder permissions on your WordPress file.
Try to read this article, and I hope it can help resolve the issue.
https://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/Thanks
Forum: Fixing WordPress
In reply to: Background color change impacts padding on HEADINGTo change the value of the heading’s font size, Just add this code at the bottom of padding: 0.5em 0.375em !important;
font-size: 46px !important;
Here is the CSS code looks like.
.wp-elements-57f8306538f61b35391f9f783de66131 { background: #00afb8 !important; color: #fff !important; margin-left: calc( -100vw / 2 + 100% / 2); margin-right: calc( -100vw / 2 + 100% / 2); max-width: 100vw; padding: 0.5em 0.375em !important; font-size: 46px !important; }
We can also adjust the font size on mobile devices. Just add this code on your Additional CSS field.
/* Font size for mobile devices */ @media only screen and ( max-width: 768px ){ .wp-elements-57f8306538f61b35391f9f783de66131 { font-size: 40px !important; } }
Thanks
Forum: Fixing WordPress
In reply to: Background color change impacts padding on HEADINGI have updated the CSS code and tested it.
Here is the updated CSS code. Just replace the previous code and change it to this..wp-elements-57f8306538f61b35391f9f783de66131 { ? ? ?background: #00afb8 !important; ? ? ?color: #fff !important; ? ? ?margin-left: calc( -100vw / 2 + 100% / 2); ? ? ?margin-right: calc( -100vw / 2 + 100% / 2); ? ? ?max-width: 100vw; ? ? ?padding: 0.5em 0.375em !important; ?}
Here is what looks like on my end.
Desktop: https://prnt.sc/E66yc-ORPlSp
Mobile: https://prnt.sc/M-O-Ykx5-KxuThanks.
Forum: Fixing WordPress
In reply to: Custom HTML Widget stopped working – no image servedHi @lasims,
You will have to choose whether you will continue using your Custom HTML even though your image doesn’t display on your website or all you have to do is to download that image from your Google Drive and upload it on the media library of your WordPress website.
The advantage of this is that you can also use the image URL from the media library and put it on your other website.
Hope this helps.
Thanks
Forum: Fixing WordPress
In reply to: Malware (?) creating a unknown subpagesHi @izziinside,
Please try following suggestions.
- You must delete those pages/post permanently.
- Change your password immediately.
- Removed others users on your website that no longer needed. Go to User on your WordPress Dashboard.
- Try to install security plugins that will make sure website more secure.
Thanks
Forum: Fixing WordPress
In reply to: Permalinks Not Deleted when Post or Page IsHi @jason_hayes,
Good Day! I would like to share this with you.
Understanding the WordPress Trash Functionality
The WordPress trash functionality serves as a safeguard for deleted content on your website. When you delete a post, page, or comment, it is not immediately permanently removed from your site. Instead, it is moved to the trash folder, where it remains for 30 days by default.
During this period, you have the opportunity to retrieve the deleted items in case of accidental deletions. However, once the 30-day period elapses, the items in the trash folder are automatically and permanently deleted from your site.
That’s why WordPress has a trash folder for future purposes. You only have the option to manually delete the post or page on trash folder if you don’t need that anymore.?
Hope this information helps.
Thank you.
Forum: Fixing WordPress
In reply to: Background color change impacts padding on HEADINGHi @debfield,
Good Day!
I’m here to help. You can try the following steps:
Note: This change will take effect on the heading that has a blue background.
.wp-elements-57f8306538f61b35391f9f783de66131 { padding: 0 !important; background: none !important; color: #00afb8 !important; }
- Paste the CSS code into the Additional CSS field.
- Click Publish.
- Now preview your website using your mobile phone. You should see the results that you needed.
- Lastly, you can delete the heading at the top with no color background.
Hope this resolves the issue.
Thank you.