Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Removing the thumbnail icons
Avatar
Bart C.
New Jersey, USA
Member
Free Members
sp_UserOfflineSmall Offline
Oct 5, 2014 - 7:31 pm

Hi folks, continuing with site work I'm wondering where to find the icons that invite users to click on the thumbnails.  We'd like to delete them from the thumbnails displays.

Been looking through the .php files and not finding them.

Thanks,

Bart

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Oct 5, 2014 - 7:50 pm

what do you mean by "invite users to click on the thumbnails"?

Avatar
Bart C.
New Jersey, USA
Member
Free Members
sp_UserOfflineSmall Offline
Oct 5, 2014 - 7:52 pm

thumbnail-icons.jpgImage Enlarger

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Oct 5, 2014 - 8:05 pm

so do you want to remove the thumbnail and show full width or just remove the magnifying glass icon?

I would interpret your comment as the latter...

so you can replace the image itself (in your sp theme) with something else or empty image (kind of hacky)...  or just use css to not show it... something like

#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent .sfmouseleft,
#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent .sfmouseright,
#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent .sfmouseother {
display: none;
}
Avatar
Bart C.
New Jersey, USA
Member
Free Members
sp_UserOfflineSmall Offline
Oct 5, 2014 - 8:15 pm

thanks for the quick replies.  I'm trying to remove the magnifying glass icons.

So I'd change the existing code

#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent .sfmouseright {
    float: right;
    margin-right: -39px;
}

#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent .sfmouseleft {
    float: left;
    margin-left: -39px;
}

#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent .sfmouseother {
    margin: 0 0 0 -34px;
    padding: 20px 0;
}

 

to what you posted above?

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Oct 5, 2014 - 9:31 pm

not change, but add the:

display:none;

to each...

Avatar
Bart C.
New Jersey, USA
Member
Free Members
sp_UserOfflineSmall Offline
Oct 5, 2014 - 10:11 pm

ok, thank you, that worked perfectly.

Bart

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Oct 5, 2014 - 11:30 pm

You are welcome...

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17361
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625