Creating a custom bookmarks page

Version 1.0.7 of the Toolkit PRO introduced functionality to style the bookmarks page using Elementor. Here, we will show you how to do this: Step 1. Settings Go to Settings -> Mylisting Elementor Toolkit and activate the “Design bookmarks account section using Elementor” checkbox. Step 2. Creating a template Go to Templates and create a […]

Hide button / heading / widget if empty

Many MyListing site owners want to display buttons, headings or sections only if the fields are filled. The Toolkit Pro facilitates this, by supporting the Dynamic Conditions plugin. Dynamic Conditions Download this plugin on your site. Go to the single listing in Elementor, and select the widget you want to display conditionally. Then go to […]

Remove border on listing card after MyListing 2.6 update

The MyListing 2.6 update added a grey border around all listing cards. Some users might want to remove this, this is easily done by adding this CSS code to the custom CSS section. You can find the CSS box under 27 Theme Tools – Theme Options – Custom Code   .lf-item-container { border-radius: 0px; box-shadow: […]

Truncate text to one line with Elipsis

To truncate a long title, i.e. make sure it one takes up one line, use the following CSS code to truncate and show an elipsis at the end: selector { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

Display widgets based on package or priority

Many MyListing site owners want to display fields based on a package / priority that the listing has. The Toolkit Pro facilitates this, by supporting the Dynamic Conditions plugin. Dynamic Conditions Download this plugin on your site. Go to the single listing in Elementor, and select the widget you want to display conditionally.   Click […]