Posts

Showing posts with the label plugin

Accordion Component for Vue 3

Image
An accordion is a common UI element in frontend development used to organize content into collapsible sections. It allows users to expand or collapse blocks of information, helping to keep interfaces clean and easy to navigate—especially when dealing with lengthy text or structured data. Typically, an accordion consists of multiple items, each with a header and a content panel. When a user clicks a header, the corresponding content expands. Depending on the implementation, other sections may either stay open or close automatically. This behavior reduces visual clutter and enhances user experience by showing only the most relevant information at any given time. Accordions are widely used in FAQs, documentation pages, settings panels, and dashboards. They are especially useful on mobile devices, where screen space is limited and efficient content organization becomes essential. From a technical standpoint, there are several ways to implement an accordion. You can build one from s...

Free WordPress Classic Widget (Plugin) Google Maps

Image
WS GMaps is a classic Google Maps widget (plugin) for the WordPress CMS. The widget allows you to set multiple points on the map. Furthermore, multiple widgets can be used on a single page. The plugin is free to download. To use the plugin, you must provide a JavaScript Maps API key for Google Maps. You can generate an API key in the Google Cloud Platform (https://console.cloud.google.com/). In the admin panel, the plugin settings look like this: If you are using the classic widget, the plugin settings in the admin panel will look like this: You can set a description for a point on the map that will appear when clicked. This marker description can use HTML. You can see how this works in the example. If there are multiple markers on the map, you can specify the map center in the designated fields. If the map center is not specified, the first marker will be used as the center. You can download the plugin for free and view the demo here – Get WS GMaps .