News:

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

Main Menu

Responsive Curve

Started by SMF Customization Team, April 20, 2015, 06:33:49 AM

Previous topic - Next topic

Antes

Changelog
Version 1.1 (Rev2 Unofficial)
! (Rev2) Icons added to menu items (Icons taken from: https://evil-icons.io/)
- Removed many old code from installer*

* This will allow us to show more, you can see the change on messageIndex (expect some broken places)

njtweb

Uninstalled the last test and installed the new. This one had no errors this time.

njtweb

Quote from: Antes on May 19, 2019, 08:59:44 AM
Changelog
Version 1.1 (Rev2 Unofficial)
! (Rev2) Icons added to menu items (Icons taken from: https://evil-icons.io/)
- Removed many old code from installer*

* This will allow us to show more, you can see the change on messageIndex (expect some broken places)

Installed on my production site! Looks great!

@rjen

Quote from: @rjen on September 01, 2018, 03:19:03 PM
There is an annoying bug in Responsive Curve:

This show on the boardindex with resolutions of a width between 640 and 720px wide: Lastpost column is hidden between 640 and 720 px wide, header is not...

Fix:

Edit responsive.css

Find:

   table.table_list tbody.content td.stats, .lastpost
   {
      display: none;
   }
   img.icon


Remove: , .lastpost


   table.table_list tbody.content td.stats
   {
      display: none;
   }
   img.icon


Find:

   .hidden, .icon, .stats, #posting_icons, #mlist th, .icon1, .icon2
   {
      display: none;
   }
   #statistics .stats


Add: , .lastpost


   .hidden, .icon, .stats, #posting_icons, #mlist th, .icon1, .icon2, .lastpost
   {
      display: none;
   }
   #statistics .stats


I think this is still not fixed?
Running SMF 2.1 with latest TinyPortal at www.fjr-club.nl

njtweb

Quote from: Antes on May 19, 2019, 08:59:44 AM
Changelog
Version 1.1 (Rev2 Unofficial)
! (Rev2) Icons added to menu items (Icons taken from: https://evil-icons.io/)
- Removed many old code from installer*

* This will allow us to show more, you can see the change on messageIndex (expect some broken places)

What are your planned next steps with this mod?

Antes

Quote from: njtweb on May 20, 2019, 03:13:36 PM
Quote from: Antes on May 19, 2019, 08:59:44 AM
Changelog
Version 1.1 (Rev2 Unofficial)
! (Rev2) Icons added to menu items (Icons taken from: https://evil-icons.io/)
- Removed many old code from installer*

* This will allow us to show more, you can see the change on messageIndex (expect some broken places)

What are your planned next steps with this mod?

Literally nothing. I look at community and their needs, if I see fit*, I just code it.

* with fit I mean the tasks that does not requires rewrite and somewhat achieveable with CSS

njtweb

Quote from: Antes on May 20, 2019, 03:51:46 PM
Quote from: njtweb on May 20, 2019, 03:13:36 PM
Quote from: Antes on May 19, 2019, 08:59:44 AM
Changelog
Version 1.1 (Rev2 Unofficial)
! (Rev2) Icons added to menu items (Icons taken from: https://evil-icons.io/)
- Removed many old code from installer*

* This will allow us to show more, you can see the change on messageIndex (expect some broken places)

What are your planned next steps with this mod?

Literally nothing. I look at community and their needs, if I see fit*, I just code it.

* with fit I mean the tasks that does not requires rewrite and somewhat achieveable with CSS

Ok got it. No prob because the fixes you made got the responsive curve looking like an actual mobile site now. I was just going by the reply you had to @Studyforce here, https://www.simplemachines.org/community/index.php?action=post;quote=4019797;topic=567844.0;last_msg=4019823

@rjen

I like the menu much better than the previous one.
Thanks for this version! Will be using it till I move to 2.1

Do you by any chance see an option to also include the sub-menu items somehow?
Running SMF 2.1 with latest TinyPortal at www.fjr-club.nl

Antes

Quote from: @rjen on May 20, 2019, 04:18:01 PM
I like the menu much better than the previous one.
Thanks for this version! Will be using it till I move to 2.1

Do you by any chance see an option to also include the sub-menu items somehow?

The only reason main menu wrapper in a "pop", because its too big and its going to be ugly... admin menu and other sub menu(s) are smaller so they are good as is.

If you are talking about sub items under admin etc... you should be able to one tap on admin (or other items) to open sub item (second tap will follow the link).

@rjen

I was talking about the main menu and it's subitems: tapping once in this version of the mod does NOT display the child menu items.

If you remove this part of the responsive.css it does...


#main_menu .dropmenu li:hover ul {
display: none;
Running SMF 2.1 with latest TinyPortal at www.fjr-club.nl

njtweb

Quote from: @rjen on May 21, 2019, 04:11:42 AM
I was talking about the main menu and it's subitems: tapping once in this version of the mod does NOT display the child menu items.

If you remove this part of the responsive.css it does...


#main_menu .dropmenu li:hover ul {
display: none;


Thanks! Working on my site, I see next level links now. Though you do have to clear the cache on your mobile every time you make a change otherwise you won't see the changes.

ppedja

I think I tried everything from this topic, but without success, the problem is: I can not set the (responsive) size for attached images and signatures. I have the latest unofficial version (from user Antes, May 2019) installed, and SMF 2.0.15. Beside changes in the responisive.css or index.css files, should I check anything else in Admin SMF settings?
For bbc images I set up size nicely and they are responsive. (width: 100%; height: auto;).
Files attached, can somebody look and write to me what rows are missing or bad? Thanks.

Biology Forums

Quote from: Antes on May 19, 2019, 08:59:44 AM
Changelog
Version 1.1 (Rev2 Unofficial)
! (Rev2) Icons added to menu items (Icons taken from: https://evil-icons.io/)
- Removed many old code from installer*

* This will allow us to show more, you can see the change on messageIndex (expect some broken places)


I liked the old view more, honestly. Too many blocks stacked on top of each other.

I do like the sandwich menu, I think that's the best part of the update.

smartmouse

Quote from: Antes on May 18, 2019, 02:45:28 PM
Changelog
Version 1.1 (Rev1 Unofficial)
* This version includes first two revisions of 1.0.1 (Unofficial) Rev1 # Rev2
+ Better support for menu (Plays nicely with Ultimate Menu)*
- Old menu (small icon) removed.
! Memberlist has new table structure (only for mlist)**
! Some padding changes for better UX

* Note: Open/Close hard-coded inside the template (to remove file edits at this stage, will be converted to language strings)
** Developer Note: This is early tests for new table structure...

Quote from: Antes on May 19, 2019, 08:59:44 AM
Changelog
Version 1.1 (Rev2 Unofficial)
! (Rev2) Icons added to menu items (Icons taken from: https://evil-icons.io/)
- Removed many old code from installer*

* This will allow us to show more, you can see the change on messageIndex (expect some broken places)

If I install "Version 1.1 (Rev1 Unofficial)" in the list of packages in my admin panel I see "1.1.0 (Unofficial Rev3)". Why?

Antes

Use: https://www.simplemachines.org/community/index.php?topic=535718.msg4019821#msg4019821 not others. If you want to switch to Unofficial beta branch. Otherwise stay at 1.0.x (official).

smartmouse

Rev2 doensn't work well with my theme (Ambassador).
So I installed Rev1... but after installed it says Rev3 ???

Antes

do not install old versions of anything I posted... This modification is not designed for other themes, your best bet to ask Theme author to implement changes to the theme itself.

njtweb

Quote from: smartmouse on June 03, 2019, 07:55:15 AM
Rev2 doensn't work well with my theme (Ambassador).
So I installed Rev1... but after installed it says Rev3 ???

The responsive curve mod is designed exclusively for the "Default Curve" SMF theme.

njtweb

Hi @Antes, would you be able to try installing this DMOT: Default Menu To Top For SMF 2.0.x and 1.1.x (Hook Version!)

It's a top sticky menu. It works great on a computer and MAC but it moves the hamburger down over the breadcrumb on mobile responsive. While the hamburger navigation still works, it's just not ideal since of course it looks like code is broken.

Thank you

Antes

No interest in supporting other mods, ask mod authors to supply compatible code with ResponsiveCurve

Advertisement: