This topic has 17 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Olga Barlow
hola por errorers del hosting active varias veces la plantilla y ahora me dice que no puedo activarla mas de 20 veces, me pueden ayudar?
Hello,
Try now. Do you need any help with theme installation if you reactivate it such many times?
Regards
si tengo problemas para que quede funcional como se ve en los demos, es imposible logra que quede tal cual. por eso me cuesta mucho tratar de que funcione.
Hello,
We could help you to install the demo if you provide us with WP Dashboard access and tell us what version you would like to install.
Regards
igual sigue sin dejarme activarlo, pueden ver ustedes entrar y activarlo y que funcione todo?
Theme Registration
Your product should be activated so you may get the access to all the XStore demos , auto theme updates and included premium plugins . The instructions below in toggle format must be followed exactly.
By clicking Register Theme, you agree that your purchase code and your user data will be stored by 8theme.com
You have reached activation number limit.
mirar el privado
esta version quiero instalar https://xstore.8theme.com/demos/2/home-decor/ los datos de ingresos ya se los pase.
Hello,
WPBakery or Elementor version of the home deco demo?
Regards
la que sea mejor, cual me recomendas?
Hello,
I like the Elementor page builder. It’s handier as for me and has a good visual editor. So, would you mind if I install the Elementor version for you?
Regards
perfecto, necesito lo antes posible istalada y activada la plantilla. me podra ayudar ahora?
Hello,
Check now.
Regards
perfecto y quiero que en el shop me aparezca el boton del carrito al igual que en la version movil, que eso no puedo encontrarlo donde es
quiero habilitar los plugin premium pero el codigo de compra no funciona, es uno nuevo? me lo pasas?
ademas tengo estos problemas:
1) en el shop, cuando filtro por categoria se mezcla todo con el header
2) Necesito que el AGOTADO, sea en negrilla o mas destacado
3) cuando quiero finalizar quiero porder ver el carrito antes de finalizar la compra, porque asi me da la opcion de modificar cantidades, no encuentro donde se configura.
4) hay plugins que me puden serial y son premium de este tema, deberia poder habilitatlo, me pasas el codigo para habilitarlo?
5) necesito agregar el carrito en el flotante que me aparece cunado agrego un item.
Hello,
Could you, please, write in English? We don’t speak Spanish and it’s a little bit difficult for us to understand.
The cart icon is in the header http://prntscr.com/urajj2 Watch the video tutorial on how to edit the header https://www.youtube.com/playlist?list=PLMqMSqDgPNmDu3kYqh-SAsfUqutW3ohlG
1) you can either enable the breadcrumbs in the page settings and show the breadcrumbs and then banner or add the shop page banner shortcode [block id=”4664″] to every product category description http://prntscr.com/uranwq
2) Go to Theme Options > Custom CSS
.product-content .out-of-stock, .single-product-builder .out-of-stock {
font-weight: bold;
}
3) Don’t understand your question. Could you, please, provide an example or something?
4) You can use the plugins without activation. Read more about the bundled plugins https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins
5) We have added the following code to child theme functions.php to show the cart button in the off-canvas mini-cart
add_action('wp', 'etheme_template_custom_hooks', 90);
function etheme_template_custom_hooks() {
add_action( 'woocommerce_widget_shopping_cart_buttons', function() { echo '<a href="' . esc_url( wc_get_cart_url() ) . '" class="button active wc-forward">' . esc_html__( 'View cart', 'xstore-child' ) . '</a>'; }, 10 );
}
Regards
You must be logged in to reply to this topic.Log in/Sign up