mariosprt
Forum Replies Created
-
Forum: Plugins
In reply to: [Recently viewed and most viewed products] WooCommerce update broke plugin?Hello. Thanks for the reply.
Well the site has been up for 2 months with no problem and after the WC update it stopped working so it was my first suspect.
I had to hide the short code so it wouldn’t show up in the page. I will add it to a test page and send you the URL.Thanks
MárioHello
Sorry for not replying sooner, I was sure I had! It’s been a crazy couple of weeks, finishing up the store.
Anyway, the & problem is fixed as you said. And I told the client (a close friend of mine) that you would be adding the “X to clear” feature in a future upgrade and she was satisfied.
You were a great help, man, seriously, great support, and for a free plugin.
Outstanding!Mario
Hello
Thanks for that.
Forgot to provide an example, sorry. So if you type in the search the word “gel” there is a suggestion “gel & espuma”, correct. But if you add an “&” then the suggestion appears “gel & espuma”. Do you see it?Thanks
MárioOk, Thanks
I use the PWB (Perfect WooCommerce Brands) plugin to handle the Brands. Will the Premium work with it?
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Replace title with logo in brand pageI found a way to do it, using this code in the functions.php.
If inside a Brand page, it gets the slug of the page, then it cycles through all brands and compares the slug of the current page with each brand, if the finds a match, it shows the logo for that brand.
It’s not the most efficient way to do it, having to cycle all the brands, but it works.add_filter('woocommerce_show_page_title', function(){ if (is_tax( 'pwb-brand' )) { global $wp; $request = $wp->request.'/'; $terms = get_terms('pwb-brand'); foreach ( $terms as $term ) { $brand_link = get_term_link($term->term_taxonomy_id); $thumbnail_id = get_term_meta( $term->term_taxonomy_id, 'pwb_brand_image', true ); $image = wp_get_attachment_url( $thumbnail_id ); $brand_link = str_replace(esc_url( home_url( '/' ) ), '', $brand_link); if($brand_link==$request) { ?> <img />" width="150" /> <?php } } } } );Forum: Plugins
In reply to: [Strong Testimonials] Translating with Loco Translate?Amazing! I hadn’t tried it yet, but it’s working now!
Many thanks!Forum: Plugins
In reply to: [Strong Testimonials] Translating with Loco Translate?Thanks for the quick replies.
Now do I have to do anything else, or wait for you?Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Hiding Title on Brand Archive pagesHello
I wanted to do something similar, but replace the brand title with the brand logo. Is this possible?
Thanks
MarioForum: Plugins
In reply to: [Perfect Brands for WooCommerce] brands pageHello
I also want the same thing. Can you tell me where I can find this taxonomy page? Can I place it inside my Child Theme?Thanks
MarioForum: Plugins
In reply to: [Strong Testimonials] Translating with Loco Translate?Ok my site is in pt_PT, and here is a screenshot of the Form
https://beautybynoor.com/wp-content/uploads/Form_screenshot.png
Forum: Plugins
In reply to: [Strong Testimonials] Translating with Loco Translate?Well, I have translated the submit button (Add Testimonial) and required field alert.
I think my problem maybe related to Loco Translate, as I have only used it once.
Edit: I found the submit button text can be changed in the Settings, as well as the confirmation message, and the Required Field notice on top of the form. Now I only need to translate the ‘This field is required’ warning.
- This reply was modified 7 years, 11 months ago by mariosprt.
Forum: Plugins
In reply to: [Strong Testimonials] Excerpt size does not workMy bad, I was expecting 55 letters, not words! What an ass 🙂
Sorry for wasting your time.
I understand that changing the containers will break some stuff, but in this case I won’t need those special features.
Working great!!!
Thanks so much!- This reply was modified 7 years, 11 months ago by mariosprt. Reason: Marked as resolved
Forum: Plugins
In reply to: [Strong Testimonials] Excerpt size does not workYes, about that. The Designer wanted to style the Testimonials to better match the remaining layout. So he made the HTML the way he wanted, and I applied it to the plugin. I commented your HTML to have as a reference, planning to delete it later.
I deleted it now, but it didn’t make a difference.Forum: Plugins
In reply to: [Strong Testimonials] Excerpt size does not workSure, here it is: https://beautybynoor.com/wp-content/uploads/Admin_page.png