-
Author
-
March 30, 2016 at 01:26 #113438
missmiss
ParticipantIf you select the sticky menú + header with the logo and main menu in the center the sticky menu is too big, see attached.
March 30, 2016 at 01:26 #113439missmiss
Participantsee the picture of what i would like to change having the normal main menú with that selected option, is it possible?
March 30, 2016 at 18:32 #113608Laura
ModeratorHello, i can make the sticky logo be like normal menu, if you can share a link to your site 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 30, 2016 at 18:45 #113625missmiss
ParticipantHello Laura, the problem is that i am working in a cloned website and i wanted to do everything so then i have everything fine and i just need to change the theme with the child modifications, will these changes that u will do be easy to copy to the official website?
April 1, 2016 at 13:04 #114041Laura
ModeratorHello, i think it will be all css, so will be placed at style.css file, at child theme
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 1, 2016 at 19:19 #114158missmiss
Participantthank you for your patience Laura, is very appreciated
https://www.mywhitecookbook.com/pruebas/wp-login.php
user: Laura
pass: 14Lt#2p6SU2lApril 2, 2016 at 03:46 #114202missmiss
ParticipantI changed the them in the official website so this user wont work, ill give you the access for the new one as i find some bugs
April 5, 2016 at 18:07 #114696Laura
ModeratorHello, will be here, let me know the new user when you can 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 15, 2016 at 20:23 #116904missmiss
ParticipantHello Laura here is the new user,
user: restored
pass: VcEod4)St46dD*i2%9TNJOlJhttps://www.mywhitecookbook.com/wp-admin
I found a lot of bugs i will come back with a new ticket
April 18, 2016 at 18:44 #117351Laura
ModeratorHello, i do not see the sticky menu, do you still need to change it?
Btw, i can speak spanish too if you preferHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 18, 2016 at 19:07 #117375missmiss
ParticipantOh! If it’s your language its ok !
No está activado el sticky menú porque al poner el menú con el logo centrado si lo activo se queda demasiado grande , creo que seria buena idea que el sticky menú fuera como la opción 1 del diseño que se queda el logo a la izquierda ( te lo explique como pude en unas capturas de pantalla, te la reenvio) gracias!
April 20, 2016 at 18:05 #117978Laura
ModeratorHola, entiendo, añade esto a style.css i se arreglará 🙂
COPY CODE.is-sticky .header-centered .navbar-header { float: left !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 20, 2016 at 18:08 #117979missmiss
ParticipantGracias Laura! Voy a probarlo. Podrías mirarme unos cuantos bugs que tu compañero me dice que si funciona pero no funcionan? :_(
April 20, 2016 at 18:23 #117981missmiss
Participant-Si uso la lupa de busqueda en el menú principal, pese a especificar que busque solo en productos busca en todo.
– Si miras el carrito de compra de kleo del menú principal, los precios salen sin iva/tax, y el texto en inglés. Una vez vas al carrito por defecto de woocommerce si sale todo bien.
– En todos los productos de esta categoría que son porductos variables, cuando hago click en el icono del ojo para verlos, el desplegable de las opciones se sale del fondo y no se ve bien, y el precio no cambia se queda un precio independientemente del producto que coges. También en muchos productos sale en ingles ” view product” ” select options” ( te pongo capturas)
Muchisimas gracias de antemano
April 22, 2016 at 15:49 #118375Laura
ModeratorHola, entiendo, puedes usar el widget de woocommerce para buscar si te falla la lupa.
El precio sin iva o con iva depende de como lo configures en woocommerce, sé que hay una opción que muestra los precios sin o con iva depende de si están en la tienda o en el carrito.
Respecto al popup, prueba usando este cssCOPY CODE#productModal { max-width: 950px !important; width: 100% !important; }El problema es el tamaño de la imagen
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 22, 2016 at 17:03 #118395missmiss
ParticipantHola laura! La lupa me funciona desde ayer con la nueva actualizacion.
El precio está configurado sin iva para que woocommerce lo añada despues.
El pop up el problema es que los precios no los muestra correctamente si tengo 3 opciones cada una tiene un precio y muestra solo uno de ellos y no se cambia aunque selecciones otra variante del producto que cuesta más o menos.
Y también en el pop up y en la imgagen de un producto solo, esque no funcionan, tengo puesto que sean 300x300px y pese a usar en regenerate thumbnails desde que instale kleo se han quedado a 450px en la ficha de “single product”, y no se que hacer.
Cómo puedo hacer que funcione el pop up correcto? gracias!April 25, 2016 at 22:55 #118901Laura
ModeratorHola, ya veo, tienes todos los plugins actualizados a la ultima versión?
Prueba lo siguiente:Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.
If this is useless please follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 10, 2016 at 00:39 #135677missmiss
ParticipantHola Laura guapísima! El código que me diste para que el header centrado al encogerse con el scroll dejara el logo en la izquierda como los otros headers ya no me funciona una vez actualizado kleo a la ultima version, podrias ayudarme? muchisimas gracias!
.is-sticky .header-centered .navbar-header {
float: left !important;
}September 13, 2016 at 01:42 #135898Laura
ModeratorHola, lo has añadido al child theme y al quick css y en ningun lado funciona?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 13, 2016 at 01:44 #135899missmiss
ParticipantHola Laura! Lo tenia puesto antes de la actualización en el child, y lo he quitado porque no funcionaba, lo del quick css no se donde está ahora?
September 13, 2016 at 01:52 #135900missmiss
ParticipantHe probado quick css buscandolo en el theme options y tampoco va, estoy copiando esto:
.is-sticky .header-centered .navbar-header {
float: left !important;
}September 16, 2016 at 07:47 #136298Laura
ModeratorArreglado con el siguiente código
COPY CODE.is-sticky .header-centered .navbar-header { float: left !important; position: absolute !important; } .is-sticky .header-centered .navbar-header .logo { float: left !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 16, 2016 at 18:30 #136353missmiss
ParticipantMuchisimas gracias Laura por tu ayuda siempre.
September 19, 2016 at 14:04 #136483Laura
ModeratorUn placer ayudar 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.