Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.

    #1489471

    Hey 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,
    Ismael

    #1489474

    Hi Ismael.
    Here is a link to the page where it is displaying. I put the link in the private section of this ticket.

    #1489477

    Hi,

    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,
    Ismael

    #1489495

    Hi Ismael,
    I added that code, and it worked. Please see the login info below in the private section.

    #1489511

    Hi,

    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,
    Ismael

    #1489533

    Thank you, Ismael! I appreciate it!

    #1489545

    Hi,

    No problem! Glad this has been resolved. Please let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Save button Visible on the front end.’ is closed to new replies.