[SOLVED] Post button on activity stream

6 years 1 week ago - 6 years 12 hours ago #303841 by RFrazier
[SOLVED] Post button on activity stream was created by RFrazier
The post button on the activity stream is being covered up. I have attached 2 pics to show the problem. Please advise.

chzn-container-multi .chzn-choices {
color: #000028;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 3px;
width: 250px; ( if i make this 2px it shows the post button.)
background-image: none;
Attachments:

Please Log in to join the conversation.

6 years 1 week ago #303852 by krileon
Replied by krileon on topic Post button on activity stream
CSS likely coming from your Joomla template is forcing hidden elements to be visible. Switch to default Joomla protostar template and see if issue persists. If it does not then contact your template developer as they'll need to resolve their CSS issue.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

6 years 6 days ago #303905 by RFrazier
Replied by RFrazier on topic Post button on activity stream
Hello, I asked on the RT forum and the cool guy helping me said that when he changed the template to protostar it still is having trouble. See attached. Thanks
Attachments:

Please Log in to join the conversation.

6 years 5 days ago #303921 by krileon
Replied by krileon on topic Post button on activity stream
Could be something installed converting all select fields into jQuery Chosen usages. Disable 3rd party system plugins 1 by 1 within Extensions > Plugins. If issue persists after checking 3rd party system plugins please PM backend super administrator login credentials and will take a look.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

6 years 4 days ago - 6 years 4 days ago #303938 by RFrazier
Replied by RFrazier on topic Post button on activity stream
I disabled all 3rd party system plugins 1 by 1 and the problem is still there. I PM you the particulars. Thanks

Please Log in to join the conversation.

6 years 2 days ago #303952 by krileon
Replied by krileon on topic Post button on activity stream
It's being caused by jQuery Chosen, which is being applied to every select input by the below 3rd party jQuery.
jQuery(function ($) {
	initChosen();
	$("body").on("subform-row-add", initChosen);

	function initChosen(event, container)
	{
		container = container || document;
		$(container).find("select").chosen({"disable_search_threshold":10,"search_contains":true,"allow_single_deselect":true,"placeholder_text_multiple":"Type or select some options","placeholder_text_single":"Select an option","no_results_text":"No results match"});
	}
});

No idea where it's coming from so can't advise you any further beyond disable everything until it goes away. Doesn't seam to be your template. Likely is a module or system plugin. Notice it happens to all your profile edit and registration select inputs (they have a search input in their dropdown). So this is being applied to every page on your site affecting every select input.

It looks like it maybe being loaded by hikashop so I suggest starting there by disabling all of hikashop and see if issue persists.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.204 seconds

Facebook Twitter LinkedIn