Forum Replies Created
-
AuthorPosts
-
Hey!
Okay. Thanks for using Enfold :)
Best regards,
NikkoHey!
Glad we could help :)
Regards,
NikkoHi,
What version of Enfold are you using? as far as I know the content of the Enfold theme is clean and does not contain any virus or malicious files.
Best regards,
NikkoHey billypostle,
Can you give us admin access also? as well as the ftp access. Just place the details in Private Content. Are you using a child theme? if not please enable it: http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
NikkoHi,
Try adding this css code in Quick CSS:
#top .av-hotspot-container span.avia-arrow-wrap { display: none; }
Hope this helps.
Best regards,
NikkoHi,
I have checked it but it seems you have already done it, if not you can try this css code:
#top .header_bg { background: rgba(0, 0, 0, 0.5) !important; }
Best regards,
NikkoHey erwin_m,
Are you referring to the Blog Posts in Advanced Layout Builder?
Best regards,
NikkoHi,
I have already tested it and I already tried to fix it as much as I can however I couldn’t, and have tested it on my end and it worked properly. Also I noted 1px gap has same gap as large gap, it’s not related on the ordering but might be implicating a problem that is causing issue with the order. I’ll be asking my fellow moderators to look on this as I don’t think I am able to help further.
Best regards,
NikkoHi,
I’ve checked it out but the backend isn’t loading when I checked. Can you try to backup your site, re-update wordpress and update Enfold to the latest version.
Best regards,
NikkoHi aprivitera,
I have checked it, sorry I haven’t got back to you on time. Can you try to re-update wordpress? I tested your site and it seems the problem isn’t the theme, I have the plugins disabled and had tried to check it with the default wordpress theme (twentyfourteen) and the result is still the same. No errors were generated even if debug is set to true also, so I couldn’t figure out why this error is appearing.
Regards,
NikkoMarch 1, 2017 at 1:05 am in reply to: Fontsize and colour of sub-menu-links of secondary menu in top bar #753374Hi,
Try using this css code:
#top #avia2-menu .sub-menu li > a { color: #efd422; font-size: 16px; }
Just adjust it as you see fit. Hope this helps.
Best regards,
NikkoHi,
Since it didn’t do anything, can you please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Might have been some plugin that is causing the change not to reflect.
Best regards,
NikkoHi Fieldtripper,
Can you try to backup the site and update it to the latest version 4.0.2 and see if this helps.
Best regards,
NikkoHi,
You’re welcome. Thanks for using Enfold :)
Best regards,
NikkoHi,
Thanks for using Enfold :)
Best regards,
NikkoHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHey Janos Hamar,
Try to update the theme to the latest version 4.0.2. Let us know if this helps.
Best regards,
NikkoHi Mattia,
Thanks for pointing that out, I have tested this also but couldn’t fix the issue, I will be reporting this bug to Kriesi and our devs.
Best regards,
NikkoMarch 1, 2017 at 12:46 am in reply to: Logo and Main Menu in left sidebar 100% height, always sticky #753358Hi,
I think these are the ones you need to use vh:
.html_header_sidebar .logo {} .html_header_sidebar #header .av-main-nav > li {}
Best regards,
NikkoHi,
I have checked it and I can see js errors in the console. Can you try to backup your site and re-update the theme, if you are using a cloud proxy also, kindly clear the website cache.
Best regards,
NikkoHi Elisa,
Try using this css code:
@media only screen and (max-width:767px) { .av_slideshow_full li img { width: 600px; height: 172px; max-width: none; position: relative; left: 50%; margin-left: -300px; } }
This may not show some parts of the image (left and right) but it should make it bigger and without getting stretched.
Best regards,
NikkoHey waveshaper,
You can change it by adding this css code in Quick CSS (located in Enfold > General Styling):
.avia-slideshow .image-overlay.overlay-type-extern .image-overlay-inside:before { content: "\E803"; }
The content value is the magnifying glass, you can change it as you see fit. Hope this helps.
Best regards,
NikkoMarch 1, 2017 at 12:14 am in reply to: Full Width Easy slider not displaying with multiple images #753347Hey sarahed,
Just checked it and it seems weird that it’s not fetching anything. Can you make a backup of your site and try to update to the latest version which is 4.0.2. Hope this fixes the issue.
Best regards,
NikkoHi,
The table isn’t compatible for mobile, what we can do is to hide it in mobile and replace it with another. Try to add a class in the table for example put desktoptable as class, then put this in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .desktoptable { display: none; } }
then create 5 tables (with 2 columns and 3 rows each) then will have a class of mobiletable, then the css code I gave, will be changed to:
.mobiletable { display: none; } @media only screen and (max-width:767px) { .desktoptable { display: none; } .mobiletable { display: block; } }
I hope this idea helps.
Best regards,
NikkoHi,
You can use this css code and put it in Quick CSS (located in Enfold > Styling):
@media only screen and (max-width:767px) { .header_color .header_bg { background-size: 100% auto; } }
however the problem is it won’t accommodate the space. I would probably recommend something like this instead:
@media only screen and (max-width:767px) { .header_color .header_bg { background-size: auto 100%; background-position: -70px 0; } }
However the text in the image doesn’t fit also. I think we can use the 2nd code but replace the image with another one.
Best regards,
NikkoHey clairemartindigital,
I think that is possible, you can try to add a color section, change the background color, also in Section ID put mytitle then add this css code in Quick CSS (located in Enfold > General Styling):
#mytitle { width: 60%; margin: 0 auto; display: block; float: none; }
Just adjust the width as you see fit. Hope this helps.
Best regards,
NikkoFebruary 28, 2017 at 11:32 pm in reply to: Looking for a simple password protection of the content #753329Hi,
Glad we could help :)
Best regards,
NikkoHi Jessica,
I have checked it but it seems good on my end, the first row you are referring shows An Architectural Revolution?
Best regards,
NikkoHi,
I apologize for the delayed response, I have missed this thread. I have checked the login details, however it doesn’t work.
Best regards,
NikkoHi,
Try using this css code:
#top .av-mailchimp-widget p.first_form { float: left; width: 32%; margin-right: 2%; } #top .av-mailchimp-widget p.first_form:nth-child(3) { margin-right: 0; }
Hope this helps.
Best regards,
Nikko -
AuthorPosts