Forum Replies Created
-
AuthorPosts
-
Hey Micha66,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .responsive #top .logo { width: 100%; } .responsive .logo img { margin: 0 auto; } }Hope this helps :)
Best regards,
NikkoHey sock2me,
It’s the default widget which appears when nothing is added on widgets, if you put widgets in it, it will be replaced. If you don’t want to show footer widgets yet, you can go to Enfold > Footer > Default Footer Widgets & Socket Settings and set it to Display only the socket (no footer widgets). Hope this helps :)
Best regards,
NikkoMay 2, 2017 at 7:37 am in reply to: Main navigation font color on frontpage before scrolling #786191Hi,
Try using this css code:
#top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text { color: white !important; }Let us know if this helps :)
Best regards,
NikkoHi,
Glad we could help! Thanks for using Enfold :)
Best regards,
NikkoHey wolfblast,
Can you give a link of the page mentioned? so we can have a closer look
Best regards,
NikkoHi,
Sorry for the late response, I tried checking the backend but the login you gave doesn’t work anymore, can you allow us to check the backend again, so we can take a closer look on the issue.
Best regards,
NikkoHi,
I couldn’t see Lateral Opportunities but I believe you have renamed it to Job Opportunities, I have added this css code in Quick CSS (located in Enfold > General Styling):
#avia-menu #menu-item-3871 span.avia-menu-text { background-color: blue !important; }Which changed the button color to blue on the last menu item, let us know if it’s good :)
Best regards,
NikkoHey wolfblast,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.single_toggle { margin-bottom: 10px; }Just adjust the bottom margin as you see fit. Hope this helps :)
Best regards,
NikkoHi,
Glad to hear that! Thanks for using Enfold :)
Best regards,
NikkoHey bittenbyazebra,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support. You might want to try out more advanced contact form plugins which are dedicated only on this matter like https://wordpress.org/plugins/contact-form-7/
Best regards,
NikkoHi H,
Sorry for the late response, just to clarify on what I’ve pointed out, I’ve tested it out with a clean wordpress install 4.7.4, using Enfold 4.0.5 and Events Calendar, and it didn’t have any issue, here is a screenshot on my end, which also shows that area’s width is already set to 100%. http://imgur.com/a/pMWze
Best regards,
NikkoHi,
Glad to hear that :)
@mensmaximus: Thanks again for sharing really great solutions :)Best regards,
NikkoMay 1, 2017 at 5:47 pm in reply to: Instagram feed in footer widget: how to make a box with margin around each pic? #785883Hi,
Glad we could help. Let us know if you need more assistance or if we can close the thread :)
Best regards,
NikkoHi,
Glad to hear that! Thanks for using Enfold :)
Best regards,
NikkoMay 1, 2017 at 5:46 pm in reply to: Category & tag archive page: how to make post images less high? #785881Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHi,
Thanks for using Enfold :)
Best regards,
NikkoHey iriad,
You can upload the screenshot in http://imgur.com/ and post the link here.
Best regards,
NikkoHi Lyse,
The changes should be seen on a tablet or ipad. Did you put the code in Quick CSS? if yes, if you have a caching plugin try to flush the cache, if not, can you give us temporary admin access? so we can check why it’s not working.
Best regards,
NikkoHey iriad,
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,
NikkoMay 1, 2017 at 5:41 pm in reply to: Logo and Main Menu Left Sidebar, Full Footer not Displaying #785873Hi,
Glad to hear that! Thanks for using Enfold :)
Best regards,
NikkoHey xaray,
Can you post a link of the screenshot above? you can put it in “private content”, so only moderators can see.
Best regards,
NikkoMay 1, 2017 at 5:30 pm in reply to: Instagram feed in footer widget: how to make a box with margin around each pic? #785869Hi,
Try adding this css code:
.av-instagram-item .image-overlay { width: 104px !important; left: 0 !important; }Hope this would help :)
Best regards,
NikkoHi,
Yes, it’s actually a bit complicated and would require a lot of time. I would suggest you try our partner Codeable, you can contact them here: http://kriesi.at/contact/customization
Best regards,
NikkoHey pimmesz,
Can you try to disable all plugins and check IE. If that fixes the issue, try to enable them one by one to find out what’s causing it. If that doesn’t help can you give us temporary admin access as well as permission to deactivate plugins (for a short period of time).
Best regards,
NikkoHi,
Thanks for providing the link, it’s not working because you have a dash instead of space between Dancing and Script, try to use this css code instead:
.av-image-caption-overlay-center p { font-family: 'Dancing Script', 'Helvetica Neue', Helvetica, Arial, sans-serif !important; }Let us know if this helps :)
Best regards,
NikkoHi,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHey marcabbink,
Can you give us ftp access and 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.
Best regards,
NikkoHi,
Try to edit this file in the enfold theme: js/shortcodes.js
Find and remove this code (line 654 in Enfold version 4.0.5):animation: google.maps.Animation.BOUNCE,Let us know if that helps :)
Best regards,
NikkoHi,
Try adding this css code in Quick CSS:
@media only screen and (max-width:1024px) and (min-width:768px) { .page-id-1227 #av_section_4 .flex_column.av_one_third .iconbox { position: static; } .page-id-1227 #av_section_4 .flex_column.av_one_third .iconbox .avia-button-wrap { width: 160px; position: absolute; bottom: 0; left: 50%; margin-left: -80px; } .page-id-1227 #av_section_4 .flex_column.av_one_third .iconbox .avia-button-wrap > a { padding: 15px !important; } }Let us know if this helps :)
Best regards,
NikkoHi,
Glad to hear that it’s working :) Most common problems are single quotes or double quotes, also missing semi-colons.
Best regards,
Nikko -
AuthorPosts
