buylov
Forum Replies Created
-
Hi @ricav,
Yes, of course: https://test.sber.coursor.ru/demo8/50-2/
Try opening the Off Canvas by clicking the button, and then scrolling the page after closing it.
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Block Settings PresetsUsing the class system, it’s clear and convenient to style containers, text blocks, headings, and buttons. But how can a design system be maintained for interactive elements like carousel, tabs and accordions? There are a lot of settings there. I might have dozens of sliders on my site, and if I ever need to apply the same option to all of them, I don’t want to edit each one manually.
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Block Settings Presets@illiagreen Maybe there’s a misunderstanding. I recorded a video where there are two “icon list” blocks. I applied the same global class to both, but I still don’t understand how to set the same icon size for all such blocks.
https://drive.google.com/file/d/111xvI5AI8RM1-tRdscQt1vZCg-P5Wg69/view?usp=sharingCan you provide an example of a script where “clicking on this block should open an alert”?
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Block Settings Presets@illiagreen I’ve read the documentation. But in the class system, the shared settings are the same for all blocks, not individual for each block type. Especially when the block settings are not CSS-based.
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Block Settings Presets@illiagreen Thank you for the response, but I don’t understand how the class system helps apply all block settings to other blocks. For example, how can I apply the icon size setting from one “icon list” block to all such blocks across the entire site?
I think this feature would be very useful. Yesterday, during the presentation of version 4, Elementor showcased a “cloud templates” feature that will work out of the box. However, it requires a cloud subscription, whereas it’s much more convenient to manage everything without relying on an external cloud.
Forum: Plugins
In reply to: [Duplicate Post] Elementor template types are not copiedThank you, I checked your test site, the problem is also reproduced there.
How to reproduce it:- Create a new Elementor template
- Select a template type other than the default, for example, the “Container” type
- Copy the template. You will see that the template type will be different, it will be a page, not a container.
Forum: Plugins
In reply to: [Duplicate Post] Elementor template types are not copiedgood day,
you marked the topic as solved, but could you help with the solution to copy elementor templates correctly?Forum: Plugins
In reply to: [Duplicate Post] Elementor template types are not copiedHello @mixha,
But, Elementor templates are also custom post types, and other copy plugins have added support for them (eg. Yoast Duplicate Post: https://developer.yoast.com/changelog/duplicate-post/#shortlink=duplicate-post-changelog). I like your plugin more than Yoast Duplicate (I even bought the premium version), but I can’t use your plugin yet because there is no support for Elementor templates.
- This reply was modified 1 year, 8 months ago by buylov.
Forum: Plugins
In reply to: [Admin Menu Editor] Padding in Gutenberg editor when toolbar is disabledThank you for bringing this issue to our attention in the new plugin release.
However, there is exactly the same problem with the Elementor plugin: if you increase the width of the menu, then the Elementor header in the admin panel (on the settings page, templates, etc.) is also hidden under the side menu.
Hello @nonparibus
WordPress 6.1 multisite mode (subdomain)
MySQL 5.7.21-20
PHP 7.4
Apache 2.4.51 / Nginx 1.21.1
ОS: Ubuntu Server Edition
- This reply was modified 3 years, 3 months ago by buylov.
Forum: Reviews
In reply to: [Gutenberg] If it’s in the core, it’s HORRORBeaver Builder that’s cool.
I am for Gutenberg or other page builders, if they install as a plug-in.Thank you!
Thank you!
I added this code to the file function.php
But nothing has changed.function my_remove_dashboard_tabs( $tabs ) { // unset( $tabs['view-courses'] ); // unset( $tabs['edit-account'] ); // unset( $tabs['redeem-voucher'] ); // unset( $tabs['orders'] ); // unset( $tabs['signout'] ); return $tabs; } add_filter( 'llms_get_student_dashboard_tabs', 'my_remove_dashboard_tabs' );