Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
Inject value of form field into javascript of thankyou page
· 4 years ago
Looks like either I didn't know or I simply forgot we have form available in Twig after the submission 🤔 👍
-
How can I integrate the functionality of a plugin into my theme?
· 4 years ago
OK, I see your point how companies might have a chat, forum and docs, but I still don't se how a single theme could help here. Maybe some header and footer, but everything else would still be complete
-
Inject value of form field into javascript of thankyou page
· 4 years ago
I believe you'd still need a custom action, where you would set email to some variable and then output it to a template (I understand this is JS) Maybe @pamtbaau could help here with setting a variabl
-
Inject value of form field into javascript of thankyou page
· 4 years ago
Do I understand correctly? You will need email to be pushed to Google and that's it? I think you'll have to create a custom form action
-
Inject value of form field into javascript of thankyou page
· 4 years ago
Where would this variable be used? What are you trying to achieve?
-
How can I integrate the functionality of a plugin into my theme?
· 4 years ago
Did you ever wonder why nobody did such CMS yet? I think because it's basically impossible. It would still be a one of a kind CMS which still wouldn't work with other CMSes. We have a saying - what fi
-
How can I integrate the functionality of a plugin into my theme?
· 4 years ago
Sorry, I'm completely lost here. I really don't understand what you're trying to achieve. Solve server performance issues? Make single theme compatible with every CMS there is? Develop/find a static w
-
How can I integrate the functionality of a plugin into my theme?
· 4 years ago
I'm not really getting the point why would you want to do this. If you don't want for plugins to update, you can lock the version in dependencies. Also plugins can provide not only functionality, but
-
How can I integrate the functionality of a plugin into my theme?
· 4 years ago
You can define dependencies for your theme in blueprints.yaml. Eg.: dependencies: - { name: 'plugin-name', version: '>=1.7' } You should have at least one dependency there already for the Grav ve
-
Copied website not indexed by Google
· 4 years ago
Do you have different robots.txt on a new site maybe?