Forum Replies Created
-
AuthorPosts
-
Hey Simplify,
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,
NikkoHi Pascal,
Can you try to downgrade your php version to 5.6? there are few people who also complained that it’s slow and the solution that worked for them is to downgrade it. Just make sure to do a backup first.
Best regards,
NikkoHi,
Hmmm, that should work. Can you 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,
You’re welcome and glad that it’s good :)
Best regards,
NikkoHi,
Glad we could help and thanks for using Enfold :)
Best regards,
NikkoHi,
I can’t locate the php version in the list you gave, can you give us ftp access? so we can try to check.
Best regards,
NikkoNovember 22, 2017 at 1:41 pm in reply to: Top Menu / Wpml Language Switcher right to Search Icon #880240Hi,
Thanks for providing the ftp credentials, I have added this code at the bottom of functions.php
function avia_custom_script(){ ?> <script> (function($){ function moveFlag() { var flag = $('#header').find('#menu-item-wpml-ls-26-en'); $(flag).prependTo('#header .social_bookmarks'); } moveFlag(); })(jQuery); </script> <?php } add_action('wp_footer', 'avia_custom_script');and added this css code in style.css (in your child theme):
#header_main nav .social_bookmarks { overflow: visible !important; } #header #menu-item-wpml-ls-26-en, #header #menu-item-wpml-ls-26-en > a { width: auto; } #header #menu-item-wpml-ls-26-en 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; } #header #menu-item-wpml-ls-26-en:hover ul { opacity: 1; visibility: visible; } #header #menu-item-wpml-ls-26-en ul li { margin:0; padding:0; width:100%; } #header #menu-item-wpml-ls-26-en ul li a { border-right-style: solid; border-right-width:1px; border-left-style: solid; border-left-width:1px; border-radius: 0 !important; } #header #menu-item-wpml-ls-26-en ul li:last-child > a { border-bottom-style: solid; border-bottom-width: 1px; } #header #menu-item-wpml-ls-26-en ul li a { width: 100% !important; }Hope it’s good :)
Best regards,
NikkoHi,
Try using this css code instead:
@media only screen and (min-width:768px) and (max-width:959px) { .page-id-8 #main ul.pricing-table.avia-desc-col li:nth-child(2), .page-id-8 #main ul.pricing-table.avia-desc-col li:nth-child(4) { min-height: 65px; } .page-id-8 #main ul.pricing-table.avia-desc-col li:nth-child(5) { min-height: 88px; } .page-id-8 #main ul.pricing-table li.avia-pricing-row font { font-size: 40px !important; } .page-id-8 #main ul.pricing-table li.avia-pricing-row span.currency-symbol { top: -4px !important; } .page-id-8 #main ul.pricing-table li.avia-pricing-row span font { font-size: 30px !important; } }Best regards,
NikkoHi,
You’re welcome and thanks for using Enfold :)
Best regards,
NikkoHi,
You’re welcome :) Yes, it will be lost during the theme update, I would suggest using a child theme: https://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
NikkoHey hankisaac,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .page-id-49 #management .av_one_fifth { width: 48% !important; clear: none !important; } .page-id-49 #management .av_one_fifth:nth-child(2n+1) { clear: both !important; margin-right: 4% !important; } }Hope this helps :)
Best regards,
NikkoHey innature,
Can you let us know the version of php you are using? upgrading your php version might help. Here is a similar topic: https://kriesi.at/support/topic/fatal-error-on-updating-enfold/
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in ENfold > General Styling):
@media only screen and (min-width:768px) and (max-width:959px) { .page-id-8 #main ul.pricing-table.avia-desc-col li:nth-child(2), .page-id-8 #main ul.pricing-table.avia-desc-col li:nth-child(4) { min-height: 65px; } .page-id-8 #main ul.pricing-table.avia-desc-col li:nth-child(5) { min-height: 88px; } }Hope this helps :)
Best regards,
NikkoHey tweetgeeb,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry { margin-left: 30px; margin-bottom: 30px; }Hope this helps :)
Best regards,
NikkoHi,
I have tested it on my end and it’s working fine. Can you give us temporary admin access? so we can check further.
Best regards,
NikkoHey tweetgeeb,
Can you try using this css code instead:
#hero-content .container .content { position: fixed; left: 50%; max-width: 90em; top: 15%; -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); color: #fff; }Let us know if it helps.
Best regards,
NikkoHey xfacta,
Can you try installing a search and replace plugin and replace all instances of http://test.kriesi.at/construction/ to your site’s url. Make sure to do a backup first.
Best regards,
NikkoHi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
NikkoHey jbenes,
Glad that you figured it out. Thanks for using Enfold :)
Best regards,
NikkoNovember 22, 2017 at 10:36 am in reply to: Enfold mobile search logo DE -> EN overlay with WPML #880140Hi,
There’s this Authentication Required popup window which I can’t go through, I tried the login details you posted but it’s not working on my end.
Best regards,
NikkoHi,
Thanks for giving us admin access, I’m not really sure why it’s going inside color section but I have inserted the masonry gallery to a gridrow and remove the paddings and it should look like the demo. Let us know if you need further assistance :)
Best regards,
NikkoHi Riccardo,
Here are the files involved:
php file in enfold > config-templatebuilder > avia-shortcodes > postslider.php
js file is in enfold > js > shortcodes.jsI think you would need to find a slider first that does what you need and rebuild the postslider structure/template based on the slider’s format.
Best regards,
NikkoNovember 22, 2017 at 9:49 am in reply to: Need Help with Layout of Fullwidth Easy Slider on Mobile #880131Hi,
Try to replace the code I gave to this one:
@media only screen and (max-width:479px) { .page-id-3708 #full_slider_1 .slideshow_caption { padding-top: 20px !important; } .page-id-3708 #full_slider_1 .slideshow_caption h2 { text-shadow: 0 0 10px #fff; margin-bottom: 0 !important; } .page-id-3708 #full_slider_1 .slideshow_caption .avia-caption-content p { text-shadow: 0 0 10px #fff; margin: 4px 0 0 !important; } .page-id-3708 #full_slider_1 .slideshow_caption a.avia-slideshow-button { padding: 12px 0 !important; margin: 0 2% !important; display: block; float: left; width: 46%; margin-top: 10px !important; } }Let us know if it’s good.
Best regards,
NikkoHey sandra1307,
I have checked the video and it returns:
This video is unavailable.That’s why it shows the link instead of a video. I have added a code block after the public video, I couldn’t verify if it works since it private. Hopefully it does on your end.
Best regards,
NikkoHey 2eminds,
Can you give us ftp access? so we can add it on the footer of your child theme. :)
Best regards,
NikkoHi,
I checked the General Settings and it seems to be using same green color, you can change this in Enfold > General Settings > Footer (tab). Is it just the background footer that was affected?
Best regards,
NikkoHi VP-LDA,
Based on what you mentioned, I think there was an interruption (like connection issues) when you tried before that make it unsuccessful, this happens sometimes and what you did was good by using another workstation to install which was successful.
Best regards,
NikkoHey Ingo,
Go to Appearance > Menus, then use a Custom link, for the url you can use # and add the menu item, then modify the added menu item and remove the link and save. Hope this helps :)
Best regards,
Nikko -
AuthorPosts
