Forum Replies Created
-
AuthorPosts
-
Hi,
For your hide-on-mobile try using the menu items IDs as classes like this:@media only screen and (max-width: 989px) {.menu-item-4022,.menu-item-4022,.menu-item-4023,.menu-item-4020,.menu-item-4021 { display: none !important; }}
This is because the burger menu is building a menu from the main menu and not adding your custom class, but taking the IDs from the main menu and creating classes with them.
Best regards,
MikeHi,
Please try this:.avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content,.avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title { -webkit-animation: none!important; animation: none!important; }
Best regards,
MikeHi,
To remove the logo from the home page, Try this code in the General Styling > Quick CSS field:.html_entry_id_9 .logo img { display: none!important; }
Best regards,
MikeNovember 5, 2017 at 9:19 pm in reply to: How display "My Account" instead of "Login / Register" for Logged in users? #872816Hi,
Please try this plugin: WooCommerce CustomizerBest regards,
MikeHi,
To change the text try a plugin such as: WooCommerce CustomizerBest regards,
MikeHi,
Please try:#top .avia-video .mejs-container { width: 100% !important; height: 100% !important; }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey ChocChipDigital,
My research shows this issue was solved in the woocommerce forums:
Solution:
Changing permalinks to “post” instead of “plain” resolves this issue
Let us know if this worked for you also.Best regards,
MikeHey ANASCHMITZ,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { #seed-csp4-page { width: 500px!important; } #mc_embed_signup_scroll { width: 400px!important; } }
Best regards,
MikeHey Monica,
Try this code in the General Styling > Quick CSS field:@media print { .logo img { display: none!important; } .logo { background: url('https://kriesi.at/wp-content/themes/kriesi/images/logo.png') no-repeat!important; width: 300px!important; height: 100px!important; } }
Change the logo url to suit.
Best regards,
MikeHey Jason,
Have you tried going to product > categories and uploading the image there?Best regards,
MikeHey nuncer,
It is in Enfold Theme Options > Layout builder > Automated Schema.org HTML MarkupBest regards,
MikeHi,
I deactivated your plugins and checked your functions.php for extra code, but no luck. Odd that your page works on a clean install.
I see you are using PHP Version 5.6.31, please ask your host to update to v7, and try to update manually via FTP: https://vimeo.com/67209750
Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
to overwrite any corrupt files.Best regards,
MikeHi,
Ok, how about adding a custom menu at the top of your page?
Go to Enfold Theme Options > Header > Extra Elements > Header Secondary Menu and activate, then go to your menus and create a new menu, you can name it anything.
Add two custom menu items, set the URL to your pages, in the Navigation Label add this code, one for each link:Tienda <img title="Español" src="https://[your-url].com/wp-content/plugins/sitepress-multilingual-cms/res/flags/es.png"> Shop <img title="English" src="https://[your-url].com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png">
Save menu and set it in the Manage Locations tab
To hide the menu on any screen larger than a phone add this code in the General Styling > Quick CSS field:@media only screen and (min-width: 767px) { .av_extra_header_active {display:none!important;}}
Best regards,
MikeNovember 5, 2017 at 6:15 pm in reply to: Image hover effect only when the image is linked to an URL #872786Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
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,
Mike -
AuthorPosts