sicky_brazz
Forum Replies Created
-
@Cristian-Lavaque
Hi, thanks for the reply.Yes I am using another plugin (WP Symposium & WP Symposium Toolbar) that has the option to display the current users “Role” under their name on the profile dropdown of the toolbar.
I would very much like to be able to use said feature but currently can’t because It shows “S2 Member Level 1/2/3/4” instead of the names I have set via the back end, those for reference being; Trade Membership, Full Monthly Membership, Full Yearly Membership & Full Lifetime Membership
Forum: Plugins
In reply to: [Author: WP Symposium] How Can I Show Subcategories on Top Level@simon.goodchild
Hi, still not heard anything from this, any chance on an update?Cheers.
Forum: Plugins
In reply to: [Author: WP Symposium] How Can I Show Subcategories on Top Level@simon.goodchild
Reviewing my screenshot, is it possible to only show the title of “sticky” topics in the parent category as opposed to showing all the topics with the author and time of post.The author, time of post and none sticky topics will still need to be shown when your in the same level as the topic, just not when in the parent level if this makes sense?
Also, I would still like to show the categories that requires higher than “Subscriber” to view but them but then have a message or redirect on the page when they click instead of just not showing the category at all.
Sorry for messing you about but this would top it all off and I would no doubt buy a membership as a result.
Forum: Plugins
In reply to: [Author: WP Symposium] How Can I Show Subcategories on Top Level@simon.goodchild
OK, no problem, thanks for the fast replies.
I look forward to hearing back and having this sorted.
Thanks again for such a great plugin.
Forum: Plugins
In reply to: [Author: WP Symposium] How Can I Show Subcategories on Top Level@simon.goodchild
Any news on this..?still not heard a reply via email or here..
Would be grateful to get the code to be able to show subcategories in their parent categories.It’s a fantastic plugin and I am considering buying a membership but if I cant get this code then I may have to look at some other plugin options as an alternative… (sorry)
Forum: Plugins
In reply to: [Author: WP Symposium] How Can I Show Subcategories on Top LevelOK, so is it possible to get a bit of code from you that I can achieve what I wanted in the original query or not?
I already know I can have subcategories, I have some..
What I was looking for is to be able to display them via their parent categories..also, when is the release coming?
Cheers.
Forum: Plugins
In reply to: [Author: WP Symposium] How Can I Show Subcategories on Top LevelYes, I get that but it should be easier to just do this 1 thing with this version rather than have to change everything with the pro version..?
Also, on the forums, the side widgets keep randomly deciding if they want to be placed correctly or drop below…
apart from this and the subcategory thing I want, this plugin is perfect for my needs and is 100% better than what I used to use (bbpress & buddypress with multiple other plugins)
alls I’m asking for is a simple bit of code to achiev what I’m looking for…
Thanks.
Forum: Plugins
In reply to: [Author: WP Symposium] How Can I Show Subcategories on Top LevelHi, I tried the pro version but didn’t like the look and feel of it.
Compared to this one it just seemed a little bland…
Plus you have to pay for just about everything on it…Surely I could achieve what I want without the “Pro” version and via functions or css?
Forum: Plugins
In reply to: [Plugin Name: WP Symposium Toolbar] Toolbar disappearingAhh yes, I see it now ??
Cheers.
Thanks for the help, much appreciated.
And thanks for supplying such a great plugin as well ??Forum: Fixing WordPress
In reply to: Site Redirection Help***UPDATE***
I still need a hand but not as much as before…I have now put the following code into my functions.php file which allows me to essentially have 2 home pages, 1 for logged in users, 1 for logged out users.
This is the code:/********** Multiple Static Home Pages **********/ if( is_user_logged_in() ) { $page = get_page_by_title( 'Welcome!'); update_option( 'page_on_front', $page->ID ); update_option( 'show_on_front', 'page' ); } else { $page = get_page_by_title( 'CarFreaksUnite' ); update_option( 'page_on_front', $page->ID ); update_option( 'show_on_front', 'page' ); }
However, I still can not get my head around, and could do with a solution to:
>> Why I cant redirect my logged out users to my (now) home page without getting a continuous redirecting loop.
>> Why BBPress and BuddyPress just wont follow any redirects.Forum: Fixing WordPress
In reply to: How can I redirect select pages when user is logged out?@davidsword
I have had a Google about $world_pages and “safe” list but to no relevance at all, please can you explain or tell me how to get my site onto the “safe” list, or even what this “safe” list is.
Thanks.@stephen-edgar
I am no coder by any means and all of this is going straight over my head, any chance you could explain what I need to know in idiots terms please.
Thanks.Forum: Fixing WordPress
In reply to: How can I redirect select pages when user is logged out?I have gone back to the working code for now (3rd post down) and still only using the page Id’s 2,29 in the code for the time being as I would still prefer to use the other code you provided if you would kindly amend it to work.
Also, I did fail to mention last time that the “working code” still allows logged out users access on page ID 29 (my bbpress forums), is there a reason why?
Sorry to keep pestering you but I do kind of need this sorted, and again, thanks for your help so far.
Please advise.
Cheers.Forum: Plugins
In reply to: [Google AdSense] Oops. Something went wrong. Please try againSorry, I should have marked this as resolved, the plugin just randomly worked again after a couple of hours..
I wasn’t using a cache plugin at the time either.
As to your question of
Has any progress towards a fix for this error been made yet?
goes, it’s just as above, no real “fix” but its working again lol.
@gabriel
Thanks a lot!Got it all looking how it should now ??
Thanks again for providing a great plugin and even more so for the above help!
All the best.
Brazz@gabriel
OK, and I would put that into my child themes style.css right?I’m not too clued up on this so don’t really know what I’m looking for when inspecting, also, I’m guessing I would have to put the code you provided inside another bit of code.. correct?
P.S.
I use chrome as standard anyway and if possible, can you provide the full set of code I would need and where exactly to put it, cheers.