-
AuthorPosts
-
August 10, 2018 at 8:11 am #995840
Hi,
The editor is accessible but the update button is missing. It’s not enabled.
Everything should be fixed after removing that css code.Best regards,
IsmaelAugust 10, 2018 at 11:29 am #995909Hi,
Okay, that’s odd. Are you able to see the code currently in the css file? Please let me know as I thought I removed it.
Best,
RobertaAugust 10, 2018 at 9:57 pm #996159Hi,
Enabling the Theme and Plugin Editors in wp-config.php
1. Use SFTP and go to the location of your WordPress site. Learn how.
2. Open wp-config.php on your computer.
3. Search for: define(‘DISALLOW_FILE_EDIT’, true);
4. Change true to false: define(‘DISALLOW_FILE_EDIT’, false);
5. Save the file and upload it back again.Best regards,
BasilisAugust 13, 2018 at 9:16 am #996584Hi Basilis,
The only code I could find was define( ‘DISALLOW_FILE_MODS’, true );
I already changed that to false and the editor showed up. I don´t know what else to do.
Best,
RobertaAugust 13, 2018 at 9:30 pm #996883Hi,
Files are not as CHMOD 775, an u provide us with FTP?
Best regards,
BasilisAugust 14, 2018 at 1:45 pm #997078Hi,
We use pantheon, I’ve created a login for you so you can enter. and use the ftp. Login info in the private field below.
August 15, 2018 at 8:36 pm #997670Hi,
Nikko will check it – unfortunately I cant login to Patheon, not sure why
Best regards,
BasilisAugust 16, 2018 at 9:47 am #997867Okay, thanks for letting me know. Please let me know as soon as you have any updates.
Best,
RobertaAugust 20, 2018 at 11:59 am #999318Hi rpesce,
We apologize for the late response. I checked your site the issues you have on the site isn’t there anymore when checking on an ipad or adjusting the browser size.
The only things I see on ipad is the large white space between the header and the content heading as shown in the screenshot 1 (ipad) in private content.
This can be fixed by adding this css code:.html_header_transparency #top .avia-builder-el-0 .container { padding-top: 0; } p.slab-text { margin-top: 0 !important; }
after this media query code in style.css of your child theme:
@media only screen and (max-width: 959px) {
In the mobile version however there are lots of things that should be fixed (see screenshot 2 in private content).
The burger menu seems to be out of position vertically, you can fix this my removing:margin-top: 30px;
from this code in style.css:
.av_main_nav_header.av_menu_right .ubermenu-responsive-toggle { float: right; margin-top: 30px; }
then add this css code in your child theme’s style.css:
.page-id-431 #av_section_1 .flex_column.av_one_full.first { padding: 0 !important; }
and place it after this media query:
@media only screen and (max-width: 767px) {
Hope this helps.
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.