I saw an website for example . And I wonder if it's possible to do same user account like in that website. Especially tabs with different links in user account.
Unfortunately I'm new in Drupal and I don't know how to start. I'm sorry for my English. Thanks in advance :)
You can use Field group module for creating tabs and grouping the fields.
https://www.drupal.org/project/field_group
You can use views Modules to get these types of views
see this video, May be this helpful-- https://www.youtube.com/watch?v=EoSnUO9KB00
Related
I’m building a site as part of my research using Word Press. I’m trying to display samples on the homepage in a neat way, something similar to this one http://www.maitrechoux.com/menu/index.html?categ_id=all .
I have removed all of the home function using remove_action. How can I add the table and then how can I add the pictures inside each cell? Is it only matter of CSS or do I need to add HTML code for this? I recently joined word press community and this is the only thing remained to complete my website. Really appreciate any help!
NO, don't use tables. I think what you actually want is just to display something that looks like table.
You need to code both html and css for that.
You can use any of popular css frameworks to help you out, or you can code it yourself using, flex, floats, or grid...
When you are done then with wp functions you need to render that data in your wp theme.
Your question is to broad and big to be answered via code snippets or examples, sorry.
I recently wanted to change the template of my WordPress website and use React tables.
But this would cause my site to drop in Google rankings, and in terms of SEO, this would not be a good thing.
That's why I decided to use my template pre-built tables and change the files to my liking in the settings section by editing css files.
I am not sure if this is the place to ask but i wanna build a restaurant site for a friend, However he wants to himself be able to change the menu around if in a years time it changes etc, In WordPress is there an easy plugin which allows you to do that? Or does it have to be done manually?
For example if there is an easy content managing system out there? Im really dont use word press so im not sure , i mostly code
Thanks
The most common way to do this would be using Advanced Custom Fields plugin. It allows you to create custom fields, so that you can create custom areas that the client could edit, without breaking the styling of the site.
we are implementing our current site in AMP version and i am new to this. I have below queries regarding AMP -
How to get user input from user in AMP-HTML.
In the above mentioned site [desktop version] we have comment section at the bottom of the page. We need to implement the same functionality in AMP.
Are there any websites which are build and developed in AMP? If yes, i need links to check.
Any suggestion and ideas related to above queries would be appreciated.
Thanks.
It is still under experimental.
See: https://github.com/ampproject/amphtml/blob/a2477e1790d604dbc01997b6e0a9fe42ac6fa799/extensions/amp-form/amp-form.md
(I'm quite new to programming so forgive me for any incorrect terms! HTML and CSS are my strenghts.)
I'm currently working on a Joomla website for a music festival. One of its pages contains a schedule with a list of performing acts.
My ambitious goal is to build a feature that makes my website's users able to mark certain acts as their favourites. In practice, clicking an icon would give it a visual highlight or something like that. The ideal situation would be that the user shouldn't have to sign in to save one's choises. I guess the solution would have something to do with the browser's local storage?
Here's one example for what I mean. (This is NOT my site, just an example of something I'm looking for).
Can anyone help me to get started? Thanks in advance!
This extension, http://extensions.joomla.org/extension/my-shortlist , should help with little or no modifications to the template.
If the above doesn't help, then you can the JED (the Joomla Extensions Directory) for an extension that is better suited to your needs.
Hello and in advance I appreciate all the help,
I am new to MediaWiki and understand how to create a Template page but what if i need a page to display information from multiple templates. How would this work?
Meaning I have one page titled say "Description" and I would need that page to host the description of many projects. Is this possible? I have looked at the templates but alone it doesn't seem possible.
I know I must be missing something here. I read the documentation and its great but it doesn't explain how to link the information to well.
Thank You
I might be misunderstanding the question, but you can put any number of templates on a page:
== Description ==
{{project1-description}}
{{project2-description}}
...