Hi Varinder,
Thank you for waiting.
1. in elementor pro it is working no problem but in the Anywhere Elementor pro addon it is not working in view as reference i share the screenshots
3. The View not showing in Anywhere Elementor please assist regarding this also
- During my tests, I was not able to reproduce this issue on my test website.
The view worked as expected from Elementor Pro and Anywhere Elementor Pro templates, alike.
On your website too, I noticed that you've added the Toolset views in Anywhere Elementor Pro template named "Slide Layout"
hidden link
It is important to note that although on the template's edit screen/preview, the view is showing the "no items found" message ( screenshot: hidden link ), the related posts will show through this template when it will be actually called on any single lyrics post page.
As a quick test, you can include this template's shortcode "[INSERT_ELEMENTOR id="723"]" in the "MANN BHARYA LYRICS" post's content ( hidden link - screenshot: hidden link ) and you'll see that it will show the related post's information, correctly.
( screenshot: hidden link )
If you're working with a different workflow or approach to use these templates, please share the exact steps, to reproduce the issue.
2. another thing i want to know that how i can control the line hight of view means if i use more then one view showing frontend as in the example showing in the screenshot
- The extra height in your screenshot, is a result of default styles from the Elementor plugin, which adds 20px bottom-margin, under all widgets in a template, except for the last one.
If you don't want that bottom-margin under the Toolset Views widgets, you can include the following custom CSS globally, either through your active theme's "style.css" or WordPress customizer:
( WP Admin -> Appearance -> Customize -> Additional CSS )
.elementor-widget-wrap .elementor-widget-toolset-view {
margin-bottom: 0px !important;
}
Note: To check which CSS styles are applying to different page elements, you can use Google Chrome's inspect element tool, as explained in this guide:
hidden link
I hope this helps! Please let us know if you need any further assistance.
regards,
Waqar