Forum Replies Created
-
AuthorPosts
-
Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHi,
Can you post a screenshot on the options you have on your end? you can upload it on http://imgur.com/ and post the link here. The only option available is the Which Entries? from its setting.
Best regards,
NikkoMarch 27, 2017 at 7:02 am in reply to: Events Calendar Pro change the background and font color #767219Hi,
Try change the code I gave you from:
#top td .tribe_events { background: #333 !important; }
to:
#top td .tribe_events { background: #333 !important; border-bottom: 0 !important; }
Let us know if this helps :)
Best regards,
NikkoHi,
Okay just let us know if we can check it or if you need any assistance, we are using web inspector to check so we can see the issue and provide an accurate solution :)
Best regards,
NikkoHi,
1. Yes, you are right, if you want to make it generic, just use the body tag:
body { font-family: 'akkurat_lightregular', sans-serif; }
so it will be applied even it’s not h1-h6 or p.
2. I think the code is correct but if it’s not working try using this instead:
#avia-menu a { font-family: 'akkuratregular', sans-serif; }
Hope this helps :)
Best regards,
NikkoHi,
Glad we could help! Thanks for using Enfold :)
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top #wrap_all .grid-sort-container .flex_column.isotope-item { width: 100% !important; position: static !important; margin-bottom: 20px !important; } }
Hope this helps :)
Best regards,
NikkoHi,
This part of the code that John and Victoria gave should work only on mobile devices but won’t have any effect on tablets, 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.
Best regards,
NikkoHi,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHi,
You don’t need to copy everything inside functions.php and function-enfold.php to the functions.php of the child theme since it will be inherited. Since it’s having an error on functions.php when you insert the code, can you upload the code in functions.php in http://pastebin.com/ and post the link here?
Best regards,
NikkoHi,
Thanks for your kind words and thanks for using Enfold :)
Best regards,
NikkoMarch 27, 2017 at 6:16 am in reply to: Installing Child theme on completed site and keeping all settings/customizations #767203Hi,
It will only copy the theme settings that is in Enfold Theme Options. Try to check if you have added some css codes or js codes that might have affected it.
Best regards,
NikkoHi,
Is it already online? you can post it in Private Content when you reply so only moderators and you can view the link. Rikard asked it because we couldn’t replicate the same issue on our end and we would like to check how it looks like on your end.
Best regards,
NikkoHi Aleks,
Will be closing this duplicate thread. :) We will be answering in your other thread: https://kriesi.at/support/topic/masonry-gallery-images-lightbox/
Best regards,
NikkoHi Aleks,
You’re welcome. :) Let us know if you need more assistance on the issue.
Cheers!
NikkoHi,
Try to add this css code in Quick CSS (located in Enfold > General Styling):
#top .av_tab_section a { text-decoration: underline; }
Hope this helps :)
Best regards,
NikkoMarch 27, 2017 at 6:03 am in reply to: wordpress ask for update but nothing appear in update's page with enfold #767196Hi,
That’s weird, can you give us an access to the WP Dashboard again and also ftp access? so we can check further and try to troubleshoot it.
Best regards,
NikkoHi,
Can you try to disable Autoptimize, clear the cache and try to check it again. If it’s not fixed, can you try disabling all plugins to see if there’s no plugin conflict.
Best regards,
NikkoHi,
In Enfold Theme Options > General Styling set Heading Font to Default and body text set to any web safe font like Arial to deactivate the standard google font. Then on Quick CSS you need to put some css codes to define the fonts you want to use.
Best regards,
NikkoHey molcodr,
The sorting options is available, you should see Order by and Display order in the settings. If you are referring to the All | Other Categories, you need to select categories in Which Entries? and those categories should appear in the frontend.
Best regards,
NikkoHi,
You’re welcome :) try changing this code I gave:
#top .clear_none { clear: none !important; margin-left: 6%; }
to:
#top .clear_none { clear: none !important; margin-left: 6%; margin-top: 0 !important; }
If the gap is too small change the margin-top value from 0 to 10px or try to experiment with the values. Hope this helps :)
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .big-preview img { width: 100% !important; height: auto !important; } }
Let us know if this helps :)
Best regards,
NikkoHi,
Glad we could help. Let us know if you need more assistance or if we can close the thread :)
Best regards,
NikkoHi Justin,
This is a bug when using layerslider on a boxed layout. We have already reported this to Kriesi and our devs. The fix for this atm is on Layerslider WP, edit the slider then go to Slider Settings > Layout then set it to Fixed Size.
Best regards,
NikkoHi,
Try to make the min-height and max-height from Victoria’s code the same value, then add this below:
/* For ipad/tablet in portrait mode */ @media only screen and (max-width:960px) and (min-width:768px) { #top .avia-slider-testimonials.avia-testimonial-wrapper { min-height: 400px !important; max-height: 400px !important; } } /* For mobile devices */ @media only screen and (max-width:767px) { #top .avia-slider-testimonials.avia-testimonial-wrapper { min-height: 600px !important; max-height: 600px !important; } }
Just adjust the values as you see fit. HOpe this helps :)
Best regards,
NikkoHey DROR,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .responsive #top #info .flex_column_table { margin-top: 0 !important; } }
Hope this helps :)
Best regards,
NikkoHi,
That’s weird, can you tell us what are the changes made before it’s not working? like plugin update or anything? can you try to deactivate all plugins to make sure that it’s not caused by any plugin.
Best regards,
NikkoHey Drebosio,
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 DROR,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-1617 #av_section_2 .avia_ajax_form input.button { background: #3366cc; }
Just adjust the color as you see fit. Hope this helps :)
Best regards,
NikkoMarch 27, 2017 at 4:20 am in reply to: Stop image links from changing display location when hovering #767160Hi,
Glad that you fixed it. Thanks for using Enfold :)
Best regards,
Nikko -
AuthorPosts