Forum Replies Created
-
AuthorPosts
-
Hi jdelgadoesteban!
Please add this code to Quick CSS
/* Fixed height slider*/ .avia-slide-wrap { max-height:300px; min-height:300px; height:300px; } .avia-slide-wrap img { height:300px; background-size:cover; }
Regards,
Vinay KashyapHey!
Please use this in custom css it will make the long testimonials scroll however feel free to adjust the height 200px to suit your design.
/* Testimonial fixed height*/ .avia-testimonial-content { max-height: 200px; height: 200px; overflow-y: auto; }
Best regards,
Vinay KashyapHi!
Is possible something is corrupt please backup theme options settings from import/export options and deactivate the current child theme. Activate the main Enfold theme and download a fresh copy of the child theme from our site http://kriesi.at/documentation/enfold/using-a-child-theme/ and set it up please.
Best regards,
Vinay KashyapHey Krissie!
This requires a lot of custom coding and time to integrate the mailchimp subscription while using a contact form.
We recommend hiring a freelancer to do this job.Regards,
Vinay KashyapHey crodragon!
“This email is already subscribed. Thank you”
is a response from mailchimp please delete the email from mailchimp account and try again.
Cheers!
Vinay KashyapMarch 5, 2016 at 6:32 am in reply to: Square brackets in caption title of the fullscreen slider. #593650Hi galluzzino!
Please use html ascii http://www.ascii.cl/htmlcodes.htm
[ will be [ ; (note : remove space before ; )
] will be ] ; (note : remove space before ; )
Regards,
Vinay KashyapHey!
We checked the link in private and it worked correctly please elaborate what you are trying to do?
Regards,
Vinay KashyapHi Todd!
Please check this link https://docs.woothemes.com/document/customizer-settings/
or you may try a different plugin here https://wordpress.org/plugins/background-manager/
Cheers!
Vinay KashyapHi mcraig77!
Please use the below css to make all testimonials same height and scroll the ones that are long.
#top .avia-testimonial-content { max-height: 200px; height: 200px; overflow-y: auto; }
Cheers!
Vinay KashyapHey!
Yes please share a mockup or a link where we can see the issue that way we can provide you with accutatre solution.
Regards,
Vinay KashyapHey elyy82!
We checked the page and created a new portfolio item and added it to the homepage it works without any issue not sure why only this item is having an issue i think while creating it some field must have been missed out please debug mode to copy page shortcode and duplicate the page content easily
Create a new portfolio item and add it back again it should work fine :)
Cheers!
Vinay KashyapHi launchmoxie!
This could be due to a plugin conflict to find the plugin in conflict please follow the below steps
1. Goto plugins page > Deactivate all active Plugins
2. Updated WordPress and Enfold to latest version if you have not.
3. Activate one plugin at a time… refresh the page and check for the issue.
4. Make sure the plugins are all updatedCheers!
Vinay KashyapHey cagraphicdesign!
The background images are applied as inline style to color section. inline styles have the highest specificity and cannot be altered using custom CSS.
If you like to make alterations or modify the image in mobile screens you need to remove the background image from color section and apply it using custom CSS.
Add an ID to the color section and use the below css to remove background image in portable devices
#bgimage{ background: #000 url(image.jpg); background-size: cover; background-position:center center; } /* Home page section images on mobile */ @media only screen and (max-width: 767px) { #bgimage{ background: #000!important; } }
Regards,
Vinay KashyapHi!
If it is the color section background image pease use stretch to fit.
if it is an image set as an background using custom css
please use background-size:cover; in your custom CSS below the image URL in CSS.
Best regards,
Vinay KashyapHey!
Please uncheck the multiple select to make it look like the dropdown select options
Best regards,
Vinay KashyapHey emmaxu!
Layer slider do not support full width youtube videos please use the color section and add a background video.
Regards,
Vinay KashyapHi edamon!
Please let us know where we can see the video lightbox element on the page as we could not find one in the link provided.
make sure the youtube link is in this format http://www.youtube.com/watch?v=5guMumPFBag
Sometimes it might be caused due to a conflict with a plugin
To find the plugin in conflict please follow the below steps1. Goto plugins page > Deactivate all active Plugins
2. Updated WordPress and Enfold to latest version if you have not.
3. Activate one plugin at a time… refresh the page and check for the issue.
4. Make sure the plugins are all updatedRegards,
Vinay KashyapHey tcowin!
Not sure how or why it happened…
We tested it on a new page and everything worked fine please enable debug mode for ALB and copy the shortcode for the whole page and use it on a new page http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
Vinay KashyapHi connect4consulting!
Please create a new page and drop a blog post element into it which will allow you to display only one catogery and you can easily style it using the edit options in the blogpost element.
Regards,
Vinay KashyapHey!
Please use the 3rd party custom code in a codeblock element and then style it using custom css by enabling custom class support
Regards,
Vinay KashyapMarch 5, 2016 at 4:23 am in reply to: PLEASE HELP! Avia layout builder > Content element > Masonry > Lightbox… #593614Hey!
please use the “Avia layout builder > Content element > Portfolio grid
Portfolio grid has the option to display portfolio items to be displayed as lightbox images. none other :)
Cheers!
Vinay KashyapHey!
Yes the block:none is required by the framework. If it’s a default code int he shortcode please use it as is.
I tried to load your page several times did not see any pop-up animation on icons do you mean the images that show with animation when you scroll the page? It can be disabled in the element property > animation options. same with icons click on the icon and disable it in animation property.
not sure if you were referring tot he icon that pop-up when you mouse hover on image?
if so pelase check this link http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/I don’t see anything cut off in the link mentioned in private please elaborate and share the link where we can inspect the element.
Best regards,
Vinay KashyapHey!
In that case you need to hack it a bit…
Use a color section with video background and layer slider with transparent background
In css add position absolute to layerslider so it sits on top of the color section.
It has a limitation you can only use one layerslider and one color section on the page
If it is something you are interested please go ahead and create a page and create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.
Regards,
Vinay KashyapHi morten008!
We noticed on several post where you are trying to make http://dlcs.dk/ to look like http://mysensei.dk/
If the above is true please use a plugin like https://wordpress.org/plugins/duplicator/ to easily clone the wordpress site in a few clicks then make the necessary changes.However coming to the issue please elaborate what is the problem with the right side ?
The below image is what i see in the chrome inspector iPad.
If this is not what you see please share a screenshot of the issue and let us know more details.
Best regards,
Vinay KashyapHi!
There are many approaches to do the arch borders one way is to use images as @Rikard suggested and the other way that we can suggest to you is by using CSS3 please check the link below
http://stackoverflow.com/questions/25487069/is-a-css-arch-using-border-radius-possible
if you google “css arc border stackoverflow” you will find several more approaches please choose the one you are most comfortable with :)
Cheers!
Vinay KashyapHey dlcweb!
Please use a plugin like https://wordpress.org/plugins/advanced-responsive-video-embedder/
Regards,
Vinay KashyapHey Karin!
Thanks you for using Enfold!
It is possible that your hosing server had an issue some time back when you were trying… We just checked it and it worked fine for us now… if you have any issue with the loading of the site please check with your hosting provider. if the page loads and you need help sorting anything we are here to help you always :)
Best regards,
Vinay KashyapHey reynoldsphobia!
To customize the subject please check https://kriesi.at/support/topic/mail-subject/#post-138433
To customize other email messages add the below code in your functions.php by going to appearance > Editor > functions.php
Please use a child theme so your changes remain intact when you update the main theme.
kriesi.at/documentation/enfold/using-a-child-theme/
add_filter('avf_mailchimp_messages', 'avf_mailchimp_messages_mod', 10, 1); function avf_mailchimp_messages_mod($message) { $message['email'] = __('Please provide a valid email address.', 'avia_framework'); $message['all'] =__('Please fill in all required fields.', 'avia_framework'); $message['already'] =__('This email address is already subscribed, thank you!', 'avia_framework'); $message['general'] =__('We are very sorry but something went wrong. Please try again later.', 'avia_framework'); $message['invalid_field'] =__('Please make sure that your fields are filled in correctly', 'avia_framework'); return $message; }
Cheers!
Vinay KashyapHey!
Checked the sliders but there is no slider by name “2DayFM” then i tried to check one of the existing ones but your server went down suddenly and i’m unable to view the site. please get back to us when we can view your site.
Best regards,
Vinay KashyapHi sacharelle!
We are working on your ticket please wait while we update the results here soon.We have added the below code in functions.php which will empty the value field for the select this message option. please check the contact form now and let us know what you think…
// Remove subject value function custom_excerpt(){ ?> <script> jQuery(window).load(function(){ var emptyval = ''; jQuery("#avia_5_1").find("option[value='Select subject here']").val(emptyval); }); </script> <?php } add_action('wp_footer', 'custom_excerpt');
Best regards,
Vinay Kashyap- This reply was modified 8 years, 8 months ago by Vinay.
-
AuthorPosts