Forum Replies Created
-
AuthorPosts
-
Hi,
1. Yes, the child theme is the active theme that’s why you’re disallowed while the Enfold theme isn’t though it’s the parent theme. I would suggest editing via ftp.
2. I was pointing to the files that are involved but I would suggest doing it in the child theme.
Best regards,
NikkoNovember 23, 2017 at 3:06 pm in reply to: Product Gallerys aren't showing under product image on single product page #880718Hi,
I understand, it might be a bit different but the only workaround I can think of is use Gallery below the product image. Other than that I don’t think there is another way.
Best regards,
NikkoNovember 23, 2017 at 2:53 pm in reply to: Top Menu / Wpml Language Switcher right to Search Icon #880711Hi,
You’re welcome, I have adjusted the code I made in functions.php:
function avia_custom_script(){ if( !wp_is_mobile() ): ?> <script> (function($){ function moveFlag() { var flag = $('#header').find('.menu-item-language-current'); $(flag).prependTo('#header .social_bookmarks'); } moveFlag(); })(jQuery); </script> <?php endif; } add_action('wp_footer', 'avia_custom_script');The language should be seen along with other menu items (after clicking the burger menu) on mobile. :)
Best regards,
NikkoHi,
I’ve checked it but still can’t see it, I’m checking via google web inspector where you can see the properties of the selected element in this case the logo (image), can you try to add this also:
#header_main .logo img { backface-visibility: hidden; transform: translateZ(0); -webkit-font-smoothing: subpixel-antialiased; }Best regards,
NikkoHi,
Glad to hear that. We’ll be closing this thread. Thanks for using Enfold :)
Best regards,
NikkoHi,
Thanks for providing us temporary admin access. It’s fixed now, can you try to test it again?
Best regards,
NikkoHi,
You’re welcome, I have found similar issue: https://kriesi.at/support/topic/layerslider-breaking-my-page/ and it seems that problem appears on php version 7.1
Best regards,
NikkoHi,
If it’s not working properly our workaround is to update enfold via ftp, you can find the instruction here: https://kriesi.at/archives/the-complete-guide-to-updating-enfold
Best regards,
NikkoHi,
This is the css code for 3 columns:
@media only screen and (max-width:767px) { .page-id-49 #management .av_one_fifth { width: 32% !important; clear: none !important; } .page-id-49 #management .av_one_fifth:nth-child(3), .page-id-49 #management .av_one_fifth:nth-child(3n+3) { clear: both !important; margin-right: 2% !important; } .page-id-49 #management .av_one_fifth:nth-child(3n+1) { margin-right: 2% !important; } }Best regards,
NikkoHi,
I tried to check it but I don’t see the code being applied on the image. The issue is related on the browser. You can also checkout https://css-tricks.com/almanac/properties/i/image-rendering/
Best regards,
NikkoHi,
Can you give us temporary admin access? so we can check further.
Best regards,
NikkoNovember 23, 2017 at 6:52 am in reply to: Need Help with Layout of Fullwidth Easy Slider on Mobile #880601Hi,
I have checked it using my mobile device and this is how it looks: https://imgur.com/a/DTYX1
Best regards,
NikkoNovember 23, 2017 at 6:46 am in reply to: Top Menu / Wpml Language Switcher right to Search Icon #880600Hi,
Sorry I missed that. I have tweaked the code I gave.
Functions.php:function avia_custom_script(){ ?> <script> (function($){ function moveFlag() { var flag = $('#header').find('.menu-item-language-current'); $(flag).prependTo('#header .social_bookmarks'); } moveFlag(); })(jQuery); </script> <?php } add_action('wp_footer', 'avia_custom_script');style.css:
#header_main nav .social_bookmarks { overflow: visible !important; } #top #header #header_main .menu-item-language-current, #top #header #header_main .menu-item-language-current > a { width: auto; } #header #header_main .menu-item-language-current > a { padding-right: 10px; } #top #header #header_main .menu-item-language-current ul { display: block; opacity: 0; visibility: hidden; margin-left:0; left:0; position: absolute; top: 100%; width: 208px; z-index: 2; padding:0; box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); margin-top:-1px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } #top #header #header_main .menu-item-language-current:hover ul { opacity: 1; visibility: visible; } #top #header #header_main .menu-item-language-current ul li { margin:0; padding:0; width:100%; } #top #header #header_main .menu-item-language-current ul li a { border-right-style: solid; border-right-width:1px; border-left-style: solid; border-left-width:1px; border-radius: 0 !important; } #top #header #header_main .menu-item-language-current ul li:last-child > a { border-bottom-style: solid; border-bottom-width: 1px; } #top #header #header_main .menu-item-language-current ul li a { width: 100% !important; }Clearing browser cache might be needed to view properly. Let us know if there are any issues :)
Best regards,
NikkoHi,
It does seem like it’s still fetching from a cached file, can you try to flush out the cache and disable the caching plugin, and if it doesn’t work, can you give us ftp access? so we can try to debug it and don’t enable yet the caching plugin.
Best regards,
NikkoHi,
Can you give us ftp access? so we can check further on the issue.
Best regards,
NikkoHi Risa,
I tried to access it using filezilla, however I’m getting this error:
Response: 530 Login authentication failed Error: Critical error: Could not connect to serverBest regards,
NikkoHi,
Thanks for giving the details. Can you try to downgrade it from version 7.1 to 7.0 since there’s still some issues with Enfold and 7.1 which Kriesi and our devs are working on. Let us know if it helps.
Best regards,
NikkoNovember 23, 2017 at 6:09 am in reply to: Product Gallerys aren't showing under product image on single product page #880592Hi,
Thanks it works now. For the products, don’t use Avia Layout Builder, just use the default Editor and it should work just fine.
For the lightbox, it’s the same, just use default editor and it should be working.
For hover effects, try adding this css code in Quick CSS (located in Enfold > General Styling):
.related.products img.avia-product-hover { display: none !important; }Best regards,
NikkoHi,
No you don’t but the link to that image is still set as background image to some sections you have, we can help you remove it, just provide us with temporary admin access.
Best regards,
NikkoHi Ingo,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHi,
Can you try the solution posted here, maybe this will help: https://kriesi.at/support/topic/video-problem-after-wordpress-update-4-9/#post-879536
Best regards,
NikkoHi,
This bug has been reported and should be fixed on the next release of Enfold. For temporary fix you can follow the solution posted here: https://kriesi.at/support/topic/video-problem-after-wordpress-update-4-9/#post-879536
Best regards,
NikkoHi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
NikkoNovember 22, 2017 at 3:00 pm in reply to: Product Gallerys aren't showing under product image on single product page #880303Hi,
Thanks, I clicked on the link you gave however it asks for verification code. The plugin shouldn’t ask for a verification code. Maybe you can manually create a temporary admin account.
Best regards,
NikkoHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#header_main .logo img { image-rendering: auto; image-rendering: crisp-edges; image-rendering: -webkit-optimize-contrast; }Hope this helps :)
Best regards,
NikkoHi,
It’s fixed, there was an error:
Latitude and Longitude missingjust fetched the coordinates and was working fine. :)
Best regards,
NikkoNovember 22, 2017 at 2:38 pm in reply to: Move Special Header to top of the page in colour section #880278Hi Helena,
I’ve checked your site and it’s using fullwidth (and height) of the image. Can you give us a screenshot on how it looks on your end?
Best regards,
NikkoHi,
Can you tell us what version of Enfold, WordPress and PHP are you using?
Best regards,
Nikko -
AuthorPosts
