Phil
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Table of Contents] Cookie hideTOC deleted on second page loadHello
I have investigated it more closely today. The feature I mentioned was still available in plugin version 2.0.16. It is no longer available in the current version 2.0.45.
I am wondering why this feature was deliberately removed, or was it an oversight?
Moreover, it makes it difficult for me right now. Of course, I could try to build a workaround to bypass the plugin functionality. But if the feature is then reinstalled or changed, my workaround might cause problems again.
If it was an oversight, can’t you take another look at the feature and fix it if necessary?
Thank you very much for your help
Forum: Plugins
In reply to: [Easy Table of Contents] Cookie hideTOC deleted on second page loadHello Magazine3,
thank you for your answer.
The TOC should be expanded when the website is opened initially.
It should also remain unfolded when the user moves to other subpages.However, if the user decides to close the TOC (he collapses the TOC by clicking on it), then the TOC should also remain closed when calling up other subpages.
If the user later decides to unfold the TOC again, then the TOC should also be unfolded again on other subpages.
In summary:
The status folded or unfolded should simply be saved across the navigation of subpages.Thanks ?? !
Forum: Plugins
In reply to: [WooCommerce] Produc propertys indiviudell for variantsOk thanks. Something like that is already known.
I wonder why there isn’t a plugin for that ??
Thanks Igor
Forum: Plugins
In reply to: [WooCommerce] Produc propertys indiviudell for variantsHello Igor,
Thank you for your answer. The proposed plugin looks interesting. However, we need the data for another case. Therefore, the plugin will unfortunately not help us here.
Sorry.I have seen that the variants of a product are stored as post type ‘product_variation’ and as child of the product post in the database.
What I need is a custom field value that I can attach to the product_variation level.I could of course just write this into the database, but I need a way to maintain this in the backend.
Thanks & Best regards
Ok, thats good to know. I will write an post.
Thanks
OK,… the problem is solved.
If someone else is looking for the problem:
WP Time Capsule has included a hotfix. I assume the hotfix will be released in a future update.//Can be closed ??
Hi Ben,
thanks for looking!
Yes, we don’t really care for IE11 any more either – but I thought I’d raise the issue. Maybe we can still improve it with a small fix.
If not – no big deal ??
Thank you very much !
Cheers!
Forum: Plugins
In reply to: [BlockMeister - Block Pattern Builder] Blockmeister disables Excerpts on pageYep !
It works .. your are awesome !
Thank you very much ! ??
Hi hannah,..
whoops.. sorry. double posting.. unable to delete it.
Hello,
there seems to be a conflict between the Kadence plugin and the Gutenberg Anchor-Block plugin.
Problem:
If you have added a Kadence Tabs block and at the same time enabled the Gutenberg Anchor block plugin, the page jumps to the top as soon as you click on a tag.If the Gutenberg Anchor block plugin is deactivated, the tabs work without jumping, as they should.
I am posting this conflict to the support section of both plugins, but believe that this should be resolved on the part of “Gutenberg Anchor block”.
The error can be easily reproduced by taking a fresh WP instance, installing and activating both plugins, and then including a Kadence Tabs block.
I have prepared this:
https://meetup.wp-student.de/wordpress/index.php/5-2/
(URL will surely become inactive at some point)Thank you !
Forum: Plugins
In reply to: [Easy Table of Contents] Highlight current sectionI was able to solve it myself.
Was only a little bit of jQuery code
If it can help anyone else here is my code:`
jQuery( document ).ready(function() { jQuery(window).scroll(function(){ var scrollTop = jQuery(document).scrollTop(); var anchors = jQuery('body').find('.ez-toc-section'); offset_1 = 150; offest_2 = 1; for (var i = 0; i < anchors.length; i++){ if (scrollTop > jQuery(anchors[i]).offset().top - offset_1 && scrollTop < jQuery(anchors[i]).offset().top + jQuery(anchors[i]).height() - offest_2) { jQuery('nav ul li a').removeClass('active'); jQuery('nav ul li a[href="#' + jQuery(anchors[i]).attr('id') + '"]').addClass('active'); } } }); });
You can adjust the ofset_1 and offset_2 to adjust when a new highlight should be triggered. Replace ul with ol if you have an ordered list.
Source https://stackoverflow.com/questions/65954297/highlighting-item-in-table-of-contents-when-section-is-active-on-page-as-scrolli and https://stackoverflow.com/questions/26382551/making-a-menu-class-active-when-scrolled-past
Forum: Plugins
In reply to: [Easy Table of Contents] Hook to identify ACF Blocks by custom codeOk, that makes sense.
Do you have any idea how i could control, that the acf markup creation will be performed BEFORE the TOC plugin does it’s work?
Thanks!
Hello Brian,
sorry, but I have to ask again here.
We only need a hook with which we can change the items in the order again before concluding it.
Is there really no way?
Many Thanks
Hi,
any news about this topic? Problem is still the same.
Thanks