Christian Lyon
Forum Replies Created
-
Forum: Reviews
In reply to: [Ocean Extra] Downed a 7,000 + page news websiteEso es que no actualizó el tema OCEAN antes de actualizar el complemento.
Forum: Reviews
In reply to: [All-in-One WP Migration and Backup] No FuncionaLe doy la enhorabuena, pero yo le he probado con otros servidores, siempre trabajo con fibra y no paso del 84%
El plugin falla y no sirve.
This instruction only affects non-mobile browsers
@media (min-width: 768px){
}Go to Customize, and inside the CSS put the following options:
@media (min-width: 768px){
/* LOGO */
.woocommerce-active .site-header .site-branding {
width: 73.9130434783%;
float: left;
margin-left: 33%;}.site-header .site-branding img {
max-width: 350px!important;
}/* SEARCH */
.woocommerce-active .site-header .site-search {
float: left!important;
margin-left: -250px!important;}/* MENU NAVIGATION */
.woocommerce-active .site-header .main-navigation {
margin-left: 33%!important;}/* SITE CART */
.woocommerce-active .site-header .site-header-cart {
top: -130px!important;
float: right!important;
margin-right: -250px!important;}
}Forum: Themes and Templates
In reply to: [Storefront] Storefront Changing the color of visited linksSecondary Menu
.secondary-navigation ul.menu a:visited {
color: purple!important;
}
.secondary-navigation ul.menu a:hover {
color: purple!important;
}
.site-footer a:not(.button):visited {
color: purple!important;
}
.site-footer a:not(.button):hover {
color: purple!important;
}Forum: Themes and Templates
In reply to: [Storefront] Main image of the productI’m sorry, my fault
A bad url inside the php made it wrong.
SOLVED!
Thank you so much for everythingForum: Themes and Templates
In reply to: [Storefront] Main image of the productEnglish:
I’m sorry to return, but the mobile version of the Storefront is the one that does not show me the image of the product now.
The description, the price and other information is seen, but the image shows a piece of blank screen.Espa?ol:
Siento volver, pero es que la versión móvil del Storefront es la que no me muestra ahora la imagen del producto.
La descripción, el precio y demás información se ve, pero la imagen sale un trozo de pantalla en blanco.Forum: Themes and Templates
In reply to: [Storefront] Main image of the productIt was the Jetpack, thanks for everything.
Forum: Themes and Templates
In reply to: [Storefront] CSS Shopping Cart CustomizationDE nada! Saludos.
Forum: Themes and Templates
In reply to: [Storefront] Main image of the productOkay! I try. Thank you
Forum: Themes and Templates
In reply to: [Storefront] CSS Shopping Cart CustomizationPrueba poner !important detrás de cada instrucción.
Yo lo he probado en Apariencia –> Personalizar –> CSS adicional y FUNCIONA!.cart-contents{
padding-top: 10px!important;
padding-bottom: 0em!important;
}Saludos.
Forum: Plugins
In reply to: [Facebook Chat Plugin - Live Chat Plugin for WordPress] Fail to closeFunciona bien
Hi all!!!
IT ALREADY WORKS ME![ redundant link removed ]
Enabled again.
- This reply was modified 6 years, 2 months ago by Jan Dembowski.
- This reply was modified 6 years, 2 months ago by Jan Dembowski.
The best solution is to edit the code where the greeting comes and change the = ‘Hi!’ by = “Hi!” the double quotes will let you use apostrophes.
I hope you find it useful.Please, we need an answer. Many of us have the same problem. Thank you.