hughbris Veteran
Regular
Grav Forum Moderators
@hughbris · Joined 9 years ago · 579 posts · 13 topics · 127 reputation
Badges
Recent posts
-
How to add an "edit" button to front end
· 5 years ago
Well done, indeed. Never tried it, but FYI there's also the Frontend Edit Button plugin in the official repo.
-
Facebook and Instagram plugins
· 5 years ago
Not the poster, but I've wanted to: use it for auth engage using it (embed chat/discussions) share/like/add, all that embed feeds - I have a hunch this is the main use case for IG too. Probably many
-
Problem with Admin Panel
· 5 years ago
It looks very much like PHP is complaining about you uploading your graphic from a folder it doesn't know is OK. That's a PHP security setting, open_basedir. Do you have control over the PHP settings
-
Blueprint to create select from Page Collection
· 5 years ago
@pamtbaau's reply is correct. Wish I'd known Discourse is still active a few days ago when I wasted a lot of time looking for this same problem's answer and posted a question on a closed issue before
-
All externals links on my pages open in a new tab
· 6 years ago
Your link isn't going to work for a couple of reasons. You have closed the quote in the middle of the URL. You don't even need the quotes here. Also, you want your HTML to be <a href="https://www.g
-
Canonical link for paginated blog: not SEO best practice
· 6 years ago
I'm thinking it out logically for myself and putting myself in a searcher's shoes. Be very careful what you read from SEO experts. You probably have more common sense than most of them. It's better to
-
Canonical link for paginated blog: not SEO best practice
· 6 years ago
Expanding on @pamtbaau's advice, if you think about it, you want search engines to index your posts, not the lists of them. Lists of posts are dynamic and contrary to the purpose of canonical links. I
-
How to enable a sidebar
· 6 years ago
My apologies, I missed the statement of theme at the top of OP's initial question.
-
Grav's Login plugin text strings don't load in prooperly
· 6 years ago
I started to look into this because I typically use 'en-NZ' and am certain I check the html element's rendered @lang routinely. I looked up a few sites and it does seem that the ones which use a theme
-
How to enable a sidebar
· 6 years ago
The solution is going to depend which theme you are using. @hoernerfranz's answer may be correct.