News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Wide A Responsive Theme

Started by gecitli, February 28, 2016, 05:19:34 PM

Previous topic - Next topic

jacbier

I really like this theme. That's why I reinstalled it on the Hobbybrewing.nl forum. Members have the option of choosing a theme. I had the theme Vvide installed as the default theme but members can't see the Unread Replies, Read Replies And logout button. As an administrator of the site, I do see this button. Members only see a dot.
I have no idea how to solve this. I have read the entire topic. Did I miss anything?


jacbier


emilot

Hello and Thank you for this wonderful theme.

I have an issue with a js error:

Uncaught TypeError: $(...).tooltip is not a function

and when i am at the admin page (any of them) i cannot close the small menu window (something about -> java(void) error)

i am using 2.1 file for 2.1 SMF board.

Thank you

Diego Andrés

Quote from: emilot on February 14, 2022, 03:58:08 PMand when i am at the admin page (any of them) i cannot close the small menu window (something about -> java(void) error)
It's a known issue for themes that aren't updated for SMF 2.1.x, RC4 and below and likely to have issues.

SMF Tricks - Free & Premium Responsive Themes for SMF.

GL700Wing

Quote from: Totosfo on February 06, 2022, 06:25:09 PMHi GL700Wing,

I plan to use this theme as well and am still running into trouble regarding the small icons in front of the menu items on the side (Register, Login, Calendar, ...) - see my previous posts in this thread many weeks ago.

I had a look at your forum and noticed that you have defined e.g. as "button_register", however I couldn't find this reference in the css the page loads.

Could you let me know where (or how) this is defined? The template works fine for me so far, I even have the hat (plain install) in the upper left corner however am missing all the other small icons.

Looks to me that these really need to be defined somewhere additionally.

Thank you for your help!
@Totosfo - Apologies for the delayed response but I am currently away on holidays and I don't have access to the computer and tools I'd normally use to look into this (I love my iPad but not for coding/debugging ...).  That said I've had a quick look and can see that I made the change you're looking for in the theme's index.template.php file (you'll see that I've added the class fa-xl - this loads a larger icon).

From:
        echo '
                <li id="button_', $act, '" class="button_', $act, (!empty($button['sub_buttons']) ? ' dropdown' : ''), ($button['active_button'] ? ' active' : ''), '">
                    <a ', (!empty($button['sub_buttons']) ? ' class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"' : ''), ' href="', $button['href'], '"', isset($button['target']) ? ' target="' . $button['target'] . '"' : '', '>
                                        <i class="fa fa-',$act,'"></i>&nbsp;
                        <span>', $button['title'], '</span>', !empty($button['sub_buttons']) ? ' ' :'', '
                        <span class="pull-right-container">
              <i class="fa fa-angle-left pull-right"></i>
            </span>
                    </a>';

To:
        echo '
                <li id="button_', $act, '" style="padding-right: 1px;" class="button_', $act, (!empty($button['sub_buttons']) ? ' dropdown' : ''), ($button['active_button'] ? ' active' : ''), '">
                    <a ', (!empty($button['sub_buttons']) ? ' class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"' : ''), ' href="', $button['href'], '"', isset($button['target']) ? ' target="' . $button['target'] . '"' : '', '>
                        <i class="fa fa-',$act,' fa-xl" style="vertical-align:middle; margin-right:10px;"></i>
                        <span style="vertical-align:middle;">', $button['title'], '</span>', !empty($button['sub_buttons']) ? ' ' : '', '
                        <span class="pull-right-container">
                <i class="fa fa-angle-left pull-right"></i>
            </span>
                    </a>';


There may also be some associated CSS changes but I don't have the time or tools to confirm this so I'm also attaching the custom CSS file I'm using with this theme - if you want to use it you'll need to copy it to the theme's css folder/directory and also load in index.template.php file after all the other CSS files are loaded.
Life doesn't have to be perfect to be wonderful ...

pepecyb

I was pleased to see that Wide is now also available for version 2.1 and 2.1.1.

I have installed it and the " well-known" bug of the RC4 themes has indeed been eliminated.

Unfortunately, however, the theme is now totally unusable for me. A blank page appears for both "New topic" and "Reply". The editor apparently cannot be displayed. However, this cannot be a fundamental problem, because the editor is displayed correctly under posts for the quick reply.

What might be the reason for this? Is this a bug and is it already known?

gecitli

Quote from: pepecyb on March 04, 2022, 06:54:58 AMI was pleased to see that Wide is now also available for version 2.1 and 2.1.1.

I have installed it and the " well-known" bug of the RC4 themes has indeed been eliminated.

Unfortunately, however, the theme is now totally unusable for me. A blank page appears for both "New topic" and "Reply". The editor apparently cannot be displayed. However, this cannot be a fundamental problem, because the editor is displayed correctly under posts for the quick reply.

What might be the reason for this? Is this a bug and is it already known?

Theme Updated Smf 2.1
http://www.webtiryaki.com
webmaster forumu
Free & Premium Responsive Themes for SMF.

pepecyb

Thank you, it works now. Now I can use my favourite theme again. :-)

FrizzleFried

Hello... I am trying to add my sites logo...

I am getting this result ...

(the little red part of my hat logo is peeking out).

You cannot view this attachment.

Hanzo

Something broken in "responsive.css"
.user_info li::before {
        content:
The "dot" symbol there giving error sign. Only in "phone" view/size.
See attached picture.

I've replaced it by HEX UTF8 value, working as expected.
https://www.w3schools.com/charsets/ref_utf_geometric.asp

mightygiants

I have an area on the forum where there is a loading circle that just goes round and round, any ideas?



Bonus if someone can tell me what that broken image at the top left is

I just did an upgrade to 2.1.2 from 2.0.19 and changed to this theme because my old theme was unavailable This forum is old and has been upgraded a few time

emilot

Hello,

Can i add to Login form, more options about the time that cookie will be stay "active".

now it has only 1 Hour, 1 Day, etc...

I need to add, as extra options, 2Hours, 3Hours...

Is it possible?

thank you

Advertisement: