Forum Replies Created
-
AuthorPosts
-
Hi,
It should still work, have you heard back from your host about the 500 (Internal Server Error)?Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.
@Guenni007 thanks for your input :)Best regards,
MikeNovember 5, 2017 at 6:04 pm in reply to: hello ,Problem abaut anomalous scroll caming back from an article to a main grid #872776Hi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeNovember 5, 2017 at 4:52 pm in reply to: Header Burger Menu activation over 990px for big navigations in ENFOLD 412 #872770Hi,
Do you have this setting: Enfold Theme Options > Main Menu > Menu Items for mobile > Activate for Smartphones and Tablets (browser width below 990px)
We can change the burger menu to activate at 1024px with this code:@media only screen and (max-width: 1024px) { .av-burger-menu-main { display: block!important; } #top .av_mobile_menu_tablet .av-main-nav .menu-item { display: none!important; }}
Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
#1: Replace the above code with this..av_minimal_header .avia-menu-fx { bottom: 10px!important; height: .5px!important; display: block!important; background-color: #000 !important; }
#2: Add this code with the above.
#top.page-id-622 .av-subnav-menu { margin: 0 2%!important; }
Best regards,
MikeNovember 5, 2017 at 4:05 pm in reply to: After upgranding to theme v4.2 EasySlider doesn't load videos #872762Hi,
@haydenkirk glad to hear.Best regards,
MikeNovember 5, 2017 at 3:43 pm in reply to: WPML CSS vs Enfold CSS and WPML display on smartphone #872757Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I don’t think that is the case, the elements have a block value. Did you find changing the paragraph to inline-block helps?Best regards,
MikeHi,
Since your enfold-test & enfold-test-child seems to be having these issues from being installed “onion like” lets get you setup so you can update to the newest version.
I exported your theme settings and uploaded a new child theme (enfold-child) that will work with your enfold theme, then I uploaded your theme settings to the new child theme.
Everything seems to be working now including the builder, please check.
If you download the new enfold v4.2 and link to it in your dropbox or google drive I will update your theme manually so it goes in the right theme. Afterward we should remove your enfold-test & enfold-test-child so you won’t have anymore issues.
See Private Content area for your backup of your theme settings.Best regards,
MikeHi,
Right now the text stays i view, but having the accordion open upwards is a feature that is not available yet, Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeHi,
Using Simple Image Sizes will make the new images upload to the correct size you specified.Best regards,
MikeNovember 4, 2017 at 11:41 pm in reply to: Image hover effect only when the image is linked to an URL #872633Hi,
To use the same effect on images without links try this:.avia-image-container-inner img { box-shadow: 0px 0px 20px #D9DCDE; } .avia-image-container-inner img:hover { box-shadow: 0px 0px 10px #CACDCE; }
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.entry-content-wrapper ul { list-style: disc inside!important; }
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.html_header_top #top .av_logo_right .logo { left: 40%!important; }
Best regards,
MikeNovember 4, 2017 at 11:20 pm in reply to: Burger Menu On One Page and Standard Menu On All Other Pages #872629Hey philthebass,
To show the burger menu on the homepage try this: https://kriesi.at/support/topic/how-to-display-menu-burger-only-on-home-page/#post-861015
Then you could hide the logo on your homepage like this:.page-id-3338 <---your home page .logo {display:none!important;}
Best regards,
MikeHey Klaus,
Haben Sie versucht, die Site und den Browsercache zu löschen?
Sie können Enfold-Theme-Optionen> Erweitertes Styling> verwenden, um Änderungen vorzunehmen, oder wenn Sie eine Verknüpfung zu der Seite herstellen und uns mitteilen, welche Elemente geändert werden sollen.Best regards,
MikeHey daniandres,
Try adding this code to the end of your functions.php file in Appearance > Editor:function change_checkout_url( $url ){ // Force SSL if needed $scheme = ( is_ssl() || 'yes' === get_option( 'woocommerce_force_ssl_checkout' ) ) ? 'https' : 'http'; $url = site_url( '/custom-page/', $scheme ); return $url; } add_filter( 'woocommerce_get_checkout_url', 'change_checkout_url', 10, 2 );
change /custom-page/ to your page
Best regards,
MikeHi,
Your images are showing at 262×262 but are only 180×180,
Please try going to Settings > Media and increase thumbnail sizes to 262x262px and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/Best regards,
MikeNovember 4, 2017 at 10:41 pm in reply to: Avia Layout Building dont´t load in One Page Restaurant #872623Hi,
Please ask your host if they are using mod_security or have a firewall in place, as you are getting a status of 404 (Not Found) /wp-admin/admin-ajax.phpBest regards,
MikeNovember 4, 2017 at 10:31 pm in reply to: WPML CSS vs Enfold CSS and WPML display on smartphone #872619Hi,
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeHi,
Please see this post: https://kriesi.at/support/topic/external-link-in-ajax-preview-portfolio-item/#post-590769Best regards,
MikeNovember 4, 2017 at 10:12 pm in reply to: Transparent header with image for Events default Page #872615Hey masuurikas,
See this post: https://kriesi.at/support/topic/assign-the-transparent-header-to-a-custom-category-archive/#post-872390Best regards,
MikeHi,
Try this: https://kriesi.at/support/topic/changing-the-duration-of-the-page-preloader/#post-717559Best regards,
MikeNovember 4, 2017 at 10:03 pm in reply to: After upgranding to theme v4.2 EasySlider doesn't load videos #872612Hey Luis,
Try this code in the General Styling > Quick CSS field:#top .av-video-slide video { height: auto !important; } #top .av-video-slide .mejs-container { width: 100% !important; }
Please clear site and browser cache.
Best regards,
MikeNovember 4, 2017 at 9:26 pm in reply to: Zweite Scrollbar nach der Installation von Lightbox Slider Pro #872606Hi,
I was able to login and checked many pages but don’t see a second scroll bar or any galleries, can you link to one example page and add a screenshot to point out the issue?Best regards,
Mike -
AuthorPosts