popmouth
Forum Replies Created
-
Forum: Plugins
In reply to: [Comment Attachment] Upload Field not showing with Comment sectionI have the same problem, using WordPress 4.4.2.
Ofcourse.
So, as it is now, if a user wants to add a category to a post, and then order it into a folder with the same name as the category, the user has to first check the category box, then the folder box. Now, it would be neat to have an option that attaches categories to a certain folder, so they automatically are sorted in that folder.I know you can filter by category only, but it is quite nice to just click into the folder with the category name and get them all there. Also, if I want to collect multiple categories in one folder, this would be really smooth.
So if I have two posts, and one is category “cats” and the other “dogs”, I can create a folder “animals” and they will automatically be sorted there. This also prevents the tedious work of going in to each post and add the folder there (as is know right?).
You follow?
??Forum: Fixing WordPress
In reply to: Use custom css-file with single post template based on categoryYes, I like separating css in different stylesheets for two reasons: 1. you don’t have to load ALL css for each page, 2. it’s easy when going back and doing changes.
So usually I call them in the <head> in header.php like this:<?php if (is_page_template('kontakt.php')) { ?><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/kontakt.css"> <?php } ?>
, and I tried doing this, which didn’t work.:
<?php if (is_single_template('single-foobar.php')) { ?><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/single-foobar.css"> <?php } ?>
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Meteor slide javascript conflict.Thanks for your quick and life-saving answer.
I’m terrible sorry, I’m just a dumb designer trying to deal with code ^__^!
C.Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Meteor slide javascript conflict.I’ll put down the maintanence mode untill you have cheked it out.
Here’s the link (the site is in swedish, but that shouldn’t bother you to much right?):
https://paragrafiskform.se/Forum: Plugins
In reply to: [Meteor Slides] Meteor Slides with width: 100%Ok, thanks for the help. Since it is my own theme anyways I might as well try this.
Great plug-in non the less.
Cheers!Forum: Plugins
In reply to: [Meteor Slides] Meteor Slides with width: 100%Thanks for quick answer.
Ah I see, maybe I have to simply kill this darling.
I saw something like this however: https://dearfriends.se/cases/chalmers/ but I guess it is hard to combine with plug-in.