stevied27
Total posts: 94
17 Apr 2017 15:50

hi ive been meaning to mention this - the site's top right login for forum etc, it never ever remembers me.

also the dropdown is so sensitive one has to do several drops to get user and then pw in.

could we have a simpler and better login module please?

i am using firefox on desktop.

Last Modified: 04 Mar 2018


Sergey
Total posts: 13,748
18 Apr 2017 13:11

Dropdown works on Moseover. Do not click just posiotin it over. I use yoothem template and not sure how to change that.

I am also very frastrated about constant login. This site does nto remeber me either. Hope this wil be fixed after I update Joomla later this week.


Sergey
Total posts: 13,748
18 Apr 2017 13:13

New server forum editor test.

Link test

http://mintjoomla.com

Test code.

{
    background: #334455;
}

Upload file by druging & drop

file


pepperstreet VIP
Total posts: 3,837
18 Apr 2017 23:24

@Sergey - Forum and Site feedback

  • Editor's Quote function does not work anymore.

  • WARP7 menu on-click – Unfortunately the menu markup seems to be generated deep inside the WARP folder :( ../templates/your_template/warp/src/Warp/Menu/Navbar.php

The UIKIT dropdown has a data-attribute to change the behavior to "click". Hard to believe, but they have simply forgot to implement a simple J! template or customizer parameter for it?! ;S

Apparently you have to add this attribute by JavaScript, or by PHP. I have found this JS solution, which has to be added to your custom.js or /yourstyle/js/theme.js

jQuery(function($) {  
    // Customize the main menu's dropdowns to open on click, not on mouse-over  
    $(".uk-navbar-nav > li").attr("data-uk-dropdown","{'preventflip':'y','mode':'click'}");  
});

Hope this helps.


stevied27
Total posts: 94
21 Apr 2017 20:34

test reply with upload file test image above.... is that your cat?


stevied27
Total posts: 94
21 Apr 2017 20:39

hi sergey also.. can we have an emerald 10 forum area please?


Sergey
Total posts: 13,748
24 Apr 2017 13:46

I have create emerald 10 forum. It is not my cat :)

Editor quote does not work anymore

Yes I know. I still cannot figure out why.


pepperstreet VIP
Total posts: 3,837
04 May 2017 02:43

Login form

Login module/form is not available in off-canvas menu!
So, no way to login on smaller screens or tablet's portait orientation ;)


Sergey
Total posts: 13,748
04 May 2017 06:38

There is not much I can do about it right now. I'll have to change general template with is not a fix but huge work.


pepperstreet VIP
Total posts: 3,837
05 May 2017 00:25

To my knowledge the off-canvas is quite easy to modify. Two possible ways:

  • Either publish a copy of the login module to position offcanvas
  • Or create a regular login menuitem-type, and use UIKITv2 Utility classes in menu parameter -> Link Type -> Link CSS style. For instance: uk-hidden-notouch uk-visible-small uk-visible-medium

I have also tested the script to open main menu on-click. Works, too!


Sergey
Total posts: 13,748
17 May 2017 09:31

Yes, that was easy. Thank you!


pepperstreet VIP
Total posts: 3,837
16 Jun 2017 13:38

pepperstreet @Sergey - Forum and Site feedback

  • WARP7 menu on-click – Unfortunately the menu markup seems to be generated deep inside the WARP folder :(../templates/your_template/warp/src/Warp/Menu/Navbar.php

The UIKIT dropdown has a data-attribute to change the behavior to "click". Hard to believe, but they have simply forgot to implement a simple J! template or customizer parameter for it?! ;S

Apparently you have to add this attribute by JavaScript, or by PHP. I have found this JS solution, which has to be added to your custom.js or /yourstyle/js/theme.js

jQuery(function($){  
    // Customize the main menu's dropdowns to open on click, not on mouse-over
    $(".uk-navbar-nav > li").attr("data-uk-dropdown","{'preventflip':'y','mode':'click'}");  
});

Hope this helps.

FYI, I had a temp access to an iPad Air 2.
Apparently the WARP FRAMEWORK has some sort of device detection.
The iOS/iPad switches to an ON-CLICK menu behavior, automatically.
So no need to use extra Javascript from my previous comment.

Although my WindowsPhone 8.1 system and browser did not switch.
I guess I have to test the latest WARP7 and PRO with some mobile devices to be sure...
Maybe I would get different results.

Powered by Cobalt