View Categories

Aheto Widgets

5 Docs

What are Aheto Widgets ?

Last Updated: October 20, 2020

Widget is a WordPress specific code that allows inserting advanced features or content blocks within your site. WordPress widget is based on Widget API which is a set of simple functions that can be used by developers to create those content blocks.   Aheto has 34 widgets that has a set of custom controls or input fields. They...

Widgets Overview

Last Updated: October 20, 2020

Banner Slider – Animated and interactive Banner Slider comes with multiple styles and customization features.  Blockquote – Show your client side’s awesome feedback on your sites with this section Button – Create a call-to-action button or multiple buttons with this widget Call To Action  – Design call-to-action buttons before a blink Clients – Highlight brands/product logos Coming Soon – Include a countdown...

How to modify an existing Aheto Layout

Last Updated: October 20, 2020

In theme, that is created with Aheto plugin, Aheto folder has a directory with widgets which have files for layouts. For editing options in layout you need to find controller file of this layout. In controller you have add_action with function of options, where: Name of widget’s directory  Function name In function of options you have:   Path to preview...

How to extend a widget with a new layout

Last Updated: October 20, 2020

You can create new layout to Aheto from your theme following these steps: Step 1. You need to have the folder aheto in the root of the theme. Step 2. In your theme aheto folder have to has a directory with widget name (the same name as in Aheto plugin shortcodes folder ) in that you want to add a...

How CSS/JS for each widget is assigned to the page

Last Updated: September 29, 2024

Are Aheto widgets optimized? Yes! All Aheto widgets are optimized and only include those files that are required to render the widgets on any given page. You can see it: in the structure of each Widgets, where CSS and JS files are splited for own layout in View file of layout, where is registers the style/scripts and...