Elton Heta
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Limit the amount of characters in the title variable.function limit_title_yoast( $str ) { return substr($str, 0, 65); //Replace number 65 with your desired character } add_filter( 'wpseo_title', 'limit_title_yoast' );
This piece of code used to work for what I’m looking for, now it doesn’t because something may have changed in your coding but I think it can be done with additional pieces of code.
This happens only in the FluxStore application, not on the website.
Forum: Plugins
In reply to: [ElementsKit Elementor Addons and Templates] Shortcode not working in TabsThanks, but I solved it, the problem was with CSS, when I clicked on the second tab, the height of the images became 0, and as a result, it didn’t work.
Thank you!
I knew this part, but I need help with the css element that I need to set to capture the entire Woo Notification part.
Forum: Plugins
In reply to: [Site Reviews] Problem with create Carousel implementation,Ah ok, I was expecting to show the carousel with this, so it’s not like there is any other simple way except to use addons or premium.
Forum: Plugins
In reply to: [Site Reviews] Problem with create Carousel implementation,Yes, this code also appears to me, but it also appears on the dashboard, maybe because I put it directly in function.php, but from the code that comes back, isn’t there any possibility to display the carousel directly through the shortcode instead of this code.
Forum: Plugins
In reply to: [Site Reviews] Problem with create Carousel implementation,That part of the code, apart from not working for me, breaks the wordpress panel, gives an error, maybe it is not compatible with the latest version of wordpress.
I tried it and it doesn’t work, a website that prints works as I want is the one I will put below.
https://printatestpage.com/See if there is any possibility that this can be done with a small edit in the coding of the plugins or with any php function that we can add.
If I’m going to solve it as a problem, I’ll put it here because I’m looking at this situation myself.It seems pointless that we will use this for school system and I want to ask questions that do not have a correct answer. For example we want to ask what impresses you about a video and normally the answer will be different for all students and can not be divided into right or wrong.
Is there a way to accomplish this?I want to display only the subtotal more accurately as I am now making the discount with coupons.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Hide total and discountThank you very much, I work very well, you helped me a lot.
You did not fully understand me, again to the total I do not want the total to come out with a discount.
I was saying that if this works then I will need the premium version to display subtotal before discount?
Do I have to get the premium version and install this plugin then?