Forum Replies Created
-
AuthorPosts
-
Hi topmedialab,
I have added this css code inside the media query:
.home #full_slider_1 .avia-slideshow-inner, .home #full_slider_1 .avia-slideshow-inner * { height: 180px !important; max-height: 180px !important; min-height: 180px !important; width: 100vh !important; max-width: 100vh !important; min-width: 100vh !important; }
It’s pretty hard to get all parts of the image but that should help.
Another workaround is to use another slider for mobile only with modified image.
Hope this helps.Best regards,
NikkoHey gabrielprado,
I assume that the issue you’re having are those watermarks “for development purposes only”.
Unfortunately google maps is no longer free. Once you have exceeded the $200 credit they give monthly for free you’ll get those watermarks.
Try to settle the billing from google and that should be removed.Best regards,
NikkoHey Brianne,
Try to use one of these codes and check which you prefer:
@media only screen and (max-width:767px) { #top #banner-mobile { background-position: top right!important; } }
@media only screen and (max-width:767px) { #top #banner-mobile { background-size: 100% auto !important; max-height: 35vh; } }
Don’t use both at the same time.
Hope this helps :)Best regards,
NikkoHi Cecile,
We don’t have the option to manually select which image should open in new tab, however we can give you a code to open it all new tab.
Just add this code at the bottom of your functions.php:function masonry_newtab(){ ?> <script> jQuery(window).load(function(){ jQuery('.av-masonry-container a').attr('target', '_blank'); }); </script> <?php } add_action('wp_footer', 'masonry_newtab');
Best regards,
NikkoSeptember 16, 2018 at 5:28 pm in reply to: Sidebar widget not showing full title and excerpt of post listing #1010464Hi S.,
You can check on the link Rikard gave in private content.
It’s the post with the title: English for HR Experts
Scroll to the bottom of the page and you’ll find the Excerpt field.
Hope this helps.Best regards,
NikkoHi Olivia,
Glad to hear that.
Please feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi WP Turned Up,
Can you try this code and check if it helps:
@media only screen and (min-width:480px) and (max-width:768px) { .home #fullscreen_slider_2 .slideshow_align_caption { vertical-align: bottom; padding-bottom: 25px; } }
Best regards,
NikkoHi kellyCraftMedia,
We apologize for the late response.
I tried to access the staging site: 9-14-18 however it does ask for username and password, which I tried to use the one posted in private content and it doesn’t work.
Just to clarify with the issue, does it only apply on simple product? variable product? or all types?
Also if the product is set to a huge amount, is it still reduced to 0 after an hour without anyone purchasing? or the reduction triggers only during purchase then sets it to 0?Best regards,
NikkoHi Birgit,
Glad that we could help.
If you will still need our help, just create another thread and we’ll surely help you with it :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi dvalansi,
Can you create a staging site? so we can try to isolate the issue (disable plugins, enable debug, etc) without affecting your live site.
Since there are no js errors, I think there are some plugin conflict which prevents ALB from functioning properly.
Give us wp-admin and ftp access for the staging site and post the details in private content.
You can check this post for more information on how to create a stage site: https://themeisle.com/blog/wordpress-staging-site/Best regards,
NikkoSeptember 15, 2018 at 7:22 pm in reply to: Masonry gallery – Use images' alt description as image caption in lightbox #1010219Hey ManoLee,
I think it’s possible but I think it would take a lot of time to do that and outside the scope of our support.
The file you need to modify is jquery.magnific-popup.min-js which is located in enfold > js > aviapopup folder.Best regards,
NikkoHey topmedialab,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:479px) { .responsive #top #wrap_all .container.caption_container { width: 92%; max-width: 92%; } .responsive #top #wrap_all .container.caption_container .slideshow_caption { max-width: 300px; } }
Hope it helps.
Best regards,
NikkoHey morthe,
It will not work that way.
Why don’t you put the Text Block and Accordion in the 2/3 column? it should work properly that way.Best regards,
NikkoHey edgecareers,
I’m not really sure why it’s causing that, probably because of the caching plugin or probably conflict which causes the function to be called twice.
I added this css code in Quick CSS (located in Enfold > General Styling):#top .portfolio-details-inner > .ajax_slide:nth-child(2) { display: none !important; }
this fixes the issue, let us know if you need further assistance.
Best regards,
NikkoHey Lknows,
It’s not the Enfold issue, you can verify this by switching to a wordpress default theme.
Google changed their autoplay policies, you can check here for more information: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
You can still do autoplay but you need to mute the video by adding &mute=1, the iframe code should look like:<iframe width="560" height="315" src="https://www.youtube.com/embed/XWze2cCdt40?rel=0&autoplay=1&mute=1" frameborder="0" allowfullscreen></iframe>
Hope this helps.
Best regards,
NikkoSeptember 15, 2018 at 5:47 pm in reply to: Filesize bigger than source of automatically scaled images #1010194Hey eC,
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
( 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 FadingReality,
I noticed that the transparent logo you used isn’t centered, while on regular pages it is centered, you can see it from this screenshot which shows the comparison:
Please try to remove this code:
.html_header_top.html_logo_center .logo { left: 53% !important; }
Then make sure that the image/logo you add in Enfold > Header > Transparency Options > Transparency Logo is centered.
Hope this helps.Best regards,
NikkoHey So Evolve,
I checked your site using an android phone and I don’t see the issue.
Can you give us a screenshot on it looks on your end?Best regards,
NikkoHi,
I inspected the page and I could see this code being added:
.page-id-731 .slide-meta-time { display: visible; }
Please use Rikard’s code, if it still doesn’t work after none add !important.
If that doesn’t help, please give us admin access, so we can check further.
Just post the login details in private content.Best regards,
NikkoHi giovanni_scalici,
Glad to hear that.
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi roamingk,
Can you try adding this css code also:
#top #flexi_searchbox select { background-image: none !important; }
Hope it helps.
Best regards,
NikkoSeptember 15, 2018 at 5:11 pm in reply to: Applying shortcode css changes in child theme and autoclose submenu on mobile #1010177Hi Dylan,
Glad that Peter helped you :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi OPVAB,
Thanks for giving us admin access.
I have checked Show element options for developers in Enfold > Layout Builder.
Then on the page, I used a grid row to create 3 columns then added in Custom CSS Class: custom-grid
In your Quick CSS (located in Enfold > General Styling), I added this code:.custom-grid .flex_cell { padding: 0 !important; } .custom-grid .flex_cell_inner { position: relative; } .custom-grid .av_textblock_section { background: rgba(0,0,0,0.5); padding: 20px 20px 10px; width: 100%; position: absolute; bottom: 0; z-index: 100; } .custom-grid .avia-image-container-inner, .custom-grid .avia-image-container-inner .avia_image { width: 100%; } .custom-grid .av_textblock_section h3 { font-size: 28px; } .custom-grid .av_textblock_section p { display: none !important; opacity: 0; filter: alpha(opacity=0); -webkit-transition: opacity .4s linear; -o-transition: opacity .4s linear; transition: opacity .4s linear; } .custom-grid .flex_cell_inner:hover .av_textblock_section p { display: block !important; opacity: 1; filter: alpha(opacity=100); }
The only thing remaining is the animation which can be done via javascript which would take sometime to do and outside the scope of our support.
Best regards,
NikkoHi newmediologo,
I checked the link you gave but I don’t see the code given by Victoria being fetched.
Can you try to flush out the cache? if that doesn’t work, 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
( 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 brand,
You can use this css code:
#top .av-share-link-description { font-family: 'Comfortaa', sans-serif; }
Just make sure that Comfortaa font is loaded on the page.
Best regards,
NikkoHi Concre,
Thanks for giving us admin access.
I noticed that the > (greater sign symbol) was converted to:& g t ;
without the spaces, I just fixed it then rearranged the code you have in Quick CSS.
Let us know if you need further assistance :)Best regards,
NikkoHi raslade,
Thanks for giving us the link.
I checked it but I can’t find the code you posted above.
Try to put your code in layerslider, click on the content/image where you want to apply, click on the Styles (tab) then there’s a Custom CSS section where you can place your code.
If that doesn’t help, 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
( 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 WP Turned Up,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi newmediologo,
Can you give us a link to your site? so we can inspect and check why it isn’t working.
Best regards,
NikkoHi mrskircher,
Personally I use google chrome web inspector, some use firefox’s firebug to inspect elements and check if the css is applied, then you check if the css code added is being reflected in the frontend, this is how we usually know if the version being fetched is cached or not. I checked your site and compared the ones in your Quick CSS and could see that the css codes are applied and it’s not cached.
You don’t have any caching plugins also. Maybe the code you added doesn’t give you the results that are expected? can you give us a mockup or screenshot on what you’re trying to achieve? maybe we can help with it.Best regards,
Nikko -
AuthorPosts