T. Petrisor Posted January 23, 2019 Report Share Posted January 23, 2019 Salutare, am o problema la tabele in IPS 4, la unele persoane le arata ciudat tabelul cu posturi/categorii. https://prnt.sc/mb1vtz Quote Link to comment Share on other sites More sharing options...
0 +Juliano Dillon Posted January 23, 2019 Report Share Posted January 23, 2019 (edited) Incearca una dintre variante: .ipsLayout_container { max-width:1770px; } - in loc de 1770 pui ce marime vrei tu, in functie de ce iti place. Edited January 23, 2019 by Julianxpp Quote Link to comment Share on other sites More sharing options...
0 T. Petrisor Posted January 24, 2019 Author Report Share Posted January 24, 2019 Tot nu merge.... Quote Link to comment Share on other sites More sharing options...
0 T. Petrisor Posted January 24, 2019 Author Report Share Posted January 24, 2019 Scuzati 2x post dar nu pot da edit la reply. Face asa doar la rezolutii mari, la 1366 x 768 gen. Quote Link to comment Share on other sites More sharing options...
0 +Juliano Dillon Posted January 24, 2019 Report Share Posted January 24, 2019 Imi poti da un cont cu acces la tema? Quote Link to comment Share on other sites More sharing options...
0 +dOc MFX Posted January 24, 2019 Report Share Posted January 24, 2019 Toata problema provine din globaltemplate, deoarece categoriile si statisticile sunt marite cu un tutorial foarte prost gandit. Cauti in global template: <main role='main' id='ipsLayout_body' class='ipsLayout_container'> <div id='ipsLayout_contentArea'> <div id='ipsLayout_contentWrapper'> {template="breadcrumb" app="core" group="global" params="true, 'top'"} {template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"} <div id='ipsLayout_mainArea'> <a id='elContent'></a> {advertisement="ad_global_header"} {template="acknowledgeWarning" if="\IPS\Member::loggedIn()->members_bitoptions['unacknowledged_warnings']" params="\IPS\Member::loggedIn()->warnings( 1, FALSE )" group="global" app="core"} {template="widgetContainer" group="global" app="core" params="'header', 'horizontal'"} {$html|raw} </div> {template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"} {template="widgetContainer" group="global" app="core" params="'footer', 'horizontal'"} {template="breadcrumb" app="core" group="global" params="false, 'bottom'"} </div> </div> {template="inlineMessage" if="member.msg_show_notification and $conversation = \IPS\core\Messenger\Conversation::latestUnreadConversation()" app="core" group="global" params="$conversation->comments( 1, 0, 'date', 'desc' )"} </main> Inlocuiesti cu : <main id='ipsLayout_body' class='ipsLayout_container'> <div id='ipsLayout_contentArea'> <div id='ipsLayout_contentWrapper'> {template="breadcrumb" app="core" group="global" params="'top'"} {template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"} <div id='ipsLayout_mainArea'> <a id='elContent'></a> {advertisement="ad_global_header"} {template="acknowledgeWarning" if="\IPS\Member::loggedIn()->members_bitoptions['unacknowledged_warnings']" params="\IPS\Member::loggedIn()->warnings( 1, FALSE )" group="global" app="core"} {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses ) and !member.members_bitoptions['profile_completion_dismissed'] and $nextStep = member.nextProfileStep()}} {template="profileNextStep" group="global" app="core" params="$nextStep, true"} {{endif}} {template="widgetContainer" group="global" app="core" params="'header', 'horizontal'"} {$html|raw} {template="widgetContainer" group="global" app="core" params="'footer', 'horizontal'"} </div> {template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"} {template="breadcrumb" app="core" group="global" params="'bottom'"} </div> </div> {template="inlineMessage" if="member.msg_show_notification and $message = \IPS\core\Messenger\Conversation::latestUnreadMessage()" app="core" group="global" params="$message"} </main> Posibil sa fie necesara regandirea statisticilor din FOOTER.Daca doresti sa maresti satisticile fara a provoca acel bug, lasi in reply. 1 1 Quote WWW.TECTONICPX.COM [ Professional Web Design Services ] Link to comment Share on other sites More sharing options...
0 T. Petrisor Posted January 25, 2019 Author Report Share Posted January 25, 2019 (edited) Multumesc mult @dOc MFX ! Da, ma poti ajuta sa fac statisticile pe toata pagina? Edited January 25, 2019 by T. Petrisor Quote Link to comment Share on other sites More sharing options...
0 +dOc MFX Posted January 25, 2019 Report Share Posted January 25, 2019 3 hours ago, T. Petrisor said: Multumesc mult @dOc MFX ! Da, ma poti ajuta sa fac statisticile pe toata pagina? <main id='ipsLayout_body' class='ipsLayout_container'> <div id='ipsLayout_contentArea'> <div id='ipsLayout_contentWrapper'> {template="breadcrumb" app="core" group="global" params="'top'"} {template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"} <div id='ipsLayout_mainArea'> <a id='elContent'></a> {advertisement="ad_global_header"} {template="acknowledgeWarning" if="\IPS\Member::loggedIn()->members_bitoptions['unacknowledged_warnings']" params="\IPS\Member::loggedIn()->warnings( 1, FALSE )" group="global" app="core"} {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses ) and !member.members_bitoptions['profile_completion_dismissed'] and $nextStep = member.nextProfileStep()}} {template="profileNextStep" group="global" app="core" params="$nextStep, true"} {{endif}} {template="widgetContainer" group="global" app="core" params="'header', 'horizontal'"} {$html|raw} </div> {template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"} {template="breadcrumb" app="core" group="global" params="'bottom'"} </div> </div> {template="inlineMessage" if="member.msg_show_notification and $message = \IPS\core\Messenger\Conversation::latestUnreadMessage()" app="core" group="global" params="$message"} </main> <div class='ipsLayout_container'> {template="widgetContainer" group="global" app="core" params="'footer', 'horizontal'"} </div> 1 Quote WWW.TECTONICPX.COM [ Professional Web Design Services ] Link to comment Share on other sites More sharing options...
Question
T. Petrisor
Salutare, am o problema la tabele in IPS 4, la unele persoane le arata ciudat tabelul cu posturi/categorii.
https://prnt.sc/mb1vtz
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.