stylemonk
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Please helpThanks a lot guys. Works perfectly fine. Wish you the best.
Forum: Themes and Templates
In reply to: [CarZine] Image size in postHi Takimi,
Yes, I used “Regenerate Thumbnails” Plugin
1. Changed size in child function
2. Regenerate thumbs – no luck
3. Changed size in main function
4. Regenerate thumbs – works fine.Something wrong with my child functions and I don’t understand what.
Forum: Themes and Templates
In reply to: [CarZine] Image size in postThis is whats in child functions.php
<?php
add_image_size(‘featured_post_image’,’760′,’400,’,true);
?>
Forum: Themes and Templates
In reply to: [CarZine] Image size in postHi,
My functions.php in child folder doesn’t work. I adding code add_image_size(‘featured_post_image’,’760′,’250,’,true); to my child functions.php but it doesn’t work. I have to edit parent functions.php to get result.
Please help.
Forum: Themes and Templates
In reply to: [CarZine] Image size in postThanks for your reply.
I have question, related to function.php file. I have created child folder and also created function.php file, but for any reason it’s not overriding original file.
Am I doing something wrong ?
THanksForum: Themes and Templates
In reply to: [CarZine] Image size in postForum: Themes and Templates
In reply to: [Customizr] Woocommerce Product Price on Slider imageThanks for your guidance.
Forum: Themes and Templates
In reply to: [Customizr] Woocommerce Product Price on Slider imageGreat tutorial. I found price snippet over here https://alihussain.me/blog/woocommerce-get-product-prices-simple-or-variation/
, but I don’t know how to join your method with this snippet.Forum: Themes and Templates
In reply to: [Customizr] Woocommerce Product Price on Slider image<Link to site? >
<Edit image > slider options > add the price to the Description field? >
Thanks for suggestion, but idea is to display price to linked product, so when you change price in Woocommerce it will change on slider as well. Otherwise you have to edit price manually on slider image, which takes a bit of time.
ThanksForum: Themes and Templates
In reply to: [Tarali] Menu adjustmentThanks
Will tryStylemonk
Forum: Themes and Templates
In reply to: [Tarali] Menu adjustmentHi Tarabusk,
Yes, I talk about a menu bar with green line underneath.
My aim is to create a Div container which would be outside of Branding div which would hold menu bar and would be full length wide and would stay in the same position when zooming in or out, like other elements of website.
In few words – how to make menu full length wide which would not move around when zoom in or out.
Many thanks
StylemonkForum: Themes and Templates
In reply to: [Tarali] Mobile versionYou were absolutely right. I delete old css information from child folder and now works perfectly fine.
Thanks a lot ??
Forum: Themes and Templates
In reply to: [Tarali] Mobile versionThanks for fixing the problem in latest theme update.
Sorry to be a pain, but now if I use custom menu, on mobile version, there is no menu at all. I press little green shape but menu not popping up.
Thanks
StylemonkForum: Themes and Templates
In reply to: [Tarali] Mobile versionForum: Themes and Templates
In reply to: [Tarali] Mobile versionThis menu issue happens when custom menu been used.
Question – how to fix this issue, so I can use custom menu ?
Thanks