Forum Replies Created
-
AuthorPosts
-
Hi web4smallbusiness,
Yes, 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
( to 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 an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi jaimemerz,
To optimize the size of the masonry, you’ll need to do the following:
– Use a child theme, skip this step if you already are using a child theme, if not then you can follow the instructions and download it in: https://kriesi.at/documentation/enfold/child-theme/
– In the child theme’s functions.php, add this code at the bottom:function enfold_customization_modify_thumb_size( $size ) { $size['masonry'] = array('width'=>400, 'height'=>705 , 'crop' => false); return $size; } add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );Hope this helps.
Best regards,
NikkoHi M_Salmaso,
You can add this in the Default Row:
<a href="https://www.mysite.com/">Link Text</a>Just replace the link and the Link Text.
Hope this helps.Best regards,
NikkoHi genius-electrics,
Have you tried to set Archive Pages to right sidebar in Enfold > Sidebar Settings?
Best regards,
NikkoHey NWHend,
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
( to 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 an admin user and post the login credentials in the “private data” field.Best regards,
NikkoMarch 17, 2020 at 3:29 pm in reply to: How to display woocommerce product 2 column in mobile view #1193818Hey rakista80,
Are you referring to the shop page in your site? link in private content.
Best regards,
NikkoHi kilimats,
I have tried to reproduce this issue on my end using most of the settings you have and I could see this bug on my end as well.
This is now reported to our devs and we’ll post the solution here on how to fix this once it’s provided to us.
We ask for your patience as it may take some time because our devs are prioritizing on other important matters as well.Best regards,
NikkoHi ernaborbas,
I apologize for my mistake autoplay videos should be mute, major browsers such as Chrome and Firefox have already made policies for it, you can read these articles from them:
– https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
– https://hacks.mozilla.org/2019/02/firefox-66-to-block-automatically-playing-audible-video-and-audio/In section.php, you can see this code:
'video_mute' => true,but even setting this to false will not make any difference for autoplaying videos.
@Guenni007 thanks for helping out.Best regards,
NikkoHi kilimats,
Regarding the dots, I have added this CSS code in Quick CSS:
#top .woocommerce-product-details__short-description ul { list-style: disc; margin-left: 20px; }As for the Accordion slider link, is that meant for a modal popup? or you just want it to open youtube in new tab/window?
Best regards,
NikkoHi elenapoliti,
Thanks for giving us both admin and FTP access.
After checking it, I noticed that you are using Advanced Layout Builder in the custom post type, in which after enabling ALB it won’t be using the single-posttype.php file, instead it’s using template-builder.php file in the unfold theme.
You can use this filter avf_template_builder_content if you want to make modifications to the content.Best regards,
NikkoHi Alex,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi GizmakSanayi,
You can use Tab Section however there are limitations, for example inside each tab content you can put all types of Columns except for Color Section, Grid Row and Tab Section.
Best regards,
NikkoHi GizmakSanayi,
Yes, you can go to Appearance > Themes (in English translation) and check it.
Best regards,
NikkoHi GizmakSanayi,
Yes, please do create a staging site.
As for layerslider showing huge and small image sizes, since you are using full-width you can stretch those images to fit the canvas so it will show fully.Best regards,
NikkoHi AlexBellaTropea,
For Italian, please add this CSS code:
#top #header_meta .social_bookmarks .av-social-link-Tripadvisor:lang(it) { width: 117px; } #top #socket .social_bookmarks .av-social-link-Tripadvisor:lang(it) { width: 116px; } #top .social_bookmarks .av-social-link-Tripadvisor:lang(it):before { content: 'Recensioni'; }For Russian, please add this CSS code
#top #header_meta .social_bookmarks .av-social-link-Tripadvisor:lang(ru) { width: 100px; } #top #socket .social_bookmarks .av-social-link-Tripadvisor:lang(ru) { width: 99px; } #top .social_bookmarks .av-social-link-Tripadvisor:lang(ru):before { content: 'Oтзывы'; }Best regards,
NikkoHi AlexBellaTropea,
As for the header ‘review us’, please replace this CSS code:
#top .social_bookmarks .av-social-link-Tripadvisor { width: 106.5px; }with this one:
#top .social_bookmarks .av-social-link-Tripadvisor { width: 111px; } #top #header_meta .social_bookmarks .av-social-link-Tripadvisor:before { font-size: 14px; }As for mobile devices, add this CSS code:
@media only screen and (max-width:767px) { #top #socket .copyright { display: block; float: none; margin-bottom: 16px; text-align: center; } #top #socket .social_bookmarks { display: block; float: none; height: auto; margin-left: 0; text-align: center; } #top #socket .social_bookmarks li, #top #socket .social_bookmarks li a, #top .social_bookmarks:before { float: none !important; display: inline-block !important; } #top #socket .social_bookmarks li { margin: 0 4px; } #top #socket .social_bookmarks:before { margin-right: 2px; } }Hope this helps.
Best regards,
NikkoMarch 16, 2020 at 11:57 am in reply to: Gravity Forms not displaying in IE11 when Enfold is the theme #1193451Hey GWS,
We apologize for the delayed response.
Try adding this CSS code in Quick CSS, located in Enfold > General Styling:#top .gform_wrapper { display: block !important; }Best regards,
NikkoHey kilimats,
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
( to 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 an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHey gekkie96,
We apologize for the delayed response.
You can use conditional tags to modify for each form:
– https://codex.wordpress.org/Conditional_TagsBest regards,
NikkoHi federica_alice,
Do you have a caching plugin? if yes please flush out the cache.
If that doesn’t help, please disable temporarily CSS file merging and compression in Enfold > Performance then check.
Hope it helps.Best regards,
NikkoHi AlexBellaTropea,
Please add this CSS code in Quick CSS:
#top #socket .social_bookmarks .av-social-link-Tripadvisor { width: 110px; } #top #socket .social_bookmarks li { font-size: 14px; }Best regards,
NikkoHi AlexBellaTropea,
I have modified the code to:
function avia_add_custom_icon($icons) { $icons['Whatsapp'] = array( 'font' =>'whatsapp', 'icon' => 'uf232'); $icons['Tripadvisor'] = array( 'font' =>'fontello', 'icon' => 'ue808'); $icons['Google'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue8f6'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['Whatsapp'] = 'Whatsapp'; $icons['Tripadvisor'] = 'Tripadvisor'; $icons['Google'] = 'Google'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);Then on Quick CSS, added this:
#top .social_bookmarks [title='Google'] { background-color: #dd4c39 !important; }Best regards,
NikkoMarch 16, 2020 at 11:06 am in reply to: Video in colour section looping issues with loading wheel icon. #1193429Hey Marssolutions,
We apologize for the delayed response.
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:#top .avia-section .mejs-layers { display: none !important; }Best regards,
NikkoHi ernaborbas,
We apologize for the delayed response.
Can you give us FTP access and admin access on the site? so we can check further.
Just post the credentials in private content.Best regards,
NikkoHi federica_alice,
We apologize for the delayed response, can you try adding this CSS code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .home .av-tab-section-tab-title-container .av-section-tab-title { max-width: 24%; padding-left: 5px !important; padding-right: 5px !important; } }Best regards,
NikkoHey Maricagiubila,
Can you give us FTP access and admin access on the site? so we can check further.
Just post the credentials in private content.Best regards,
NikkoMarch 16, 2020 at 6:56 am in reply to: Multi filter in sort function of masonry element / portfolio raster? #1193403Hi Lena,
It’s possible however the complexity and time to build and test the code for it would take a lot of time to do which is outside the scope of our support :(
We can only point you on how you can tweak Portfolio safely or creating a new element based on it in our documentation: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-albBest regards,
NikkoHi AlexBellaTropea,
Can you try adding this CSS code in Quick CSS:
#top .social_bookmarks .av-social-link-Tripadvisor { width: 106px; } #top .social_bookmarks .av-social-link-Tripadvisor:before { content: 'Review us'; display: block; float: left; height: 30px; line-height: 30px; padding-left: 10px; padding-right: 5px; }Best regards,
NikkoHi AlexBellaTropea,
You can see what codes to use when you just a create a new page then add an Icon Element, when you hover on the icon you will see its corresponding code.
You can find the instruction in our documentation: https://kriesi.at/documentation/enfold/icon/#how-to-find-the-icon-unicode
As for the thread you mention, can you give the url/link of it?Best regards,
NikkoHi elenapoliti,
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
( to 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 an admin user and post the login credentials in the “private data” field.Also if Theme Editor is not available please provide FTP access, so we can check on the child theme files.
Best regards,
Nikko -
AuthorPosts
