retunes
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin and Site Enhancements (ASE)] BUG? Custom Page OrderJust wanted to open a topic about this, but saw that post. Yes I have that issue too, after sorting some pages. And I saw in the YouTube Video that mediabees2 has also WooCommerce Pages, like me.
So my guess is, that it has to do with WooCommerce.
- This reply was modified 1 month ago by retunes.
Forum: Plugins
In reply to: [Folderify - Media Library Folders] Can’t select Text in my BackendAll good
Forum: Plugins
In reply to: [Folderify - Media Library Folders] Can’t select Text in my BackendYes, on the Plugin Page (Backend). The
<tr>elements have the classfolderify-draggable. That’s the issue.I also noticed that multiple locations (about 15 files) were using deprecated syntax for string interpolation.
${var}should be{$var}If anyone see’s this and want to fix it:
Open the file ‘/wp-content/plugins/elementor-pro/modules/hotspot/widgets/hotspot.php’ and replace line 1061
$hotspot_position_y = '%' === $hotspot['hotspot_offset_y']['unit'] ? 'e-hotspot--position-' . $hotspot['hotspot_vertical'] : '';`with this:
$hotspot_position_y = (isset($hotspot['hotspot_offset_y']) && '%' === $hotspot['hotspot_offset_y']['unit']) ? 'e-hotspot--position-' . $hotspot['hotspot_vertical'] : '';Hi,
Thanks for testing. I am stuck at 6.
I recorded a video. There I upload a new image for the Background, then replace it. You can see, after replacing, the background image is not shown anymore.
Recorded video: https://1drv.ms/v/s!AhWP30KbNdyjirhCgIOzJX26C_7juw
The Background Image is included as an image element: https://imgur.com/a/EJmjujyThe Image Element is not in the DOM after replacing.
Same here. The wizard has no fields for contact information other than country.
- This reply was modified 1 year, 6 months ago by retunes.
Forum: Plugins
In reply to: [Bricksable for Bricks Builder] Read more element brokenHi,
ah, I see, I just tested Firefox and it works fine there. But in Chrome and Arc it does not seem to work.
Can you confirm this?
Forum: Plugins
In reply to: [Bricksable for Bricks Builder] Read more element brokenHi, yes, I would appreciate some help.
I use a regular image element in Bricks Builder along with a dynamic data tag for the source, like this
{acf_image_field}.Hello,
I just realized that Bricks itself has an integration for this feature. Just to let you know.
But maybe it still makes sense to include the feature if you want to use the plugin anyway.
Thanks for the fast response. I guess maybe it has something to do with Wordfence. I will check it.
Hi, this is the 404-Log from the Plugin “301 Redirects”.
Excuse me, I found the issue.
It was because of the shortcode
[my_calendar format="mini" time="month+1" weekends="true" months="1"]The
+1was the issue 😉When I use the select Option for the Month, the URL Parameter looks like this:
domain.de/?yr=2023&month=00 is starting with January.
But 0 doesnt exist with the next-button and the previous-button for the Month selection. There the counter starts at 1 for January.
I think there is a wrong assignment with the index keys.