Forum Replies Created
-
AuthorPosts
-
Hey jolian123,
Please provide a link to the site so we can look into this further. The following should work however:
#footer { display: none !important; }Best regards,
Jordan ShannonHey Andrea,
Are you using the latest version of Enfold?
Best regards,
Jordan ShannonHi,
Try adding the following to quick css:
@media only screen and (max-width: 767px) { .mobile-list-layout-images{ width:100%!important; } }Let me know if this resolves it.
Best regards,
Jordan ShannonHi,
Please provide a link to the site so we can inspect the element.
Best regards,
Jordan ShannonHi,
Perhaps if I understand what you are trying to do. Are you looking to import the content into a different site?
Best regards,
Jordan ShannonHi,
You mean when the text appears for the first time? If so just change the FadeIn attribute from ‘slow’ to an actual number. For example, 3000.
Best regards,
Jordan ShannonHi,
What should the layout be on mobile? Should jars stack on top of each other?
Best regards,
Jordan ShannonHi,
Actually that one looks fine on my end as well, https://snag.gy/5O2HhG.jpg. Try clearing the cache a few times over or even test from a second device.
Best regards,
Jordan ShannonJune 14, 2017 at 9:40 pm in reply to: Fullscreen Slider – Slideshow Autorotation Duration to .5 seconds or faster #808245Hi,
No because again it is an attribute. If the script is added via functions.php it will be safe from updates.
Best regards,
Jordan ShannonHi,
Have you tried disabling active plugins to rule out any kind of conflicts?
Best regards,
Jordan ShannonHi,
My pleasure. I’m happy your requests are being solved. As always, if you need further assistance just let us know.
Best regards,
Jordan ShannonHi,
Place what you have in quick css and test the result. Media queries may be needed as well. Please provide a link to the site in question so we can look into this further.
Best regards,
Jordan ShannonHi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Try the following:
@media only screen and (max-width: 767px){ .avia-testimonial-row .avia-testimonial{ padding:0px!important } }This is what I am seeing when using the above https://snag.gy/jqdOwo.jpg
Best regards,
Jordan ShannonHi,
You have two options for this. You can either remove is completely or change the color to match the background:
Change color to match:
.main_color .container .av-masonry-entry .avia-arrow { background-color: #f8f8f8!important; }Remove completely:
.main_color .container .av-masonry-entry .avia-arrow { Display:none!important; }Best regards,
Jordan ShannonHey pipinvest01,
We currently have this in our bug report queue. This means we are actively working on a solution, and should have an update to fix this soon. In the meantime please try the following which happened to fix a previously reported issue regarding this issue:
Add the following to wp-config.php:
define('CONCATENATE_SCRIPTS', false);Best regards,
Jordan ShannonHey alonarad,
This is not possible via a built in option. If you are familiar with css, what you can do is on specific pages (using the page id) you can set the css to display the mobile menu at all sizes.
Best regards,
Jordan ShannonJune 14, 2017 at 3:23 pm in reply to: Fullscreen Slider – Slideshow Autorotation Duration to .5 seconds or faster #808045Hey 118group,
Data interval is an attribute not a style, so this may be possible to do via JS by inserting your .5 value into the slider class.
Best regards,
Jordan ShannonHi,
No problem. if you need additional help, please contact us here in the forums.
Best regards,
Jordan ShannonHi,
Is it just for the testimonial section that you need fixed?
Best regards,
Jordan ShannonHi,
No problem at all. Do you need additional help, or should I close this topic?
Best regards,
Jordan ShannonHi,
Try adding the following to quick css:
@media only screen and (max-width: 767px){ .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial{ padding:0px!important; } }Let me know if this works.
Best regards,
Jordan ShannonHi,
The link you provided below is using the padding method I suggested as well.
Best regards,
Jordan ShannonHey sitywe,
Try adding the following to quick css:
.avia_transform .av_font_icon, .avia_transform .avia_start_delayed_animation.av_font_icon { opacity: 1 !important; -moz-transform: scale(1 !important); -webkit-transform: scale(1) !important; -ms-transform: scale(1) !important; transform: scale(1) !important; -webkit-animation: none; -moz-animation: none; -msanimation: none; animation: none; }Best regards,
Jordan ShannonHey WordPressed,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan ShannonHi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Add the following to quick css:
main.template-page.content.av-content-small.units{ width:80%!important; }You can adjust the percentage to whatever is appropriate.
Best regards,
Jordan ShannonHi,
Replace the original code with the following:
.av-image-caption-overlay-center:hover p{ color:yellow!important; }Best regards,
Jordan ShannonHi,
I see, we can try adding it to the footer:
Please add following code to Functions.php file in Appearance > Editor
function custom_code_mc(){ ?> // YOUR CODE GOES HERE <?php } add_action('wp_footer', 'custom_code_mc');Best regards,
Jordan Shannon -
AuthorPosts
