Tuppa
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] 3.5.0.2 – Sep 30 2020 After the new update website brokenTry this, go into Litespeed -> Page Optimization -> Optimization Settings and turn off “Remove Query String”.
Note: I am not a litespeed developer but I had an issue from recent update that was temporarily fixed by doing that. Still awaiting a more permanent fix… I cannot tell what your main issue is from the limited explanation you give above but give it a try ok…
Forum: Plugins
In reply to: [WP Extended Search] Please helpSorry it was another plugin that caused the issue, I got it resolved…
Forum: Plugins
In reply to: [WP Extended Search] Search Not Showing Single Product VariationsI can use the default search widget from search form. Can you provide me with a code to show variations please
Forum: Plugins
In reply to: [WP Extended Search] Search Not Showing Single Product VariationsUnfortunately this new version didn’t work for me and I had to go back to the older version 1.31. I find that when I activated the same stuff I had activated in the old version 1.31 this new beta version didn’t return any search results even though I select the exact same options.
Forum: Plugins
In reply to: [WP Extended Search] WP Extended Search 2.0 beta 1Unfortunately this new version didn’t work for me and I had to go back to the older version 1.31. I find that when I activated the same stuff I had activated in the old version 1.31 this new beta version didn’t return any search results even though I select the exact same options.
Basically I am unable to have a user rolle that can view all products on the site and edit or publish them without selecting “manage_woocommerce” because once that is selected it also allow that user to have access to Dokan setting as stated above
Forum: Themes and Templates
In reply to: [OceanWP] Unable to make Vendor Store Full ScreenThanks, I was able to use some custom css to adjust width. I will post it here for anyone else who needs help with that. You can adjust values accordingly
/**** Make Vendor Page Full Size ****/
.dokan-single-store.dokan-w8 {
width: 87%;
position:center;
}/**** Make Margins on Vendor Page ****/
.dokan-single-store {
margin-left: 100px;
margin-right: 150px;
}