This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(jQuery(window).width() <= 768 ){ | |
jQuery('.menu-wp-carrefour .tituloNivel3').click(function(event) { | |
jQuery('.menu-wp-carrefour li').toggle(); | |
}); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Impletementado por primera vez en el header de http://localhost/presugym/index.php. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.loading | |
position absolute | |
background #2a2a2a | |
z-index 999 | |
height 100% | |
width 100% | |
left 0 | |
img | |
width auto | |
position absolute |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php wp_get_attachment_url( get_post_thumbnail_id($post->ID) )?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://stackoverflow.com/questions/2854407/javascript-jquery-window-resize-how-to-fire-after-the-resize-is-completed | |
CMS's solution is fine if you only call it once, but if you call it multiple times, e.g. if different parts of your code set up separate callbacks to window resizing, then it will fail b/c they share the timer variable. | |
With this modification, you supply a unique id for each callback, and those unique IDs are used to keep all the timeout events separate. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="slider-huella-desktop" class="onlyDesktopBlock__TP"> | |
<div class="slider"> | |
<div> | |
<img src="{{media url="wysiwyg/huella_natura_tp/huella_natural_slider_1.jpg"}}" alt="" data-image="{{media url="wysiwyg/huella_natura_tp/huella_natural_slider_1.jpg"}}"/> | |
</div> | |
<div> | |
<img src="{{media url="wysiwyg/huella_natura_tp/huella_natural_slider_2.jpg"}}" alt="" data-image="{{media url="wysiwyg/huella_natura_tp/huella_natural_slider_2.jpg"}}"/> | |
</div> | |
</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.wrapperLogoHeader { | |
border-right: 1px solid #333; | |
box-shadow: 6px 0 5px -2px #333; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You can send mail from localhost with sendmail package , sendmail package is inbuild in XAMPP. So if you are using XAMPP then you can easily send mail from localhost. | |
for example you can configure C:\xampp\php\php.ini and c:\xampp\sendmail\sendmail.ini for gmail to send mail. | |
in C:\xampp\php\php.ini find extension=php_openssl.dll and remove the semicolon from the beginning of that line to make SSL working for gmail for localhost. | |
in php.ini file find [mail function] and change | |
SMTP=smtp.gmail.com | |
smtp_port=587 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="{{store url=""}}content/recetas/" class="button btn_recetas">RECETAS</a> |