Forum Replies Created
-
AuthorPosts
-
Hi!
Glad we could help :)
Regards,
NikkoHi,
In Appearance > Settings I have modified Front page displays and set it to Your latest posts (this is the default), this is to make sure it doesn’t conflict with Enfold’s theme settings. In Enfold > Blog Layout, I have set Blog Layout to Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page). And in the page itself, I have added the right sidebar.
Best regards,
NikkoHey tankerhq,
I’ve tested it and it does behave the way you described, can you try to deactivate all plugins except woocommerce, and check if the issue disappears, if yes try to activate the plugins one by one to know what’s causing it, if not try to repair your database table. Hope this helps.
Best regards,
NikkoHey!
Try to replace this code:
.av-masonry-image-container:hover { filter: grayscale(0%); -webkit-filter: none; -moz-filter: none; -ms-filter: none; filter: none; }
To this one:
.av-masonry-entry.isotope-item:hover .av-masonry-image-container { filter: grayscale(0%); -webkit-filter: none; -moz-filter: none; -ms-filter: none; filter: none; }
Hope this helps :)
Cheers!
Nikko-
This reply was modified 8 years, 2 months ago by
Nikko.
Hi Pascal,
Glad we could help :)
Cheers!
NikkoHi!
No, I only touched Quick CSS and added the code I given above.
Regards,
NikkoHi,
Try using Gallery element then just add all images, then have the following settings:
- Gallery Style: Small Thumbnails
- Gallery Preview Image Size: Large
- Gallery Columns: 1
Hope this helps.
Best regards,
NikkoHey essjb,
Glad that you fixed it :)
Best regards,
NikkoHi,
Try adding this code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .avia_textblock p span a { color: blue !important; } }
Let us know if it helps :)
Best regards,
NikkoHey Thomas,
Please give us temporary admin account, also can you post the link of the page where you have the screenshot, I checked the link given above but I see the cool video instead of the two columns :)
Best regards,
NikkoHey pharefm,
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,
Try replacing this code:
.avia_transform .blog-third-section a .image-overlay, .avia_transform .blog-third-section a:hover .image-overlay { opacity: 0.85 !important; display: block !important; background: #006b86 !important; } .avia_transform .blog-section-fourth a .image-overlay, .avia_transform .blog-section-fourth a:hover .image-overlay { opacity: 0.75 !important; display: block !important; background: #000 !important; }
to
.avia_transform .blog-third-section a .image-overlay, .avia_transform .blog-third-section a:hover .image-overlay { opacity: 0.85 !important; display: block !important; background: #006b86 !important; left: 0 !important; top: 0 !important; } .avia_transform .blog-section-fourth a .image-overlay, .avia_transform .blog-section-fourth a:hover .image-overlay { opacity: 0.75 !important; display: block !important; background: #000 !important; left: 0 !important; top: 0 !important; }
Let us know if this helps. :)
Best regards,
NikkoHi,
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Best regards,
NikkoHey Moaaaaya,
Thanks for using Enfold. Try changing your code to this:
.slide-image img { transition: all 0.5s ease 0s; } .slide-image:hover img { -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); -webkit-transform: scale(1.5); transform: scale(1.5); }
Hope this helps :)
Best regards,
NikkoHi,
It’s good that it’s working using piwik.
Best regards,
NikkoHey!
I couldn’t see the link, you can only see the preview if you have an admin account I think. Can you publish it and post the link?
Best regards,
NikkoHi,
I have checked it and it’s weird you can hide it in administrator account but still showing up on the customer account, I have replaced the code with:
if(!current_user_can('edit_posts')) { remove_action( 'wp_footer', 'wp_admin_bar_render', 1000 ); add_action('wp_footer', 'hideAdminBar'); } function hideAdminBar() { ?> <style type="text/css"> html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } } </style> <?php }
Let us know if it’s working on your end.
Regards,
NikkoDecember 16, 2016 at 2:40 pm in reply to: Change the captcha note: Please prove that you are human by solving the equation #725334Hi!
I’m not sure how we can help without ftp, I have tested the solution I have given and it works properly on my end, the reason I asked for ftp is I’d like to check if it’s not added properly or if there’s a conflict somewhere.
Best regards,
NikkoHey!
I have added this in Quick CSS:
@media only screen and (max-width:767px) { .responsive .logo img { top: 0; max-width: 40%; } }
It should look better now.
Regards,
NikkoHi,
Try to replace the code I gave in the previous post to:
.page-id-3647 .sidebar_left #nav_menu-4, .page-id-3650 .sidebar_left #nav_menu-4 { display: none; }
If you need to add more pages to hide the menu, you just need to add
.page-id-XXXX .sidebar_left #nav_menu-4,
where XXXX is the id of the page, just place it above:
.page-id-3647 .sidebar_left #nav_menu-4,
Hope this helps.Cheers!
NikkoHey!
Glad we could help :)
Best regards,
NikkoHi,
Glad that you fixed it. :)
Best regards,
NikkoHi,
Thanks for informing us. We will keep this thread open until you have confirmed it’s resolved.
Best regards,
NikkoHi,
You can upload the image in http://imgur.com/ or https://www.dropbox.com/ then paste the link here.
Best regards,
NikkoDecember 15, 2016 at 11:45 pm in reply to: Section ID in URL results in section partially hidden by header #725088Hey Kevin,
I have tried it on my end but I don’t have any issues on my end. What browser are you using?
Best regards,
NikkoDecember 15, 2016 at 11:42 pm in reply to: Compatibility with Advanced Custom Fields PRO and Location "Nav Menu" for ACF #725085Hey gugler,
I’m not really sure I understood properly but can you post a screenshot showing a comparison when you are using a twentysixteen theme and Enfold?
Best regards,
NikkoHey richardbeatty,
Can you post a screenshot how it looks like on your ipad?
Best regards,
NikkoDecember 15, 2016 at 12:25 am in reply to: Animated countdown translation multi-language site #724685Hey ehoogstad,
I have checked your site and it seems you have already done it. :)
Best regards,
NikkoDecember 15, 2016 at 12:23 am in reply to: Cart Drop Down Icon Number Not Updating On Update Cart Button #724680Hi,
Thanks. It should be working now. I have commented out this code:
function cart_update_qty_script() { if (is_cart()) : ?> <script> jQuery('div.woocommerce').on('change', '.qty', function(){ jQuery("[name='update_cart']").trigger("click"); location.reload(true); }); </script> <?php endif; }
as it might conflict with this code that I have added at the bottom of functions.php:
add_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script type="text/javascript"> jQuery(window).load(function(){ jQuery(".quantity .minus, .quantity .plus").on("click", function(){ jQuery("header").find("span.av-cart-counter").text(jQuery(this).closest(".quantity").find(".input-text").val()); }); }); </script> <?php }
Let us know if it works well on your end :)
Best regards,
NikkoHey zunini,
We’re good :) Thanks for using Enfold.
1.) Edit Easy Slider and at the bottom check Use first slides caption as permanent caption
Mobile phone issue:
Try adding this code in Quick CSS (located in Enfold > General Styling):@media only screen and (max-width:767px) { .avia-slideshow .avia-caption h2.avia-caption-title { font-size: 12px !important; } }
Just adjust the font size as you see fit.
2.) I can only see layerslider not easy slider. I can only suggest as a workaround is probably to use layerslider on desktop and tablet, then hide it on mobile phone and use an easy slider.
Best regards,
Nikko -
This reply was modified 8 years, 2 months ago by
-
AuthorPosts