Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
Media.yaml customisation for MD file
· 5 years ago
What do you get with page.media.all?
-
Using FontAwesome 5 with Shortcode core
· 5 years ago
What's the plugin? What if you wrap in quotes fas fa-5x? Eg. [fa icon=camera extras="fas fa-5x" /]
-
Lots of spam topics on forum
· 5 years ago
Not sure what is considered rare, but every single morning (around 9AM-1PM GMT) at least 3 new spam topics (sometimes 5) appear in an hour interval almost like a clockwork... Today is not an exception
-
Best practice to set up git repo with git sync plugin
· 5 years ago
I didn't manage to make it work with GitHub either 😕
-
Save Failed: Trying to get property 'length' of non-object
· 5 years ago
What's the template and blueprint?
-
Shortcode-modal box/image size
· 5 years ago
Even adding !important doesn't help? 😕
-
Coming from WordPress, how to use blog without "/blog" in the URL?
· 5 years ago
I'm not good at all htaccess rewrites, but I guess what you could do, is use some rule to rewrite /year/month/title to /blog/year/month/title. But don't know how to make all URLs exclude /blog part if
-
Shortcode-modal box/image size
· 5 years ago
You can try in custom.css: .jqmodal { max-width: 90%!important; max-height: 90%!important; width: auto!important; height: auto!important; } I actually don't see other choice. I guess i
-
Shortcode-modal box/image size
· 5 years ago
Your max-width: 700px; now does the same thing as original style. It limits image size even if there's plenty of room on screen and image is bigger. Also setting max-width: 700px; and leaving width: 9
-
Shortcode-modal box/image size
· 5 years ago
What's your theme? Does it have custom.css included somewhere in base.html.twig? Eg.: {% do assets.addCss('theme://css/custom.css') %}