Forum Replies Created
-
AuthorPosts
-
Hi,
In your Portfolio grid element I changed the “Select custom image size” from thumbnail 180×180 to shop catalog 450×450.
It seems much better now, please check & clear your cache.Best regards,
MikeHi,
It seems to be working, try clearing your cache

Best regards,
MikeHi,
I believe this is because your Column Link is moving the anchor into place. Not sure if we can adjust this since the Column Link is not a standard function and it is combined with the inline popup script in your functions.php
It doesn’t seem to affect the user experience though right?Best regards,
MikeHey Dialogo2017,
Go to slider settings > slideshow > cycles and enter a 0 to make it stop on the last slide.
To add a image button, when editing your slide, ckick “+ Add New” and choose image, click the new image in the preview to add your image, then go to the Link & Attributes tab to add your link.
Did you see the help docs on the About page of the layerslider, under Getting Started, it links to this page: Online Documentation
Best regards,
MikeNovember 5, 2017 at 10:21 pm in reply to: Secondary menu items not showing with hamburger mobile menu #872832Hi,
Oh, that makes sense. Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
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,
Mike -
AuthorPosts



