pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
TaxonomyList is displaying the tags of all languages
· 3 years ago
@werdi, Where can I check my language settings? :see_no_evil: (there are so many places to look) You've setup a multilingual website, so you've probably already been there... user/config/system.yam
-
TaxonomyList is displaying the tags of all languages
· 3 years ago
@werdi, What are your language settings? Do you have the same issue on your development machine? At the repo of LangSwitcher, there is an old (oct 2022) unanswered issue mentioning your exact same
-
TaxonomyList is displaying the tags of all languages
· 3 years ago
@werdi, So something’s up with SEO-Magic and it could be all related to the Taxonomy plugin. I’m only guessing. I doubt that SEO magic has got anything to do with class Taxonomy. The issue mentioned
-
TaxonomyList is displaying the tags of all languages
· 3 years ago
@werdi, I’m not a developer but a fast learner. Not sure about that. You're a member since 2018 ;-) The reason I cannot provide more information is because the issue suddenly appeared, and it was
-
TaxonomyList is displaying the tags of all languages
· 3 years ago
@Karmalakas, Well... the LangSwitcher does have an indirect effect on the tags displayed. The plugin CategoryList relies on Grav's Taxonomy::taxonomy(): Grav::instance()['taxonomy']->taxonomy() Thi
-
How can I set the mobile view of the site to maintain image aspect ratio?
· 3 years ago
@laviq, Can I use markdown syntax in TinyMCE plugin? Although slightly related to this topic, I would consider this to be a new topic. Would you mind creating a new topic with a suitable title?
-
Bulk Edit of posts to add category
· 3 years ago
@ashokjajooyahoocom, Not by Grav, but... I guess most editors can do a search/replace in multiple files. At least VScode and IDEs from JetBrains can... and a shell command will also do the job: http
-
How can I set the mobile view of the site to maintain image aspect ratio?
· 3 years ago
@laviq, Sounds like images that are not responsive. First read how responsive design works: https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images And once you
-
Seeking Flex-Objects CRUD tutorial (PHP)
· 3 years ago
@CuriousCI, If your "simpler structures" can be stored as Yaml or Json and you don't need thousands of objects, then a simple flat file would probably suffice. and an API (with a custom Plugin) to de
-
Background color of markdown pre formated text
· 3 years ago
@thgr, I've has a look at your website. When looking at the css tree in the inspector of the browser, the issue is quite clear: It's a specificity issue. The most specific rule wins. The problem is ca