This topic has 23 replies, 7 voices, and was last updated 9 years by justinshenk.
-
Author
-
May 15, 2014 at 20:10 #18038AbeKeymaster
Hi, if you are using BWP plugin then these are the required settings to make it run without problems related to theme css/js
Add these two lines in BWP settings in the scripts to minify in the header:
kleo-init
modernizrYou need to add this code to kleo-child/functions.php so it will exclude the fonts file that doesn’t play well with the minify
COPY CODEadd_filter('bwp_minify_style_ignore', 'exclude_my_css'); function exclude_my_css($excluded) { $excluded = array('kleo-fonts'); return $excluded; }
---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.May 20, 2014 at 12:23 #18364guy_fraserParticipantI’m not sure what you mean by this:
Add these two lines in BWP settings in the scripts to minify in the header:
kleo-init
modernizrMay 20, 2014 at 15:27 #18383guy_fraserParticipantAh, realised the UI in the latest version (pre-release from developer site) has different UI.
I noticed I have several plugins outputting modernizr and was wondering if it would be worth just having one modernizr file that includes everything and ignore all the plugin/theme versions?
May 20, 2014 at 15:42 #18386AbeKeymasterYes you need only one modernizr and if you can it is advised to only include one.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.June 30, 2014 at 14:29 #21267sandervm86ParticipantMinify CSS bestanden automatic not working in the bwp. when i put this on the webpage look crack.
i did these things you said
Add these two lines in BWP settings in the scripts to minify in the header:
kleo-init
modernizrYou need to add this code to kleo-child/functions.php so it will exclude the fonts file that doesn’t play well with the minify
its off at this moment others my users think im crazy 😉
can you let me know when you’re on? to check it out? then i can put it on.. im onlineJuly 1, 2014 at 01:33 #21349AbeKeymaster@sandervm86 I don’t know what you mean there sorry 🙂
have you added the code to the child theme functions.php
what is the problem?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.July 1, 2014 at 01:59 #21354sandervm86ParticipantLook at my site :receptenmaker.nl
And yes i added the code to the child theme 🙂
November 28, 2014 at 01:32 #36933AbeKeymaster@neelesh7 this is just KLEO related
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 3, 2014 at 21:12 #37539FDParticipantHi,
What are the recommended settings for Sweetdate when using the BWP plugin?
December 5, 2014 at 00:48 #37715AbeKeymasterFor sweetdate check this https://archived.seventhqueen.com/forums/topic/w3tc-settings-imported/#post-10536
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 18, 2015 at 21:55 #55098jdrick55ParticipantI downloaded the bwp plugin, went in the settings in the back end and:
1. check the first four boxes on under the general section
2. for the advanced option, i checked the first box, that’s it. not to familiar with cdn
3. went to the “managed enqued files” tab and clicked on “+scripts to move to header”, then I pasted “kleo-init
modernizr” and saved all changes
4. went in my ftp and added your given codes to the child-theme function.After all that, the site is still thrown off. what am I doing wrong? Please help
May 9, 2015 at 01:07 #58063AbeKeymaster@jdrick55 if you still have problems share a link to your site. also you can try adding resources to minification one by one to see which is causing the error.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.May 20, 2015 at 19:10 #59612AbeKeymasterplease disable plugins before posting or debugging theme..
Sweetcaptcha plugin is trowing JS errors
Do your tests with recommended theme plugins and see how it goes.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.May 22, 2015 at 07:48 #59800jdrick55ParticipantI disabled sweetcaptcha, and every other plugin other than Buddypress and BWP, still was an issue. Also I have css and js set to minify automatically, should those stay checked off?
May 23, 2015 at 11:40 #59886AbeKeymasterYou need to leave these scripts where they are and don’t minify them or move them
kleo-init
modernizr
kleo-fontsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.August 4, 2015 at 15:08 #71492justinshenkParticipantHello,
I followed the instructions provided above, keeping the two scripts modified header, adding to the functions.php of kleo-child, and still get broken theme.
Testing site: http://dreamb.org/history2
Please advise.Attachments:
You must be logged in to view attached files.August 10, 2015 at 11:46 #72392AbeKeymasterWhat I see is that you don’t have K-elements plugin and also VIsual composer needs to be installed
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.August 11, 2015 at 08:01 #72528justinshenkParticipantHi,
Sorry I had turned them off for another testing purpose. These plugins are on now, please check again.
http://dreamb.org/history2/August 11, 2015 at 13:23 #72543justinshenkParticipantAfter excluding most css and scripts it works. Thanks.
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.