Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
themes-topic
forum looking ugly
Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
May 4, 2014 - 7:20 am

I can certainly get Brandon to get in touch with you to discuss any customisation you feel you would like.

But first let's look at the sub-forum icons. They should default to a width of 20 pixels so I am sunure why yourds are not but let's try this...

Can you change that one line of code for this:

sp_ForumIndexSubForums('unreadIcon=sp_SubForumUnreadIcon.png&stack=0&iconWidth=20', __sp('Sub-Forums'), __sp('Browse topics in %NAME%'));

Note the extra items separated by ampersands, no spaces (stack and iconWidth).

Does that help?

andy-signature.png
YELLOW
SWORDFISH
Avatar
Dre Erwin
Member
Free Members
sp_UserOfflineSmall Offline
May 4, 2014 - 7:27 am

copied and pasted in groupview..but still no change

Avatar
Dre Erwin
Member
Free Members
sp_UserOfflineSmall Offline
May 4, 2014 - 7:35 am

when i inspect it, it says its 110 x 100

Avatar
Dre Erwin
Member
Free Members
sp_UserOfflineSmall Offline
May 4, 2014 - 7:40 am

<?php
# --------------------------------------------------------------------------------------
#
# Simple:Press Template
# Theme : Default
# Template : group
# Author : Simple:Press
#
# The 'group' template is used to display the Group/Forum Index Listing
#
# --------------------------------------------------------------------------------------

# Load the forum header template - normally first thing
# ----------------------------------------------------------------------
sp_SectionStart('tagClass=spHeadContainer', 'head');
sp_load_template('spHead.php');
sp_SectionEnd('', 'head');

sp_SectionStart('tagClass=spBodyContainer', 'body');

# Start the 'groupView' section
# ----------------------------------------------------------------------
sp_SectionStart('tagClass=spListSection', 'groupView');

# Start the Group Loop
# ----------------------------------------------------------------------
if (sp_has_groups()) : while (sp_loop_groups()) : sp_the_group();

# Start the 'groupHeader' section
# ----------------------------------------------------------------------
sp_SectionStart('tagClass=spGroupViewSection', 'group');
sp_GroupHeaderRSSButton('tagClass=spButton spRight', __sp('Group RSS'), __sp('Subscribe to the RSS feed for this forum group'));
sp_GroupHeaderIcon('tagClass=spHeaderIcon spLeft');
sp_GroupHeaderName('tagClass=spHeaderName');
sp_InsertBreak('direction=right');
sp_GroupOpenClose('tagClass=spIcon spRight&default=open', 'Open forum listing', 'Close forum listing');
if (function_exists('sp_ShareThisTag')) sp_ShareThisTag('tagClass=ShareThisTag spRight');
sp_GroupHeaderDescription('tagClass=spHeaderDescription');
sp_GroupHeaderMessage('tagClass=spHeaderMessage');

sp_InsertBreak();

sp_SectionStart('tagClass=spGroupForumContainer', 'forumlist');

# Start the Forum Loop
# ----------------------------------------------------------------------
if (sp_has_forums()) : while (sp_loop_forums()) : sp_the_forum();

# Start the 'forum' section
# ----------------------------------------------------------------------
sp_SectionStart('tagClass=spGroupForumSection', 'forum');

# Column 1 of the forum row
# ----------------------------------------------------------------------
sp_ColumnStart('tagClass=spColumnSection spLeft&width=6%&height=55px');
sp_ForumIndexIcon('tagClass=spRowIcon spLeft');
sp_ColumnEnd();

# Column 2 of the forum row
# ----------------------------------------------------------------------
sp_ColumnStart('tagClass=spColumnSection spLeft&width=48%&height=55px');
sp_ForumIndexName('tagClass=spRowName', __sp('Browse topics in %NAME%'));
sp_ForumIndexDescription('tagClass=spRowDescription');
sp_ForumIndexPageLinks('tagClass=spInRowPageLinks spLeft', __sp('Jump to page %PAGE% of topics'));
sp_ColumnEnd();

# Column 4 of the forum row
# ----------------------------------------------------------------------
sp_ColumnStart('tagClass=spColumnSection spRight&width=32%&height=55px');
sp_ForumIndexLastPost('tagClass=spInRowPostLink&nicedate=1&date=0&time=0&stackdate=0', __sp('Last Post'), __sp('No Topics'));
sp_ColumnEnd();

# Column 3 of the forum row
# ----------------------------------------------------------------------
sp_ColumnStart('tagClass=spColumnSection spRight&width=14%&height=55px');
sp_ForumIndexTopicCount('tagClass=spInRowCount', __sp('Topics'));
sp_ForumIndexPostCount('tagClass=spInRowCount', __sp('Posts'));
sp_ForumIndexStatusIcons('tagClass=spStatusIcon spCenter', __sp('This forum is locked'), __sp('This forum has unread posts in %COUNT% topic(s)'), __sp('Add new topic in this forum'), __sp('No permission to start topics'));
sp_ColumnEnd();

sp_InsertBreak();

sp_ForumIndexSubForums('unreadIcon=sp_SubForumUnreadIcon.png&stack=0&iconWidth=20', __sp('Sub-Forums'), __sp('Browse topics in %NAME%'));

sp_SectionEnd('', 'forum');

endwhile; else:
sp_NoForumsInGroupMessage('tagClass=spMessage', __sp('There are no forums in this group'));
endif;

sp_SectionEnd('', 'forumlist');

sp_SectionEnd('', 'group');

endwhile; else:
sp_NoGroupMessage('tagClass=spMessage', __sp('The requested group does not exist or you do not have permission to view it'), __sp('No groups have been created yet'));
endif;

sp_SectionEnd('', 'groupView');

sp_RecentPostList('show=10', __sp('Unread and recently updated topics'));

sp_SectionEnd('', 'body');

# Load the forum footer template - normally last thing
# ----------------------------------------------------------------------
sp_SectionStart('tagClass=spFootContainer', 'foot');
sp_load_template('spFoot.php');
sp_SectionEnd('', 'foot');

?>

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
May 4, 2014 - 7:49 am

Then I would suspect that this too is a knock-on effect from, perhaps your WP theme or maybe another plugin.

We would need to actually see the page so that we can interrogate the styling being applied. Do you have anything we can look at on the site?

andy-signature.png
YELLOW
SWORDFISH
Avatar
Dre Erwin
Member
Free Members
sp_UserOfflineSmall Offline
May 4, 2014 - 12:29 pm

i turned off all the plugins and it didnt change anything

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
May 4, 2014 - 12:32 pm

No - it is usually the WordPress theme that has that sort of display interference.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Dre Erwin
Member
Free Members
sp_UserOfflineSmall Offline
May 4, 2014 - 12:35 pm

if u apply on the site i can give u full access

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
May 4, 2014 - 2:25 pm

Brandon should be in contact soon...

Avatar
Carlos
Spain
Member
Free Members
sp_UserOfflineSmall Offline
May 4, 2014 - 6:31 pm

Hey dude... i think is a problem of your theme ... you should hire a professional to fix it... is not a SimplePress problem... the problem is of your template... 

Brandon can help you

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 649
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 616
Members: 17348
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10118
Posts: 79603