awilmsmeier
Forum Replies Created
-
Additional info: I tried to deactivate all plugins, switched to the TwentyNineteen theme) – still the same issue.
I’ll keep the site in that state for a day or so – so you can check it out…Hi,
I just changed line 1708 in /home/andrea47/www/www.peo
plesfactory.com/wp-content/plugins/woocommerce-products-filter/index.php to the following (adding the missing third parameter). That makes it work:public function woocommerce_shortcode_products_query($query_args, $attr, $type = ”) {
I don’t know why they refuse to fix this or even reply to my support request.
Hi,
Yes I have the same issue with a simple page, 3 tabs, plain text.
See here: https://sandbox.peoplesfactory.com/de/ein-tab-2/
Best regards,
AndreasPS: Are you considering full support for WPML (wpml_config.xml files to configure what part pf the code needs translations)?
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Repeating event at different times?Hi and thanks for your reply.
Tried bot approaches, both don’t really work out:Creating copies of events with a different date/time may work with only a few events. Our events would be quite frequent so we’d have many copies of these events and any time we want to change anything (wording, …) we’d have to do that in many places.
The “Hourly Schedule” does not show in the calendar, only in the event, it seems.
The best option would be to make the event repeatable with custom days – but that does not allow to specify the time. Is there anything on the roadmap that would allow for custom days with an additional start / end time – and would that then show in the calendar?
Best regards,
AndreasI have asked them for an update, here’s their reply…
——-
Hello there,Our compatibility team is still working on this issue, once they will find anything and if need any help from the author, they will contact them accordingly.
I will update you here as soon as I will have a further update.
——-Forum: Fixing WordPress
In reply to: Block Editor show error message that JavaScript is requiredNot sure if that would help. Normally, WPML support is quite quick in responding.
Here’s the link to my WPML ticket in case you’d like to follow it: https://wpml.org/forums/topic/block-editor-shows-error-message-that-javascript-is-required/Forum: Fixing WordPress
In reply to: Block Editor show error message that JavaScript is requiredCreated a support ticket over at WPML for this as well…
Forum: Fixing WordPress
In reply to: Block Editor show error message that JavaScript is requiredAlso: Just tried deactivating WPML. With WPML inactive, the error message does not show.
Should I open a ticket with them?
Forum: Fixing WordPress
In reply to: Block Editor show error message that JavaScript is requiredNot sure how to share a screenshot, here’s the message text and the console output:
MESSAGE:
The block editor requires JavaScript. Please enable JavaScript in your browser settings, or try the Classic Editor plugin.CONSOLE:
[Log] JQMIGRATE: Migrate is installed, version 1.4.1 (load-scripts.php, line 9)
[Warning] wp.date.getSettings is deprecated and will be removed from Gutenberg in 4.4. Please use wp.date.__experimentalGetSettings instead. Note: Unstable APIs are strongly discouraged to be used, and are subject to removal without notice. (product-category-block.js, line 69)
[Error] Error: Syntax error, unrecognized expression: #/
error (load-scripts.php:2:12788)
tokenize (load-scripts.php:2:18792)
select (load-scripts.php:2:21596)
fa (load-scripts.php:2:7322)
find (load-scripts.php:9:3692)
find (load-scripts.php:2:24114)
find (load-scripts.php:9:8937)
init (load-scripts.php:2:24681)
init (load-scripts.php:9:3143)
n (load-scripts.php:2:420)
hashNavigation (vc-accordion.min.js:1:10656)
i (load-scripts.php:2:27455)
fireWith (load-scripts.php:2:28215)
ready (load-scripts.php:2:30018)
K (load-scripts.php:2:30374)
[Error] Error: Syntax error, unrecognized expression: #/
error (load-scripts.php:2:12788)
tokenize (load-scripts.php:2:18792)
select (load-scripts.php:2:21596)
fa (load-scripts.php:2:7322)
find (load-scripts.php:9:3692)
find (load-scripts.php:2:24114)
find (load-scripts.php:9:8937)
init (load-scripts.php:2:24681)
init (load-scripts.php:9:3143)
n (load-scripts.php:2:420)
hashNavigation (vc-accordion.min.js:1:10656)
dispatch (load-scripts.php:3:12450)
handle (load-scripts.php:3:9179)
[Log] JQMIGRATE: Migrate is installed, version 1.4.1 (load-scripts.php, line 9)
[Error] Failed to load resource: the server responded with a status of 404 () (slick.min.css.map, line 0)Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Issue combining UABG Masonry with TabsHi Vrunda,
Thanks for sharing the updated code, still did not work, though. I have fixed it myself, see below.I have already opened a feature request on www.ads-software.com:
https://www.ads-software.com/support/topic/feature-request-sorting-pagination-for-post-masonry-grids/#post-11063460Should I create another one on your website? I will also create a review later today…
Best regards,
Andreasfunction uagb_kt_compatibility_for_tabs() {
?>
<script type=”text/javascript”>;
( function( $ ) {
var kt_tabs = $( ‘.kt-tabs-wrap’ );
kt_tabs.find( ‘.kt-title-item’ ).click( function() {
var index_value = $( this ).index() + 1;
kt_tabs.find( ‘.kt-inner-tab-‘ + index_value ).find( ‘.is-masonry’ ).isotope();
});
})(jQuery)
</script>
<?php
}Oh, and please make it compatible with the WPML translation plugin so it is possible to translate any content. They have pretty comprehensive information on their web site on how to do that…
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Issue combining UABG Masonry with TabsHi Vrunda,
On another note: Is UABG fully translatable? We are using WPML to translate our web site from EN to DE language.
Best regards,
AndreasHi Ben,
Not sure, the last I heard from them is that they pass the issue on to their compatibility team. Those guys are probably quite busy with WordPress 5.0 and all.
They have closed the issue from their end and asked me to be patient…
Best regards,
AndreasThanks Ben,
I’ll close this message as resolved, then…
Best regards,
AndreasForum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Issue combining UABG Masonry with TabsThanks Vrunda,
No issues, we are just exploring blocks and WordPress 5.0 on our sandbox at this point and will wait with productive use until everything is working…I tried your alternate solution, but index_value always returns -1 and it does not seen to work…
Great to hear about your upcoming tabs solution. Would also be interested in a flexible row layout feature (one of the reasons, why we are looking into Kadence Blocks…
Best regards,
Andreas