
-
AuthorPosts
-
September 22, 2025 at 8:15 pm #1489467
Hello,
An issue popped up where the “Save” Button is displaying on the front end of the page in the middle of the text I was editing. There is no caching plugin active, no new plugins have been added, and the theme is up to date. Also, no upstream caching that I know of. I have checked in a private browser window, and it is still displaying. Tried everything I could, even contacted my hosting admin. Can you please have a look?Note, I tried this code, but it didn’t work.
.avia_alb_save_button {
display: none !important;
}
Note that this is still in the CSS box.September 23, 2025 at 4:59 am #1489471Hey Keith,
Thank you for the inquiry.
Would you mind providing a screenshot of the issue, or a link to the page? You can use platforms like Savvyify, ImgBB, PostImages or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, ImgBB, PostImages or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelSeptember 23, 2025 at 5:17 am #1489474Hi Ismael.
Here is a link to the page where it is displaying. I put the link in the private section of this ticket.September 23, 2025 at 5:27 am #1489477Hi,
That’s quite odd. You can temporarily hide the save button using this css code:
.responsive .page .avia-modal-save.button.button-primary.button-large { display: none; }
Please provide the login details in the private field so that we can investigate the issue further.
Best regards,
IsmaelSeptember 23, 2025 at 2:32 pm #1489495Hi Ismael,
I added that code, and it worked. Please see the login info below in the private section.September 24, 2025 at 5:45 am #1489511Hi,
Thank you for the update.
There was actually a “Save” button html element in the editor — we’re not sure how it got there, but we have removed it.
<a class="avia-modal-save button button-primary button-large" href="https://xxxxxxx.com/wp-admin/post.php?post=6549&action=edit#save">Save</a>
Best regards,
IsmaelSeptember 24, 2025 at 5:59 pm #1489533Thank you, Ismael! I appreciate it!
September 25, 2025 at 5:42 am #1489545 -
AuthorPosts
- The topic ‘Save button Visible on the front end.’ is closed to new replies.