Several images on my owl carousel have an asterisk in the upper right corner. Our web designer set this feature up but I can’t figure out how to make adjustments to it. I NEED to remove some asterisks and add them to a different image. It’s crucial to be able to make these adjustments or it will appear we’re misrepresenting brands. I was able to temporarily make adjustments in the “inspect element” feature but I can’t figure out how or where to make the permanent adjustment. Any assistance would be greatly appreciated!!!
]]>Hello. I want to suggest some improvements to your plugin.
May be you solve than it usefull.
1. Сapability to add own class attribute. Often attribute class used for popups not only rel attribute.
2. load_plugin_textdomain executed after include_once ‘owl_settings.php’, therefore translation do not work in owl_settings.php
it is patch
36d35
< load_plugin_textdomain('wp_owl', false, basename( dirname( __FILE__ ) ) . '/languages' );
55a55
> load_plugin_textdomain('wp_owl', false, basename( dirname( __FILE__ ) ) . '/languages' );
135,142d134
< 'name' => __('Class attribute','wp_owl'),
< 'desc' => __('Used to open images in a popups that use class attribute','wp_owl'),
< 'default' => '',
< 'type' => 'text',
< 'id' => self::prefix .'cls'
< ));
<
< $carousel_metabox->add_field(array(
199d190
< $cls = get_post_meta($id,self::prefix.'cls',true);
209d199
< $html .= (!empty($cls)) ? ' class="'.$cls.'"' : '';
thank you for plugin
]]>Hi there is there a way to loop the carousel without using the rewind. I just want my images to keep moving left without rewinding.
Many thanks,
Matt
]]>You have a fatal typo in line 63
wp_enqueue_style('owl-style',$this->url . 'owl-carousel/owl.carousel.css',[],false);
Empty brackets for the third parameter is Javascript markup for an empty array, this should be array() for PHP.
Sites installing this version will crash.
]]>Hi, i need to know how i can edit the plug for change the image with click and not with drag, Thank for your support.
]]>Hi, thanks for this plugin!
Can You tell me how can i add Carousel item to the Widget?
Or if it’s impossible now, how can i paste it directly in my functions.php file if i have this lines of code:
//* Register before footer widget area
genesis_register_sidebar( array(
‘id’ => ‘przed-stopka’,
‘name’ => __( ‘Przed Stopk?’, ‘genesis’ ),
‘description’ => __( ‘To jest pozycja w której tre?c widoczna jest przed stopk?’, ‘genesis’ ),
) );
add_action( ‘genesis_before_footer’, ‘sp_before_footer’, 5 );
function sp_before_footer() {
genesis_widget_area( ‘przed-stopka’, array(
‘before’ => ‘<div class=”przed-stopka widget-area”><div class=”wrap”>’,
‘after’ => ‘</div></div>’,
) );
}
Thanks for help
]]>Hi,
I would like to add the 30 px of margin right or stage padding. How can I add these properties to the plugin?
]]>How do you turn carousel images into links?
]]>