jazzu
Forum Replies Created
-
Forum: Plugins
In reply to: [Page scroll to id] Can’t manage to set up autoscroll when a page is openedHi, @malihu !
Wow, that works great! I’m really impressed!
Thank you for all your help and taking the time to even send me the code to add!Will definitely rate 5 stars!
Kind regards
Forum: Plugins
In reply to: [Auto scroll for reading] Auto scrolling to a specific part of the pageHi @wpglob !
Thank you for your reply. I tried it out and saw exactly what you mean and what this plugin does. It would be great for a blog or something similar, but not for a shop ??
Have a nice day!
Forum: Plugins
In reply to: [WooCommerce] Centering products in Shop tabHi @maykato !
I made a custom shop page that I can edit with Elementor.
However, if you go in the shop page and click on any category under “Kategorije”, the layout is still the same and the problem still persists.
Kind regards
Forum: Plugins
In reply to: [Page scroll to id] Can’t manage to set up autoscroll when a page is openedHi @malihu !
Thank you for your fast reply.
I want it so whenever I open store page (Trgovina) it would scroll down so the divider named KATERGORIJE is at the top of the page.
Kategorije are categories. Trgovina is the store ??
Kind regards!
Forum: Plugins
In reply to: [Free Woocommerce Products Slider/Carousel Pro] Making the slider smallerHi!
Just an update if it helps anyone:
I managed to make it the size I wanted it. I’m using Elementor and I didn’t make the slider full width. After that, I customized it using CSS. When trying to make changes with CSS, it’s important that you target the slider element only, so you need to specify the parent element and then the section you need to edit. For me it was div.elementor-container .price {.
Also important: You NEED to use !important so the changes actually show up!
Full code I used:
div.elementor-container .price { font-size: 17px !important; color: red !important; margin-top: -3% !important; }
Hope this helps someone!
Forum: Plugins
In reply to: [WooCommerce] Showing ALL products below CategoriesHi @joashrajin !
Thank you for your answer! I selected to show categories and products so now it roughly looks like I want it to.
But I still want to distinguish categories from products. How could I add titles or text to the page, so above categories it would say All categories, and above all products it would show All products?
Kind regards
Forum: Plugins
In reply to: [WooCommerce] Centering products in Shop tabHi @joashrajin !
Yeah ofcourse, sorry for not doing that in the first place ??
Here are the links:
One of the categories – 4 products
Thank you for your time!
Forum: Plugins
In reply to: [WPB Product Slider for WooCommerce - Product Carousel] Images still blurryHi, @wpbean !
Thank you for your fast response. The problem I had has been fixed.
Now I noticed a problem that I didn’t have before – In Slider settings, I have Slider Navigation checked so it should display, but it doesn’t. I tried all settings, so I’m wondering if it’s some issue with CSS or something else?
And another thing – where can I edit the autoplay speed and the sliding speed?
Thank you for your time!
Forum: Plugins
In reply to: [Ultimate Blocks - WordPress Blocks Plugin] Content Toggle not working for meUpdate – I found out that it only works the way it’s supposed to on one of the pages. On all of the other ones it’s not working properly.
Forum: Fixing WordPress
In reply to: Added 2 functions, how do I make 2nd one target the 1st one?Hi @vijayhardaha !
This works great, thank you for taking your time to write this!
Thank you very much!
Forum: Fixing WordPress
In reply to: Add a border IF there are products inside of wishlistHi @mango404 .
Due to terrible support from plugin authors and the wishlist having a lot of problems, I’ve decided to disable it.
I really apprectiate you taking your time to go out of your way to help me out.
Thank you once more.
Forum: Fixing WordPress
In reply to: Add a border IF there are products inside of wishlistHi @mango404 !
I really appreciate you actually writing the code for me!
I tried putting it in functions.php, but it says there’s an error syntax error, unexpected ‘var’ (T_VAR)What should I do?
Thank you again!
Forum: Fixing WordPress
In reply to: Add a border IF there are products inside of wishlistHi @mango404 !
Thank you for your fast reply. I know a bit about CSS, but not about JavaScript.
I think I should focus on this part of the code here:public static function add_to_menu($items, $menu, $args) { $menu_cnt = count($items) + 1; $menu_ids = tinv_get_option('topline', 'menu'); if (!is_array($menu_ids)) { $menu_ids = array($menu_ids); $menu_ids = array_filter($menu_ids); } foreach ($menu_ids as $menu_id) { if ($menu_id == $menu->term_id && apply_filters('tinvwl_add_to_menu', true, $menu_id)) { $menu_order = tinv_get_option('topline', 'menu_order') ? tinv_get_option('topline', 'menu_order') : 100;
But I don’t know how I would go on about that part..
Thank you for your time
Forum: Plugins
In reply to: [WooCommerce] Currency Settings not doing anything?Hello @ihereira !
My mistake, I was looking at the single product pages, where I added a shortcode to display the prices. In the shop it was displayed the way it was supposed to, I just added a bit of code to hide the decimals if they were 0.
Thank you for your time
Forum: Plugins
In reply to: [WooCommerce] Price disappears on hoverHi!
I tried it, and the issue I’m having is theme based. However, I would greatly appreciate if anyone could still help me, because the theme’s support forum has last updated questions from 3+ months ago.