ismailkimyacioglu
Forum Replies Created
-
Forum: Plugins
In reply to: [Clean Login] New User Notification EmailsWhile Googling, I have found the following;
If the following code is pasted into the functions.php of child theme, then the default sender is replaced.
// Function to change email address function wpb_sender_email( $original_email_address ) { return 'tim.smith@example.com'; } // Function to change sender name function wpb_sender_name( $original_email_from ) { return 'Tim Smith'; } // Hooking up our functions to WordPress filters add_filter( 'wp_mail_from', 'wpb_sender_email' ); add_filter( 'wp_mail_from_name', 'wpb_sender_name' );
Forum: Plugins
In reply to: [Clean Login] Changing the button colorYou’re great @hornero !
Thanks a million. Now, I can use different colors to maintain the consistency in the website.
Wish you have a good day!
Forum: Plugins
In reply to: [Clean Login] Changing the button colorHi @hornero,
Thanks for the reply. Please find the links below;
Login Page
https://misofis.com/girisRegister Page
https://misofis.com/kayitThanks in advance and look forward to hearing from you.
Forum: Plugins
In reply to: [Clean Login] CaptchaHi,
I have just activated Google Recaptcha and all the keys are saved. However, it gives an error for both v2 and v3.
With the other captcha option, it works fine.
Do we need to paste some sort of code when activate Google one ?
Forum: Plugins
In reply to: [Simple Minimum and Maximum Quantity Limit for WooCommerce] Double buttonsHi @wpashokg,
Thanks for the reply and the update. I have re-installed your plugin. In product category pages with minimum quantities, again, Add to Cart buttons disappeared.
In my opinion, it is a good idea to display the button. Because for well known products or for loyal customers, adding to cart should be simple and easy. So, without entering product details page, they can simply add the product to their carts.
The good thing with your plugin, which I like most, it automatically enters the minimum quantity number into quantity box. Last week, I installed another plugin from beRocket. It also works well but for e.g., if the min qty is 10, it doesn’t automatically enters this min qty. Instead, it displays a warning message at the top of the page. And when you click on “+” sign to increase the quantity, then it jumps to the minimum quantity. For me, it is an unnecessary step to bore the customer.
I am not a developer and I have to confess I didn’t understand what you mean by saying “it might bring problems to the plugin’s features. However, just an idea from a newbie that maybe you can add a selection box in the admin panel to ask whether it will display the buttons or not.
I am talking about my case. But maybe for other people’s cases, it might be better to hide the buttons. On the other hand, this can be also optional by adding a selection in the amdin panel.
Thanks a lot and wish you have a nice day.
Forum: Plugins
In reply to: [Simple Minimum and Maximum Quantity Limit for WooCommerce] Double buttonsHello @galbaras,
Thanks for the reply. In fact, I did what you recommended me earlier. I have deactivated all the plugins one by one and found out where the error comes from. I also tested with customizer with WP 2019 theme.
So, your recommendation helped me a lot. Just I had already done them while replying to you previously.
Eventually, I uninstalled this plugin and installed another one and updated the database with a csv file. Everything works smoothly now, hopefully.
Thank you for your kindness and wish you have a nice day.
Forum: Plugins
In reply to: [Simple Minimum and Maximum Quantity Limit for WooCommerce] Double buttonsHi,
Thanks for the reply. Well, in fact, the problem is caused by the latest update of this plugin. When I deactivate the plugin, everything goes back to normal and second button disappears.
Thanks for your feedback.
Forum: Plugins
In reply to: [Simple Minimum and Maximum Quantity Limit for WooCommerce] Double buttonsHi,
Please check https://misofis.com.
I have activated the plugin and you can see the double buttons now.
Forum: Themes and Templates
In reply to: [GeneratePress] Double Add to Cart ButtonsHi Tom,
Thanks a lot. As you said, I have found out the faulty plugin and informed the developer.
You’re the king of coders ??
Thanks again.
Forum: Plugins
In reply to: [Simple Minimum and Maximum Quantity Limit for WooCommerce] Double buttonsHi,
I have the same problem awpulley. I use Generatepress as my theme and have contacted them. They recommended me to deactivate the plugins one by one to see which one causing this duplication.
And as you said, until this update, no add-to-cart buttons were displayed. Now, I have double buttons at my site; https://misofis.com.
By the way, could you please tell me how to rollback to the previous version? I can keep my plugin activated until the developer fixes the issue.
Thanks in advance.
Forum: Themes and Templates
In reply to: [GeneratePress] Customizing Sale Badge at WoocommerceThanks a million Tom.
It works like a charm.
Forum: Themes and Templates
In reply to: [GeneratePress] Customizing Sale Badge at WoocommerceHi Tom,
Thanks for the reply. Unfortunately, it doesn’t work. It is still out of the image border. Can we place it on top left within the image borders just like it is in the product loop pages ?
Below is a link for a screenshot.
https://misofis.com/wp-content/uploads/custom-badge-single-product-2.png
Thanks again and look forward to hearing from you.
Forum: Themes and Templates
In reply to: [GeneratePress] Customizing Sale Badge at WoocommerceHi Tom,
Thanks a million. It works like a charm. One more question please.
I am pasting 4 screenshots below to explain my need. Please take a look at them;
Woocommerce Sale Badge Product Loop
https://misofis.com/wp-content/uploads/woocommerce-badge-loop.png
Woocommerce Sale Badge Single Product
https://misofis.com/wp-content/uploads/woocommerce-badge-single-product.png
Custom Badge Product Loop
https://misofis.com/wp-content/uploads/custom-badge-loop.png
Custom Badge Single Product
https://misofis.com/wp-content/uploads/custom-badge-single-product.png
As you can see, when it displays Woocommerce sale badge at product loop page, it is located at the top right. And top left at single product page.
When I pasted your code and CSS, custom badge is located at the top left at product loop page, which is fine. However, for single product, it is displayed out of the image border. How can we change its position to top left just like at product loop page ?
Thanks in advance and wish you have a nice day.
Forum: Themes and Templates
In reply to: [GeneratePress] Customizing Sale Badge at WoocommerceHi Tom,
Thanks for the reply. Well, I have looked for a solution for a long time and as I couldn’t find it, I have edited the CSS code in woocommerce.css.
However, I have just modified functions.php again with the following code in order to show the exact problem.
add_filter('woocommerce_sale_flash', 'my_custom_sales_badge'); function my_custom_sales_badge() { $img = '<img width="75px" height="30px" src="https://misofis.com/wp-content/uploads/indirim.gif"></img>'; return $img; }
Please take a look at the problem at the link given below;
https://misofis.com/urun-kategori/temizlik-urunleri/kisisel-bakim-urunleri/dis-macunlari/
As you can see, the animated gif scaled up to the width of the images at product loop pages. In single product page, it moves out of the right-end of the image but at the exact dimensions.
Could you please help me ? Thanks in advance.
Ismail Kimyacioglu
Forum: Themes and Templates
In reply to: [GeneratePress] Menu Current Item Color not ChangingOK, thank you so much for your kind support Leo.
Wish you have a nice day.