vnkjoshi
Forum Replies Created
-
Hi, I informed already to Ocean wp forum and they are going to remove in next update. Thanks.
Also one for doubt, Is it possible to seperataout the WCFM module so that any theme related style won’t be affect. Or if we disable theme header style from setting in that case the theme related style should be removed and and will not be applied to WCFM.If this workout many CSS related issue will be resolved automatically. Just a suggestion.
Thank You ??
Forum: Plugins
In reply to: [Discounts & Promotions Automation] Is it work with only s2Member Plugin?I think it should work individually also. If yes can you tell me how can I apply flat discount for any product depending on product weight? Also is it possible show the provided discount on cart, checkout and in invoice bill?
Thanks in advance.
- This reply was modified 6 years, 5 months ago by vnkjoshi.
Forum: Plugins
In reply to: [Autoptimize] tinymce errorCan you try this with your end? because I see many users facing this issue. Also, might you have made better than current.
Hi, Thanks for the response.
1. Can you please me, what exactly you want to know?
– Just tell me which mail id should in Textboxes?
2. Which multi-vendor plugin you are using?
– I am using WCFM multi-vendor plugin
3. If possible then exclude WCFM Dashboard form caching?
– How to do this? I mean how to exclude WCFM Dashboard form caching?Forum: Themes and Templates
In reply to: [OceanWP] CSS IssueThanks for the response the “!important” come from the theme CSS and because of this some another plugin CSS broken or we can say not works properly. I already provide screenshot above. And I am using Store demo.
Forum: Themes and Templates
In reply to: [OceanWP] CSS Issuehey please provide any updates on the same. From a long time, I am facing this issue. It would be better if remove !important value from the margin.
Hey, it’s a temporary solution. I remove the !important value from main-style.css of WP Ocean theme style. There is following code of CSS which have added margin: -3px 10px 0 0 !important; so I just removed the !important. I already informed WP Ocean forum for remove this style but didn’t get any luck yet. WPCF kindly request you please do something related to this. Would be better if you override the WCFM style with theme style or if we remove the theme header from setting, in that case, the WCFM should not load any theme related style in the header.
input[type=”checkbox”] {
display: inline-block;
background-color: #fff;
border: 1px solid #bbb;
line-height: 0;
width: 16px;
min-width: 16px;
height: 16px;
margin: -3px 10px 0 0 !important;
outline: 0;
text-align: center;
vertical-align: middle;
clear: none;
cursor: pointer;
-webkit-appearance: none;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
-webkit-transition: 0.05s border-color ease-in-out;
-moz-transition: 0.05s border-color ease-in-out;
-ms-transition: 0.05s border-color ease-in-out;
-o-transition: 0.05s border-color ease-in-out;
transition: 0.05s border-color ease-in-out;
}Forum: Themes and Templates
In reply to: [OceanWP] CSS IssueAny updates on this?
Forum: Themes and Templates
In reply to: [OceanWP] CSS IssuePlease see the screenshot with the issue here
Here is correct design screenshot with removing CSS !important value.
Thanks for the reply but after disabling the theme header still the default theme CSS applied for WCFM module. Which should be not. If I am not using any part of default theme after disabling the theme header then why still default theme CSS applied?
Thanks for quick response. About 2 & 3 has been resolved. About 1 better you provide an option(Checkbox) for use theme style for the registration form. Also, always welcome if you guide me on how to make override registration form template to my child theme.
Yes! Thanks a lot ??
Again facing another following error
wcfm-script-core.js:61
=====================================================
wcfm-script-core.js:61 Uncaught TypeError: $ is not a function
at getWCFMEditorContent (wcfm-script-core.js:61)
=================================================function getWCFMEditorContent( editor_id ) { var editor_content = ''; if( $('#'+editor_id).length > 0 ) { if( $('#'+editor_id).hasClass('rich_editor') || $('#'+editor_id).hasClass('wcfm_wpeditor') ) { if( typeof tinymce != 'undefined' ) { if( tinymce.get(editor_id) != null ) editor_content = tinymce.get(editor_id).getContent({format: 'raw'}); else editor_content = $('#'+editor_id).val(); } else { editor_content = $('#'+editor_id).val(); } } else { editor_content = $('#'+editor_id).val(); } } return editor_content; }
Hey its working now there was an some js error. But still its take some time to show the variations options and till show the message “Before you can add a variation you need to add some variation attributes on the Attributes tab.”
Also, still showing some js error in Chrome console as follows:
https://craftsduniya.com/wp-admin/admin-ajax.php 0 ()
send @ jquery.js:4
ajax @ jquery.js:4
(anonymous) @ wcfm-script-core.js:167
setTimeout (async)
messageCountRefrsher @ wcfm-script-core.js:163
(anonymous) @ wcfm-script-core.js:191
setTimeout (async)