elchavodel8
Forum Replies Created
-
Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] Product name font sizeQue bien.
Cuando quieras algo, solo preguntame.
Saludos.
Javier.Super.
Quand tu veux quelque chose, demande-moi.
Salutations.
JavierForum: Plugins
In reply to: [MarketPress - WordPress eCommerce] Product name font size(@jpl75)
Hola ve a la carpeta:
wp-content\plugins\wordpress-ecommerce\ui\themesy abre el archivo: default.css con blog de notas (o usa un programa de edicion de CSS)
Buscar:
@media only screen and (min-width: 992px){.mp_product .mp_product_name{font-size:26px}}Reemplazar:
@media only screen and (min-width: 992px){.mp_product .mp_product_name{font-size:font-size:100%}}Tambien puedes cambiar el tama?o de 26px por el cual te guste. ejemplo:
@media only screen and (min-width: 992px){.mp_product .mp_product_name{font-size:60px}}Forum: Plugins
In reply to: [WP Store Locator] Search by Store or Product?@tijmensmit Thank you.
Forum: Plugins
In reply to: [WP Store Locator] Search by Store or Product?Version premium to search any text?
Forum: Plugins
In reply to: [IP Geo Block] how to block “add post”Thanks you are right I solve it by changing the capacity of the button.
Gracias, tienes razón. Lo solucione cambiando la capacidad del botón.
@theturtle Thank you!
It is true. solve it with IP Geo Block and All In One WP Security & Firewalles verdad. lo solucione con IP Geo Block y All In One WP Security & Firewall
Forum: Plugins
In reply to: [WP Add Custom CSS] Limit the use of the pluginI already found the way. thanks for your help.
wordpress-add-custom-css.PHP
Line: 89
add: if( current_user_can(‘level_3’) )Example:
public function add_meta_box( $post_type ){
if( current_user_can(‘level_3’) ) {
if ( $this->is_enabled_post_type($post_type) ) {
add_meta_box(‘wp_add_custom_css’, __( ‘Custom CSS’, ‘wp-add-custom-css’ ), array( $this, ‘render_meta_box_content’ ), $post_type, ‘advanced’, ‘high’);
}
}
}Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] comments on productsHello, thank you very much, it worked. you are a genious.
Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] comments on productshello I was able to add ‘comments’ in marketpress.php now I have the option to enable comments in edit products,
comments_template (true); in single.php but I do not see the comment period.
Any help? ??
Forum: Plugins
In reply to: [WP Store Locator] Search by store name/detailssorry you already have that.
Forum: Plugins
In reply to: [WP Store Locator] Search by store name/details@tijmensmit Hi, that’s what I wanted. add it to show only the nearest store or the nearest 5 stores, etc.
hi can you specify which button? Can you show it in an image?
Forum: Plugins
In reply to: [WP Store Locator] Different storesI want the search engine to look for any text.
Forum: Plugins
In reply to: [Contact Form 7] Change Button Colorhttps://www.youtube.com/watch?v=LlvLryKpF2Y
Try to do something like this.