Forum Replies Created
-
AuthorPosts
-
Hey Marcello,
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.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
NikkoHi,
Yes, the issue is really weird. Can you try to re-update the Enfold theme via ftp, you can check it on this post: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
Try also to re-update the woocommerce theme.
Best regards,
NikkoHey rlogan2334,
This css code seems to be causing the issue, can you remove this code:
.avia_pricing_minimal .pricing-table { box-shadow: 0 0 1px 0 rgba(0,0,0,.5) !important; }
Best regards,
NikkoHey DigitalEssence,
Try adding this css code in QUick CSS (located in Enfold > General Styling):
h1:after { display: none !important; }
Let us know if this helps. :)
Best regards,
NikkoHey Camila,
I tried checking your site but this is what appears on my end when I check:
This site can’t be reached
Best regards,
NikkoHey cipriana,
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,
Can you try using an Image element instead of background image.
Best regards,
NikkoHey scottgroves73,
I’ve checked it and if I’m not mistaken its the accordion slider with 7 images, same for the marina page (link below). I tested the lightbox and it seems to be working fine on my end. Is this fixed already? if not can you let us know what browser and OS you are using.
Best regards,
NikkoJanuary 13, 2017 at 3:00 am in reply to: Enfold Full width button font changes in mobile mode #732920Hi,
I have checked it in my mobile device and it’s using 60px line-height as you have defined. Let us know if there’s still an issue. :)
Best regards,
NikkoHi,
Glad that it’s fixed :)
Best regards,
NikkoJanuary 13, 2017 at 2:38 am in reply to: Cart Drop Down Icon Number Not Updating On Update Cart Button #732916Hi,
Glad we could help :)
Best regards,
NikkoJanuary 13, 2017 at 2:36 am in reply to: I want a color section to hide on mobil devices, but it wont works? #732915Hey vanggrafisk,
Can you post a screenshot on what it looks on your end? you can post it in http://imgur.com/ or dropbox and paste the link here.
Best regards,
NikkoHey muskowl16,
Try using some popular contact form plugins like https://wordpress.org/plugins/contact-form-7/
Best regards,
NikkoHi,
I have added a code block in the page with this code:
<script type="text/javascript"> function av_progress() { jQuery( ".avia-progress-bar .progress" ).each(function() { jQuery( this ).addClass( "avia_start_animation" ); }); } </script>
And on the gravity forms, I have added this code at the bottom of html content where you placed the shortcode:
<script>if ( typeof av_progress == 'function' ) { av_progress(); }</script>
Let us know if it’s good :)
Best regards,
NikkoHey taoleo,
Try adding this code in Quick CSS (located in Enfold > General Styling):
.logo img { margin-top: 10px; }
Let us know if this helps :)
Best regards,
NikkoHi,
Try adding this code:
is_post_type_archive('tribe_events')
It should look like this:
if( is_page(array('academy','learning-with-us')) || is_singular('tribe_events') || is_post_type_archive('tribe_events'))
Let us know if this helps. :)
Best regards,
NikkoHey P3Systems,
Please add this code in QUick CSS (located in Enfold > General Styling):
.product-sorting .sort-param-order ul > li:nth-child(3) { display: none; }
Let us know if this helps.
Best regards,
NikkoHey jnightingale,
Thanks for providing the login details, I have added this css code in QUick CSS:
@media only screen and (min-width:768px) { .html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top: 140px; } }
Let us know if it’s good :)
Best regards,
NikkoHi,
I checked it and I don’t see anything wrong on the backend. But it seems more like a woocommerce update issue similar to this one: https://wpml.org/forums/topic/wordpress-3-5-update-crash-woocommerce-shows-twice-product-page/
I’m not sure if we could help but try to check on the database of your production environment if products are duplicated there.
Cheers!
NikkoHi,
I checked your site and it seems to be down at the moment. I get this when I try to access:
This site can’t be reached zorbas.synology.me took too long to respond.
Best regards,
NikkoJanuary 10, 2017 at 8:44 am in reply to: Show only certain posts in Post slider/post grid – or – not current post #731453Hi,
Try copying the code here: http://pastebin.com/kQrHJ74L if that doesn’t work, can you give us an ftp access to your site? just post the details in the “private content” section.
Cheers!
NikkoHi,
Can you give us ftp access? so we could look into this issue further.
Regards,
NikkoHi,
I couldn’t login with the login details you have given, please check.
Best regards,
NikkoHi!
I checked on it and I don’t see any reason it should shift the Market at the bottom since the space is pretty much available when viewing on my ipad. Can you post a screenshot? you can upload it in http://imgur.com/ or dropbox and post the link here. You might also want to use the css code I gave above, it should help.
Cheers!
NikkoHey Dee007,
What version of IE are you using?
Best regards,
NikkoHi Dirk,
It should be showing up properly now. The reason the 2 images were not showing is because the cell where those 2 missing images doesn’t have any padding while the other 7 images have 100px padding on all sides. I have edited the 2 cells on that page.
Regards,
NikkoHey!
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHey!
Glad we could help :)
Regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.home .av-share-box .av-share-link-description { color: white; text-align: center; } #top.home .av-share-box ul, .home .av-share-box ul li { border: 0; } .home .av-share-box ul li a { padding: 0; } #top.home #main #av_section_2 .template-page { padding-top: 20px; }
Let us know if this helps :)
Best regards,
NikkoHey Snerp,
Can you tell us where you put the share code? like what page or post and it’s specific location.
Best regards,
Nikko -
AuthorPosts