Forum Replies Created
-
AuthorPosts
-
Hey Bernd,
Not sure if it can easily be done, but you could try triggering with a script in your function, here’s such an example: https://kriesi.at/support/topic/adding-onclick-to-button/#post-417503Best regards,
MikeHey dsammond,
Please request – or vote if already requested – for this feature here: Enfold feature request form.
You can also do a global search for avf and ava for filters and actions respectively, & see our Code Library:
https://github.com/KriesiMedia/library/
Thank you for using Enfold.Best regards,
MikeHi,
Sorry, you will need you search for a plugin with that capability.Best regards,
MikeHi,
Glad Jordan was able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeApril 30, 2017 at 9:12 pm in reply to: Instagram feed in footer widget: how to make a box with margin around each pic? #785415Hi,
That is a great idea for a new feature: Enfold feature request form.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I don’t understand, I thought you gave me a demo url, and you wanted to know how they got their slider to work the way it does?Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad to hear you solved it, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Hum, I can’t login with what you gave us. But I’m sure you cleared your cache, do you have a caching plugin or using CDN?
The css we are trying to over write is for a plugin here: /wp-content/plugins/wp-job-manager/assets/css/frontend.css
Perhaps if you ftp in and edit it directly it will solve late loading css from the plugin? But when you update you will need to edit it again.Best regards,
MikeHi,
To remove the overlay on phone try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content { background: none !important; display: none !important; }}
Best regards,
Mike- This reply was modified 7 years, 7 months ago by Mike.
Hi,
Oh, from what I saw the text was not sliding, except the opening animation, the logo is the slider and moved over the video.
Here is the logo slide:
That site seems to be using the plugin: https://wordpress.org/plugins/media-element-html5-video-and-audio-player/ for the video.
But I don’t know how they got the video player under the slider, but the slider is transparent and that is what has the logo. Hope this helped :)Best regards,
MikeHi,
Yes that is how I read it, try shooting Metavrse a message to confirm :)Best regards,
MikeHi,
That’s weird, I had worked on it for quite a while and you saw it was working :(
Do you have a site caching system, or CDN?*Removed screenshot, sorry.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey tech500,
Yes it can be done with the built in sliders “Fullscreen Slider” & “Fullwidth Easy Slider”
Add your images to the slider then set your options and at the bottom of that screen check “Use first slides caption as permanent caption”
Then add your caption to the first slide by clicking it and going to the “caption” tab. Then choose your “Caption Positioning”, in this case we’ll choose “Right Framed”.
Save and publish :)
Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHey galluzzino,
Please update the theme to the latest version. That should fix any issues you are currently experiencing :)To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
Please consider making a backup with a plugin such as https://wordpress.org/plugins/duplicator/
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.job_filters .job_types li { float: left; border-right: 0px!important; padding: 0px!important; }
Best regards,
MikeHi,
I believe I have it the way you want it :)
I added this to your General Styling > Quick CSS field:.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 85px!important; }
Best regards,
Mike- This reply was modified 7 years, 7 months ago by Mike. Reason: added image link to private area
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Camilla,
I found this link that says you can: https://developers.google.com/analytics/devguides/collection/analyticsjs/creating-trackers#working_with_multiple_trackers
In Enfold / Google Services / Google Analytics Tracking Code you need to enter the full script and create a second ga line, like this:<script> (function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,’script’,’https://www.google-analytics.com/analytics.js’,’ga’); ga('create', 'UA-XXXXX-Y', 'auto'); ga('create', 'UA-XXXXX-Z', 'auto', 'clientTracker'); ga('send', 'pageview'); ga('clientTracker.send', 'pageview'); </script>
Best regards,
Mike -
AuthorPosts