Forum Replies Created
-
AuthorPosts
-
Yes, but after this I need to call count to my custom function (default there is no DOTS nav in postslider) copied from contentslider.
So I need variable, because (int)$this->config[‘columns’] doesnt work.Yes, variables for count of content and columns in this 2 sliders are different.
How to get count – I found (in my first post you can see what i change), but can’t find how to get columns.Yeap, problem was with WPML.
Already fixed in the last version.It works, thank you.
No, if i tried to use custom font on default theme – there is no problem.
If uploaded font(fontello) via Enfold – happened like this.Tried, it doesn’t help.
Removing .htaccess and return to default ?page** permalink doesn’t help too.Used autoptimize and scripts to footer and get 95%.
Thank you.Fixed in new Enfold version.
Thank You.Is any idea? Sorry for spamming, but solution is very important.
Updated and still don’t working.
Thank you.
Is the other way to select a Front page for arabic?Tried, it doesnt help
Are any problems with login or all is ok?
Have you added the Arabic language through the wp-config configuration?
No, i didnt
The best way to make this is a function:
add_filter('ava_after_main_container', 'ava_after_main_container_mod', 20, 1); function ava_after_main_container_mod() { $output = 'custom_code'; echo $output; }
Solved.
Make correction in code, like this:
jQuery(document).ready(function() { jQuery('#layerslider_15').layerSlider({ hoverPrevNext: false., skin: 'fullwidth', skinsPath: '/wp-content/themes/*mytheme*/config-layerslider/LayerSlider/static/skins/', cbInit: function(element) { jQuery('.c-api'); console.log('function cbInit() called when Layer Slider is Loaded'); } }); });
No errors in console, but still loading 6 more bullets and thumbnails + margin my text.
I got an error in console like this:
GET domain/layerslider/skins/v5/skin.cssSlider ID is ok (#layerslider_15). U can check it.
Just need to init when slider is loaded to make navigation arrows in container.
Or can review other methods to make it without edition parent theme.- This reply was modified 8 years, 9 months ago by mdxclr.
This code working, but broke my slider – got 6 nav bubbles non-clickable instead of 2 my slides.
When I install LayerSlider manually – callbacks working, but with integrated plugin in theme – no.Action hooks doesnt work too:
http://www.hoothemes.com/documentation/layerslider/developers.html#action-hooksI didnt change any core code of theme or plugins.
- This reply was modified 8 years, 9 months ago by mdxclr.
But if slide change – this layer fade-out and fade-in again or blink.
Yes, and in documentation we have callback in settings, but it doesnt work in Enfold theme (tried to put any simple console.log or alert and nothing)
After renaming theme name in style.css this file change his name too.
Problem is solved.It calls “Static layer”, found solution here: https://kriesi.at/support/topic/layerslider-wp-static-slide-layer-over-all-slides/
But is any way to add code inside layer slider div?
I have 4 sliders. I create a layer on each of them, but when the slider is changed – this layer hide and show again.
I want to make a global layer (transparent label with a text, like on my screenshot) on ALL sliders. It must be 1 layer on all 4 sliders.I can do this if edit templates of layer slider, but after update – I lose my changes. Is there any other way?
-
AuthorPosts