<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>woocommerce &#8211; Curriculum web developer</title>
	<atom:link href="https://web-ecommerce.it/tag/woocommerce/feed/" rel="self" type="application/rss+xml" />
	<link>https://web-ecommerce.it</link>
	<description>Realizzazione siti web eCommerce Pesaro Ancona</description>
	<lastBuildDate>Mon, 08 Nov 2021 00:51:45 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>

<image>
	<url>https://web-ecommerce.it/wp-content/uploads/2020/07/cropped-logo-web-2-32x32.png</url>
	<title>woocommerce &#8211; Curriculum web developer</title>
	<link>https://web-ecommerce.it</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Aggiungere frecce di navigazione per le immgini Next / Prev  slider prodotto woocommerce?</title>
		<link>https://web-ecommerce.it/aggiungere-frecce-di-navigazione-per-le-diapositive-next-prev-slider-prodotto-woocommerce/</link>
		
		<dc:creator><![CDATA[marco]]></dc:creator>
		<pubDate>Sun, 18 Mar 2018 17:54:10 +0000</pubDate>
				<category><![CDATA[codice]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[woocommerce]]></category>
		<guid isPermaLink="false">http://www.marcobarbadoro.it/site/?p=7249</guid>

					<description><![CDATA[<p>La navigazione delle miniature, in particolare su dispositivi mobili  è ottima, ma avere frecce anche per gli utenti desktop sarebbe meglio!<br />
questa guida mostra come far apparire le frecce sull'immagine principale del prodotto per scorrere le immagini a destra e a sinistra.</p>
<p>L'articolo <a rel="nofollow" href="https://web-ecommerce.it/aggiungere-frecce-di-navigazione-per-le-diapositive-next-prev-slider-prodotto-woocommerce/">Aggiungere frecce di navigazione per le immgini Next / Prev  slider prodotto woocommerce?</a> proviene da <a rel="nofollow" href="https://web-ecommerce.it">Curriculum web developer</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.marcobarbadoro.it/site/wp-content/uploads/2018/03/Woocommerce-logo-old.png" target="_blank" rel="noopener"><img decoding="async" class="wp-image-7276 alignleft" src="http://www.marcobarbadoro.it/site/wp-content/uploads/2018/03/Woocommerce-logo-old.png" alt="" width="253" height="121"></a>per far comparire le frecce<br />
<span class="notranslate">La navigazione delle miniature, in particolare su dispositivi mobili&nbsp; è ottima, ma avere frecce anche per gli utenti desktop sarebbe meglio!<br />
questa guida mostra come far apparire le frecce sull&#8217;immagine principale del prodotto per scorrere le immagini a destra e a sinistra.<br />
sensa installare nessun plug-in che appesantiscie il codice</span></p>
<p>&nbsp;</p>
<h5>Nel file&nbsp;<strong>functions.php</strong> del vostro tema in fondo al codice inserire questa funzione</h5>
<pre>// funzione per aggiungere frecce next Prev

add_filter( 'woocommerce_single_product_carousel_options', 'ud_update_woo_flexslider_options' );

function ud_update_woo_flexslider_options( $options ) {

$options['directionNav'] = true;

return $options;
 }</pre>
<h5>Nel foglio di stile del vostro tema style.css oaggiungere questo codice:</h5>
<pre>ul.flex-direction-nav {
    position: absolute;
    top: 30%;
    z-index: 99999;
    width: 100%;
    /* height: 100px; */
    /* background-color: black; */
    left: 0;
    margin: 0;
    padding: 0px;
	list-style: none;
}

li.flex-nav-prev {float: left;}

li.flex-nav-next {float: right;}


a.flex-next {visibility:hidden;}

a.flex-prev {visibility:hidden;}


a.flex-next::after {
	visibility:visible;
	content: '\f105';
	font-family: FontAwesome;    
margin-right: 10px;font-size: 70px;}

a.flex-prev::before {
	visibility:visible;
	content: '\f104';
	font-family: FontAwesome;    
margin-left: 10px;font-size: 70px;}</pre>
<p>L'articolo <a rel="nofollow" href="https://web-ecommerce.it/aggiungere-frecce-di-navigazione-per-le-diapositive-next-prev-slider-prodotto-woocommerce/">Aggiungere frecce di navigazione per le immgini Next / Prev  slider prodotto woocommerce?</a> proviene da <a rel="nofollow" href="https://web-ecommerce.it">Curriculum web developer</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
