cami07
Forum Replies Created
-
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Remove space in ProductHi!! Thanks for answering. That option I have disactived.. Check my link web please
https://www.cartediem.pe/version_de_prueba/producto/polo/Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Remove space in Productand the blur with cross don’t working.. and I have actived the option..
I attached the web link
https://www.cartediem.pe/version_de_prueba/Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Remove space in ProductAccessPress Store Limk of the theme AccessPress Store
Forum: Themes and Templates
In reply to: [AccessPress Store] Remove space in ProductThanks for answering!! On the product page I’m using a plugin to show the sizes and colors, the options are presented in two lines as you can see on the page, there is a space on the right side that I would like to remove from the theme so that the options are displayed in a single line.
Change the theme to test if it was a plugin problem, and the plugin is displayed correctly in another theme, divide the options is in this theme.
Attached image pointing to the space.
image _link…………..Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Remove space in Productthe problem is presented in another theme, change the theme and disappear the space … the error is that the options do not see a single line, it divides it into two lines.
I sent you the link where the fault is presented
link webIs there any way that the options can be seen in a single line?
Thank you
- This reply was modified 6 years, 3 months ago by cami07.
Forum: Themes and Templates
In reply to: [AccessPress Store] Remove space in Productplease help me .. Thank you..
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Remove space in Productplease help me .. Thank you..
Forum: Themes and Templates
In reply to: [AccessPress Store] How to Add My account in login / search bar?resolved!!
Forum: Themes and Templates
In reply to: [AccessPress Store] How to Add My account in login / search bar?I was able to solve it with the following code in header.php of theme
<div class="login-woocommerce"> <?php if (is_user_logged_in()) { global $current_user; wp_get_current_user(); ?> <a href="<?php echo esc_url(wp_logout_url( home_url() )); ?>" class="logout"> <?php esc_html_e('Salir | ', 'accesspress-store'); ?> </a> <a href="<?php echo esc_url(get_permalink(get_option('woocommerce_myaccount_page_id'))); ?>" class="my-account"> <i class="fa fa-user"></i> <?php esc_html_e(' Mi Cuenta |', 'accesspress-store'); ?> </a> <?php } else { ?> <a href="<?php echo esc_url(get_permalink(get_option('woocommerce_myaccount_page_id'))); ?>" class="account"> <?php esc_html_e('Registrar/Acceder', 'accesspress-store'); ?> </a> <?php } ?> </div>
Forum: Themes and Templates
In reply to: [AccessPress Store] Remove space in ProductThe website is not yet active that’s working locally.
previously attach image of how it looks.please if you can help me solve it. Thanks