HELP - Can't save changes - made changes and when I try to save there is a circle with a line through it?

HI!
HELP!
I am not sure why this is happening. I made some of the suggested changes, however, now when I go to save the changes an circle with a line through it comes up??? this is on www.2017rgc.robgrayconstruction.com

Thank you,
Sherry Ann

Hello Sherry,

Thanks for writing in!

Please share login details in a secure note for us to take closer look.

Thanks.

I got it, not sure why the page was a problem, I had to open another page and start again and was able to save.

Thank you!

Glad to hear it’s all working now @SherryAnn22! :slight_smile:

Hello,

Thank you…another question, I am trying to blast through and turn this site over…

I am working with the Envira Galleries for the portfolio items. First is there a way to have a lighter background vs the dark? Legacy I can’t see any difference.

Second we would like to have the ‘share’ links not on the side column but below so the images can be larger and full width on the page vs having that blank sidebar.

the sub site that we are working on replicating is www.2017rgc.robgrayconstruction.com

Thank you for your help!!!
Sherry Ann

Hello Sherry Ann,

Thanks for updating this thread.

1.) To change the background in the lightbox of your galleries, please add the following CSS code in the Theme Options > Global CSS (http://prntscr.com/evui3r)

body .envirabox-overlay.overlay-supersize.overlay-base_dark {
    background-color: rgba(0,0,0,0.35);
}

If you want to adjust it to your desired opacity, please adjust the opacity between 0.35 to 0.95.

2.) To have the ‘share’ links below the contents and make it fullwidth, please add the following CSS code in the Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-portfolio .entry-info, 
.x-portfolio .entry-extra {
    float: none;
    width: 100%;
}

We would loved to know if this has work for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.