Pollux Can i make text of the link bolder ?
Links
Sure.
.item-link1 {
font-weight: bold;
}
Pollux Thank you. One last question is it possible to change color of the text i tried
.item-link1 {
font-weight: bold;
color: Red;
}
but it didn't work.
The <a> element inside the <li> element with class item-link1
has its own color, so you have to override that:
.item-link1 {
font-weight: bold;
}
.item-link1 a {
color: red;
}
or shorter:
.item-link1 a {
font-weight: bold;
color: red;
}
- Edited
ewenharrison same for me too. It happens on Safari for Mac also.
@sijad would you mind looking into this? On desktop, links are ordered left to right (Link 1, Link 2, Link 3). On some mobile browsers, like iOS Safari and Safari for Mac in mobile resolution, the links are ordered from bottom to top.
i.e.
Link 3
Link 2
Link 1
It's a normal that activation takes 2/3 minutes and a red error that prevents re-opening the admin area?
however, it is turned on and works! ?
ewenharrison mudjunky this should be fixed in upstream version, could you please give it a try?
wblz it does not seems normal, next time post error message please.
Feature request: option for view-able only to registered users. thanks.
An even more fitting approach would be if each link could be associated with the user groups that are already defined within Flarum. That way you could have different links for e.g. newbies, advanced users, mods etc.
Not working for me, I have a loading page error :c
I'm using version 0.1.0-beta.7
Feature: Android Available Link.
View a link from menu only from android or ios device.
Kryonoglou What's the purpose ?
You could simply hide the link with a query string matching non-mobile clients (if the intent is to show on mobile only)
Or use a separate script/extension to detect device and add matching classes to body, then use CSS to hide the link unless the body has the class(es) matching the devices/operating systems you want ?
- Edited
clarkwinkelmann how I can hide this menu from mobiles? http://prntscr.com/kwdkb8
ΕΦΑΡΜΟΓΗ = APPLICATION, If someone download the app it is annoying to can see this menu ?
update 0.1.0-beta.7.2 reinstall
this error
composer require sijad/flarum-ext-links
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Using version ^0.1.0@beta for sijad/flarum-ext-links
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing sijad/flarum-ext-links (0.1.0-beta.6)
Installation failed, reverting ./composer.json to its original content.
The following exception is caused by a lack of memory or swap, or not having swap configured
Check https://getcomposer.org/doc/articles/troubleshooting.md#proc-open-fork-failed-errors for details
PHP Warning: proc_open(): fork failed - Cannot allocate memory in /usr/share/php/Symfony/Component/Console/Application.php on line 954
Warning: proc_open(): fork failed - Cannot allocate memory in /usr/share/php/Symfony/Component/Console/Application.php on line 954
[ErrorException]
proc_open(): fork failed - Cannot allocate memory
require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--] [<packages>]...
atarashi The following exception is caused by a lack of memory or swap, or not having swap configured
You are running without enough memory. Either free
up some memory, or create a swap file as suggested. You may need to speak to your host, or reference any resources they provide, to accomplish this.