ThorHammer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Restrict users to groupsThanks! I will try this one, as well as Author category which I discovered by accident.
Another way to solve this issue must be to add one extra type of metadata for each user and query on this value, I think.
Forum: Fixing WordPress
In reply to: Restrict users to groupsTo be more specific: I want to assign each user in my multisite to a pre-defined writing category (I am planning to query these categories on the front page, separated according to the category). When each user are writing a new post, their category of choice is already given to them by superadmin (hopefully, it should be possible to change category A to B and so on later on).
I have tried a lot of plugins, but I can’t find any one capable of doing this. Anyone with any idea?Never mind, I read this: http://wordpress.org/support/topic/plugin-q-and-a-hyperlinks-not-working?replies=3
..and then the formatting came back πSolved. I updated the jquery from google api to 1.7.1, and then it worked. Thanks for a great plugin π
Hi, and thank you for your feedback! I have adjusted the number of FAQs with great success, and I have also chose the option FORCE LATEST VERSION under jQuery, but still… the behaviour will not work. Could this be due to the code in my header? Here are the jquerys loaded:
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js?ver=1.6.2'></script> <script type='text/javascript' src='http://www.skrivehula.no/wp-content/plugins/quote-rotator/js/jquery.sideswap.js?ver=3.4.1'></script> <script type='text/javascript' src='http://www.skrivehula.no/wp-content/themes/parallelus-mingle/assets/js/libs/modernizr-1.6.min.js?ver=1.6'></script> <script type='text/javascript' src='http://www.skrivehula.no/wp-content/themes/parallelus-mingle/assets/js/libs/swfobject.js?ver=2.2'></script> <script type='text/javascript' src='http://www.skrivehula.no/wp-content/themes/parallelus-mingle/assets/js/libs/cufon-yui.js?ver=1.09'></script>It seems as if I have the 1.0.3 version of your plugin now, and I am using WP 3.4.1.
The 0.9 version worked like a charm, but now the animation is just gone. I have selected the force latest jquery as well, but, no …http://www.skrivehula.no/oss-ofte-stilte-sporsmal/
And why is it a link to “view category” under one of the categories?
Is it possible to downgrade to the old version?
Never mind, I noticed the option where the actual page wasn’t in the form field. I pasted the page name into it, and then the answeres came back. But the nice animation is gone. I will have a look at your premium version.
My FAQs are also gone, everything wordked just fine before I upgraded. The FAQ questions are visible, but when trying to click on them the nice sliding function is gone and it is impossible to get the answere, I only get 404. So sad. What can I do?
Here are the FAQs:
http://www.skrivehula.no/oss-ofte-stilte-sporsmal/Forum: Plugins
In reply to: [Quote Rotator] [Plugin: Quote Rotator] CSS?I solved it: skipped the widget, used the shortcode in a text-widget and added styles for ‘quote_rotator_wrapper’ and ‘rotated_quote’.
Forum: Themes and Templates
In reply to: Extremely frustrating CSS issue!I solved it!!!
I had to remove:
background-attachment: fixed; background-position: left center; background-size:100% auto;and add:
background-origin:padding-box;Oh so happy…!!! π
Forum: Themes and Templates
In reply to: Extremely frustrating CSS issue!Hello Sixhours!
Here is a link:
http://www.skrivehula.no/test/tester.html
The image just won’t show up.
Forum: Themes and Templates
In reply to: Highlight info in postThanks Jeremy, I will try this one!
Forum: Themes and Templates
In reply to: QuestionFirst: Extend your title a bit…”Question” doesn’t get too much attention.
Secondly: This is the document type declaration, a DTD. Learn more here.Forum: Themes and Templates
In reply to: Adding a Header Image where there is NoneYes, that’s it π
Forum: Themes and Templates
In reply to: laying out a template pageIt is very tricky to change the layout on the front page of Magazine Basic. You should go for a much more basic theme. Then, try to change some of the CSS, play around with the loop and learn gradually.
I still suggest that you take a look at my suggestion regarding custom loops, this is a not-too complicated way to achieve what you want.