-
AuthorPosts
-
February 2, 2019 at 3:43 am #1061830
Hello,
I can’t edit any of the pages on my site: http://troyins.com
I deactivated all plugins, updated everything, and it still doesn’t work. Please advise ASAP.
thanks,
LFFebruary 3, 2019 at 10:09 am #1062163Hey liliaf,
We can’t access your site to check or verify the problem. Please advice asap.
Best regards,
RikardFebruary 4, 2019 at 9:20 pm #1062859This reply has been marked as private.February 6, 2019 at 6:33 am #1063461Hi,
Thanks for that, could you try updating the theme to the latest version (4.5.3), then select to use the Classic Editor in the main page of the theme options to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. Also, it looks like your Envato token is not valid, please read refer to this to fix that: https://kriesi.at/documentation/enfold/theme-registration/.
Best regards,
RikardFebruary 7, 2019 at 12:23 am #1063782Hello,
I’ve done as asked and now the site looks different and wrong now. It has a white bar around the whole site and some of the text looks out of line. Please fix this. I saved my old Enfold options and uploaded them but it did not help.
Please fix ASAP,
LFFebruary 8, 2019 at 12:49 am #1064369Hello,
Has there been any progress on this issue?
Thanks,
LFFebruary 8, 2019 at 5:11 pm #1064656Hi liliaf,
Best regards,
VictoriaFebruary 8, 2019 at 8:25 pm #1064762Hi Victoria,
Yes, I was able to get the layout builder working again. However, now the site looks different and wrong now. It has a white bar around the whole site and some of the text looks out of line. Please fix this. I saved my old Enfold options and uploaded them but it did not help.
Please fix ASAP,
LFFebruary 11, 2019 at 6:18 pm #1065565Hi liliaf,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.content { padding-top: 0px; padding-bottom: 0px; } .container { padding: 0; }
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 11, 2019 at 9:30 pm #1065685Hi Victoria,
That worked for the desktop version, thanks. However, the mobile version is still showing the white border.
Thanks,
LFFebruary 13, 2019 at 1:00 am #1066163Hi Victoria,
I haven’t heard back from you lately and am still having issues. I’ve added this CSS
@media screen and (max-width: 750px) {.container {
margin-left: 0px !important;}}@media screen and (max-width: 750px) {div#main {
margin-right: -20% !important}}but my mobile content is showing as bunched on the left. The same for the desktop. I can’t figure out how to move the content in without getting the unwanted white space back.
Please help ASAP,
LFFebruary 14, 2019 at 1:19 pm #1066943Hi liliaf,
Please remove the code I gave you and add this:
@media only screen and (min-width: 1024px) { .content { padding-top: 0px; padding-bottom: 0px; } .container { padding: 0; } }
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.