1info6
Forum Replies Created
-
I’ve been dealing with nothing else since morning, same problem. AVG antivirus started reporting the problem, so I reinstalled Avast and everything persists – I don’t know if I should try something else. If I reinstall an older version on the Elementor site, everything is fine. Does anyone have a solution? Another antivirus?
It is interesting that Avast found this virus on my PC during the PC scanner, I moved it to quarantine, but the message persists even after reinstalling Google Chrome.
- This reply was modified 4 months, 2 weeks ago by 1info6.
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Aspect Ratio Crop Field] Image Crop RepeaterI have the same problem – if I place the code for the repeater or in the Elementor widget for the ACF repeater where I enter the images field, only the name of the image is displayed. No images are displayed.
Thanks for the answer, but in this case it’s not a widget, but a basic WordPress function. If I disable the Guttenber editor and keep the classic one, I can use the Media files button to add not only images, but I can also create a photo gallery. And the gallery created in this way is not displayed correctly using Elementor.
Thank you very much, it is help
Forum: Plugins
In reply to: [Jeg Elementor Kit] Icon Box Element – not import ACF field dataThanks, this helped. It’s just a pity that I still can’t determine from what size the responsive mode should appear. There are 2 settings – tablet and mobile, but Elementor allows e.g. mobile in portrait, landscape… it has several settings. However, this issue has been resolved and the solution has helped. Thank you.
I have the same problem – Elementor cannot be started with an active Polylang plugin, only in safe mode. Some solution?
Forum: Plugins
In reply to: [Jeg Elementor Kit] Icon Box Element – not import ACF field dataThank you for answer. It looks like the installation from link helped and the icon box is loading the data from the ACF fields. But I found one more bug that doesn’t work. If a submenu is created, the link from the main menu does not work. Submenu links work, but not from the main link. (unfortunately, embedding the image does not work)
Forum: Plugins
In reply to: [Admin Menu Editor] Prohibition of editing the site by another administratorOK. But it seems that this code helped (change the number 2 according to the order of the given user):
// hide edit with elementor for custom user add_action('wp_head', 'allteams_custom_styles', 100); function allteams_custom_styles() { $user = get_current_user_id(); if ($user == 2) { echo "<style>#wp-admin-bar-elementor_edit_page{display: none !important;}</style>"; } }
- This reply was modified 1 year, 6 months ago by 1info6.
Hello, the page is still hidden. But it seems that this code helped (change the number 2 according to the order of the given user):
// hide edit with elementor for custom user add_action('wp_head', 'allteams_custom_styles', 100); function allteams_custom_styles() { $user = get_current_user_id(); if ($user == 2) { echo "<style>#wp-admin-bar-elementor_edit_page{display: none !important;}</style>"; } }
- This reply was modified 1 year, 6 months ago by 1info6.
I ended up using the WPForm plugin on the page, which has this setting available. This feature works for all the pages I create with Elementor.
Good day,
thank you for the information, other users can also edit SEO at the post level. I didn’t know that the free version allows main editing only for administrators.
yes, i have
The website is under construction, it is not visible. I can send accesses in a private message.
Good day,
yes, custom taxonomies, sorry. Here’s a video that hopefully clarifies it: https://www.youtube.com/watch?v=UBy1cd-N1q0 – at minute 19:47 you can see the post being added to “Taxonomies” – audi, BMW, Ford. According to this setting, I assume that it should then only appear in the Audi section. But if I open, for example, the Ford or BMW section on my website, I see this post there too. I probably won’t explain it any further, at most I can send a private message somewhere.No. I created my own sections – categories (as there are for posts), such as dogs, cats, parrots…. Then I created 3 posts, which I put only in the section (category) dogs. But when I open the category cats and parrots, I see these posts here as well, even though they were not assigned to this category in the administration.