XOOPS Web Application System :: Forum https://xoops.org/ Powered by You! :: XOOPS Community Bulletin Board Fri, 29 Mar 2024 13:34:29 +0000 https://backend.userland.com/rss/ NewBB 5.1.0 Support Forums webmaster@xoops.org webmaster@xoops.org en XOOPS Web Application System :: Forum https://xoops.org/modules/newbb/assets/images/logoModule.png https://xoops.org/ 92 52 Re: Modal images Gallery with Bootstrap 4 [by Mamba] https://xoops.org/modules/newbb/viewtopic.php?post_id=365037 Theme stylesheets (CSS) help::Modal images Gallery with Bootstrap 4<br> Would this help? <br>https://stackoverflow.com/questions/45163054/responsive-modal-window<br><br>See the demo:<br>https://jsfiddle.net/45tbox4f/75/ Sun, 12 Apr 2020 21:07:48 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=365037 Re: how to make current menu item active using body id? [by biomech] https://xoops.org/modules/newbb/viewtopic.php?post_id=354720 Theme stylesheets (CSS) help::how to make current menu item active using body id?<br> Hi mariane,<br><br>I came across this thread in the search for a way to highlight the current page. I've tried using MyMenus, but can't see anywhere to highlight the current page. Is it supposed to do it automatically? Or is it set in the CSS for each link in the menu? I have CSS info included in my link in MyMenus, but it still doesn't highlight when the page is loaded.<br><br>I'm using XOOPS 2.5.6.<br><br>Any ideas?<br><br>Cheers,<br><br>- b - <br> Tue, 30 Jul 2013 13:53:19 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=354720 Re: Center block is a column instead of whole center [by mjz55] https://xoops.org/modules/newbb/viewtopic.php?post_id=351339 Theme stylesheets (CSS) help::Center block is a column instead of whole center<br> flipse, thanks for all your help! I see what you mean. I think I'll try to figure out how to install that bundle and upgrade the pic, logo and get the links working. Mon, 28 Jan 2013 18:57:48 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=351339 Re: Having trouble centering a fixed width theme [by Bleekk] https://xoops.org/modules/newbb/viewtopic.php?post_id=348460 Theme stylesheets (CSS) help::Having trouble centering a fixed width theme<br> Do you have a link to your website?<br><br>There is nothing easier then centering a div.<br>Let's say you have following html<br><br><div class="xoopsCode"><code><span style="color: #000000"> <span style="color: #0000BB"></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">div&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"header"</span><span style="color: #007700">&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">Some&nbsp;header&nbsp;text <br /></span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;</span><span style="color: #0000BB"></span> </span> </code></div><br>To center it you need following css:<br><br><div class="xoopsCode"><code><span style="color: #000000"> <span style="color: #0000BB"></span><span style="color: #FF8000">#header{width:&nbsp;900px;&nbsp;margin:0&nbsp;auto;}</span><span style="color: #0000BB"></span> </span> </code></div><br>That's it! You do not need any other align or text-align<br><br>Imagine that your text in the header is centered and you want it to be on the left.<br>Then you need to change your css to this:<br><br><div class="xoopsCode"><code><span style="color: #000000"> <span style="color: #0000BB"></span><span style="color: #FF8000">#header{width:&nbsp;900px;&nbsp;margin:0&nbsp;auto;&nbsp;text-align:left;&nbsp;}</span><span style="color: #0000BB"></span> </span> </code></div><br><br>That is all you need. Tue, 07 Aug 2012 14:36:29 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=348460 Re: Header image conflicts with menu... [by Anonymous] https://xoops.org/modules/newbb/viewtopic.php?post_id=347976 Theme stylesheets (CSS) help::Header image conflicts with menu...<br> This is awesome playsome, your code works like a charm <img class="imgsmile" src="https://xoops.org/uploads/smil42e7a65fee35d.gif" alt="" /><br><br>I want to dive some more in the z-index matter, as it gives me nice new options! Mon, 23 Jul 2012 15:42:01 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=347976 Re: How many .css sheets are used with xoops and where are they? [by TenLong] https://xoops.org/modules/newbb/viewtopic.php?post_id=346636 Theme stylesheets (CSS) help::How many .css sheets are used with xoops and where are they?<br> The strange thing is that even though some modules include additional css files, they do not appear in the final webpage if the theme is change. I currently have the problem with wfdownloads.<br><br>Can you tell me in which php script the css files added by $xoThemes-&gt;addStylesheet(...) are included to the html file in the section <br>&quot;customized header contents&quot;? <br><br>And why is this include successfull for the &quot;default&quot; theme, but fails for others?<br><br>greets<br><br>TenLong Fri, 25 May 2012 09:28:01 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=346636 Re: how do change direction block in theme? [by rhoda] https://xoops.org/modules/newbb/viewtopic.php?post_id=341867 Theme stylesheets (CSS) help::how do change direction block in theme?<br> Thank you <br> my problem was resolved<br>I added the below code to the file theme.html<br>&lt;{if $xoops_langcode=='en'}&gt;<br><br>&lt;{else}&gt;<br><br>&lt;{/if}&gt;<br><br><div class="xoopsCode"><code><span style="color: #000000"> <span style="color: #0000BB"></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">table&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"xo-canvas-columns"</span><span style="color: #007700">&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;&nbsp;&lt;{if&nbsp;</span><span style="color: #0000BB">$xoops_langcode</span><span style="color: #007700">==</span><span style="color: #DD0000">'en'</span><span style="color: #007700">}&gt;&nbsp;&lt;{if&nbsp;</span><span style="color: #0000BB">$xoBlocks</span><span style="color: #007700">.</span><span style="color: #0000BB">canvas_right&nbsp;</span><span style="color: #007700">&amp;&amp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$theme_view_rightcolumn</span><span style="color: #007700">}&gt;&nbsp;&lt;{</span><span style="color: #0000BB">includeq&nbsp;file</span><span style="color: #007700">=</span><span style="color: #DD0000">"</span><span style="color: #0000BB">$theme_name</span><span style="color: #DD0000">/blockszone.html" <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">blocks</span><span style="color: #007700">=</span><span style="color: #0000BB">$xoBlocks</span><span style="color: #007700">.</span><span style="color: #0000BB">canvas_right&nbsp;zoneClass</span><span style="color: #007700">=</span><span style="color: #DD0000">'xo-canvas-column' <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">zoneId</span><span style="color: #007700">=</span><span style="color: #DD0000">'xo-canvas-rightcolumn'&nbsp;</span><span style="color: #0000BB">zoneTag</span><span style="color: #007700">=</span><span style="color: #DD0000">'td'&nbsp;</span><span style="color: #007700">}&gt;&nbsp;&lt;{/if}&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"xo-page"</span><span style="color: #007700">&gt;&nbsp;&lt;{if&nbsp;</span><span style="color: #0000BB">$theme_view_breadcrumb</span><span style="color: #007700">}&gt;&lt;{</span><span style="color: #0000BB">includeq <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;file</span><span style="color: #007700">=</span><span style="color: #DD0000">"</span><span style="color: #0000BB">$theme_name</span><span style="color: #DD0000">/xo_breadcrumb.html"</span><span style="color: #007700">}&gt;&lt;{/if}&gt;&nbsp;&lt;{if <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$theme_view_topblock&nbsp;</span><span style="color: #007700">&amp;&amp;&nbsp;(</span><span style="color: #0000BB">$xoBlocks</span><span style="color: #007700">.</span><span style="color: #0000BB">page_topleft&nbsp;</span><span style="color: #007700">or <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$xoBlocks</span><span style="color: #007700">.</span><span style="color: #0000BB">page_topcenter&nbsp;</span><span style="color: #007700">or&nbsp;</span><span style="color: #0000BB">$xoBlocks</span><span style="color: #007700">.</span><span style="color: #0000BB">page_topright</span><span style="color: #007700">)}&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">div&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"xo-page-topblocks"&nbsp;</span><span style="color: #007700"... Sun, 16 Oct 2011 09:49:47 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=341867 Re: Change the page navigation css style [by RiazShahid] https://xoops.org/modules/newbb/viewtopic.php?post_id=339280 Theme stylesheets (CSS) help::Change the page navigation css style<br> novlang1984!<br>Thanks for posting here.....<br>I wanted to know, what modification will it do to the traditional page navigation structure i.e. (1) 2 3 4 ... 274 ยป <br><br>Is it possible that I can have a drop down list of page numbers along with &quot;Previous&quot; and &quot;Next&quot; text or button? Sun, 03 Jul 2011 12:58:02 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=339280 Re: Module Development CSS help [by zyspec] https://xoops.org/modules/newbb/viewtopic.php?post_id=337145 Theme stylesheets (CSS) help::Module Development CSS help<br> Unfortunately your suggestions won't do what I want.<br><br>Firstly, I can't control which theme is loaded - since it's a module.<br><br>I do load content using $xoTheme-&gt;addStylesheet() method in the module.<br><br>The issue is that the module can't dynamically switch CSS in the module to 'match' the theme selected. Sat, 12 Mar 2011 04:09:47 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=337145 Theme editing help [by sanjananb] https://xoops.org/modules/newbb/viewtopic.php?post_id=336679 Theme stylesheets (CSS) help::Theme editing help<br> recently created a community with opensource php platform.there is a usefulness page link in my theme.it has been created by theme creator.i have try to contact him for getting help about this problem.but he didn't help me.so i decided to get help from sitepoint members.this page will redirect my site to member list section.but i doesn't like it.i want to remove it from my theme.how can i do it???i know a little about php and css...what is the template section to edit????please help me.....here is my link<a href="http://haffow.com/memberlist.php" target="_blank" rel="external noopener nofollow">http://haffow.com/memberlist.php</a> Sun, 27 Feb 2011 08:34:15 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=336679