Sagano
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Himalayas] How add custom fontIt actually did work, there were probably just some cashed files that got in the way for a while.
Forum: Themes and Templates
In reply to: How show post/page navigation on specific pages/posts only?OK, it wasn’t as easy as I thought. Turns out body_class() is integrated in my theme, but I don’t understand how to use the classes, where to insert them.
I found a class called ‘archive category category-slug’, which seems relevant since I only want to display the navigation on posts within a certain category, but where should I put it? Should it be in combination with the html I pasted above, or somewhere else?
I’m very new to all this, excuse my confusion.
Forum: Themes and Templates
In reply to: How show post/page navigation on specific pages/posts only?I doesn’t seem like it has body_class () integrated… But it doesn’t seem that difficult to add, I’ll give it a try 🙂 Thank you!
Forum: Themes and Templates
In reply to: How show post/page navigation on specific pages/posts only?I’m using Sydney 🙂
Forum: Plugins
In reply to: [BadgeOS] Make badges biggerI realized I could just use the earned achievements-widget, since that still shows the badges in a small size. Thanks for all your help!
It seems it’s the web browser that stores the information, since it worked to sign in with facebook as someone else after I cleared the browser from cookies and cashed images and files. So, if I let my users know that, it should all be fine 🙂
Forum: Plugins
In reply to: [BadgeOS] Make badges biggerI don’t quite understand what you just said I should do, but I will read through the wordpress codex more thoroughly and then I’ll make a try.
If you have the time, that tinkering and testing would be greatly appreciated, but if you don’t I’ll figure it out myself eventually 🙂
Forum: Plugins
In reply to: [BadgeOS] Make badges biggerIf I want the small badgeos-achievement size on my “earned user achievements”-page, is there another piece of code I should add to my functions.php then? I suppose I shouldn’t try to change that either in the BadgeOS front.css.
Forum: Plugins
In reply to: [BadgeOS] Make badges biggerYou’re right, I’m not that familiar with the terminology or much else that has to do with developing websites, yet. But you have to start somewhere! Thank you for being patient with me.
It all works fine now 🙂
Forum: Plugins
In reply to: [BadgeOS] Make badges biggerI’m not sure which CSS-file to poke through, or which words to search for… I sifted through the front.css looking for words like “badge”, “image”, “size”, but I don’t think I found what I was looking for.
So your help would be much appreciated! Does a link to my site suffice or how do I let you know how my site displays the section?
Here’s a link to a page on my site where I would like the badge to be bigger: http://bitfrbit.se/mat/avsta-flaskvatten-drick-kranvatten/
Forum: Plugins
In reply to: [BadgeOS] "Earned achievements" without bbPress or BuddyPressAwesome, it worked out exactly as I wanted it to. Thanks for guiding me!
Forum: Plugins
In reply to: [BadgeOS] "Earned achievements" without bbPress or BuddyPressYeah, I did edit the functions.php first, but I guess I’m not yet as familiar as I should be with FileZilla… My site was still all blank, so I found it easier to just reinstall the theme since I hadn’t done many changes to it anyhow.
OK, I’ll try it again then 🙂 Just to be sure, what I’m supposed to do is copy all of that gist, from row 1 to 50, and just paste it at the bottom of my theme’s functions.php?
Forum: Plugins
In reply to: [BadgeOS] "Earned achievements" without bbPress or BuddyPressIt seems I am in the same situation as TMJ31 was about a year ago. When I insert the above mentioned shortcode all the achievements show, both achieved and not yet achieved ones. I would like to display only the achieved ones.
I tried following the instructions you gave TMJ31 – I added the github code to my theme’s functions.php, but that just broke the theme and I had to reinstall it.
You don’t happen to know what I did wrong? I know he uses/used BuddyPress, but that isn’t a requirement for the github code to work, right?
Forum: Plugins
In reply to: [BadgeOS] "Earned achievements" without bbPress or BuddyPress[badgeos_achievements_list type=”all” limit=”60″ show_filter=”false” show_search=”false” orderby=”menu_order” order=”ASC” user_id=””]
If I insert a shortcode that looks something like that in a page, does that require me to manually create such a page for each user and their respective ids, or can my site fill in the right id on its own?
Forum: Plugins
In reply to: [BadgeOS] 'Read more' button not working on single achievementsI tried deactivating all plugins except BadgeOS first one by one and then all of them at once, but no difference. Then I tried other themes, but strangely enough the “Read more”-button didn’t even show in any of them.
So, perhaps a solution is to use a different theme and then either insert a button via some other plugin, or hope my site’s members click on the achievements without being asked to.