forboding-angel
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple customize] Importing customizations doesn't workWorks beautifully, thank you so much!
Forum: Plugins
In reply to: [Simple customize] New Categories don't show upOh dude, I’m so ass deep in this plugin you don’t even know. Customizations galore lol
Forum: Plugins
In reply to: [Simple customize] New Categories don't show upSweet! Thanks!
Forum: Plugins
In reply to: [Simple customize] New Categories don't show upI think that when putting manual selectors into custom categories, it is switching the attribute and selectors.
I redid it using the default colors category and it’s all working properly.
Additionally, when editing the manual selector, you cannot seem to modify the selector or the attribute.
In my case I had to delete them and re-add them.
Edit#19058348:Found out something interesting, if you edit the selector, type in your changes to attribute and selector, click edit selector, it will screw them up again, but clicking on edit again, changing nothing then clicking on edit this selector fixes them.
I am thoroughly confused at this point.
Forum: Plugins
In reply to: [Simple customize] New Categories don't show upI suppose I’ll just keep making more posts as I go along and figure more stuff out:
IT Magique | Solutions for all your IT problems, no matter how simple or complex!
`box-shadow { .site-footer: 0px 0px 0px rgba(0,0,0,0); }/* Generated by: 96 – Footer Box Shadow */
box-shadow { .secondary: 0px 0px 0px rgba(0,0,0,0); }/* Generated by: 95 – Sidebar Box Shadow */
box-shadow { #content: 0px 0px 0px rgba(0,0,0,0); }/* Generated by: 94 – Content Box Shadow */
box-shadow { #masthead: 0px 0px 0px rgba(0,0,0,0); }/* Generated by: 93 – Header Box Shadow */
box-shadow { #page: 0px 0px 10px rgba(0,0,0,0.5); }/* Generated by: 92 – Page Box Shadow */
padding { .site-footer: 0px 20px 0px 20px; }/* Generated by: 91 – Footer Padding */
padding { .secondary: 0px 10px 0px 10px; }/* Generated by: 90 – Sidebar Padding */
padding { #content: 0px 20px 0px 20px; }/* Generated by: 89 – Content Padding */
padding { #masthead: 0px 20px 0px 20px; }/* Generated by: 88 – Header Padding */
.site-footer { background-color: rgba(255,255,255,1); }/* Generated by: 87 – Footer Background Color */
.secondary { background-color: rgba(255,255,255,1); }/* Generated by: 86 – Sidebar Background Color */
#content { background-color: rgba(255,255,255,1); }/* Generated by: 85 – Content Background Color */
#masthead { background-color: rgba(255,255,255,1); }/* Generated by: 84 – Header Background Color */I think this might be the source of the issue.
These appear to have the selector and the attribute backwards. The only thing different with these is that when created they were originally put into a category.
Forum: Plugins
In reply to: [Simple customize] New Categories don't show uphttp://i.imgur.com/KsBMOgn.png
It’s there, but it isn’t getting applied for some reason.
Forum: Plugins
In reply to: [Simple customize] New Categories don't show upOK, I just discovered another issue… Code are applied properly in live preview in customizer, but are not properly applied in production.
Should I make a new thread?
Same setup btw.
Forum: Plugins
In reply to: [Simple customize] New Categories don't show upSidenote, this plugin is effing awesome. Once I get the new categories thing sorted, I will be in some sort of heaven.
Forum: Plugins
In reply to: [Revisr] wp-config security?Ok, after a bit of tinkering, i finally got this to work:
# gitignore all but my theme folder
!wordpress/
wordpress/*
!wordpress/wp-content/
wordpress/wp-content/*
!wordpress/wp-content/themes/
wordpress/wp-content/themes/*
!wordpress/wp-content/themes/my-theme/
wordpress/wp-content/themes/my-theme/.DS_Store
wordpress/wp-content/themes/my-theme/*/.DS_Store
wordpress/wp-content/themes/my-theme/*/*/.DS_Store
wordpress/wp-content/themes/my-theme/.sass-cache
wordpress/wp-content/themes/my-theme/node_modulesForum: Plugins
In reply to: [Revisr] wp-config security?For anyone else reading this:
/*
/*/
!/wp-content/themes/Will not work. You can not do a multilevel ignore in gitignore. SO then you’re stuck with trying to do silly stuff like
*
*/
!wp-content/
wp-content/*
!wp-content/themes/
wp-content/themes/*
!wp-content/themes/my-theme-nameWhich does not appear to work either.
Forum: Plugins
In reply to: [Revisr] wp-config security?Nice! That’s very cool. Thanks for the info.
Forum: Plugins
In reply to: [Revisr] wp-config security?With that being said, Ihor brings up a good point, and that is that Revisr will show you at a glance if those core files have been modified.
No, you wouldn’t, not unless the plugin does diffing vs it’s local copy. From what I read I’m pretty sure it shows diffs that are displayed in github, not diffs that are local working copy vs master. Amirong?
Forum: Plugins
In reply to: [Revisr] wp-config security?@igor, you should never be making changes to core though, so as long as you have your theme in git and your database backed up, you should be golden to just dump clean core files over the hack.
All this plugin does is pull, from what I understand, so you would not get a diff of the site files vs what is in git, as I understand it.
It’s more for viewing the diffs between commits to git.
Forum: Plugins
In reply to: [Revisr] wp-config security?Ahh, thanks for that. I was wondering if I could just do a gitignore like that and get away with it. Just seemed odd that the plugin needed the repo to contain the entire install. Apparently I read the faq/install instructions wrong as it sounded like that was a requirement.
Forum: Plugins
In reply to: [jQuery Responsive Select Menu] Suggestion, add dynamic menu classesBetter method using a data uri instead of image for the menu button.