Topic-icon Social Stream issues

Active Subscriptions:

None
7 years 4 months ago #60503 by kalindu004
Refer to below screenshot in the site test.weddingconnections.lk/about-us

File Attachment:


How can I remove the page image, page name and bottom center the link that says 'link to post'
The topic has been locked.
Support Specialist
7 years 4 months ago #60507 by mel
Replied by mel on topic Social Stream issues
1. You can set up your own theme for the SCSocialStream module (following instructions found here ). From there, you should be able to take out the blocks of code that show the author image and name.

This is the section that shows the author and image:
echo '<div class="author-details">
                <div class="author-image"><img src="'.JFBCFactory::provider('facebook')->profile->getAvatarUrl($this->authorID,false,null).'" /></div>
                <span class="screen-name">' . $this->authorScreenName . '</span>';
        if ($stream->options->get('show_date'))
            echo '<div class="date">' . $date . '</div>';
        echo "</div>";

2. The "Link To Post" is controlled by the SCSocialStream module setting "Show Post Link"

-Melissa
The topic has been locked.
Active Subscriptions:

None
7 years 4 months ago #60512 by kalindu004
Replied by kalindu004 on topic Social Stream issues
Hi Mel, in test.weddingconnections.lk/login (this is not the module but a login page that comes when a login fails from the SC login module)

1. the social login buttons are shown in full , how to make it mini?
2. the row is not properly aligned in small screens. how to fix this. the issue in the screen below
File Attachment:
The topic has been locked.
Support Specialist
7 years 4 months ago #60517 by mel
Replied by mel on topic Social Stream issues

1. the social login buttons are shown in full , how to make it mini?

In the JFBConnect backend > Configuration area, you should be able to pick the default image for the provider buttons in each of the tabs using the 'Default Login Button' setting. If you pick the icon version, this should be used in the com_users login view that you're seeing when login fails. To continue to use any of the larger login buttons with the provider names in the SCLogin module, you can make sure you have the right settings in SCLogin module > Social Button Settings > 'Image Style' setting.

the row is not properly aligned in small screens. how to fix this. the issue in the screen below

The row is fluid and responsive to the browser size. If you change to the icon size, this should help alleviate what you're seeing. Try the above suggestion, and if still needed, I could look at your styles to give suggestions.

-Melissa
The topic has been locked.
Active Subscriptions:

None
7 years 4 months ago #60530 by kalindu004
Replied by kalindu004 on topic Social Stream issues
yes, making the buttons small in small screens will sort my issue .
I changed the default login button of all the tabs to the small icons and saved but still it shows only long buttons. am i doing it right?
The topic has been locked.
Support Specialist
7 years 4 months ago #60534 by mel
Replied by mel on topic Social Stream issues
When I view your page, I see the small icons. Are you still having the problem or did you resolve this?

-Melissa
The topic has been locked.