niikk
Forum Replies Created
-
Hi @rur165
Thanks. I opened a ticket for that case. But I’m not able to see the created ticket on https://wedevs.com/account/tickets/
Can you maybe check if you received the case? Case topic: “Add Product Link to Customer review on vendor store page”
Cheers
Hi @keraweb
Yes, I didn’t know that here is such a setting. But yeah.. always learning. 🙂
Yes I’m aware of this. But I guess to create a 100% proofed solution for every device is hard and a lot of custom code is needed. So I guess the current solution is a good solutions, not perfect, but almost 🙂
Thanks four your support! I like!
Cheers
Hello @keraweb
Thanks. After I read your post I rethinking my solution and I was able to find another way:)
I simply change some CSS stuff for the animation and now it works very very smooth.
transition-duration: 300ms; transition-timing-function: unset;Did you see any problem for this?
Hello @rur165
Thanks.
Hmm.. It look like, that my system ignore every translation from Dokan Pro translation file. Translation from Dokan Lite are no problem. I followed these documentation here: https://wedevs.com/25394/how-to-translate-wedevs-theme-and-plugin/
Here are the setting inkl. translation file names. Is there a issue? Can Dokan work with translation file for Dokan lite and Dokan pro or do I only need one of them?
Link to settings: https://ibb.co/41z63Mm
Cheers
Hello Rashed, Thanks. But I guess this is not a Dokan premium feature. Looks like WooCommerce standard which is used from Dokan on a vendors store page. I want to translate this simple string here: https://ibb.co/ydzB0pQ
Cheers
Thanks @razyrx
This means “best practice” is currently to create filter twice in order to show them on desktop in the sidebar and on mobile in slide-in canvas. Right?
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Change background color@ivole Yes! Nice!
Thanks! 🙂
Hello @keraweb
Does “currently only handling top animations” means, that this is the part which allocate the navigation header in the top? The right push comes from the plugin setting “Sidebar slides and pushes the site across when opened.”
Actually I only need to insert some classes in the GeneratePress sticky header via script in order that the classes are faster hooked in and the transition speed should be the same. The push to right then comes from “Sidebar slides and pushes the site across when opened” or i’m totally wrong?
For this I currently use the “delay” but this is not a very proper solution. I know..
In the “Produkte Filter” button is no jS. This is the shortcode to call the canvas. But There is (when a filter is avcive) a reset button also. But this has no impact to the canvas. Are you reference to this?
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Change background colorhey @ivole
Thanks. But the Advanced Editor is a pro feature. So I can not real test it currently. But I guess we will go Pro. And then I can test. Or can you maybe provide a screenshop of a review page where a banner logo is avaiable?
CHeers
Thanks @keraweb
First, I’m not a developer. 😂 But I understand the basic in your code.
I add the shortcode and classes for the canvas open manually via hook in GP Elements. But this is only for a sticky element AND not for the Sticky header. So I guess this has zero impact.
<div class="customsticky customsticky-style hide-on-desktop"> <div class="customsticky-container"> [ocs_trigger id="productfilter01" icon="fa fa-bars" element="button" text="PRODUKTE FILTERN" class="hide-on-desktop"] </div> </div>When I’m right, I have to take your code and write a new script function and give this to my elements OR can i add a class from your code to my div’s somewhere that hey inherit the same speed?
The CSS beleow only use ootb classes of GP (I guess). So there are not manually added from my end.
/* Canvas opens */ .ocs-sidebar-active .navigation-stick:not(.slideout-navigation):not(.gen-sidebar-nav) { transform: translateX(270px); transition-duration: 300ms; transition-timing-function: ease-in-out; transition-delay: 3ms; } /* Canvas close */ .main-navigation:not(.slideout-navigation):not(.gen-sidebar-nav) { transform: translateX(0px); transition-duration: 200ms; transition-timing-function: linear; }I have to edit the GP Sticky header with classes from your script, when I’m right?
Cheers
Hello @keraweb
Thanks. Hmm strange. I’m not able to get the same speed on the transitions.
Did you see here a very obvious issue in my code?
/* Canvas opens */ .ocs-sidebar-active .navigation-stick:not(.slideout-navigation):not(.gen-sidebar-nav) { transform: translateX(270px); transition-duration: 300ms; transition-timing-function: ease-in-out; transition-delay: 3ms; } /* Canvas close */ .main-navigation:not(.slideout-navigation):not(.gen-sidebar-nav) { transform: translateX(0px); transition-duration: 200ms; transition-timing-function: linear; }Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Change background colorHi @ivole
Yes right. A logo banner on that page would be nice in order to brand the review page more than just colors. 🙂
Cheers
Hello,
Now I made a few steps forward to archive the goal 🙂
This is the current CSS:
/* Canvas opens */ .ocs-sidebar-active .navigation-stick:not(.slideout-navigation):not(.gen-sidebar-nav) { transform: translateX(270px); transition-duration: 300ms; transition-timing-function: ease-in-out; transition-delay: 5ms; } /* Canvas close */ .main-navigation:not(.slideout-navigation):not(.gen-sidebar-nav) { transform: translateX(0px); transition-duration: 200ms; transition-timing-function: linear; }But I’m not able to get the exact same speed. The off canvas animation speed for showing and hiding this sidebar is set at 300ms. But when I use 300ms for “transition-duration” for the sticky header, the speed looks different.
What settings and values are you using for
transition-timing-functionortransition-delay?Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Change background colorHello, @ivole
Cool 🙂 So that would be a good reason to go Pro.
Other question: We know that we can insert a banner image in the email in the pro version. Can we also add a banner image on the product review page with pro version?
Hello @rur165
Thanks. Are those really all the same?
Take a loot here.. https://brewmee.ch/store-listing/
This is the dokan default store listing page. No custom changes.
The profile picture is only a white space, but if you klick on a store, then the logo is shown.So what’s the different here to your system? 🙂
Cheers